@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

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

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #717171;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
header:
----------------------------------------------------------------
*/

header.come{
width: 100%;
z-index: 100;
position: fixed;
top:0;
}

#global-menu{
position: relative;
width: 100%;
z-index: 100;
}

.nav-mobile{
z-index: 100;
position: relative;
float: right;
margin: 10px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #fff;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #e0c6a9;
z-index: 11;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #fff;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}


/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
color: #717171;
}
section{
width: 84%;
line-height: 1.8;
font-size: 14px;
padding: 8%;
}

.pc-nav{
display: none;
}
main{
background-color: #fbebda;
}

/*--------------------------------------------------------------
Header(top):
----------------------------------------------------------------
*/

#top{
position: relative;
overflow: hidden;
width: 100%;
height: 80vh;
}

.slider{
width: 100%;
height: 80vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.main-title{
position: absolute;
top: 5%;
left: calc(50% - 15vw);
display: block;
width: 30vw;
line-height: 1;
z-index: 10;
}
.top-local.w1000{
padding-bottom: 0;
}
.top-local ul{
width: 100%;
}
.top-local li{
margin-bottom: 5%;
}
.top-local li a{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 260px;
margin: 0 auto;
padding: 10px;
text-align: center;
border-radius: 20px;
line-height: 1;
}
.top-local li:nth-child(1) a{
background: #d7ebea;
}
.top-local li:nth-child(2) a{
background: #f3cdc5;
}
.top-local li:nth-child(3) a{
background: #f4dca5;
}

.top-local li a img{
line-height: 0;
}
.top-local li a span{
line-height: 0;
width: 180px;
text-align: center;
}

.top-local li a img:nth-child(1){
width: 40px;
height: 10px;
}
.top-local li a img:nth-child(3){
width: 25px;
height: 20px;
}

.lead-copy{
font-size: 1.6em;
margin: 0 auto 8%;
color:#87bdbc;
text-align: center;
display: flex;
overflow: hidden;
justify-content: center;
}

.lead-copy span{
margin: 0;
padding: 0 .5%;
/* ここからアニメーション関係 */
transform: translateY(2em);
animation: textanimation 1s forwards;
}
/* 1文字目 */
.lead-copy span:nth-child(1) {
    animation-delay: 0.2s
}
/* 2文字目 */
.lead-copy span:nth-child(2) {
    animation-delay: 0.4s
}
/* 3文字目 */
.lead-copy span:nth-child(3) {
    animation-delay: 0.6s
}
/* 4文字目 */
.lead-copy span:nth-child(4) {
    animation-delay: 0.8s
}
/* 5文字目 */
.lead-copy span:nth-child(5) {
    animation-delay: 1s
}
/* 6文字目 */
.lead-copy span:nth-child(6) {
    animation-delay: 1.2s
}
/* 7文字目 */
.lead-copy span:nth-child(7) {
    animation-delay: 1.4s
}
/* 8文字目 */
.lead-copy span:nth-child(8) {
    animation-delay: 1.6s
}
/* 9文字目 */
.lead-copy span:nth-child(9) {
    animation-delay: 1.8s
}
/* 10文字目 */
.lead-copy span:nth-child(10) {
    animation-delay: 2s
}
/* 11文字目 */
.lead-copy span:nth-child(11) {
    animation-delay: 2.2s
}
/* 12文字目 */
.lead-copy span:nth-child(12) {
    animation-delay: 2.4s
}


@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}
#concept-wrap .copy,
header .copy{
padding: 0 0 8%;
color: #9d9d9e;
line-height: 3;
letter-spacing: 2px;
text-align: center;
}
#concept-wrap .copy li,
header .copy li{
display: table;
margin: 0 auto;
}
#concept-wrap .copy .border.bottom,
header .copy .border.bottom{
border-bottom: 2px dotted #88bebd;
padding-bottom: 1%;
}

/*--------------------------------------------------------------
#features:
----------------------------------------------------------------
*/

.title-wrap{
position: relative;
display: table;
margin: 0 auto 8%;
}
.mokuba-animation {
margin: 5% auto;
width: 60px;
height: 52.5px;
background: url("../images/mokuba-animation.png") no-repeat;
background-size: 300px 52.5px;
animation: mokuba-animation 4s steps(5) infinite;
}
@keyframes mokuba-animation {
to {
background-position: -300px 0;
}
}

h3{
font-family: "Jost", sans-serif;
font-weight: 400;
font-size: 2em;
color:#87bdbc;
text-align: center;
line-height: 1;
padding: 5% 0 2%;
}

h3 + p{
font-size: 80%;
text-align: center;
padding-bottom: 5%;
}

.block{
display: block;
width: 60px;
height: auto;
margin: 0 auto;
}
.w1000{
padding: 8%;
}

