﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
２カラムレイアウト
========================*/
#column {
  width:100%;
  height: auto;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
#column nav {
  width: 420px;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto;
  padding:32px 24px;
  background: #FFF5EE;
  box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.2);
}
#column main {
  box-sizing: border-box;
  flex: 1;
  margin:0 auto;
  padding: 64px 0 0;
}
@media screen and (max-width: 1640px) {
#column nav {
  width: 340px;
  }
}
@media screen and (max-width: 1240px) {
#column nav {
  width:280px;
  }
}
@media screen and (max-width: 960px) {
#column {
  flex-direction: column;
  display:block;
  }
#column nav {
  width:80%;
  min-width: 340px;
  position: static;
  padding:32px 32px;
  }
}
@media screen and (max-width: 640px) {
#column main {
  padding: 48px 0 0;
  }
}
@media screen and (max-width: 480px) {
#column nav {
  width:100%;
  min-width: 0;
  }
}


/*========================
ナビゲーション枠 (右カラム)
========================*/
nav {
  text-align: center;
  position: relative;
  overflow: auto;
}
nav::-webkit-scrollbar {
  background: #FFF5EE;
  width: 3px;
  height: 3px;
}
nav::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
nav .notelogo {
  width: 100%;
  max-width: 100px;
  margin: 0 0 18px;
}
nav h1{
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0.3em;
}
nav h1 a{
  text-decoration: none;
  color: #444;
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
nav .notelogo {
  max-width: 84px;
  }
}

/*-------------------------
コンテンツリンクボタン
--------------------------*/
nav .navbtn {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
nav .navbtn span {
  display: block;
  font-size: 0.9em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #999;
  margin: 0 0 0.6em;
}
nav .navbtn span:after{
  display: block;
  color: #777;
  font-size: 2.4em;
  line-height: 0.5;
  font-family:"Material Symbols Rounded";
	content: "\e5c5"; /*下向き三角*/
  font-variation-settings:
  'FILL' 0,
  'wght' 400
}
nav .navbtn a{
	display: block;
	color: #333;
  border: 1px solid #777;
	text-decoration: none;
	padding: 0.8em 1em;
	transition: 0.3s;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 0.8em;
  z-index: 1;
}
nav .navbtn a:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1em;
  font-family:"Material Symbols Rounded";
  color: #777;
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
nav .navbtn a:hover{
  background-color: #FFF;
	transition: 0.3s;
}
@media screen and (max-width: 1240px) {
nav .navbtn {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 960px) {
nav .navbtn {
  font-size: 0.95em;
  }
}
@media screen and (max-width: 640px) {
nav .navbtn {
  font-size: 1em;
  }
}

/*-------------------------
ご購入はこちらから
--------------------------*/
nav .shoplink {
  width: 100%;
  margin-top: 24px;
}

/*スラッシュ吹き出し*/
nav .shoplink span{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1.2em 0.5em;
  margin-bottom: 8px;
  color: #ED7951;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.5;
  white-space: nowrap;
}
nav .shoplink span:before,
nav .shoplink span:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 86%;
  background: #ED7951;
}
nav .shoplink span:before {
  transform: rotate(-24deg);
  left: 0;
}
nav .shoplink span:after {
  transform: rotate(24deg);
  right: 0;
}
@media screen and (max-width: 1240px) {
nav .shoplink span{
  font-size: 0.85em;
  }
}
@media screen and (max-width: 960px) {
nav .shoplink span{
  font-size: 0.95em;
  }
}

/*公式ショップボタン*/
.shoplinkbtn_apro{
  width: 100%;
  max-width: 320px;
	display: block;
	color: #FFF;
  background: rgb(234,90,43);
  background: linear-gradient(0deg, rgba(234,90,43,1) 0%, rgba(238,122,81,1) 100%);
	text-decoration: none;
	padding: 1em;
	transition: 0.3s;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
  margin: 0 auto;
  z-index: 1;
}
.shoplinkbtn_apro:before {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.2em;
  font-family:"Material Symbols Rounded";
  color: #FFF;
	content: "\e8cc"; /*ショッピングカート*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
@media screen and (max-width: 1240px) {
.shoplinkbtn_apro{
	padding: 0.8em;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  }
.shoplinkbtn_apro:before {
  margin-right: 0.1em;
  }
}
@media screen and (max-width: 960px) {
.shoplinkbtn_apro{
	padding: 1em;
  font-size: 0.95em;
  letter-spacing: 0.08em;
  }
}

/*他ショップリンクボタン*/
.shoplink ul {
  width:100%;
  max-width: 300px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  margin-top: 12px;
}
.shoplink ul li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 10px 0 0;
}
.shoplink ul li:last-child{
  margin:0 0 0 0;
}

.shoplinkbtn_other{
  width: 100%;
	display: block;
  background: rgb(238,238,238);
  background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	text-decoration: none;
	padding: 0.6em 1em;
	transition: 0.3s;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.3);
  margin: 0 auto;
  z-index: 1;
}
.shoplinkbtn_other img{
  width: 100%;
  max-width: 68px;
}


