@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Old Mincho", serif;
  background-color: #fff;
  line-height: 1.7;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.cswrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.section-title {
  margin-bottom: 100px;
  text-align: center;
  display: inline-block;
  padding: 0 10% 10px 10%;
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  background-color: #f6faf5;
  opacity: 0.95;
}
.hdarea {
  display: flex;
  justify-content: space-around;
}
.hdrmenu {
  display: flex;
  justify-content: space-between;
}
/*-------------------------------------------
コンセプト
-------------------------------------------*/
#reason {
  margin-bottom: 120px;
}
#reason h2 {
  margin: 0 auto;
}
.csconcept {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.4em;
}
.csconcept span {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bolder;
 border-bottom: 3px solid #dbe8d9;

}
.csconcept span.tstitle {
  font-size: 25px;
 font-family: "Zen Old Mincho", serif;
  letter-spacing: 0em;
  font-weight: normal;
}

#trauconcept {
 padding-bottom: 120px;
}

#trauconcept p {
  background-color: #f6faf5;
}

.otherlink {
 margin-bottom: 100px;
}
.csbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9em .9em;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.csbutton::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.csbutton:hover {
  background-color: #f6faf5;
}
.csbutton a {
  width: 100%;
  display: block;
}

/*-------------------------------------------
ラインナップ
-------------------------------------------*/
.items_list {
	padding:0 0 110px;
}
.items_grid {
	display:flex;
	justify-content: center;
	gap:10px;
}
.items_grid li {
	width:220px;
}
.items_grid li .image {
	box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.2) ;
	margin-bottom:16px;
}
.items_grid li .name {
	font-size:13px;
	line-height:1.5em;
	margin-bottom:16px;
	text-align: center;
}
/*-------------------------------------------
コンテンツ
-------------------------------------------*/

#cscoordinate {
}
#cscoordinate img {
	box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.2) ;
	margin-bottom:16px;
}
#cscoordinate .cstitle {
    text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#cscoordinate .catchphrase {
    text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
  border-bottom: 2px dotted #dbe8d9;
  padding-bottom: 10px;
}
#cscoordinate .coordwrap:last-of-type {
  margin-bottom: 0;
}
#cscoordinate .csflex .flex1 {
position: relative;
}
#cscoordinate .csflex .flex1 p {
  position: absolute;
  top: -2vw;
  left: -4vw;
  transform:rotate(-10deg);
  font-size: 50px;
  font-family: "Mrs Saint Delafield", cursive;
  color: #000;
}
#cscoordinate .coordtext {
padding: 5px;
background-color: rgba(255,255,255,0.8);
}

.setumei{
	max-width: 700px;
	margin: 0 auto 40px;
}
.cssetumei {
  text-align: center;
  font-size: 15px;
}

  /*-------------------------------------------
  区切り
  -------------------------------------------*/
