@charset "UTF-8";
/* ---------------font--------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP');
.mincyou {
  font-family: "Noto Serif JP", serif;
}
/* --------------------共通-------------------- */
.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

h2 {
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size:calc(45 * (100vw / 750)) ;
  padding: 0 10px;
}
/* --------------------MV-------------------- */
.MV {
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.MV h1 img {
  width: 100%;
  height: auto;
}
/* --------------------ハンバーガーメニュー-------------------- */
.menu {
  position: absolute;
  top: 3%;
  left: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 4;
}
.hamburger_menutext{
  color: #A97B50;
  font-size: 10px;
  font-weight: 800;
  transform: translateY(-4px);
  margin: 0;
  padding-bottom: 6px;
}

.hamburger_border {
  position: relative;
  display: block;
  width: 64%;
  height: 2px;
  background: #A97B50;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.hamburger_border:nth-of-type(3) {
  transform: translateY(5px);
}
.hamburger_border:nth-of-type(4) {
  transform: translateY(11px);
}

#menu {
  display: none;
}

#menu:checked ~ .menu span:nth-of-type(2) {
  transform: translateY(8px) rotate(45deg);
}

#menu:checked ~ .menu span:nth-of-type(3) {
  display: none;
}

#menu:checked ~ .menu span:nth-of-type(4) {
  transform: translateY(6px) rotate(-45deg);
}

#menu:checked ~ .nav {
  left: 0px;
  transition: left 500ms ease;
}

.nav {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50vw;
  height: 100%;
  background: rgba(242, 172, 188, 0.5);
  transition: left 500ms ease;
  z-index: 3;
}
.nav ul {
  margin: 90px 0 100px;
  text-align: left;
}
.nav ul li {
  text-align: left;
}
.nav ul li a {
  display: block;
  padding: 15px 20px 5px;
  color: #A97B50;
  font-weight: 700;
  text-transform: uppercase;
  font-size: calc(26* (100vw / 750));
  padding: calc(8 * (100vw / 750)) calc(46* (100vw / 750));
}
.nav ul li a:hover {
  opacity: .7;
}

/* --------------------アンカー-------------------- */
.anker_wrap {
  display: flex;
  height: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.anker_wrap li {
  width: 50%;
}
.anker_wrap_img {
  width: 100%;
  height: auto;
}
/* --------------------紹介-------------------- */
.introduction {
  text-align: center;
}
/* --------------------ポイント-------------------- */
.point {
  margin: calc(107 * (100vw / 750)) 0;
  text-align: center;
}
.chart {
  text-align: center;
  margin: 0;
}
.chart img {
  width: calc(670 * (100vw / 750));
}
.point_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.point_wrap li {
  margin: calc(40 * (100vw / 750)) calc(20 * (100vw / 750)) 0;
}
.point01,.point02,.point03 {
  background-color: #FCEEE5;
  padding-bottom: calc(20 * (100vw / 750));
}
.point02_img {
  width: calc(310 * (100vw / 750));
  border-radius: calc(20 * (100vw / 750));
}
.point_h2 {
  width: 100%;
  padding: 10px;
  margin-bottom: calc(40 * (100vw / 750));
  text-align: left;
  font-family: 'Noto Sans Japanese';
  font-size: calc(40 * (100vw / 750));
  color: #FFF;
  background-color: #000;
}
.point_h2 em {
  display: block;
  position: relative;
  padding-left: 3.5em;
}
.point_h2 span {
  display: inline-block;
  position: absolute;
  padding-right: calc(20 * (100vw / 750));
  font-size: calc(80 * (100vw / 750));
  font-weight: 600;
  font-family: 'Noto Serif Japanese', serif;
  text-align: left;
  top: 0;
  left: 5px;
}
.point02 .point_wrap  {
  flex-direction: column;
}
.point02 .point_wrap .point_wrap {
  flex-direction: row;
}
.point02 p {
  text-align: center;
  font-size: calc(30 * (100vw / 750));
}
.point02 .bubble {
  font-size: calc(30 * (100vw / 750));
  margin: calc(45 * (100vw / 750)) 0 0 0;
  position: relative;
}
/*.point02 .bubble::after {
  content: '';
  background-image: url(/img/usr/freepage/BT/SP_bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: -75%;
  right: -51%;
  width: 130%;
  height: 130%;
}*/
.point03_img {
  width: 690px;
  border-radius: 20px;
}
.point03 .point_wrap {
  width: calc(670 * (100vw / 750));
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.point03_p {
  font-size: calc(30 * (100vw / 750));
  text-align: center;
  margin: auto 0;
  margin-top: calc(40 * (100vw / 750));
}
/* -
/* --------------------商品説明-------------------- */
.goods_wrap_355 {
  max-width: 767px;
  margin: calc(80 * (100vw / 750)) auto calc(40 * (100vw / 750)) auto;
  padding: calc(40 * (100vw / 750));
  background-color: #FCEEE5;
}
.goods_wrap_355:nth-of-type(2) {
  background-color: #F9DECD;
}
.goods_wrap_355:nth-of-type(3) {
  background-color: #FDEDDB;
}
.goods_wrap_355:nth-of-type(4) {
  background-color: #F7DEC1;
}
.goods img {
  width: 100%;
}
.btn_wrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: calc(30 * (100vw / 750));
}
.btn_wrap li {
  width: calc(327 * (100vw / 750));
}