@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
/*
Theme Name: Photo Studio Film
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
    display: block;
}

a.nolink,
a.nolink:hover {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a,
a:link {
    color: #32312e;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
}

a:visited {
    color: #32312e;
}

a:hover {
    color: #32312e;
}

a:active {
    color: #32312e;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    justify-content: space-around;
}

.flexB {
    justify-content: space-between;
}

.flexC {
    justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #32312e;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #f8f4e6;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#container {
    overflow: hidden;
    text-align: left;
}

.special #container {
    padding: 0;
}

#main {
    margin-top: 100px;
    margin-bottom: 206px;
    display: block;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }

    #main {
        margin-bottom: 50px;
        margin-top: 0;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    background: #f8f4e6;
}

#gHeader h1 {
    float: left;
    padding: 26px 0 0 20px;
}

#gHeader h1 img {
    width: 164px;
}

#gHeader .rBox {
    padding: 38px 20px 0 0;
    float: right;
    display: flex;
}

#gHeader .menu-btn {
    float: right;
    width: 77px;
    height: 77px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 39px;
    position: relative;
    box-sizing: border-box;
}

.menu-btn span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 14px);
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background-color: #32312e;
}

.menu-btn span:nth-of-type(1) {
    top: 24px;
}

.menu-btn span:nth-of-type(2) {
    top: 35px;
}

.menu-btn span:nth-of-type(3) {
    top: 46px;
}

.menu-btn.on span {
    top: 35px !important;
    opacity: 0;
}

.menu-btn.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}

.menu-btn.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}

#gHeader .menuBox .naviUl {
    display: flex;
    align-items: center;
    height: 100%;
}

#gHeader .menuBox .naviUl li a {
    margin: 0 15px;
    font-size: 1.6rem;
    display: block;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    position: relative;
}

#gHeader .menuBox .naviUl li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #32312e;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

#gHeader .menuBox .naviUl li:last-child a {
    color: #80997A;
}

#gHeader .menuBox .naviUl li:last-child a::after {
    background: #80997A;
}

#gHeader .snsBox {
    position: relative;
}

#gHeader .snsBox span {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}

#gHeader .snsLink {
    display: inline-block;
}

#gHeader .snsLink img {
    width: 20px;
    margin: 0 0 0 10px;
    transition: all 0.3s;
}

.jsBox {
    position: absolute;
    top: 110%;
    right: -300px;
    padding: 10px;
    transition: all .5s ease-in;
}

.jsBox li a {
    display: block;
    background: #FFF;
    padding: 7px 15px 2px;
    border-radius: 5px;
    font-size: 1.5rem;
    width: 200px;
    font-family: "Josefin Sans", sans-serif;
}

.jsBox li a img {
    width: 20px;
    margin-right: 10px;
}

.jsBox.on {
    right: 0;
}

.jsBox li {
    margin-bottom: 5px;
}

@media all and (min-width: 897px) {
    #gHeader .menuBox .naviUl li a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    #gHeader .snsLink:hover img {
        opacity: 0.6;
    }

    .jsBox li a:hover {
        background: #AACCA3;
    }
}

@media all and (max-width: 1260px) {
    #gHeader h1 {
        padding-top: 30px;
    }

    #gHeader h1 img {
        width: 145px;
    }

    #gHeader .rBox {
        flex-direction: column;
        padding: 25px 0 0 0;
    }

    #gHeader .snsBox {
        text-align: end;
        padding: 10px 10px 0 0;
        margin-left: 0;
    }

    #gHeader .snsBox span {
        border-left: none;
    }

    .jsBox li a {
        text-align: justify;
    }

    #gHeader .menuBox .naviUl li a {
        margin: 0 10px;
        font-size: 1.5rem;
    }
}

@media all and (max-width: 896px) {
    #gHeader {
        height: 60px;
    }

    #gHeader h1 {
        padding: 11px 0 0 24px;
        float: left;
    }

    #gHeader .rBox {
        padding: 15px 10px 0 0;
        float: right;
    }

    #gHeader .menu-btn {
        float: right;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-btn span {
        left: calc(50% - 8px);
        width: 20px;
        height: 1px;
    }

    .menu-btn span:nth-of-type(1) {
        top: 9px;
    }

    .menu-btn span:nth-of-type(2) {
        top: 15px;
    }

    .menu-btn span:nth-of-type(3) {
        top: 21px;
    }

    .menu-btn.on span {
        top: 15px !important;
    }

    #gHeader .menuBox {
        display: none;
        position: fixed;
        right: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: #f8f4e6;
        z-index: 1000;
        overflow-y: auto;
        box-sizing: border-box;
    }

    #gHeader .menuBox .naviUl {
        padding: 50px 27px;
        height: auto;
        display: block;
    }

    #gHeader .menuBox .naviUl li a {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 15px 0;
        font-size: 1.6rem;
    }

    #gHeader .snsBox {
        text-align: center;
        padding: 0;
    }

    #gHeader .snsBox span {
        display: block;
        margin-bottom: 10px;
        padding-left: 0;
        margin-left: 0;
    }

    #gHeader .snsLink {
        display: block;
        width: 200px;
        background: #FFF;
        padding: 7px 15px 2px;
        text-align: justify;
        margin: 0 auto 10px;
    }

    #gHeader .snsLink img {
        margin: 0 10px 0 0;
    }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto 120px;
}

#pagePath li {
    margin-right: 10px;
    display: inline;
    letter-spacing: 0.08em;
}

#pagePath li a {
    padding-right: 30px;
    display: inline-block;
    background: url("img/common/icon04.png") no-repeat right center;
    background-size: 9px auto;
}

#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#pagePath li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }

    #pagePath li {
        margin-right: 9px;
    }

    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto;
    }

    #pagePath li img {
        margin: -3px 0 0;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 20px 100px 20px;
    background: #74CC62;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

#gFooter .footerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#gFooter .Flogo {
    width: 40%;
    text-align: center;
}

#gFooter .Flogo .logo {
    padding: 30px;
    width: fit-content;
    margin: 0 auto;
    background: #FFF;
}

#gFooter .Flogo img {
    width: 250px;
}

#gFooter .Flogo .snsLink {
    margin-top: 50px;
}

#gFooter .Flogo .snsLink span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#gFooter .Flogo .snsLink a {
    display: block;
    background: #FFF;
    padding: 7px 15px 2px;
    border-radius: 5px;
    text-align: justify;
    width: 200px;
    margin: 0 auto 10px;
    font-size: 1.5rem;
}

#gFooter .Flogo .snsLink a img {
    width: 20px;
    margin-right: 10px;
}

#gFooter .Fnav {
    width: 50%;
}

#gFooter .Fnav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 350px;
}

#gFooter .Fnav ul li {
    width: 40%;
    padding: 18px 0;
}

#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}

.pageTop a {
    position: fixed;
    display: block;
    right: 40px;
    bottom: 25px;
    z-index: 600;
}

.pageTop a img {
    width: 60px;
}

.pageTop a:hover {
    bottom: 35px;
}

@media all and (min-width: 897px) {
    #gFooter .Flogo .snsLink a:hover {
        opacity: 0.8;
    }

    #gFooter .Fnav ul li a:hover {
        color: #FFF;
    }
}

@media all and (max-width: 896px) {
    #gFooter {
        padding: 22px 0;
        border-top: 1px solid #efeded;
    }

    .special #gFooter {
        border-top: none;
    }

    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }

    .pageTop {
        display: none;
    }
}

@media all and (max-width: 600px) {
    #gFooter .footerWrap {
        display: block;
    }

    #gFooter .Flogo {
        width: 100%;
        margin-bottom: 35px;
        text-align: justify;
    }

    #gFooter .Flogo .logo {
        padding: 15px;
        margin: 0;
    }

    #gFooter .Flogo img {
        width: 150px;
    }

    #gFooter .Flogo .snsLink span {
        text-align: justify;
    }

    #gFooter .Flogo .snsLink {
        margin-top: 25px;
    }

    #gFooter .Flogo .snsLink a {
        margin: 0 0 10px 0;
        font-size: 1.3rem;
        padding: 5px 10px 3px;
        width: 175px;
    }

    #gFooter .Fnav {
        width: 100%;
    }

    #gFooter .Fnav ul {
        height: 310px;
    }

    #gFooter .Fnav ul li {
        width: 50%;
        padding: 15px 0;
    }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    padding: 0 20px;
}

@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 26px;
    padding: 93px 0 63px;
    text-align: center;
    border-bottom: 1px solid #D1CFCF;
}

.pageTitle .headLine01 .en {
    margin-bottom: 8px;
    display: block;
    font-size: 5.4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.08em;
}

.pageTitle .headLine01 .jp {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }

    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }

    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: transform 1s, opacity 1s;
}

.fadeInUp.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*------------------------------------------------------------
	zoomOut
------------------------------------------------------------*/
.zoomOut {
    opacity: 0;
}

