@charset "utf-8";
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
letter-spacing : 0.2em;
color:#454545;
}
img{
margin: auto;
}
h1 {
margin: 0; padding: 0;
font-size: 20px;
}
a {	
text-decoration: none;
}
a:hover{
opacity: 0.5;
cursor: pointer;
}
nav {
margin: 0 0 0 auto;
}
li {
margin: 0 0 0 15px;
font-size: 14px;
}
h2 {
margin: 0;
font-size: 30px;
font-weight: normal;
}
.font-mincho {
    font-family: 'Noto Serif JP', serif;
}
.notosan{
font-family: 'Noto Sans JP', sans-serif;
}
.notosan-bold{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.notosan-regu{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}
.inter{
font-family: 'Inter', sans-serif;
}
.font-white{
color: white;
}
header{
background-color: white;
z-index: 10;
}
.center{
text-align: center;
}
.red{
color:#C1272D ;
}
.blue{
color:#1A4472;
}
.gray{
color: #303030;
}
.white{
color: #fff;
}
.bg-white{
background-color: #fff;
}
.bg-red{
background-color:#C1272D ;
}
.bg-blue{
background-color:#1A4472;
}
.bg-gray{
background-color:#4D4D4D;
}
.bg-pink{
    background-color: #faeaea;
}
.op_plus {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
margin: 0 5px;
}
.op_plus:before, .op_plus:after,
.op_plus2:before, .op_plus2:after
{
display: block;
content: '';
background-color: #333;
border-radius: 10px;
position: absolute;
width: 25px;
height: 5px;
top: 10px;
left: 0;
}
.op_plus:before,
.op_plus2:before
{
width: 5px;
height: 25px;
top: 0;
left: 10px;
}
.ac-content {
display: none;
}
.icon-wrap {
position: absolute;
right: 5px;
top: 50%;
transform: translatey(-50%);
width: 38px;
height: 38px;
}
.icon {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
}
.icon:before,
.icon:after {
position: absolute;
content: "";
display: block;
transition: all 0.2s;
background: #000;
left: 50%;
top: 50%;
width: 50%;
height: 3px;
transform: translate(-50%, -50%);
}
.icon:before {
transform: translate(-50%, -50%) rotate(90deg);
}
/*＋、－切り替え*/
.icon.open:before {
transform: translate(-50%, -50%) rotate(0deg);
}
.shyouhin-part{
    background-color:#f5ecf3;
}
#btn-hamburger {
    position: fixed;
    width: 40px;
    height: 30px;
    cursor: pointer;
    top: 26px;
    right: 11%;
    z-index: 101
  }
  #btn-hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #696969;
    border-radius: 4px
  }
  #btn-hamburger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box
  }
  #btn-hamburger span:nth-of-type(1) {
    top: 0
  }
  #btn-hamburger span:nth-of-type(2) {
    top: 10px
  }
  #btn-hamburger span:nth-of-type(3) {
    top: 20px
  }
  #btn-hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg)
  }
  #btn-hamburger.active span:nth-of-type(2) {
    opacity: 0
  }
  #btn-hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg)
  }
  .btn-hamburger-pos {
    max-width: 1240px;
    margin: 0 auto;
    position: fixed;
    opacity: 0;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 101
  }
  #btn-store-hamburger {
    position: absolute;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
    top: 40%;
    right: 0
  }
  #btn-store-hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #696969;
    border-radius: 4px
  }
  #btn-store-hamburger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box
  }
  #btn-store-hamburger span:nth-of-type(1) {
    top: 0
  }
  #btn-store-hamburger span:nth-of-type(2) {
    top: 9px
  }
  #btn-store-hamburger span:nth-of-type(3) {
    top: 17px
  }
  #btn-store-hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
  }
  #btn-store-hamburger.active span:nth-of-type(2) {
    opacity: 0
  }
  #btn-store-hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
  }
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
  }
  .hamburger._visible {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .hamburger._visible .hamburger-wrap {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .hamburger._hidden {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }
  .hamburger._hidden .hamburger-wrap {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
  }
  .hamburger .hamburger-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
  }
  /* .hamburger .hamburger-wrap .img {
    width: 30%;
    background-image: url('../img/menu/menu-back.png');
    background-size: cover;
    background-position: center
  } */
  .hamburger .hamburger-wrap .link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #faeaea;
    padding-top: 150px;
    padding-left: 10%;
    backdrop-filter: blur(12px);
  }
  .hamburger .hamburger-wrap .link a {
    transition-duration: 300ms;
    transition-timing-function: ease-in
  }
  .hamburger .hamburger-wrap .link a.bottom {
    transform: translate(0%, 25px) matrix(1, 0, 0, 1, 0, 0);
    transition-duration: 300ms;
    opacity: 0
  }
  .hamburger .hamburger-wrap .link .lg {
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0.2em;
    width: fit-content
  }
  .hamburger .hamburger-wrap .link .sm {
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 0.2em;
    width: fit-content
  }
  .hamburger .hamburger-wrap .link .mb {
    margin-bottom: 70px
  }
  .hamburger .hamburger-wrap .link .btn-online {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 300px
  }
  .hamburger .hamburger-wrap .link .sns-link {
    width: 300px;
    display: flex;
    justify-content: flex-end
  }
  .hamburger .hamburger-wrap .link .sns-link .sns {
    margin-left: 35px;
    width: 20px;
    height: auto
  }
  .cart{
    position: fixed;
      width: 40px;
      height: 46px;
      cursor: pointer;
      top: 52px;
      right: 18%;
      z-index: 101;
      margin-top: -3px;
  }
  .header-logo{
    position: fixed;
    height: 46px;
    cursor: pointer;
    top: 26px;
    z-index: 99;
    left: 11%;
  margin: auto;
  }
  .transition-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #f9f9fb;
    transition-duration: 700ms;
    z-index: 105;
    pointer-events: none
  }
  .transition-mask.up {
    transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
    transition-duration: 700ms
  }
  .transition-mask.bottom {
    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
    transition-duration: 500ms
  }
  .insta-iframe {
    border: none;
    height: 300px;
    width: 100%
  }
  @media(min-width:1440px) {
    header .header-nav {
        max-width: 1240px;
        width: 1240px
    }
    #btn-hamburger {
        right: 13.5%
    }
    footer {
        width: 100%;
    }
  }
   /*アニメーション要素のスタイル*/
 .animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.animation.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.container {
  width:100% ;
  overflow-x: hidden;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 0;
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px;
  box-sizing: border-box;
  max-width: 1000px;
}
.tokutei-left {
  width: 30%;
  max-width: 500px;
  padding: 20px;
  background-color: #efe0e0;
  border-bottom: 1px solid #c7c5c5;
}
.wrapper {
  width: 98%;
  margin: auto;
}
.guide {
  text-align: center;
  font-family: 'Josefin Slab', serif;
  font-size: 31px;
  margin-top: 185px;
  margin-bottom: 100px;
}
.tokute-waku {
  display: flex;
  
}
.tokutei-right {
  width: 70%;
  max-width: 678px;
  background-color: #fff8f7;
  padding: 20px;
  border-bottom: 1px solid #c7c5c5;
}
.footer-link{
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
}
.footer-logo-img{
  font-size: 20px;
  color: #464646;
  margin: 100px auto 30px;
  text-align: center;
  position: relative;
  width: 300px;
  display: block;
}