.scroll {
  position: relative;
  margin-bottom: 60px;
}
.scroll-text {
  font-size: 14px;
  text-align: center;
  position: relative;
  top: 80px;
}
.scroll-border {
  position: relative;
  padding: 56px 0;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  animation: scrollbar-top 2.0s ease-in-out infinite;
  margin: auto;
}
.scroll-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  top: 85px;
  left: 0;
  right: 0;
  background: #333;
  animation: scrollbar-bottm 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar-top {
  0% {
    height: 0;
  }
  30% {
    height: 50px;
  }
  90% {
    height: 50px;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes scrollbar-bottm {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 50px;
  }
  90% {
    height: 50px;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

  /*-------------------------------------------
  商品リンク
  -------------------------------------------*/

.cstitle2 {
    text-align: center;
  font-size: 0.9rem;
  padding: 40px 0 20px 0;
}
.linkwrap {
margin: 0 auto 15px;
  }
.shouhinmei {
	padding: 5px 0;
  font-size: 1rem;
  align-items: center;	
}
.shouhinmei p {
 border-bottom: 3px dotted #dbe8d9;
}
.shouhinlink{
background-color: #ddd;

}

.shouhinlink a{
padding: 5px 15px 5px 15px;
text-align: center;
display: block;
}

.csgrid {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    gap: 8px;
    justify-content: center;
  margin-bottom: 120px;
  font-size: 0.7rem;
  }
.csgrid2 {
    display: grid;
    grid-template-columns: repeat(1, 150px);
    justify-content: center;
  margin-bottom: 120px;
  }
.csgrid3 {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 10px;
    justify-content: center;
  margin-bottom: 120px;
  font-size: 0.7rem;
  }

.faqall {
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9em .9em;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
a.faqall {
  border-bottom: 1px solid #000;
}
.faqall::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.faqall:hover {
border-bottom: 1px solid #000;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer {
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
}
.footerlogo {
  width: 140px;
}
.copyright{
	margin-top: 50px;
	text-align: center;
}


/*-------------------------------------------
PC用調整
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  header {
    height: 100px;
  }
  header img.logo {
    width: 160px;
  }
  header .hdarea h1 {
    padding: 20px 0px 0 0;
  }
.hdrmenu {
padding: 30px 0 0 0;
gap:10px;
}
.hdrmenu img {
    width: 30px;
}
  #mainvisual {
    margin-bottom: 100px;
  }
  .section-title {
    width: 100%;
    font-size: 1.3em;
  }
#trauconcept {
  margin: 0 auto 0;
    padding-top: 50px;
}
  #cscoordinate .lineuptitle {
    padding-top: 30px;
  }
  #cscoordinate .coordwrap {
margin: 0 auto 80px;
  }
  #cscoordinate .csflex {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  #cscoordinate .csflex .flex2 {
    width: 300px;
position: relative;
  }
  #cscoordinate .csflex .flex2 .coordtext {
position: absolute;
bottom: 0;
left: -3vw;
z-index: 999;

  }
  #cscoordinate .csflex .flex2 p {
    font-size: 0.9em;
  padding: .3em .3em;
  }
	
  #cscoordinate .flex3 {
    width: 400px;
margin: 0 auto;
position: relative;
  }
  #cscoordinate .flex3 .coordtext {
position: absolute;
top: 5%;
right: -30%;
z-index: 999;
  }
	
  #cscoordinate .flex3 .coordtext p {
    font-size: 0.9em;
  padding: .3em .3em;
  }
  #cscoordinate .flex4 {
width: 500px;
margin: 0 auto;
padding-left: 10vw;
position: relative;
  }
  #cscoordinate .flex4 .coordtext {
position: absolute;
bottom: 10%;
left: 0;
z-index: 999;
  }
	
  #cscoordinate .flex4 .coordtext p {
    font-size: 0.9em;
  padding: .3em .3em;
  }
#cscoordinate .flex4 .moji {
  position: absolute;
  top: -2vw;
  left: 5vw;
  transform:rotate(-10deg);
  font-size: 50px;
  font-family: "Mrs Saint Delafield", cursive;
  color: #000;
}

  #cscoordinate .csflex .flex5 {
    width: 300px;
position: relative;
  }
  #cscoordinate .csflex .flex5 .coordtext {
position: absolute;
bottom: 25%;
left: -2vw;
z-index: 999;

  }
  #cscoordinate .csflex .flex5 p {
    font-size: 0.9em;
  padding: .3em .3em;
  }
   .footermenu {
    display: none;
  }
  .guidesp {
    display: none;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 3%;
    gap: 40px;
    margin-bottom: 30px;
  }
  .footer-area {
    text-align: left;
    padding-left: 30px;
    border-left: dotted 1px;
  }
}


/*-------------------------------------------
すまほ
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .cswrapper {
    padding: 0 3vw;
  }
  .section-title {
    width: 100%;
    font-size: 1em;
    margin-bottom: 60px;
  }
	
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  header {
    height: 80px;
  }
  header img.logo {
    width: 70px;
  }
  header .hdarea h1 {
    padding:  0;
  }
.hdrmenu {
gap:2vw;
padding: 23px 0 0 0;
}
.hdrmenu img {
    width: 25px;
}
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    margin-bottom: 20px;
  background-color: #f6faf5;
  }
  /*-------------------------------------------
コンセプト
  -------------------------------------------*/
  #reason {
    margin-bottom: 100px;
  }
  .csconcept {
    margin-top: 50px;
    font-size: 14px;
    text-align: left;
    padding: 0 3vw;
  }
#trauconcept {
  margin: 0 auto 0;
}
  /*-------------------------------------------
ラインナップ
  -------------------------------------------*/
	.items_list {
		padding:0 0 13vw;
	}
	.items_grid {
		flex-wrap:wrap;
	}
	.items_grid li {
		width:35vw;
		margin:0 0 8.8vw;
	}
	.items_grid li .image {
		margin-bottom:2.13vw;
	}
	.items_grid li .name {
		font-size:3.2vw;
		margin-bottom: 2.13vw;
	}
.button {
	display: block;
	width: 100%;
	position:relative;
}
.button::before { 
  content: "";
  position: absolute;
  top:0;
  left:50%;
  width: 15px;  
  height: 15px;  
  border-top: 3px solid #000;    
  border-right: 3px solid #000;  
  transform: translate(-50%) rotate(135deg);
}
  /*-------------------------------------------
コンテンツ
  -------------------------------------------*/
  #cscoordinate {
    padding: 10px 0 0 0;
    margin-bottom: 20px;
  }
  #cscoordinate .cstitle {
    text-align: center;
    font-size: 1rem;
  }
  #cscoordinate .catchphrase {
    text-align: center;
    font-size: 0.8rem;
  }
  #cscoordinate .coordwrap {