.zoomOut01 {
    opacity: 0;
}

.zoomOut.on {
    animation: zoomOut 2.5s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.zoomOut01.on {
    animation: zoomOut01 2.5s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2);
        filter: blur(5px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes zoomOut01 {
    0% {
        transform: scale(1.2);
        filter: blur(5px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0) opacity(50%);
    }
}

/*------------------------------------------------------------
	viewMore
------------------------------------------------------------*/
.viewMore {
    display: inline-block;
    position: relative;
    font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
}

.viewMore::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #32312e;
    top: 50%;
    left: 115%;
    transform-origin: left top;
    transition: transform 0.3s;
}

@media all and (min-width: 897px) {
    .viewMore:hover:before {
        transform: scale(0, 1);
        transform-origin: right top;
    }
}

.link-btn {
    padding: 5px 20px;
    color: #74CC62;
    font-weight: 600;
    border: 1px solid #74CC62;
}

@media all and (min-width: 897px) {
    .link-btn:hover {
        background: #74CC62;
        color: #fff;
    }
}


/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/
.mainVisual {
    width: 100%;
    text-align: end;
    position: relative;
    padding-top: 20px;
}

.mainVisual::before {
    position: absolute;
    content: "";
    background: #AACCA3;
    top: 25%;
    bottom: 20%;
    left: 0;
    right: 60%;
    z-index: -1;
}

.mainVisual::after {
    position: absolute;
    content: "";
    background: #80997A;
    top: 50%;
    bottom: 5%;
    left: 10%;
    right: 50%;
    z-index: -2;
}

.mainVisual p {
    position: absolute;
    top: 50%;
    left: 8%;
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.8;
    z-index: 10;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    font-family: "Shippori Mincho", serif;
}

.mainVisual p span {
    position: relative;
    padding: 5px 25px;
    z-index: 0;
}

/* .mainVisual p .bg::before {
    position: absolute;
    content: "";
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(1, 1);
	transform-origin: right top;
} */
/* .mainVisual p .bg.anime::before {
    transform-origin:left top;
	transform:scale(1, 1);
} */
.mainVisual p .bg {
    animation-name: blurAnime;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

@keyframes blurAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* @keyframes blurAnime{
    from {
      filter: blur(10px);
      transform: scale(1.02);
      opacity: 0;
    }
  
    to {
      filter: blur(0);
      transform: scale(1);
      opacity: 1;
    }
} */
.mainVisual .topslick {
    width: 70%;
    aspect-ratio: 1.618/1;
    margin-left: auto;
}

.indexPage .conceptSec,
.indexPage .menuSec,
.indexPage .costumeSec,
.indexPage .categorySec,
.indexPage .blog {
    margin-top: 150px;
}

.indexPage .conceptSec .conceptWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexPage .conceptSec .conceptWrap .textBox {
    width: 42%;
    padding-left: 15%;
    box-sizing: border-box;
}

.indexPage .conceptSec .conceptWrap .textBox h3 {
    font-size: 4rem;
    margin-bottom: 30px;
}

.indexPage .conceptSec .conceptWrap .textBox h3 strong {
    font-size: 4.2rem;
    text-shadow:
        0.3px 0.3px 0,
        0.3px -0.3px 0px,
        -0.3px 0.3px 0,
        -0.3px -0.3px 0px,
        0.3px 0px 0px,
        0px 0.3px 0px,
        -0.3px 0px 0px,
        0px -0.3px 0px;
}

.indexPage .conceptSec .conceptWrap .textBox p {
    letter-spacing: 0.08em;
    line-height: 2.0;
}

.indexPage .conceptSec .conceptWrap .photoBox {
    width: 58%;
    position: relative;
}

.indexPage .conceptSec .conceptWrap .photoBox::before {
    position: absolute;
    content: "";
    background: url("img/index/heart.png") no-repeat;
    background-size: contain;
    width: 700px;
    height: 700px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-upper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-upper .zoomOut:nth-of-type(1) {
    width: 35%;
    aspect-ratio: 4/2;
    object-fit: cover;
    margin: 45px 20px 0 0;
    height: fit-content;
    animation-delay: .8s;
    border: 3px solid #FFF;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-upper .zoomOut:nth-of-type(2) {
    width: 30%;
    aspect-ratio: 4/3;
    object-fit: cover;
    animation-delay: 1.2s;
    border: 3px solid #FFF;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-middle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 85px;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-middle .zoomOut:nth-of-type(1) {
    width: 32%;
    aspect-ratio: 4/4.2;
    object-fit: cover;
    margin-right: 20px;
    border: 3px solid #FFF;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-middle .zoomOut:nth-of-type(2) {
    width: 27%;
    height: fit-content;
    aspect-ratio: 5/4;
    object-fit: cover;
    animation-delay: .5s;
    border: 3px solid #FFF;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-lower {
    text-align: center;
}

.indexPage .conceptSec .conceptWrap .photoBox .photo-lower .zoomOut:nth-of-type(1) {
    width: 18%;
    height: fit-content;
    aspect-ratio: 1/1;
    object-fit: cover;
    animation-delay: .5s;
    border: 3px solid #FFF;
    margin-right: 55px;
}

.indexPage .conceptSec .conceptWrap .photoBox .conceptImg07 {
    position: absolute;
    width: 20%;
    aspect-ratio: 1/1;
    bottom: 65px;
    right: 50%;
    transform: translate(140%);
    object-fit: cover;
    opacity: 0;
    border: 3px solid #FFF;
}

.indexPage .conceptSec .conceptWrap .photoBox .conceptImg07.on {
    animation: blur 2.5s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

@keyframes blur {
    from {
        filter: blur(10px);
        opacity: 0;
    }

    to {
        filter: blur(0);
        opacity: 1;
    }
}

.indexPage .conceptSec .viewMore {
    margin-top: 50px;
}

.topTitle {
    margin-bottom: 50px;
}

.topTitle .en {
    font-size: 4.5rem;
    padding-right: 15px;
    font-family: "Josefin Sans", sans-serif;
}

.topTitle .jp {
    font-size: 1.8rem;
    font-weight: 500;
}

.indexPage .menuSec,
.indexPage .categorySec {
    width: 100vw;
    margin-left: -20px;
    padding: 50px 0;
    background: #74CC62;
}

.indexPage .menuSec,
.indexPage .costumeSec,
.indexPage .blog {
    position: relative;
}

.indexPage .costumeSec,
.indexPage .blog {
    padding-bottom: 80px;
}

.indexPage .menuSec h2,
.indexPage .categorySec h2 {
    margin-left: 70px;
    color: #222a11;
}

.indexPage .costumeSec h2,
.indexPage .blog h2 {
    margin-left: 70px;
}

.indexPage .menuSec ul {
    width: 80%;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.indexPage .menuSec ul li {
    width: 19%;
    margin: 0 1% 50px 0;
}

.indexPage .menuSec ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.indexPage .menuSec .viewMore {
    position: absolute;
    bottom: 30px;
    right: 160px;
}

.indexPage .costumeSec ul {
    margin: 0 -20px;
}

.indexPage .costumeSec ul li {
    margin-right: 20px;
}

.indexPage .costumeSec ul li img {
    width: 360px;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

.indexPage .costumeSec .costumeUl {
    margin-bottom: 20px;
}

.indexPage .costumeSec .viewMore {
    position: absolute;
    bottom: 30px;
    right: 160px;
}

.indexPage .categorySec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.indexPage .categorySec li {
    width: 23%;
    margin-right: 20px;
}

.indexPage .categorySec li:last-child {
    margin-right: 0;
}

.indexPage .categorySec li a {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 3.0rem;
    font-weight: 400;
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.08em;
    position: relative;
    overflow: hidden;
}

/* .indexPage .categorySec li a::before {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
    z-index: 1;
} */
.indexPage .categorySec li a img {
    width: 100%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
    transition: all .3s;
}

.indexPage .categorySec li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.indexPage .blog ul {
    display: flex;
    justify-content: center;
}

.indexPage .blog ul li {
    width: 30%;
    margin-right: 20px;
}

.indexPage .blog ul li:last-child {
    margin-right: 0;
}

.indexPage .blog li a img {
    width: 100%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

.indexPage .blog li .txtBox {
    margin-top: 20px;
    padding: 0 10px;
}

.indexPage .blog li .txtBox p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.indexPage .blog li .txtBox h4 {
    font-weight: 500;
}

.indexPage .blog .viewMore {
    position: absolute;
    bottom: 30px;
    right: 160px;
}

@media all and (min-width: 897px) {
    .indexPage .categorySec li a:hover img {
        transform: scale(1.1);
    }

    .indexPage .blog li a:hover img {
        opacity: 0.7;
    }
}

@media all and (max-width: 1260px) {
    .mainVisual p {
        left: 20px;
        font-size: 3.5rem;
    }

    .mainVisual p span {
        padding: 5px 10px;
    }

    .indexPage .conceptSec .conceptWrap .textBox h3 {
        font-size: 2.8rem;
    }

    .indexPage .conceptSec .conceptWrap .textBox h3 strong {
        font-size: 3rem;
    }

    .indexPage .conceptSec .conceptWrap .photoBox::before {
        width: 450px;
        height: 450px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-lower .zoomOut:nth-of-type(1) {
        margin-right: 12px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .conceptImg07 {
        bottom: 45px;
        right: 46%;
    }
}

@media all and (max-width: 896px) {
    .mainVisual {
        margin-top: 50px;
    }

    .mainVisual .topslick {
        width: 80%;
    }

    .mainVisual p {
        font-size: 2.2rem;
        top: 60%;
        left: 7px;
    }

    .mainVisual p span {
        padding: 3px 4px;
    }

    .indexPage .conceptSec .conceptWrap {
        display: block;
        position: relative;
    }

    .indexPage .conceptSec .conceptWrap .textBox {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-bottom: 70px;
        position: relative;
    }

    .indexPage .conceptSec .conceptWrap .textBox:before {
        position: absolute;
        content: "";
        background: url("img/common/illust02.png") no-repeat;
        background-size: contain;
        width: 37%;
        height: 70%;
        top: -75px;
        right: -75px;
    }

    .indexPage .conceptSec .conceptWrap .textBox:after {
        position: absolute;
        content: "";
        background: url("img/common/illust01.png") no-repeat;
        background-size: contain;
        width: 25%;
        height: 70%;
        transform: rotate(35deg) scale(-1, 1);
        bottom: -35px;
        left: -60px;
        z-index: -1;
    }

    .indexPage .conceptSec .conceptWrap .photoBox {
        width: 100%;
    }

    .indexPage .conceptSec .viewMore {
        position: absolute;
        bottom: -55px;
        right: 120px;
    }

    .indexPage .menuSec,
    .indexPage .categorySec {
        margin-left: -24px;
    }

    .indexPage .menuSec ul {
        width: 99%;
    }

    .indexPage .costumeSec ul {
        margin: 0 -24px;
    }

    .indexPage .categorySec li {
        width: 45%;
        margin-bottom: 20px;
    }

    .indexPage .categorySec li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 600px) {
    .mainVisual p {
        font-size: 1.8rem;
        top: 70%;
        left: 5px;
    }

    .indexPage .conceptSec {
        margin-top: 80px;
    }

    .indexPage .conceptSec .conceptWrap .textBox:before {
        width: 50%;
    }

    .indexPage .conceptSec .conceptWrap .textBox:after {
        width: 30%;
        left: -38px;
    }

    .indexPage .conceptSec .conceptWrap .textBox h3 {
        font-size: 2.3rem;
    }

    .indexPage .conceptSec .conceptWrap .photoBox::before {
        width: 300px;
        height: 300px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-upper {
        margin-bottom: 13px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-upper .zoomOut:nth-of-type(1) {
        margin-right: 13px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-middle {
        padding-left: 25px;
        margin-bottom: 13px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-middle .zoomOut:nth-of-type(1) {
        margin-right: 13px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-lower .zoomOut:nth-of-type(1) {
        margin-right: 40px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .conceptImg07 {
        right: 50%;
        bottom: 33px;
    }

    .topTitle .en {
        font-size: 3.5rem;
    }

    .topTitle .jp {
        font-size: 1.6rem;
    }

    .indexPage .menuSec h2,
    .indexPage .categorySec h2 {
        margin-left: 20px;
    }

    .indexPage .menuSec ul li {
        width: 32%;
        margin-bottom: 20px;
    }

    .indexPage .menuSec ul li:nth-child(n+7) {
        display: none;
    }

    .indexPage .costumeSec h2,
    .indexPage .blog h2 {
        margin-left: 0;
    }

    .indexPage .costumeSec ul li img {
        width: 200px;
    }

    .indexPage .categorySec li a {
        font-size: 2rem;
    }

    .indexPage .costumeSec,
    .indexPage .categorySec,
    .indexPage .blog {
        margin-top: 80px;
    }

    .indexPage .blog ul li {
        width: 100%;
    }

    .indexPage .blog ul li:nth-of-type(2) {
        margin-right: 0;
    }

    .viewMore::before {
        width: 65px;
    }

    .indexPage .conceptSec .viewMore,
    .indexPage .costumeSec .viewMore,
    .indexPage .blog .viewMore {
        right: 70px;
    }

    .indexPage .menuSec .viewMore {
        right: 90px;
    }
}

@media all and (max-width: 375px) {
    .mainVisual p {
        font-size: 1.6rem;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-upper .zoomOut:nth-of-type(1),
    .indexPage .conceptSec .conceptWrap .photoBox .photo-upper .zoomOut:nth-of-type(2) {
        width: 42%;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-middle .zoomOut:nth-of-type(1) {
        width: 39%;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-middle .zoomOut:nth-of-type(2) {
        width: 35%;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-lower {
        padding-left: 20px;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .photo-lower .zoomOut:nth-of-type(1) {
        width: 26%;
    }

    .indexPage .conceptSec .conceptWrap .photoBox .conceptImg07 {
        width: 25%;
        right: 45%;
    }

    .topTitle .jp {
        display: block;
    }
}

/*------------------------------------------------------------
	conceptPage
------------------------------------------------------------*/
.conceptPage .messageSec,
.conceptPage .conceptSlider {
    margin-bottom: 150px;
}

.conceptPage .messageSec {
    text-align: center;
    position: relative;
    padding: 100px 0 220px;
}

.conceptPage .messageSec h3 {
    font-size: 5rem;
    margin-bottom: 50px;
    letter-spacing: 0.06em;
    font-family: "Josefin Sans", sans-serif;
}

.conceptPage .messageSec p {
    letter-spacing: 0.08em;
    line-height: 2.0;
}

.conceptPage .messageSec p span {
    font-weight: bold;
}

.conceptPage .messageSec img {
    position: absolute;
    width: 30%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

.conceptPage .messageSec img:nth-of-type(1) {
    top: 0;
    left: -20px;
    animation-delay: .6s;
}

.conceptPage .messageSec img:nth-of-type(2) {
    top: 20%;
    right: -20px;
}

.conceptPage .messageSec img:nth-of-type(3) {
    bottom: 20%;
    left: -20px;
    animation-delay: .2s;
}

.conceptPage .messageSec img:nth-of-type(4) {
    bottom: 0;
    right: -20px;
    animation-delay: .4s;
}

.conceptPage .conceptSlider ul {
    margin: 0 -20px;
}

.conceptPage .conceptSlider li {
    margin-right: 1px;
}

.conceptPage .conceptSlider li img {
    width: 520px;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

.conceptPage .pointSec h3 {
    font-size: 3rem;
    width: fit-content;
    margin: 0 auto 100px;
    background-image: linear-gradient(transparent 60%, #AACCA3 0);
}

.conceptPage .pointSec h3 br {
    display: none;
}

.conceptPage .pointSec .pointWrap {
    display: flex;
    justify-content: space-around;
}

.conceptPage .pointSec .pointBox {
    width: 30%;
    text-align: center;
    padding: 30px 50px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 20px;
}

@media all and (min-width: 897px) {
    .conceptPage .pointSec .pointBox:nth-of-type(2) {
        transition-delay: .4s;
    }

    .conceptPage .pointSec .pointBox:nth-of-type(3) {
        transition-delay: .8s;
    }

    .conceptPage .pointSec .pointBox:nth-of-type(4) {
        transition-delay: 1.2s;
    }
}

.conceptPage .pointSec .pointBox span {
    display: inline-block;
    font-size: 2.0rem;
    margin-bottom: 15px;
    background: #AACCA3;
    border-radius: 30px;
    padding: 6px 10px;
    color: #FFF;
}

.conceptPage .pointSec .pointBox h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    height: 65px;
}

.conceptPage .pointSec .pointBox .photoBox {
    margin-bottom: 30px;
}

.conceptPage .pointSec .pointBox .photoBox img {
    width: 100px;
}

.conceptPage .pointSec .pointBox p {
    text-align: justify;
}

@media all and (max-width: 1260px) {
    .conceptPage .messageSec img {
        width: 40%;
        z-index: -1;
    }
}

@media all and (max-width: 896px) {
    .conceptPage .messageSec {
        padding: 40px 0;
    }

    .conceptPage .messageSec h3 {
        font-size: 4rem;
        margin-bottom: 30px;
    }

    .conceptPage .messageSec p {
        line-height: 1.8;
    }

    .conceptPage .messageSec img:nth-of-type(1),
    .conceptPage .messageSec img:nth-of-type(3) {
        left: -24px;
    }

    .conceptPage .messageSec img:nth-of-type(2),
    .conceptPage .messageSec img:nth-of-type(4) {
        right: -24px;
    }

    .conceptPage .conceptSlider li img {
        width: 320px;
    }

    .conceptPage .pointSec .pointWrap {
        display: block;
    }

    .conceptPage .pointSec .pointBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .conceptPage .pointSec .pointBox h4 {
        height: auto;
    }
}

@media all and (max-width: 600px) {

    .conceptPage .messageSec,
    .conceptPage .conceptSlider {
        margin-bottom: 100px;
    }

    .conceptPage .messageSec h3 {
        font-size: 3.5rem;
    }

    .conceptPage .messageSec img {
        width: 45%;
    }

    .conceptPage .messageSec img:nth-of-type(2) {
        top: 30%;
    }

    .conceptPage .messageSec img:nth-of-type(3) {
        bottom: 30%;
    }

    .conceptPage .conceptSlider li img {
        width: 170px;
    }

    .conceptPage .pointSec h3 {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .conceptPage .pointSec .pointBox {
        padding: 30px 20px;
    }

    .conceptPage .pointSec .pointBox h4 {
        font-size: 2rem;
    }
}

@media all and (max-width: 375px) {
    .conceptPage .pointSec h3 {
        text-align: center;
        background-image: none;
    }

    .conceptPage .pointSec h3 br {
        display: block;
    }
}

/*------------------------------------------------------------
	staffPage
------------------------------------------------------------*/
.staffPage .staffBox {
    max-width: 900px;
    margin: 0 auto 100px;
}

.staffPage .staffBox .staffWrap {
    display: flex;
    justify-content: space-between;
}

.staffPage .staffBox:nth-child(2n) .staffWrap {
    flex-direction: row-reverse;
}

.staffPage .staffBox .photoBox {
    width: 40%;
}

.staffPage .staffBox .photoBox img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.staffPage .staffBox .textBox {
    width: 55%;
}

.staffPage .staffBox .textBox .staffName {
    margin-bottom: 40px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.staffPage .staffBox .textBox .staffName span {
    display: block;
}

.staffPage .staffBox .textBox .staffName .jp {
    font-size: 3rem;
}

.staffPage .staffBox .textBox .staffName .en {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

.staffPage .staff-intro .staff-introBox {
    margin-bottom: 30px;
}

.staffPage .staff-intro .staff-introBox h4 {
    margin-bottom: 15px;
}

@media all and (max-width: 896px) {
    .staffPage .staffBox .textBox .staffName .jp {
        font-size: 2.5rem;
    }

    .staffPage .staffBox .textBox .staffName .en {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 600px) {
    .staffPage .staffBox .staffWrap {
        display: block;
    }

    .staffPage .staffBox .photoBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .staffPage .staffBox .photoBox img {
        aspect-ratio: 2 / 2.5;
    }

    .staffPage .staffBox .textBox {
        width: 100%;
    }

    .staffPage .staffBox .textBox .staffName {
        margin-bottom: 30px;
    }

    .staffPage .staffBox .textBox .staffName .jp {
        font-size: 2rem;
    }

    .staffPage .staffBox .textBox .staffName .en {
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
	planPage
------------------------------------------------------------*/
.planPage .planPage_inner h3 {
    font-size: 5rem;
    margin-bottom: 100px;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
}

.planPage .planUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 4%;
}

.planPage .planUl .plan_li {
    width: 40%;
    position: relative;
}

.planPage .planUl .plan_li .plan_img {
    width: 100%;
    overflow: hidden;
}

.planPage .planUl .plan_li .plan_img img {
    width: 100%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
    transition: all .3s;
}

.planPage .planUl .plan_li .plan_txt {
    position: absolute;
    font-size: 3rem;
    bottom: 10%;
    left: 0;
    width: 300px;
    padding: 5px 0 5px 30px;
    background-image: linear-gradient(90deg, #FFF 50%, transparent 100%);
}

.planPage .planMenu {
    max-width: 600px;
    margin: 150px auto 0;
    position: relative;
}

.planPage .planMenu h3 {
    font-size: 5rem;
    margin-bottom: 100px;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
}

.planPage .planMenu .planTable {
    margin-bottom: 50px;
}

.planPage .planMenu .planTable table {
    border-collapse: collapse;
    border: 1px solid #8f8f8f;
    background: #f5f5f5;
    width: 100%;
}

.planPage .planMenu .planTable tr:nth-of-type(1) {
    background: #AACCA3;
}

.planPage .planMenu .planTable tr .th_color {
    background: #AACCA3;
}

.planPage .planMenu .planTable th,
.planPage .planMenu .planTable td {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #8f8f8f;
}

.planPage .planMenu .planTable th {
    font-size: 1.8rem;
}

.planPage .planMenu .planTable h4 {
    padding-left: 10px;
    border-left: 5px solid #AACCA3;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.planPage .planMenu .planTable dl {
    display: flex;
}

.planPage .planMenu .planTable dt {
    width: 50%;
    max-width: 150px;
    border-bottom: 1px dashed;
    font-weight: 600;
    padding: 15px 5px;
}

.planPage .planMenu .planTable dd {
    width: 50%;
    max-width: 100px;
    border-bottom: 1px dashed;
    text-align: end;
    padding: 15px 5px;
}

@media all and (min-width: 897px) {
    .planPage .planUl .plan_li a:hover img {
        transform: scale(1.1);
    }

    .indexPage .blog li a:hover img {
        opacity: 0.7;
    }
}

@media all and (max-width: 896px) {
    .planPage .planPage_inner h3 {
        font-size: 4rem;
        margin-bottom: 50px;
    }

    .planPage .planUl .plan_li {
        width: 48%;
    }

    .planPage .planUl .plan_li .plan_txt {
        font-size: 2rem;
        width: 160px;
    }

    .planPage .planMenu h3 {
        font-size: 4rem;
    }
}

@media all and (max-width: 600px) {
    .planPage .planPage_inner h3 {
        font-size: 3rem;
    }

    .planPage .planUl {
        gap: 20px 4%;
    }

    .planPage .planUl .plan_li .plan_txt {
        padding-left: 5px;
        font-size: 1.4rem;
        width: 120px;
    }

    .planPage .planMenu h3 {
        font-size: 3rem;
    }

    .planPage .planMenu .planTable h4 {
        font-size: 2rem;
    }

    .planPage .planMenu .planTable th,
    .planPage .planMenu .planTable td {
        padding: 10px;
    }

    .planPage .planMenu .planTable th {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	singlePlanPage
------------------------------------------------------------*/
.singlePlanPage #pagePath {
    margin-bottom: 70px;
}

.singlePlanPage .planTop {
    position: relative;
}

.singlePlanPage .planTop::after {
    position: absolute;
    content: "";
    background: #80997A;
    top: 50%;
    bottom: 3%;
    left: 10%;
    right: 50%;
    z-index: -2;
}

.singlePlanPage .planTop .textBox {
    width: 40%;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    left: -20px;
}

.singlePlanPage .planTop .textBox::before {
    position: absolute;
    content: "";
    background: #AACCA3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.singlePlanPage .planTop .textBox h2 {
    font-size: 4.5rem;
    font-weight: bold;
    /* 	font-weight: 500; */
    width: 120%;
    margin-bottom: 50px;
}

.singlePlanPage .planTop .textBox h2 .bg {
    position: relative;
    padding-left: 50px;
    z-index: 0;
    display: block;
}

/* .singlePlanPage .planTop .textBox h2 .bg::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, #FFF 50%, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(1, 1);
	transform-origin: right top;
} */
/* .singlePlanPage .planTop .textBox h2 .bg.anime::before {
    transform-origin:left top;
	transform:scale(1, 1);
} */
/* .singlePlanPage .planTop .textBox h2 .slow {
    animation-name: blurAnime;
    animation-duration: 1s;
	animation-fill-mode: forwards;
    animation-delay: 0.8s;
    opacity: 0;
} */
.singlePlanPage .planTop .textBox p {
    letter-spacing: 0.06em;
    line-height: 1.8;
    font-size: 1.4rem;
}

.singlePlanPage .planTop .photoBox {
    width: 65%;
    margin: 0 0 0 auto;
}

.singlePlanPage .planTop .photoBox img {
    width: 100%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

.singlePlanPage .gallerySec,
.singlePlanPage .planSec {
    margin-top: 150px;
    position: relative;
}

.singlePlanPage .gallerySec::before {
    position: absolute;
    content: "";
    background: #74CC62;
    top: 30px;
    left: 28%;
    right: -20px;
    bottom: 0;
    z-index: -1;
}

.singlePlanPage .gallerySec h3,
.singlePlanPage .planSec h3 {
    margin-bottom: 50px;
}

.singlePlanPage .gallerySec h3 {
    margin-left: 30%;
}

.singlePlanPage .gallerySec h3 .en,
.singlePlanPage .planSec h3 .en {
    font-size: 4.2rem;
    display: block;
    font-family: "Josefin Sans", sans-serif;
}

.singlePlanPage .gallerySec h3 .jp,
.singlePlanPage .planSec h3 .jp {
    font-size: 2rem;
    display: block;
}

.singlePlanPage .gallerySec ul {
    margin: 0 -20px;
    padding-bottom: 50px;
}

.singlePlanPage .gallerySec li {
    margin-right: 1px;
}

.singlePlanPage .gallerySec li img {
    width: 500px;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

.singlePlanPage .planSec h3 {
    margin-left: 120px;
}

.singlePlanPage .planSec h3 .jp,
.singlePlanPage .planSec h3 .en {
    display: inline;
}

.singlePlanPage .planSec h3 .jp {
    margin-left: 15px;
}

.singlePlanPage .planSec .planBox {
    max-width: 700px;
    margin: 0 auto 80px;
}

.singlePlanPage .planSec .planBox h4 {
    font-size: 2.5rem;
    padding-left: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #AACCA3;
}

.singlePlanPage .planSec .planBox dl {
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 0 10px;
    align-items: flex-end;
}

.singlePlanPage .planSec .planBox dt span {
    margin: 15px 0 8px;
    font-weight: 600;
    display: block;
}

.singlePlanPage .planSec .planBox dd span {
    font-size: 2.5rem;
    padding-right: 5px;
}

.singlePlanPage .planSec .planBox p {
    padding: 0 10px;
    text-align: justify;
    margin-bottom: 40px;
}

.singlePlanPage .planSec .planText {
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 2.0;
    font-size: 1.8rem;
}

@media all and (min-width: 897px) {
    .singlePlanPage .gallerySec li a:hover img {
        opacity: 0.8;
    }
}

@media all and (max-width: 1260px) {
    .singlePlanPage .planTop .textBox {
        padding: 30px;
    }

    .singlePlanPage .planTop .textBox h2 {
        font-size: 3.5rem;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 896px) {
    .singlePlanPage {
        margin-top: 80px;
    }

    .singlePlanPage #pagePath {
        margin-bottom: 24px;
    }

    .singlePlanPage .planTop::after {
        top: 40%;
        left: 5%;
    }

    .singlePlanPage .planTop .textBox {
        width: 100%;
        top: 95%;
        left: -24px;
    }

    .singlePlanPage .planTop .textBox h2 {
        width: 75%;
    }

    .singlePlanPage .planTop .photoBox {
        width: 80%;
    }

    .singlePlanPage .gallerySec {
        margin-top: 300px;
    }

    .singlePlanPage .gallerySec ul {
        margin: 0 -24px;
    }

    .singlePlanPage .gallerySec li img {
        width: 300px;
    }

    .singlePlanPage .planSec h3 {
        margin-left: 0;
    }
}

@media all and (max-width: 600px) {
    .singlePlanPage .planTop::after {
        top: 30%;
        left: 0;
    }

    .singlePlanPage .planTop .textBox {
        padding: 18px;
    }

    .singlePlanPage .planTop .textBox h2 {
        font-size: 2.5rem;
    }

    .singlePlanPage .planTop .textBox h2 .bg {
        padding-left: 15px;
    }

    .singlePlanPage .planTop .textBox p {
        font-size: 1.2rem;
    }

    .singlePlanPage .planTop .photoBox {
        width: 100%;
        margin-right: -24px;
    }

    .singlePlanPage .gallerySec {
        margin-top: 350px;
    }

    .singlePlanPage .gallerySec::before {
        top: 17px;
        left: 10%;
    }

    .singlePlanPage .gallerySec h3,
    .singlePlanPage .planSec h3 {
        margin-bottom: 30px;
    }

    .singlePlanPage .gallerySec h3 {
        margin-left: 13%;
    }

    .singlePlanPage .gallerySec h3 .en,
    .singlePlanPage .planSec h3 .en {
        font-size: 2.5rem;
    }

    .singlePlanPage .gallerySec h3 .jp,
    .singlePlanPage .planSec h3 .jp {
        font-size: 1.5rem;
        display: block;
    }

    .singlePlanPage .gallerySec li img {
        width: 195px;
    }

    .singlePlanPage .planSec {
        margin-top: 75px;
    }

    .singlePlanPage .planSec .planBox {
        margin-bottom: 50px;
    }

    .singlePlanPage .planSec .planBox h4 {
        font-size: 2rem;
    }

    .singlePlanPage .planSec .planBox dl {
        font-size: 1.6rem;
        display: block;
    }

    .singlePlanPage .planSec .planBox dd {
        text-align: end;
    }

    .singlePlanPage .planSec .planBox dd span {
        font-size: 2rem;
    }

    .singlePlanPage .planSec .planText {
        font-size: 1.4rem;
    }
}

@media all and (max-width: 375px) {}

@media all and (max-width: 338px) {
    .singlePlanPage .planTop .textBox {
        width: 115%;
    }

    .singlePlanPage .gallerySec {
        margin-top: 380px;
    }
}

/*------------------------------------------------------------
	productPage
------------------------------------------------------------*/
.productPage .productTop h3 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.productPage .productTop h3 small {
    display: block;
    font-size: 2.2rem;
}

.productPage .productTop p {
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 2.0;
}

.productPage .productLink {
    display: flex;
    justify-content: center;
    margin: 100px 0 150px;
}

.productPage .productLink a {
    display: block;
    width: 200px;
    padding: 12px 0 10px 15px;
    margin-right: 50px;
    position: relative;
    box-sizing: border-box;
    font-weight: 600;
}

.productPage .productLink a:last-child {
    margin-right: 0;
}

.productPage .productLink a::before {
    position: absolute;
    content: "";
    background: url("img/common/icon09.png") no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    transition: all .3s;
}

.productPage .productLink a::after {
    position: absolute;
    content: "";
    background: #AACCA3;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}

.productPage .productSec h4 {
    text-align: center;
    font-size: 2.5rem;
    max-width: 1000px;
    background: #AACCA3;
    margin: 0 auto 50px;
    font-weight: 500;
    padding: 5px 0;
}

.productPage .productSec ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 80px;
}

.productPage .productSec ul li {
    width: 23%;
    margin: 0 2% 20px 0;
}

.productPage .productSec ul li:nth-child(4n) {
    margin-right: 0;
}

.productPage .productSec ul li a {
    display: block;
    overflow: hidden;
}

.productPage .productSec ul li img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all .3s;
}

.popupWrap {
    background: #f8f4e6;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.popupWrap .photoBox {
    width: 50%;
}

.popupWrap .textBox {
    width: 45%;
}

.popupWrap .textBox .mfp-close {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
}

.popupWrap .textBox .mfp-close img {
    width: 12px;
    height: 12px;
}

.popupWrap .textBox .name {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.popupWrap .textBox .price {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
}

.popupWrap .textBox .price span {
    font-size: 2.2rem;
    margin-right: 5px;
}

@media all and (min-width: 897px) {
    .productPage .productLink a:hover:after {
        height: 100%;
    }

    .productPage .productSec ul li a:hover img {
        transform: scale(1.1);
        opacity: 0.6;
    }
}

@media all and (max-width: 896px) {
    .productPage .productTop h3 {
        font-size: 2.5rem;
    }

    .productPage .productTop h3 small {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 600px) {
    .productPage .productLink {
        display: block;
        margin: 70px 0 80px;
    }

    .productPage .productLink a {
        width: 100%;
        margin-bottom: 20px;
    }

    .productPage .productSec h4 {
        font-size: 2.0rem;
    }

    .productPage .productSec ul li {
        width: 49%;
    }

    .productPage .productSec ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .popupWrap {
        display: block;
    }

    .popupWrap .photoBox {
        width: 100%;
        margin-bottom: 10px;
    }

    .popupWrap .textBox {
        width: 100%;
    }
}

/*------------------------------------------------------------
	costumePage
------------------------------------------------------------*/
.costumePage .costumeTop h3 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.costumePage .costumeTop p {
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 2.0;
}

.costumePage .antiqueText h4 {
    text-align: center;
    font-size: 2rem;
    border-bottom: 5px solid #AACCA3;
    margin: 0 auto 65px;
    width: fit-content;
    padding-bottom: 5px;
}

#tabButton ul {
    display: flex;
    justify-content: center;
    margin: 100px 0 80px;
}

#tabButton ul li a {
    display: block;
    width: 220px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    border-right: 1px solid #f8f4e6;
    font-weight: 600;
}

#tabButton ul li a::after {
    position: absolute;
    content: "";
    background: #AACCA3;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}

#tabButton ul li.active a:after {
    height: 100%;
}

#tabContent .gallery {
    display: none;
}

#tabContent .gallery.is-active {
    display: block;
}

#tabContent .gallery .galleryWrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

#tabContent .gallery .galleryWrap li {
    width: 24%;
    margin: 0 1.3% 20px 0;
    position: relative;
}

#tabContent .gallery .galleryWrap li:nth-child(4n) {
    margin-right: 0;
}

#tabContent .gallery .galleryWrap li p {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 10px;
    border-left: 5px solid #AACCA3;
}

#tabContent .gallery .galleryWrap li img {
    width: 100%;
    /* aspect-ratio: 1.618/1;
    object-fit: cover; */
    opacity: 1;
    transition: all 0.5s ease;
}

#tabContent .gallery .galleryWrap li img:nth-of-type(2) {
    position: absolute;
    top: 35px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

#tabContent .gallery .galleryWrap li:hover img {
    visibility: hidden;
    opacity: 0;
}

#tabContent .gallery .galleryWrap li:hover img:nth-of-type(2) {
    visibility: visible;
    opacity: 1;

}

@media all and (min-width: 897px) {
    #tabButton ul li a:hover:after {
        height: 100%;
    }
}

@media all and (max-width: 896px) {
    .costumePage .costumeTop h3 {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    #tabButton ul {
        margin: 70px -24px 50px;
    }

    #tabButton ul li a {
        width: 130px;
    }
}

@media all and (max-width: 600px) {
    .costumePage .costumeTop h3 {
        font-size: 2rem;
    }

    #tabButton ul {
        flex-wrap: wrap;

    }

    #tabButton ul li {
        width: 50%;
    }

    #tabButton ul li a {
        width: 100%;
    }

    #tabButton ul li:nth-of-type(1) a,
    #tabButton ul li:nth-of-type(2) a {
        border-top: 1px solid #AACCA3;
    }

    #tabButton ul li:nth-of-type(2n) a {
        border-left: 1px solid #AACCA3;
    }

    #tabContent .gallery .galleryWrap li {
        width: 49%;
        margin-right: 2%;
    }

    #tabContent .gallery .galleryWrap li:nth-of-type(2n) {
        margin-right: 0;
    }
}

/*------------------------------------------------------------
	accessPage
------------------------------------------------------------*/
.accessPage .infoSec .accessText p {
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 2.0;
    margin-bottom: 80px;
}

.accessPage .infoSec h3 {
    font-size: 3.5rem;
    margin-bottom: 80px;
    text-align: center;
}

.accessPage .infoSec table {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.accessPage .infoSec tr {
    display: flex;
}

.accessPage .infoSec th {
    width: 30%;
    padding: 20px 0;
    border-bottom: 1px solid #dfdccf;
    padding-left: 10px;
}

.accessPage .infoSec td {
    width: 70%;
    padding: 20px 0;
    border-bottom: 1px solid #dfdccf;
    padding-left: 10px;
}

.accessPage .map {
    margin: 80px auto 0;
    width: 100%;
    max-width: 700px;
}

.accessPage .map iframe {
    width: 100%;
    height: 300px;
    border: 5px solid #FFF;
    box-sizing: border-box;
}

.accessPage .infoSec .link a {
    display: block;
    width: 300px;
    margin: 80px auto 100px;
    background: #AACCA3;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 0;
}

.accessPage .infoSec .link a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #80997A;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out 0s;
    transform: scale(0, 1);
    transform-origin: center;
    z-index: -1;
}

.accessPage .slider ul {
    margin: 0 -20px;
}

.accessPage .slider li img {
    width: 520px;
    aspect-ratio: 1.618/1;
    object-fit: cover;
}

@media all and (min-width: 897px) {
    .accessPage .infoSec .link a:hover {
        color: #FFF;
    }

    .accessPage .infoSec .link a:hover:before {
        transform: scale(1, 1);
    }
}

@media all and (max-width: 896px) {
    .studioPage .studioimg h3 {
        font-size: 2.5rem !important;
    }

    .accessPage .infoSec h3 {
        font-size: 2.5rem;
    }

    .accessPage .slider ul {
        margin: 0 -24px;
    }

    .accessPage .slider li img {
        width: 330px;
    }
}

@media all and (max-width: 600px) {
    .studioPage .studioimg h3 {
        font-size: 2rem !important;
        margin-bottom: 30px !important;

    }

    .accessPage .infoSec h3 {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .accessPage .infoSec tr {
        flex-direction: column;
    }

    .accessPage .infoSec th {
        width: 100%;
        padding: 20px 0 5px;
        border: none;
    }

    .accessPage .infoSec td {
        width: 100%;
        padding: 5px 0;
    }

    .accessPage .map iframe {
        height: 230px;
    }

    .accessPage .slider li img {
        width: 180px;
    }
}

/*------------------------------------------------------------
	studioPage
------------------------------------------------------------*/
.studioPage .studioimg h3 {
    font-size: 3.5rem;
    margin-bottom: 80px;
    text-align: center;
}

.studioPage .studioimg {}

.studioPage .studioimg li {
    max-width: 700px;
    margin: 0 auto 65px;
}

.studioPage .studioimg li .imgbox {
    width: 100%;
    margin: 0 auto;
}

.studioPage .studioimg li .imgbox img {}

.studioPage .studioimg li p {
    text-align: center;
    line-height: 2;
    width: fit-content;
    margin: 30px auto 0;
    border-bottom: 1px dashed #2a2a2a;
    padding-bottom: 8px;
}

.studioPage .studioSlider .slick-slider {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.studioPage .studioSlider ul .slick-arrow {
    width: 30px;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
}

.studioPage .studioSlider ul .slick-arrow:first-of-type {
    left: -65px;
}

.studioPage .studioSlider ul .slick-arrow:last-of-type {
    right: -65px;
}

.studioPage .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.studioPage .slick-dots li {
    width: 10%;
    margin: 0 10px 10px 0;
}

.studioPage .slick-dots li:last-child {
    margin-right: 0;
}

.studioPage .slick-dots li img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 2px solid #f8f4e6;
    box-sizing: border-box;
}

.studioPage .slick-dots li.slick-active img {
    border: 2px solid #32312e;
}

.studioPage .link a {
    display: block;
    width: 300px;
    margin: 80px auto 100px;
    background: #AACCA3;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 0;
}

.studioPage .link a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #80997A;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out 0s;
    transform: scale(0, 1);
    transform-origin: center;
    z-index: -1;
}

@media all and (min-width: 897px) {
    .studioPage .link a:hover {
        color: #FFF;
    }

    .studioPage .link a:hover:before {
        transform: scale(1, 1);
    }
}

@media all and (max-width: 896px) {
    .studioPage .studioSlider ul .slick-arrow:first-of-type {
        left: -45px;
    }

    .studioPage .studioSlider ul .slick-arrow:last-of-type {
        right: -45px;
    }

    .studioPage .slick-dots li {
        width: 15%;
    }
}

@media all and (max-width: 600px) {
    .studioPage .studioSlider ul .slick-arrow {
        width: 20px;
    }

    .studioPage .studioSlider ul .slick-arrow:first-of-type {
        left: -30px;
    }

    .studioPage .studioSlider ul .slick-arrow:last-of-type {
        right: -30px;
    }
}

/*------------------------------------------------------------
	archivePage
------------------------------------------------------------*/
.archivePage .content {
    max-width: 1116px;
    margin: 0 auto;
}

.archivePage .blogPage_inner {
    display: flex;
    justify-content: space-between;
}

.archivePage .blogPage_item {
    width: 75%;
}

.archivePage .blogPage_item_widget {
    width: 20%;
}

.archivePage .blogUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archivePage .blogUl .blog_li {
    width: 48%;
    margin-bottom: 30px;
}

.archivePage .blogUl .blog_li img {
    width: 100%;
    aspect-ratio: 1.618/1;
    object-fit: cover;
    margin-bottom: 10px;
}

.archivePage .blog_date {
    margin-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
}

.archivePage .new_recent {
    padding: 6px 8px 2px;
    background: #AACCA3;
    color: #FFF;
    margin-left: 10px;
    font-size: 1.5rem;
}

.archivePage .widget-title {
    padding: 5px 10px;
    background: #AACCA3;
    color: #FFF;
    margin-bottom: 10px;
}

.archivePage .widget li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    transition: all .3s;
}

.archivePage .widget li::before {
    position: absolute;
    content: "▶";
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    font-size: 1.2rem;
}

@media all and (min-width: 897px) {
    .archivePage .blogUl .blog_li a:hover img {
        opacity: 0.8;
    }

    .archivePage .widget li:hover {
        margin-left: 10px;
    }
}

@media all and (max-width: 896px) {
    .archivePage .blogPage_inner {
        display: block;
    }

    .archivePage .blogPage_item {
        width: 100%;
    }

    .archivePage .blogPage_item_widget {
        width: 100%;
    }

    .archivePage .new_recent {
        font-size: 1.3rem;
    }
}

@media all and (max-width: 600px) {
    .archivePage .new_recent {
        margin-left: 0;
    }
}

/*------------------------------------------------------------
	singlePage
------------------------------------------------------------*/
.singlePage .content {
    max-width: 1116px;
    margin: 0 auto;
}

.singlePage .blog {
    display: flex;
    justify-content: space-between;
}

.singlePage .singleBox {
    width: 75%;
}

.singlePage .blogPage_item {
    width: 20%;
}

.single_txt h1 {
    font-size: 2.6rem;
    color: #5d3a26;
    border-top: 1px solid #5d3a26;
    border-bottom: 1px solid #5d3a26;
    text-align: center;
    padding: 2rem 0;
    margin: 6rem 0 3rem;
    line-height: 1.35;
}

.single_txt h2 {
    font-size: 2.2rem;
    color: #5d3a26;
    border-left: 0.6rem solid #5d3a26;
    padding: .6rem 0 .6rem 1.6rem;
    position: relative;
    margin: 6rem 0 3.6rem;
    line-height: 1.35;
}

.single_txt h2::after {
    content: "";
    width: 100%;
    height: .2rem;
    background-color: #5d3a26;
    position: absolute;
    top: calc(100% + .6rem);
    left: -.6rem;
}

.single_txt h3 {
    margin: 32px 0 0;
    text-align: start;
    font-size: 3rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.single_txt h4 {
    font-size: 2rem;
    color: #5d3a26;
    margin: 3rem 0 3rem;
    text-align: initial;
}

.singlePage .single_txt img {
    margin-bottom: 20px;
}

.singlePage .widget-title {
    padding: 5px 10px;
    background: #AACCA3;
    color: #FFF;
    margin-bottom: 10px;
}

.singlePage .widget li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    transition: all .3s;
}

.singlePage .widget li::before {
    position: absolute;
    content: "▶";
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    font-size: 1.2rem;
}

.singlePage .pageNavi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.singlePage .pageNavi li a {
    display: inline-block;
    padding: 5px 10px;
    background: #AACCA3;
    color: #FFF;
    font-size: 1.5rem;
}

@media all and (min-width: 897px) {
    .singlePage .pageNavi li a:hover {
        opacity: 0.8;
    }

    .singlePage .widget li:hover {
        margin-left: 10px;
    }
}

@media all and (max-width: 896px) {
    .singlePage .blog {
        display: block;
    }

    .singlePage .singleBox {
        width: 100%;
    }

    .singlePage .blogPage_item {
        width: 100%;
        margin-top: 50px;
    }

    .singlePage .single_txt h3 {
        font-size: 2rem;
    }

    .singlePage .pageNavi li a {
        font-size: 1.3rem;
    }
}

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comVisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%);
    z-index: -1;
}

@media all and (max-width: 896px) {
    .comVisual {
        margin: 60px 0 13px;
        height: 200px;
    }

    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .content {
    max-width: 1116px;
    margin: 0 auto;
}

.contactPage .topTxt {
    margin: 0 0 68px 3px;
    letter-spacing: 0.06em;
}

.contactPage table {
    margin-bottom: 158px;
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
}

.contactPage th,
.contactPage td {
    padding: 28px 0 28px 58px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #D1CFCF;
}

.contactPage th {
    padding: 20px 50px 20px 0;
    width: 29%;
    font-weight: 500;
}

.contactPage td {
    font-size: 1.3rem;
    position: relative;
}

.contactPage th .must {
    float: right;
    width: 44px;
    color: #fff;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    background: #74CC62;
    text-align: center;
}

.contactPage th .any {
    background: #f8f4e6;
    border: 1px solid #74CC62;
    color: #74CC62;
}

.contactPage td:before {
    position: absolute;
    left: 0;
    top: 27px;
    width: 1px;
    bottom: 27px;
    background: #D1CFCF;
    content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
    width: 100%;
    height: 58px;
    color: #212836;
    font-size: 1.3rem;
    padding: 5px 10px 5px 23px;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
}

.contactPage td .wid01 {
    width: 98px !important;
}

.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.6rem;
}

.contactPage td .add {
    margin-bottom: 20px;
}

.contactPage td .hidden {
    display: block;
    margin-top: 20px;
}

.contactPage td textarea {
    height: 100px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}

.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}

.contactPage .txtP a {
    text-decoration: underline;
}

.contactPage .txtP a:hover {
    opacity: 0.7;
}

.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}

.contactPage .agreeTxt input[type="checkbox"]~span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}

.contactPage .agreeTxt input[type="checkbox"]:checked~span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}

.contactPage .submit {
    text-align: center
}

.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}

.ajax-loader {
    display: none !important;
}

.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #AACCA3;
    border: 1px solid #AACCA3;
}

.contactPage .submit li .info02 {
    position: relative;
    z-index: 2;
}

.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px;
    content: "";
    z-index: 3;
    transition: .3s;
    -webkit-transition: .3s;
}

.contactPage .submit li .info01:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px;
    content: "";
}

.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
}