#features li{
padding: 5%;
border-radius: 20px;
/*background-color: #f3cdc5;*/
/*border: solid 2px;*/
margin-bottom: 5%;
}
#features li figcaption{
padding: 5% 0;
position: relative;
}
#features li:nth-child(1).stroke .border,
#features li:nth-child(1) span.check-mark,
#features li:nth-child(4).stroke .border,
#features li:nth-child(4) span.check-mark{
border-color: #e38e7b;
}
#features li:nth-child(2).stroke .border,
#features li:nth-child(2) span.check-mark{
border-color: #87bdbc;
}
#features li:nth-child(3).stroke .border,
#features li:nth-child(3) span.check-mark,
#features li:nth-child(5).stroke .border,
#features li:nth-child(5) span.check-mark{
border-color: #ecc36a;
}

#features li img.pc{
display: none;
}
.stroke {
position: relative;
}
 
.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
  border-radius: 20px;
}
.stroke .border.top,
.stroke .border.bottom {
  width: 100%;
}
.stroke .border.top {
  border-top: 2px solid;
  right: 0;
  top: 0;
  border-radius: 20px;
}
.stroke .border.bottom {
  border-bottom: 2px solid;
  left: 0;
  bottom: 0;
}
 
.stroke .border.right,
.stroke .border.left {
  height: 100%;
}
.stroke .border.right {
  border-right: 2px solid;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 2px solid;
  left: 0;
  bottom: 0;
}
 
.stroke.is-animated .border {
  opacity: 1;
}
 
.stroke.is-animated .border.top{
animation: stroke-top 2s linear 1;
}
.stroke.is-animated .border.bottom {
animation: stroke-bottom 2s linear 1;
}
.stroke.is-animated .border.right{
animation: stroke-right 2s linear 1;
}
.stroke.is-animated .border.left {
animation: stroke-left 2s linear 1;
}
 
@keyframes stroke-top {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
 
@keyframes stroke-bottom {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
 
@keyframes stroke-right {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes stroke-left {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

#features figure img{
border-radius: 20px;
}

#features li{
text-align: center;
}
#features li span.point,
.point-wrap .text-box span {
display: table;
font-family: "Jost", sans-serif;
font-weight: 400;
padding: 1% 8%;
border-radius: 10px;
border: 1px solid;
margin-bottom: 5%;
}
#features li span.point{
margin: 0 auto 5%;
}
#features li span.point strong,
.point-wrap .text-box strong{
padding-left: .2em;
}
#features li:nth-child(1) span.point,
#features li:nth-child(4) span.point{
color: #d88878;
border-color: #d88878; 
}
#features li:nth-child(2) span.point{
color: #87bdbc;
border-color: #87bdbc; 
}
#features li:nth-child(3) span.point,
#features li:nth-child(5) span.point{
color: #d8af56;
border-color: #d8af56; 
}

#features li span.text-box{
display: block;
position: relative;
line-height: 1.4;
font-size: 1.2em;
letter-spacing: 2px;
}
#features ul + p{
padding-top: 10%;
text-align: justify;
}

/*--------------------------------------------------------------
#lineup:
----------------------------------------------------------------
*/

#lineup{
background-color: #fcecdb;
}

#lineup{
padding-top: 0;
padding-bottom: 0;
}

#lineup ul{
display: flex;
column-gap: 4%;
align-items: center;
flex-wrap: wrap;
}

#lineup li{
width:  48%;
aspect-ratio: 1;
margin-bottom: 8%;
line-height: 0;
}

.lineup-animation {
position: relative;
margin: 5% auto;
width: 100%;
aspect-ratio: 1;
display: block;
overflow: hidden;
vertical-align: top;
}
.lineup-animation img {
width: 200%;
max-width:none;
animation:type1 infinite steps(2) 4s;
}
@keyframes type1 {
100% {
transform:translate3d(-100%,0,0);
}
}
.lineup-animation span{
position: absolute;
display: block;
letter-spacing: 2px;
bottom: 15%;
width: 100%;
text-align: center;
font-family: "Jost", sans-serif;
font-weight: 400;
}
.lineup-animation span::after{
content: '▶︎';
font-size: .8em;
color: #e38e7b;
padding-left: .5em;
}

/*--------------------------------------------------------------
profile:
----------------------------------------------------------------
*/
#profile{
background-color: #fcecdb;
}
#profile{
padding-top: 0;
}
.profile-wrap img{
border-radius: 20px;
}
#profile .text-wrap{
padding: 2% 0 5%;
text-align: center;
}
#profile h4{
font-family: "Jost", sans-serif;
font-size: 1.4em;
font-weight: normal
}
#profile strong{
display: block;
font-weight: normal
}
#profile .profile-detail strong{
font-weight: 700;
}
#profile .occupation{
font-size: 80%;
}
#profile .profile-detail{
text-align: justify;
}

#profile .stroke .border{
border-color: #ecc36a;
}
#profile strong{
padding: 5%;
}
.comment{
display: flex;
}
.comment img{
width: 30px;
}
.comment span{
padding-left: 0.5em;
font-weight: 700;
letter-spacing: 2px;
}


/*--------------------------------------------------------------
footer:
----------------------------------------------------------------
*/