margin: 0 auto 60px;
  }
	
	#cscoordinate .csflex {
    position: relative;
  }
 #cscoordinate .csflex .flex2 {
position: absolute;
top:5vw;
right:5vw;
  }

  #cscoordinate .csflex .flex2 p {
    font-size: 0.6rem;
  }
#cscoordinate .csflex .flex1 p {
  top: -4vw;
  left: 0vw;
  font-size: 30px;
}
  #cscoordinate .csflex .flex1 {
    width: 60vw;
  }
  #cscoordinate .csflex .flex2 {
    width: 40vw;
  }
  #cscoordinate .flex3 {
    width: 60vw;
margin: 0 auto;
padding-left: 10vw;
position: relative;
  }
  #cscoordinate .flex3 .coordtext {
position: absolute;
top: -5vw;
left: -20%;
z-index: 999;
  }
	
  #cscoordinate .flex3 .coordtext p {
    font-size: 0.6em;
  }
  #cscoordinate .flex4 {
    width: 60vw;
margin: 0 auto;
position: relative;
  }
  #cscoordinate .flex4 .coordtext {
position: absolute;
bottom: -5%;
left: -10%;
z-index: 999;
  }
	
  #cscoordinate .flex4 .coordtext p {
    font-size: 0.6em;
  }
#cscoordinate .flex4 .moji {
  position: absolute;
   top: -4vw;
  left: -2vw;
  font-size: 30px;
  transform:rotate(-10deg);
  font-family: "Mrs Saint Delafield", cursive;
  color: #000;
}
 #cscoordinate .csflex .flex5 {
position: absolute;
top:5vw;
right:5vw;
  }

  #cscoordinate .csflex .flex5 p {
    font-size: 0.6rem;
  }
  #cscoordinate .csflex .flex5 {
    width: 40vw;
  }
	
  .cssetumei {
    font-size: 14px;
    text-align: left;
    padding: 0 3vw;
  }
  /*-------------------------------------------
    商品リンク
  -------------------------------------------*/
.linkwrap {
    padding: 0 3vw;
  }
.shouhinmei {
  font-size: 0.9rem;
}
.shouhinlink{
background-color: #ddd;
margin-bottom: 15px;
}

.shouhinlink a{
padding: 5px 0 5px 0;
text-align: center;
display: block;
}
	
.csgrid {
    display: grid;
    grid-template-columns: repeat(2, 30vw);
    gap: 8px;
    justify-content: center;
    padding-bottom: 20px;
  }
.csgrid3 {
    display: grid;
    grid-template-columns: repeat(2, 30vw);
    gap: 8px;
    justify-content: center;
    padding-bottom: 20px;
  }
  /*-------------------------------------------
  フッター
  -------------------------------------------*/
  .footer-nav {
    text-align: center;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .footer-nav .footerlogo {
    margin-bottom: 20px;
  }
  .footer-area {
    text-align: center;
    font-size: 0.8em;
  }
.copyright{
   font-size: 0.7em;
}
}