.contactPage .submit li input:disabled {
    cursor: default;
    pointer-events: none;
}

.contactPage .submit .back .info01 {
    background: #919191;
    border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
    background: #CECECE;
    border-color: #CECECE;
}

.contactPage .submit li.disabled .info01:after {
    display: none;
}

.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}

.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}

.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}

.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}

.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}

.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}

.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #AACCA3;
    border: 1px solid #AACCA3;
    box-sizing: border-box;
}

.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
    z-index: 3;
    transition: .3s;
    -webkit-transition: .3s;
}

.thanks .linkBtn .info {
    position: relative;
    z-index: 2;
}

.thanks .linkBtn a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
    .contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
    }

    .contactPage .submit li:hover .info01:before {
        right: -21px;
        background-image: url("img/common/icon08.png");
    }

    .contactPage .submit li.disabled:hover .info01:before {
        right: 10px;
        background-image: url("img/common/icon05.png");
    }

    .contactPage .submit li:hover input {
        color: #212836;
    }

    .contactPage .submit li.disabled:hover input {
        color: #fff;
    }

    .contactPage .submit li.back:hover .info01:before {
        left: -21px;
        background-image: url("img/common/icon14.png");
    }

    .thanks .linkBtn a:hover {
        color: #212836;
    }

    .thanks .linkBtn a:hover:before {
        background-image: url("img/common/icon14.png");
        left: -21px;
    }

    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}