footer{
position: relative;
background-color: #e0c6a9;
color: #fff;
text-align: center;
}

footer h1{
width:  64%;
margin: 0 auto 8%;
max-width: 200px;
}

footer nav p{
display: block;
/*border-bottom: #fff 1px solid;*/
}
footer nav ul{
display: table;
margin: 3% auto 7%;
}
footer nav li{
float: left;
width: 40px;
margin-right: 10px;
}
footer nav li:last-child{
margin-right: 0;
}
footer nav a{
display: block;
}
footer table{
margin: 3% auto 10%;
width: 80%;
max-width: 500px;
font-size: 80%;
}
footer td,footer th{
text-align: left;
}
.copyright{
font-size: 10px;
line-height: 1.6;
margin: 8% 0 0;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 40px;
height: 40px;
z-index: 1;
opacity: 0.8;
}
.pc-logo{
display: none;
}
.to-online-store{
position: fixed;
bottom: 80px;
right: 10px;
width: 80px;
height: 80px;
z-index: 1;
}

@media screen and (min-width:480px) {
title-wrap {
font-size: 120%;
}
.mokuba-animation {
width: 80px;
height: 70px;
background-size: 400px 70px;
}

@keyframes mokuba-animation {
to{
background-position: -400px 0;
}
}
.lineup-animation span {
font-size: 1.2em;
}
#features li span.text-box br{
display: none;
}
}

@media screen and (min-width:768px) {
.wrapper{
background: linear-gradient(90deg, #f3cdc5 0%, #f3cdc5 50%, #d7ebea 50%, #d7ebea 100%);
}

.nav-mobile{
display: none;
}
header.come{
background: rgba(224, 198, 169,.4);
margin-top: 0;
}
header.come.display-menu{
margin-top: -160px;
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}

#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}

.contents{
background-color: #fcecdb;
width: 600px;
margin: 0 auto;
overflow-x: hidden;
}
.main-title{
left: calc(50% - 100px);
width: 200px;
}
#features li img.pc{
display: block;
}
#features li img.sp{
display: none;
}
}


@media screen and (min-width:1080px) {
.pc-nav{
position: fixed;
left:3%;
top:3%;
font-family: "Jost", sans-serif;
display: block;
width: calc((50vw - 300px) - 6%);
}
.pc-nav h3{
padding-bottom: 5%;
}
.pc-nav li a{
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 20px;
margin-bottom: 5%;
padding: 10px;
width: calc(100% - 20px);
}
.pc-nav img:nth-child(1){
width: 40px;
}
.pc-nav img:nth-child(3){
width: 25px;
height: 20px;
}
.pc-nav span{
width: 180px;
text-align: center;
font-size: 1.2vw;
}

.main-title {
display: none;
}
.pc-logo{ 
display: block;
position: fixed;
width: 180px;
height: auto;
top:calc(50% - 15vw);
right: calc(((50vw - 300px) - 180px)/2);
}
.pc-logo .pc-logo-animation{
display: block;
width: 100%;
overflow: hidden;
}
.pc-logo .pc-logo-animation img {
width: 500%;
max-width:none;
animation: mokuba-animation-03 4s steps(5) infinite;
}
@keyframes mokuba-animation-03 {
100% {
transform:translate3d(-100%,0,0);
}
}
}

@media screen and (min-width:1280px) {
.pc-nav{
left: calc(((50vw - 300px) - 280px)/2);
width: 280px;
}
.pc-nav span{
font-size: 16px;
}
}

/*2025.01.07追加：解決次第外したい*/

.lineup-animation.coming-soon .coming-soon-back img{
position: absolute;
top:0;
left: 0;
width: 100%;
animation: none;
opacity: .5;
z-index: 10;
}
.lineup-animation.coming-soon .coming-soon-back strong{
position: absolute;
display: block;
top: 50%;
left: 57%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 20px;
font-weight: normal;
line-height: 1;
z-index: 10;
width: 100%;
}

@media screen and (min-width:480px) {
.lineup-animation.coming-soon .coming-soon-back strong{
left: 67%;
}
}

@media screen and (min-width:768px) {
.pc-nav li a.coming-soon{
position: relative;
}
.pc-nav li a.coming-soon .coming-soon-back{
position: absolute;
top:0;
left: 0;
background-color: rgba(0,0,0,.5);
border-radius: 20px;
margin-bottom: 5%;
padding: 10px;
width: calc(100% - 20px);
z-index: 10;
}
.pc-nav li a.coming-soon strong{
display: block;
color: #fff;
font-size: 20px;
font-weight: normal;
line-height: 1;
text-align: center;
padding: 10px 0;
}
.lineup-animation.coming-soon .coming-soon-back strong{
left: 75%;
}
@media screen and (min-width: 1080px) {

#global-menu {
width: 1000px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}

.pc-nav a.coming-soon img:nth-child(2){
width: 40px;
}
.pc-nav a.coming-soon img:nth-child(4){
width: 25px;
height: 20px;
}
}