/*animation*/
.anime {transition:1.5s cubic-bezier(0, 0.55, 0.45, 1) 0.5s;}

.anime.upIn {transform:translate3d(0,5rem,0);}
.anime.upIn.active {transform:translate3d(0,0,0);}

.anime.fadeIn {opacity:0;}
.anime.fadeIn.active {opacity:1;}

.anime.zoomIn img {transform:scale(1.2);opacity:0;transition:1.8s cubic-bezier(0, 0.55, 0.45, 1);}
.anime.zoomIn.active img {transform:scale(1);opacity:1;}

.list_grid li.anime:nth-of-type(1) {transition-delay:0.5s;}
.list_grid li.anime:nth-of-type(2) {transition-delay:0.8s;}
.list_grid li.anime:nth-of-type(3) {transition-delay:1.1s;}
.list_grid li.anime:nth-of-type(4) {transition-delay:1.4s;}
.list_grid li.anime:nth-of-type(5) {transition-delay:1.7s;}

/*個別アニメ*/
.style_list .anime.style h4,
.style_list .anime.style h4 span,
.style_list .anime.style h4:after,
.coordtext .anime.line_box,
.coordtext .anime.line_box:before,
.coordtext .anime.line_box p:before,
.coordtext .anime.line_box:after,
.coordtext .anime.line_box p:after,
.coordtext .anime.line_box p {transition:1.5s cubic-bezier(0, 0.55, 0.45, 1) 0.5s;}

.style_list .anime.style h4 {opacity:0;transition-delay:0.5s;}
.style_list .anime.style h4 span {opacity:0;transition-delay:0.8s;}
.style_list .anime.style h4:after {width:0%;transition-delay:1.4s;}
.style_list .anime.style.active h4 {opacity:1;}
.style_list .anime.style.active h4 span {opacity:1;transform:scale(1)}
.style_list .anime.style.active h4:after {width:100%;}

.coordtext .anime.line_box {opacity:0;transition-delay:0.5s;}
.coordtext .anime.line_box p {opacity:0;transition-delay:0.8s;}
.coordtext .anime.line_box:before,
.coordtext .anime.line_box p:before {width:0;transition-delay:1.1s;}
.coordtext .anime.line_box:after,
.coordtext .anime.line_box p:after {height:0;transition-delay:1.4s;}

.coordtext .anime.line_box.active {opacity:1;}
.coordtext .text.anime.line_box.active p {opacity:1;}
.coordtext .text.anime.line_box.active:before,
.coordtext .text.anime.line_box.active p:before {width:50px;}
.coordtext .text.anime.line_box.active:after,
.coordtext .text.anime.line_box.active p:after {height:50px;}

.anime.top_anime h1 .title_main,
.anime.top_anime h1 .title_sub,
.anime.top_anime .image img,
.anime.top_anime .text,
.anime.top_anime h1 .title_en {transition:2s cubic-bezier(0, 0.55, 0.45, 1) 0.5s;}

.anime.top_anime .image img {transform:translate(50%,0);opacity:0;transition-duration:2s;transition-delay:0;}
.anime.top_anime h1 .title_main {opacity:0;transition-delay:1.5s;}
.anime.top_anime h1 .title_sub {opacity:0;transition-delay:2s;}
.anime.top_anime .text {opacity:0;transition-delay:2.5s;}
.anime.top_anime h1 .title_en {opacity:0;transition-delay:3.5s;}

.anime.top_anime.active .image img {transform:translate(-50%,0);opacity:1;}
.anime.top_anime.active h1 .title_main {opacity:1;}
.anime.top_anime.active h1 .title_sub {opacity:1;}
.anime.top_anime.active .text {opacity:1;}
.anime.top_anime.active h1 .title_en {opacity:1;}


@media (max-width:768px) {
	.style_list .comment .text.anime.line_box.active:before,
	.style_list .comment .text.anime.line_box.active p:before {width:12.33vw;}
	.style_list .comment .text.anime.line_box.active:after,
	.style_list .comment .text.anime.line_box.active p:after {height:12.33vw;}
	
	.anime.top_anime .image img {transform: translate(50%,-50%);}
	.anime.top_anime.active .image img {transform: translate(-50%,-50%);}
}