@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }

    .contactPage table {
        margin-bottom: 48px;
    }

    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }

    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }

    .contactPage td:before {
        display: none;
    }

    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }

    .contactPage td {
        font-size: 1.4rem;
    }

    .contactPage td .wid01 {
        width: 124px !important;
    }

    .contactPage td .ico {
        margin-right: 7px;
    }

    .contactPage td .add {
        margin-bottom: 20px;
    }

    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }

    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }

    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }

    .contactPage .agreeTxt span.wpcf7-list-item {
        margin: 0 !important;
    }

    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }

    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }

    .contactPage .submit li span:before {
        right: 17px;
    }

    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }

    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }

    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }

    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }

    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }

    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }

    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }

    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }

    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9;
    }

    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }

    .thanks .linkBtn a:before {
        left: 16px;
    }
}

@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }

    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}

.privacy .content {
    max-width: 1116px;
    margin: 0 auto;
}

.privacy .headLine02 {
    font-size: 3.5rem;
    margin-bottom: 50px;
}

.privacy .headLine03 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}

.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.privacy .txt01 {
    margin-bottom: 65px;
}

.privacy .txt02 {
    margin-bottom: 72px;
}

.privacy .txt03 {
    margin-bottom: 35px;
}

.privacy .txt04 {
    margin-bottom: 0;
}