/*========================
スマホ用ハンバーガーメニュー
========================*/
.hbgmenu {
  display: none;
}
@media screen and (max-width: 960px) {
.hbg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: auto;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  overflow: auto;
  }
.hbg.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  }

/*3本線メニュー*/
.hbgmenu, .hbgmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  }
.hbgmenu {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 32px;
  z-index: 10;
  cursor: pointer;
  border: none;
  background: none;
  }
.hbgmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #999;
  z-index: 10;
  }
.hbgmenu span:nth-of-type(1) {
  top: 0px;
  }
.hbgmenu span:nth-of-type(2) {
  top: 12px;
  }
.hbgmenu span:nth-of-type(3) {
  top: 24px;
  }
.hbgmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
  }
.hbgmenu.active span:nth-of-type(2) {
  opacity: 0;
  }
.hbgmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
  }
}
@media screen and (max-width: 480px) {
.hbg {
  width: 100%;
  }
.hbgmenu {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 24px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
見出し
--------------------------*/
/* セクション見出し */
.sectitle {
  width: 100%;
  font-size: 2.4em;
  border-left: 5px solid #5CBCB8;
  padding: 0.2em 0 0.2em 0.8em;
  line-height: 1;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.08em;
  margin: 0 0 38px;
}
.sectitle strong{
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  margin-top: 0.8em;
}
@media screen and (max-width: 640px) {
.sectitle {
  font-size: 2.2em;
  margin: 0 0 32px;
  }
}
@media screen and (max-width: 480px) {
.sectitle {
  font-size: 2em;
  margin: 0 0 24px;
  padding: 0.2em 0 0.2em 0.6em;
  }
}

/* 文頭●付き横棒見出し */
.dotlinetitle{
  display:flex; 
  align-items:center;
  font-size: 1.1em;
  font-weight: 700;
  color: #444;
  margin: 1em 0 0.3em;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  position: relative;
}
.dotlinetitle:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1em;
  color: #5CBCB8;
  font-family:"Material Symbols Rounded";
	content: "\ef4a"; /*丸*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
.dotlinetitle:after {
  margin-left:0.3em; 
  border-top:1px solid #777; 
  content:""; 
  flex-grow:1;
}
@media screen and (max-width: 480px) {
.dotlinetitle{
  font-size: 1.05em;
  }
}

/* グリーン文字見出し */
.greentitle{
  font-size: 1.2em;
  font-weight: 700;
  color: #5BBBB8;
  margin: 1.2em 0 0.5em;
  line-height: 1.5;
}

/* 文頭●付き見出し */
.dottitle{
  display:flex; 
  align-items:center;
  font-size: 1.1em;
  font-weight: 700;
  color: #444;
  margin: 1em 0 0.3em;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  position: relative;
}
.dottitle:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1em;
  color: #5CBCB8;
  font-family:"Material Symbols Rounded";
	content: "\ef4a"; /*丸*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/* 文末横線付きグリーン見出し */
.linetitle{
  display:flex; 
  align-items:center;
  font-size: 1.1em;
  font-weight: 700;
  color: #5CBCB8;
  margin: 1em 0 0.5em;
  line-height: 1.5;
}
.linetitle:after {
  margin-left:0.5em; 
  border-top:1px solid #5CBCB8; 
  content:""; 
  flex-grow:1;
}

/*-------------------------
吹き出しテキスト <span>で挟む
--------------------------*/
/*グリーン*/
.bubble{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1em;
  margin-bottom: 5px;
  color: #5CBCB8;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.bubble:before,
.bubble:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 84%;
  background: #5CBCB8;
}
.bubble:before {
  transform: rotate(-24deg);
  left: 0;
}
.bubble:after {
  transform: rotate(24deg);
  right: 0;
}
@media screen and (max-width: 640px) {
.bubble{
  font-size: 1.1em;
  }
}

/*赤*/
.bubble_red{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1em;
  margin-bottom: 5px;
  color: #ED7951;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.bubble_red:before,
.bubble_red:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 84%;
  background: #ED7951;
}
.bubble_red:before {
  transform: rotate(-24deg);
  left: 0;
}
.bubble_red:after {
  transform: rotate(24deg);
  right: 0;
}
@media screen and (max-width: 640px) {
.bubble_red{
  font-size: 1.1em;
  }
}

/*黒*/
.bubble_bk{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1em;
  margin-bottom: 5px;
  color: #333;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.bubble_bk:before,
.bubble_bk:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 84%;
  background: #444;
}
.bubble_bk:before {
  transform: rotate(-24deg);
  left: 0;
}
.bubble_bk:after {
  transform: rotate(24deg);
  right: 0;
}
@media screen and (max-width: 640px) {
.bubble_bk{
  font-size: 1.1em;
  }
}

/*-------------------------
ボタン・テキストリンク
--------------------------*/
/*文末矢印アイコン付きボタン*/
.btn {
	display: inline-block;
	color: #FFF;
	background-color: #48B0AE;
	text-decoration: none;
	padding: 0.8em 2.4em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0.3em 0.3em 0;
}
.btn:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4em;
  font-family:"Material Symbols Rounded";
	content: "\e5c8"; /*矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
.btn:hover{
	background-color: #5878B8;
	transition: 0.3s;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 32px;
  bottom:32px;
  z-index: 2;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  cursor:pointer;
  background:#FFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  position: relative;
}
.jumpbtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 3em;
  color: #5CBCB8;
  font-family:"Material Symbols Rounded";
	content: "\e5d8"; /*上向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 400
}
@media(max-width:1240px){
#jumptop{
  right: 24px;
  bottom:24px;
  }
.jumpbtn {
  width: 4.2em;
  height: 4.2em;
  }
.jumpbtn:before {
  font-size: 2.4em;
  }
}
@media(max-width:640px){
.jumpbtn {
  display: none;
  }
}

/*-------------------------
展開details (人アイコン付き)
--------------------------*/
details {
  border-top: 1px solid #AAA;
  padding: 1em 0;
}
details:last-child{
  border-bottom: 1px solid #AAA;
}
details .detail{
  padding: 1.2em 1em 0;
  font-size: 1em;
  line-height: 2.1;
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
  outline: none;
  position: relative;
  font-size: 1.05em;
  font-weight: 500;
  padding: 0 2em 0 2em;
}
summary::-webkit-details-marker {
	display: none;
}
summary:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1.6em;
  line-height: 1;
  color: #5CBCB8;
  font-family:"Material Symbols Rounded";
	content: "\e7fd"; /*人*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
summary:after {
  position: absolute;
  top: 50%;
  right: -0.25em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 3em;
  line-height: 1;
  color: #5CBCB8;
  font-family:"Material Symbols Rounded";
	content: "\e5cc"; /*右向き矢じり*/
  font-variation-settings:
  'FILL' 1,
  'wght' 200
}
details[open] summary:after {
  font-family:"Material Symbols Rounded";
	content: "\e316"; /*上向き矢じり*/
  font-variation-settings:
  'FILL' 1,
  'wght' 200
}
@media screen and (max-width: 640px) {
summary {
  font-size: 1em;
	}
}
@media screen and (max-width: 480px) {
details .detail{
  line-height: 1.8;
	font-size: 0.95em;
  }
}

details[open] .detail {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
0% {
  opacity: 0;
  transform: translateY(-10px);
  }
100% {
  opacity: 1;
  transform: none;
  }
}


/*========================
予備パーツ
========================*/
/*-------------------------
横並びflexbox
--------------------------*/
/* 画像240px ＋ テキスト*/
.column240 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column240 li:first-child {
  max-width: 240px;
}
.column240 li:first-child img{
  width: 100%;
  max-width: 240px;
}
.column240 li:last-child {
  flex: 1;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 1240px) {
.column240 li:first-child {
  max-width: 200px;
  }
.column240 li:last-child {
  margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
.column240 {
  flex-direction: column;
  display:block;
  }
.column240 li:first-child {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
  }
.column240 li:first-child img{
  max-width: 100%;
  }
.column240 li:last-child {
  margin: 18px 0 0 0;
  }
}

/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  max-width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

