@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#000000;
	text-decoration:none;
    transition: 0.3s opacity ease;
}

a:hover{
	opacity: 0.8;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.35rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #000000;
    line-height: 1.949;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    overflow-x: hidden;
    background: #fdf9f4;
}

.en{
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.1em;
}

.animated{
    opacity: 0;
    -moz-transition: -moz-transform 1.5s linear;
    -webkit-transition: -webkit-transform 1.5s linear;
    -o-transition: -o-transform 1.5s linear;
    -ms-transition: -ms-transform 1.5s linear;
    transition: transform 1.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    opacity: 1;
}

/* Firefox */
@-moz-document url-prefix() {
.fadeInUp{
    animation-name: fadeInUp_ff;
}
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp_ff {
  from {
    opacity: 0;
    transform: translateY(50px) rotate(0.0001deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(0.0001deg);
  }
}

.animated.delay1{
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated.delay2{
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animated.delay3{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

::placeholder{
    color: #808080;
}

#wrapper{
    width: 100%;
    position: relative;
}

/* =====================================
	header
===================================== */

header {
    position: fixed;
    top: 55px!important;
    left: auto!important;
    right: 90px!important;
    width: 30px;
    height: 66px;
    z-index: 100;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999999;
}
.menu-trigger {
    width: 30px;
    height: 66px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}
.menu-trigger span {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f9f6f3;
}
.default .menu-trigger span {
    background-color: #000000;
}
.menu-trigger span:nth-of-type(1) {
    left: 0;
}
.menu-trigger span:nth-of-type(2) {
    right: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2px) rotate(-24deg);
    left: 15px;
    background-color: #000000;
}

.menu-trigger.active span:nth-of-type(2) {
    transform: translateY(2px) rotate(24deg);
    right: 15px;
    background-color: #000000;
}

.nav{
    width: 100%;
    height: 100vh;
    background: #fdf9f4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.nav::before{
    content: "";
    width: 43.75%;
    max-width: 700px;
    height: 100vh;
    background: url("../img/common/bg01.jpg") center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.nav .gnav{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 21.375%;
    max-width: 342px;
    position: absolute;
    top: 160px;
    right: 13.75%;
}

.nav .gnav li::after{
    content: "";
    width: 1px;
    height: 54px;
    background: #8f8d8a;
    display: block;
    margin: 40px auto 0;
}

.nav .snav{
    position: absolute;
    bottom: 116px;
    left: min(48.875%, 782px);
}

.nav .snav li{
    margin-bottom: 31px;
}

.nav .snav li:nth-child(3){
    margin-bottom: 77px;
}

.nav .snav li:last-child{
    margin-bottom: 0;
}

.nav .snav li a{
    color: #231815;
    display: block;
    font-size: 1.5rem;
    line-height: 1;
}

.nav .snav li:last-child a{
    padding-right: 22px;
    background: url("../img/common/arrow02.svg") no-repeat center right;
    background-size: 14px auto;
}




/* =====================================
	main
===================================== */

.brandSite{
    width: 100%;
    max-width: 1240px;
    padding: 0 40px 385px;
    margin: 0 auto;
}

.brandSite ul{
    display: flex;
    justify-content: space-between;
}

.brandSite ul li{
    width: 47.931%;
}

.brandSite ul li a > img{
    width: 100%;
    margin-bottom: 56px;
}

.brandSite ul li a p img{
    width: 100%;
    max-width: 335px;
    margin-bottom: 54px;
}

.brandSite ul li:last-child a p img{
    max-width: 388px;
}

.brandSite ul li a div{
    display: flex;
    align-items: center;
}

.brandSite ul li a div h3{
    font-size: 2.1rem;
    line-height: 1;
}

.brandSite ul li a div span{
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: 0.2em;
    padding-right: 21px;
    background: url("../img/common/arrow02.svg") no-repeat center right;
    background-size: 14px auto;
    margin: 0 0 0 32px;
    display: table;
}

.tooltip{
    position: fixed;
    background: url("../img/common/customCursor.svg") no-repeat center;
    background-size: contain;
    width: 115px;
    height: 115px;
    pointer-events: none;
    z-index: 2;
}


/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    padding: 88px 40px 150px;
    background: #fff;
    position: relative;
}

footer .inner{
    width: 100%;
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

footer .inner .left .flexbox > a img{
    width: 100%;
    max-width: 35px;
    margin-right: 68px;
}

footer .inner .left .flexbox .txtArea a:nth-child(1){
    font-size: 1.3rem;
    line-height: 2.076923;
    position: relative;
    margin: -7px 0 46px;
    display: block;
    white-space: nowrap;
}

footer .inner .left .flexbox .txtArea a:nth-child(1)::before{
    content: "";
    background: url("../img/common/arrow02.svg") no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 7px;
    left: 9.5em;
}

footer .inner .left .flexbox .txtArea a:nth-child(2){
    font-size: 1.15rem;
    line-height: 1;
}

footer .inner small{
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 304px;
    display: block;
}

footer .right{
    width: 50%;
}

footer .right .gnav{
    width: 100%;
    margin-bottom: 50px;
}

footer .right .gnav li{
    width: 100%;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 13px;
    margin-bottom: 44px;
}

footer .right .gnav li:last-child{
    margin-bottom: 0;
}

footer .right .gnav li a{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 1.4rem;
    line-height: 1;
    background: url("../img/common/arrow03.svg") no-repeat center right;
    background-size: 20px auto;
    letter-spacing: 0.4em;
}

footer .right .gnav li span{
    font-size: 1.0rem;
    line-height: 1;
    padding-left: 40px;
    letter-spacing: 0.02em;
}

footer .right .snav{
    display: flex;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 100px;
}

footer .right .snav li{
    padding-right: 64px;
}

footer .right .snav li:last-child{
    padding-right: 0;
}

footer .right .bnrArea{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .right .bnrArea li{
    width: 49.5238%;
}

footer .right .bnrArea li img{
    width: 100%;
}



@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 2.99479167vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

/* =====================================
	header
===================================== */

header {
    top: 8.854167vw!important;
    right: 8.33vw!important;
    width: 4.6875vw;
    height: 10.4167vw;
}

.menu-trigger {
    width: 4.6875vw;
    height: 10.4167vw;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(0.15vw) rotate(-24deg);
    left: 2.215vw;
}

.menu-trigger.active span:nth-of-type(2) {
    transform: translateY(0.15vw) rotate(24deg);
    right: 2.215vw;
}

.nav{
    height: 100dvh;
}

.nav::before{
    width: 23.4375vw;
    max-width: inherit;
    height: 100dvh;
    background: url("../img/common/sp/bg01.jpg") center;
    background-size: cover;
}

.nav .gnav{
    display: block;
    width: 66.145833vw;
    max-width: inherit;
    position: relative;
    margin: 34.1145833vw 0 0 auto;
    top: auto;
    right: auto;
}

.nav .gnav li img{
    width: 40.49479167vw;
}

.nav .gnav li{
    position: relative;
    margin-bottom: 10.15625vw;
}

.nav .gnav li:last-child{
    margin-bottom: 0;
}

.nav .gnav li::after{
    width: 10.546875vw;
    height: 1px;
    margin: 0;
    position: absolute;
    top: 3.90625vw;
    left: 45.18229167vw;
}

.nav .gnav li span{
    font-size: 2.6vw;
    line-height: 1;
    color: #808080;
    margin-top: 2.6vw;
}

.nav .snav{
    width: 66.145833vw;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 17.7vw 0 0 auto;
}

.nav .snav li{
    margin-bottom: 7.867vw;
}

.nav .snav li:nth-child(3){
    margin-bottom: 16.267vw;
}

.nav .snav li a{
    font-size: 3.125vw;
    display: table;
}

.nav .snav li:last-child a{
    padding-right: 4.6875vw;
    background: url("../img/common/arrow02.svg") no-repeat center right;
    background-size: 2.8645833vw auto;
}


/* =====================================
	main
===================================== */

.brandSite{
    padding: 0 10.4166vw 65.7552vw;
}

.brandSite ul{
    display: block;
}

.brandSite ul li{
    width: 100%;
    margin-bottom: 20.833vw;
}

.brandSite ul li:last-child{
    margin-bottom: 0;
}

.brandSite ul li a > img{
    margin-bottom: 9.895833vw;
}

.brandSite ul li a p img{
    max-width: 70.18229vw;
    margin-bottom: 10.9375vw;
}

.brandSite ul li:last-child a p img{
    max-width: 78.125vw;
}

.brandSite ul li a div{
    display: block;
}

.brandSite ul li a div h3{
    font-size: 3.90625vw;
}

.brandSite ul li a div span{
    font-size: 2.6vw;
    line-height: 2.6vw;
    padding-right: 5.33854167vw;
    background: url("../img/common/arrow02.svg") no-repeat center right;
    background-size: 2.6vw auto;
    margin: 7.03125vw 0 0;
}

.tooltip{
    display: none;
}



/* =====================================
	footer
===================================== */

footer{
    padding: 14.0625vw 6.51vw;
}

footer .inner .left .flexbox > a img{
    width: 8.33vw;
    max-width: inherit;
    margin-right: 0;
}

footer .inner .left .flexbox .txtArea{
    position: absolute;
    top: 148vw;
    left: 28.645833vw;
}

footer .inner .left .flexbox .txtArea a:nth-child(1){
    font-size: 2.8645833vw;
    line-height: 1.93;
    margin: 0 0 5.2vw;
}

footer .inner .left .flexbox .txtArea a:nth-child(1)::before{
    background: url("../img/common/arrow02.svg") no-repeat;
    background-size: 3.3854vw auto;
    width: 3.3854vw;
    height: 3.3854vw;
    bottom: 0.35em;
    left: 10em;
}

footer .inner .left .flexbox .txtArea a:nth-child(2){
    font-size: 2.6vw;
}

footer .inner small{
    font-size: 2.6vw;
    white-space: nowrap;
    margin-top: 141.9vw;
}

footer .left{
    width: 22.3967vw;
    overflow-x: visible;
}

footer .right{
    width: 64.5833vw;
}

footer .right .gnav{
    margin: 14.5833vw 0 8.203125vw;
}

footer .right .gnav li{
    padding-bottom: 2.6vw;
    margin-bottom: 8.203125vw;
}

footer .right .gnav li a{
    font-size: 2.99479vw;
    background: url("../img/common/arrow03.svg") no-repeat center right;
    background-size: 4.036458vw auto;
}

footer .right .gnav li span{
    font-size: 2.34375vw;
    padding-left: 6.77vw;
}

footer .right .snav{
    font-size: 2.6vw;
    margin-bottom: 14.97vw;
    display: flex;
    justify-content: space-between;
}

footer .right .snav li{
    padding-right: 0;
}

footer .right .bnrArea{
    display: block;
}

footer .right .bnrArea li{
    width: 100%;
    margin-bottom: 0.52vw;
}

footer .right .bnrArea li:last-child{
    margin-bottom: 0;
}

}