@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }

    .privacy .headLine02 {
        font-size: 2.5rem;
    }

    .privacy .headLine03 {
        font-size: 2.0rem;
    }

    .privacy .pageTitle {
        padding: 28px 0 30px;
    }

    .privacy .pageTitle .headLine01 .en {
        margin-bottom: 8px;
        font-size: 3.2rem;
    }

    .privacy .pageTitle .headLine01 .jp {
        font-size: 2rem;
    }

    .privacy #pagePath {
        margin-bottom: 56px;
    }

    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }

    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }

    .privacy .txt01 {
        margin-bottom: 57px;
    }

    .privacy .txt02 {
        margin-bottom: 60px;
    }

    .privacy .txt03 {
        margin-bottom: 27px;
    }

    .privacy .txt04 {
        margin-bottom: 0;
    }
}

.wpcf7-response-output {
    display: none !important;
}

/* デフォルトでは非表示（PCなど大きい画面） */
.is-sp {
    display: none;
}

/* スマホ（画面幅768px以下）では表示 */
@media screen and (max-width: 600px) {
    .is-sp {
        display: inline;
    }
}



.contactPage th .optional {
	float: right;
	width: 44px;
	color: #74CC62;
	border: 1px solid #74CC62;
	box-sizing: border-box;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #fff;
	text-align: center;
}