@charset "UTF-8";
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
body,
div,
main,
ul,
li,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
p {
  font-size: 21px;
  -ms-flex: 0 1 auto;
}
sub {
  font-size: 70%;
  vertical-align: sub;
  position: relative;
  top: -0.3em;
}
body {
  padding-bottom: 140px;
}
main {
  display: block;
}
small {
  font-size: 16px;
}
.flexbox {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  position: relative;
}
h1 {
  position: relative;
  text-align: center;
  margin-top: 0.5em;
}
h1 img {
  width: 100%;
  max-width: 1369px;
  min-width: 988px;
}
h1 .no1 {
  position: absolute;
  top: 0px;
  left: 772px;
}
h2 {
  text-align: center;
  background: url(../img/section_ttl_bg.png) no-repeat;
  padding: 15px 0 10px;
  margin: 0 auto;
  width: 1000px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.ws-nowrap {
  white-space: nowrap;
}
a img {
  border-style: none;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s;
}
sup {
  font-size: 0.6em;
}
img {
  height: auto;
}
.banner {
  text-align: center;
  background: #ffe6f4;
  padding-top: 30px;
}
.main-img {
  text-align: center;
  padding: 40px 0 30px;
}
.main-img .inner {
  position: relative;
  width: 100%;
}
.main-img .inner .point {
  margin-bottom: 2em;
  display: inline-block;
  position: relative;
}
.main-img .inner .point p {
  font-size: 10px;
  margin: 1.5em 0 2em;
  line-height: 2;
}
.main-img .inner .point a {
  display: block;
  width: 270px;
  height: 330px;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.3s;
}
.main-img .inner .point a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-img .inner .milkcp {
  margin-bottom: 2em;
}
.main-img .inner .main-logo {
  position: absolute;
  left: 20px;
  top: -24px;
  display: inline-block;
}
.main-img .pagetop {
  position: fixed;
  bottom: 15%;
  right: 3vw;
  z-index: 100;
  cursor: pointer;
}
.main-img h1 + p {
  padding-top: 569px;
}
@font-face {
  font-family: 'noto_min';
  font-weight: 400;
  font-style: normal;
  src: url('../font/NotoSerifCJKjp-Medium2.woff') format('woff');
  font-display: swap;
}
nav {
  background: url(../img/nav_bg.png) no-repeat;
  background-position: center top;
  padding: 1px 0;
}
nav ul.flexbox {
  justify-content: space-between;
  -ms-flex-pack: distribute;
}
nav ul.flexbox li {
  width: 20%;
  border-left: 1px solid #a58038;
  align-items: flex-end;
  justify-content: center;
}
nav ul.flexbox li:last-child {
  border-right: 1px solid #a58038;
}
nav ul.flexbox li a {
  height: 88px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 7px;
  box-sizing: border-box;
  width: 100%;
}
nav ul li a img {
  vertical-align: bottom;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-inner {
  width: 650px;
  padding-top: 40px;
  margin: 0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.voice-wrap {
  background: url(../img/voice_bg.png);
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px 30px;
  position: relative;
  h3,
  ul {
    transform: translateY(-40px);
  }
  div {
    text-align: left;
    left: 4.9em;
    font-size: 12px;
    position: absolute;
    bottom: 1.7em;
  }
  p {
    font-size: 1em;
    text-indent: -1em;
    padding-left: 1em;
  }
}
section {
  padding: 120px 0 10px;
}
#sec1 {
  background: url(../img/punc01.jpg) no-repeat, #d50078;
  background-position: top;
  padding: 120px 0 15px;
}
#sec1 .mincho {
  font-family: 'noto_min';
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
}
#sec1 .mincho h3 {
  color: #ac873c;
  margin-bottom: 30px;
}
#sec1 .mincho p {
  font-size: 24px;
}
#sec1 .mincho .big {
  font-size: 40px;
}
#sec1 .inner {
  background: url(../img/sec1_bgitem.png) no-repeat, #fff;
  background-position: top 20px center;
  padding: 60px 40px;
}
#sec1 .inner .flexbox {
  align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 40px;
  flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
}
#sec1 .inner .flexbox p {
  line-height: 2.2;
  margin-right: 30px;
}
#sec1 .inner .flexbox .item {
  position: absolute;
  right: 20px;
  bottom: -10px;
}
#sec1 .eiyouseibun {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #eff9ff;
  padding-bottom: 5em;
}
#sec1 .eiyouseibun h4 {
  background: url(../img/bg_dot.png);
  text-align: center;
}
#sec1 .eiyouseibun h4 img {
  position: relative;
  top: -1em;
}
#sec1 .eiyouseibun h4 + p {
  text-align: center;
  padding: 2em 0 1em 0;
}
#sec1 .eiyouseibun .caption {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
#sec1 .eiyouseibun .caption span {
  font-style: italic;
}
#sec2 {
  background: url(../img/punc02.jpg) no-repeat, #ffe6f4;
  background-position: top;
}
#sec2 .inner {
  padding: 60px 0 0;
}
#sec2 .inner ul {
  margin-bottom: 40px;
}
#sec2 .inner ul li {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 30px 0px 20px 106px;
  margin: 0 0 30px 150px;
}
#sec2 .inner ul li img {
  position: absolute;
  left: -150px;
  top: 0;
}
#sec2 .inner ul li .pink-r {
  background: #e4007f;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
  color: #fff;
}
#sec2 .inner ul li h3 {
  font-size: 26px;
  margin: 10px 0;
}
#sec2 .inner ul li h3 span {
  color: #e4007f;
  font-size: 20px;
}
#sec2 .inner ul li h3 + p {
  font-size: 18px;
}
#sec2 .inner ul li small {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 1em;
}
#sec2 .inner ul li .component_img-main {
  right: 3%;
  bottom: 2em;
  top: auto;
  left: auto;
}
#sec2 .inner ul li:nth-of-type(1) h3 + p {
  padding-bottom: 3em;
}
#sec2 .inner ul li:nth-of-type(3) .component_img-main {
  right: 4%;
  bottom: 4em;
}
#sec2 .inner .flexbox {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#sec2 .inner .flexbox li {
  margin: 0 0 0 0;
  padding: 20px 25px 20px;
  text-align: center;
  height: auto;
  width: 31%;
}
#sec2 .inner .flexbox li.wide {
  width: 66%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#sec2 .inner .flexbox li.wide div {
  width: 53%;
}
#sec2 .inner .flexbox li.wide img {
  position: relative;
  left: auto;
}
#sec2 .inner .flexbox li p {
  text-align: left;
}
#sec3 {
  background: url(../img/punc03.jpg) no-repeat, #d50078;
  background-position: top;
}
#sec3 .inner {
  padding: 40px 20px 30px;
  background: url(../img/section3_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#sec3 .inner .flexbox small {
  display: block;
}
#sec3 .inner .flexbox p {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 10px;
}
#sec3 .inner .flexbox.reverse div:first-child {
  margin-left: 10px;
}
#sec3 .inner .flexbox.reverse div:first-child img:nth-of-type(1) {
  padding-right: 2px;
}
#sec3 .inner .flexbox.reverse {
  margin-bottom: 25px;
  flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
}
#sec3 .recipi {
  width: 1000px;
  background: url(../img/section3_bg02.jpg) no-repeat;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
#sec3 .recipi .recipi-inner {
  width: 900px;
  background: url(../img/section3_bg02_bg.jpg) no-repeat;
  margin: 0 auto;
  padding: 50px 0;
}
#sec3 .recipi .recipi-inner ul.flexbox {
  margin: 30px 30px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: baseline;
  -ms-flex-align: baseline;
}
#sec3 .recipi .recipi-inner ul.flexbox .c_pink {
  color: #e4007f;
}
#sec3 .recipi .recipi-inner ul.flexbox .red-r {
  background: #e71f19;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list {
  width: 48%;
  background: #fff;
  padding: 10px 20px 25px;
  border: 2px solid #f4e6d0;
  box-sizing: border-box;
  color: #743e07;
  margin-bottom: 15px;
  font-size: 15px;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list p {
  font-size: 15px;
  text-align: left;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list h4 {
  font-size: 18px;
  border-bottom: 2px solid #ffff00;
  display: inline-block;
  margin-bottom: 30px;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox {
  text-align: left;
  align-items: flex-start;
  -ms-flex-align: start;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox div {
  -ms-flex: 0 1 auto;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox div ul {
  margin-bottom: 10px;
}
#sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox img {
  padding-right: 10px;
}
#sec4 {
  background: url(../img/punc04.jpg) no-repeat, #ffe6f4;
  background-position: top;
  text-align: center;
}
#sec4 .inner {
  padding: 35px 0 0;
}
#sec4 .inner p {
  margin-bottom: 50px;
}
#sec4 .inner .lineup-intro {
  text-align: left;
  padding-left: 25px;
}
#sec4 .inner .lineup-milklife {
  padding: 0 10px;
}
#sec4 .inner .lineup-milklife div {
  background: #fff;
  border-radius: 10px;
  padding: 0 6px;
}
#sec4 .inner .lineup-milklife div h3 {
  margin: 20px 0;
}
#sec4 .inner .lineup-milklife div .flexbox p {
  margin-bottom: 10px;
}
#sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
}
#sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(2) {
  font-size: 22px;
}
#sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(3) {
  font-size: 18px;
}
#sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(4) {
  font-size: 20px;
}
#sec4 .inner .lineup-milklife div .flexbox img {
  padding-bottom: 20px;
}
#sec4 .inner .seibun-btn {
  background: #fff;
  color: #e4007f;
  padding: 20px 0;
  font-size: 28px;
  margin: 40px auto 0;
  width: 96%;
  border-radius: 10px;
  position: relative;
  border: 3px solid #e4007f;
  box-sizing: border-box;
}
#sec4 .inner .seibun-btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s;
}
#sec4 .inner .seibun-btn::after {
  display: inline-block;
  content: '';
  width: 17px;
  height: 17px;
  border-bottom: 2px solid #e4007f;
  border-right: 2px solid #e4007f;
  position: absolute;
  right: 3%;
  top: 38%;
  transform: rotate(-45deg);
  transition: 0.3s;
}
#sec4 .inner .seibun-btn.active::after {
  transform: rotate(45deg);
}
#sec4 .inner .seibun {
  background: #fff;
  border-radius: 10px;
  width: 96%;
  margin: 10px auto;
  padding: 10px;
  text-align: left;
  display: none;
}
#sec4 .inner .seibun table {
  table-layout: fixed;
  border-collapse: collapse;
}
#sec4 .inner .seibun table .cltxt01 {
  color: #e4007f;
}
#sec4 .inner .seibun table .cltxt02 {
  font-size: 12px;
  display: block;
}
#sec4 .inner .seibun table .subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
#sec4 .inner .seibun table .bbline {
  border-bottom: 2px dotted #333333;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#sec4 .inner .seibun table tr td {
  border: 1px solid #d0cfcf;
  padding: 15px;
}
#sec4 .inner .seibun table tr td:first-child {
  width: 16%;
  background: #eeeeee;
}
#sec4 .inner .seibun table tr td:nth-of-type(2) {
  background: #fde1e2;
}
#sec4 .inner .seibun table tr td:last-child {
  background: #fff5e5;
}
#sec4 .inner .seibun table tr:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#sec4 .inner .seibun table tr td .indent01 {
  text-indent: 1em;
  display: block;
}
#sec4 .inner .seibun .note {
  margin: 30px;
}
#sec4 .inner .seibun .note h4 {
  color: #e4007f;
  font-size: 20px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 20px;
}
#sec4 .inner .seibun .note li {
  margin-bottom: 10px;
}
#sec4 .inner .seibun .note li::before {
  content: '●';
  padding-right: 10px;
  font-size: 10px;
}
#sec4 .inner .seibun .note span {
  color: #e4007f;
}
#sec4 .btn_area {
  background-color: #e5007f;
  padding: 2em 0;
  box-sizing: border-box;
  width: 96%;
  margin: 0 auto;
  margin-top: 2.5em;
}
#sec4 .btn_area .ttl {
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1em;
}
#sec4 .btn_area .ttl span {
  display: inline-block;
  padding: 0 1em;
  background-color: #e5007f;
  position: relative;
  z-index: 1;
}
#sec4 .btn_area .ttl:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #fff;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  left: 0px;
}
#sec4 .btn_area .flex {
  display: flex;
  justify-content: center;
}
#sec4 .btn_area .flex li {
  margin: 0 1em;
}
#sec4 .line-up-gold {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin: 60px 20px 0;
  padding: 40px 50px 35px;
}
#sec4 .line-up-gold .line-up-gold_ttl-area {
  background-color: #e4007f;
  border-radius: 10px;
  padding: 30px 30px 25px;
  justify-content: space-between;
  margin-bottom: 50px;
}
#sec4 .line-up-gold .line-up-gold_ttl-txt {
  color: #fff;
}
#sec4 .line-up-gold .line-up-gold_ttl-txt-note {
  font-size: 15px;
}
#sec4 .line-up-gold .line-up-gold_ttl-txt {
  font-size: 18px;
  line-height: 1.66666667;
  width: 65.5%;
  padding-top: 5px;
  margin-bottom: 0;
  text-align: left;
}
#sec4 .line-up-gold .line-up-gold-main {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 50px;
}
#sec4 .line-up-gold .line-up-gold-main_compare-img {
  padding-bottom: 15px;
}
#sec4 .line-up-gold .line-up-gold-main_pkg {
  margin-left: 35px;
}
#sec4 .line-up-gold .line-up-gold-main_desc {
  margin-left: 30px;
  padding-bottom: 7px;
}
#sec4 .line-up-gold .line-up-gold-main_desc-ttl {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec4 .line-up-gold .line-up-gold-main_desc-amount {
  margin: 0;
  text-align: left;
  padding-left: 0;
  font-size: 22px;
  margin-bottom: 15px;
}
#sec4 .line-up-gold .line-up-gold-main_desc-txt {
  margin: 0;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
}
#sec4 .line-up-gold .line-up-gold-main_desc-txt + .line-up-gold-main_desc-txt {
  margin-top: 15px;
}
#sec4 .inner .seibun-gold .seibun-gold_ttl {
  font-size: 22px;
  padding: 1em;
}
#sec4 .inner .seibun-gold table {
  font-size: 16px;
}
#sec4 .inner .seibun-gold table tr td:first-child {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
#sec4 .inner .seibun-gold table tr td:last-child {
  font-weight: normal;
  text-align: left;
  line-height: 1.875;
  padding: 10px 20px;
  background-color: #fff;
}
#sec4 .inner .seibun-gold table tr td {
  line-height: 2;
  width: 29.5%;
}
.megane {
  font-family: Century, serif;
}
#sec5 {
  background: url(../img/punc05.jpg) no-repeat, #fcf5eb;
  background-position: top;
}
#sec5 .inner {
  padding: 40px 0 100px;
}
#sec5 .inner .q-btn {
  padding: 2px;
  border-radius: 10px;
  background-color: #e4007f;
  width: 96%;
  margin: 0 auto 20px;
}
#sec5 .inner .q-btn h3 {
  position: relative;
  color: #fff;
  padding: 15px 20px;
  font-size: 28px;
}
#sec5 .inner .q-btn .icon {
  position: absolute;
  right: 5%;
  top: 50%;
}
#sec5 .inner .q-btn .icon span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: inline-block;
  transition: 0.5s;
  position: absolute;
}
#sec5 .inner .q-btn .icon span:nth-of-type(1) {
  transform: rotate(90deg);
}
#sec5 .inner .q-btn .icon.active span:nth-of-type(2) {
  display: none;
}
#sec5 .inner .q-btn .icon.active span:nth-of-type(1) {
  transform: rotate(180deg);
}
#sec5 .inner .q-btn .answer {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  display: none;
}
#sec5 .inner .q-btn .answer p {
  padding-left: 40px;
  position: relative;
}
#sec5 .inner .q-btn .answer p iframe {
  width: 560px;
  margin: 1em auto 0;
  display: block;
}
#sec5 .inner .q-btn .answer p span {
  position: absolute;
  font-size: 30px;
  color: #e4007f;
  top: -5px;
  left: -5px;
  font-weight: bold;
}
#sec5 .inner .q-btn .answer table {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  border-collapse: collapse;
  margin: 30px 0 10px;
}
#sec5 .inner .q-btn .answer tr td,
#sec5 .inner .q-btn .answer tr th {
  border: 1px solid #d0cfcf;
  padding: 5px 10px;
}
#sec5 .inner .q-btn .answer tr th:nth-of-type(1) {
  background: #e5e5e5;
  width: 35%;
}
#sec5 .inner .q-btn .answer tr td:nth-of-type(1) {
  background: #eeeeee;
}
#sec5 .inner .q-btn .answer tr th:nth-of-type(2) {
  background: #ffcbcd;
}
#sec5 .inner .q-btn .answer tr td:nth-of-type(2) {
  background: #fde1e2;
}
#sec5 .inner .q-btn .answer tr th:nth-of-type(3) {
  background: #eedec4;
}
#sec5 .inner .q-btn .answer tr td:nth-of-type(3) {
  background: #fff5e5;
}
#sec5 .inner .q-btn .answer tr th:nth-of-type(4) {
  background: #c4e2ee;
}
#sec5 .inner .q-btn .answer tr td:nth-of-type(4) {
  background: #eaf8fe;
}
#sec5 .inner .q-btn:hover {
  background-color: rgba(228, 36, 127, 0.7);
}
#sec5 .inner .q-btn:hover h3 {
  opacity: 0.7;
  cursor: pointer;
}
#sec5 .inner .q-btn:hover .answer {
  opacity: 1;
  z-index: 10;
}
#sec5 .tanpaku {
  padding: 40px 0 0;
  text-align: center;
}
main .shop {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #b4e1fa;
  padding: 15px 0;
  width: 100%;
  box-shadow: 0 4px 3px 0px rgba(0, 0, 0, 0.1) inset;
  z-index: 99;
}
main .shop .inner {
  max-width: 710px;
}
main .shop p {
  text-align: left;
  font-size: 12px;
  margin-top: 1em;
}
main .shop ul {
  justify-content: space-between;
  display: flex;
}
main .shop ul li {
  font-size: 0px;
}
main .shop ul li img {
  width: 225px;
}
footer {
  background: #ed63a0;
  display: block;
}
footer .inner.flexbox {
  align-items: flex-end;
  -ms-flex-align: end;
  padding: 20px 0;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
footer .inner.flexbox ul {
  width: 40%;
}
footer .inner.flexbox ul li {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 17px;
  font-size: 14px;
}
footer .inner.flexbox ul li a {
  color: #fff;
  text-decoration: none;
}
footer .inner.flexbox div {
  text-align: right;
}
footer .inner.flexbox div .copy {
  font-size: 12px;
  color: #fff;
}
.sp_display {
  display: none;
}
/*----------------------------------
			レスポンシブ
--------------------------------------*/

@media screen and (max-width: 768px) {
  .pc_display {
    display: none !important;
  }
  .sp_display {
    display: inline-block;
  }
  body {
    padding-bottom: 21vw;
  }
  small {
    font-size: 0.8rem;
  }
  .flexbox {
    display: block;
  }
  p {
    font-size: 3.8vw;
  }
  img {
    max-width: 100%;
  }
  h1 {
    margin-top: 0px;
    padding: 3% 3% 0 3%;
  }
  h1 img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  h1 .no1 {
    position: absolute;
    top: 29vw;
    left: 40vw;
    width: 17vw;
  }
  h2 {
    text-align: center;
    background: url(../img/section_ttl_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3vw 20vw 0px;
    margin: 0 auto;
    width: 100%;
  }
  h2 img {
    width: 90%;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .banner {
    text-align: center;
    background: #ffe6f4;
    padding-top: 30px;
  }
  .banner img {
    width: 85%;
  }
  .main-img {
    text-align: center;
    padding: 20px 3% 10px;
  }
  .main-img .inner {
    position: relative;
  }
  .main-img .inner .main-logo {
    position: absolute;
    left: 3vw;
    top: -5vw;
    display: inline-block;
    width: 10%;
  }
  .main-img h1 + p {
    padding-top: 53vw;
    padding: 109vw 2vw 0;
  }
  .main-img .inner .point p {
    font-size: 2.2vw;
    text-align: left;
    margin: 0 0 3.5em;
  }
  .main-img .inner .point a {
    height: 42vw;
    top: inherit;
    bottom: 1vw;
    width: 100%;
  }
  .main-img .inner .point a:hover {
    background: none;
  }
  nav {
    background: url(../img/nav_bg_sp.png);
    background-position: center top;
    padding: 0;
    background-size: contain;
  }
  nav ul.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: distribute;
  }
  nav ul.flexbox li {
    width: 100%;
    border-bottom: 1px solid #968229;
    text-align: center;

    align-items: center;
    justify-content: center;
    background-image: url(../img/nav_arrow_sp.png);
    background-repeat: no-repeat;
    background-position: right 7vw center;
    background-size: 4vw;
  }
  nav ul.flexbox li:last-of-type {
    border-bottom: none;
    align-items: center;
  }
  nav ul.flexbox li a {
    height: 13.2vw;
    align-items: center;
    padding-bottom: 0;
  }
  nav ul.flexbox li img {
    width: 44vw;
    display: block;
    margin: 0 auto;
  }
  .voice-wrap {
    background: url(../img/voice_bg.png) repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px 16vw;
    h3,
    ul {
      transform: translateY(-20px);
    }
    h3 img {
      width: 90%;
    }
    ul {
      width: 90%;
      margin: 0 auto;
    }
    div {
      bottom: 2em;
      font-size: 2.66666667vw;
      left: 2em;
      padding-right: 2em;
    }
  }
  video {
    padding-top: 40px;
  }
  .video-inner {
    width: 85%;
    padding-top: 20px;
  }
  section {
    padding: 10vw 0 0px;
  }
  #sec1 {
    background: url(../img/punc01_sp.jpg) no-repeat, #d50078;
    background-position: unset;
    background-size: contain;
    padding: 10vw 0 0;
  }
  #sec1 .mincho {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #sec1 .mincho h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  #sec1 .mincho p {
    font-size: 4vw;
    text-align: left;
  }
  #sec1 .mincho .big {
    font-size: 1.6rem;
  }
  #sec1 .inner {
    background: url(../img/sec1_bgitem.png) no-repeat, #fff;
    background-position: top 20px center;
    background-size: 80%;
    padding: 40px 10px 20px;
  }
  #sec1 .inner .flexbox {
    margin-bottom: 10px;
  }
  #sec1 .inner .flexbox div {
    position: relative;
  }
  #sec1 .inner .flexbox div img {
    width: 100%;
  }
  #sec1 .inner .flexbox div:first-child {
    width: 80%;
    margin: 0 auto;
  }
  #sec1 .inner .flexbox2 {
    display: flex;
    flex-wrap: wrap;
  }
  #sec1 .inner .flexbox2 div:first-child {
    width: 100%;
    order: 2;
    margin: 2em 0;
  }
  #sec1 .inner .flexbox p {
    line-height: 2.2;
    margin-right: 0px;
  }
  #sec1 .inner .flexbox .mt {
    margin-top: 50px;
  }
  #sec1 .inner .flexbox .item {
    position: absolute;
    right: 10px;
    bottom: -40px;
    width: 70%;
  }
  #sec1 .inner .flexbox:first-child {
    margin-bottom: 40px;
  }
  #sec1 .eiyouseibun h4 {
    background-size: 4%;
  }
  #sec1 .eiyouseibun h4 img {
    width: 70%;
  }
  #sec1 .eiyouseibun h4 + p {
    text-align: center;
    padding: 2em 5% 1em 5%;
  }
  #sec1 .eiyouseibun .caption {
    font-size: 0.8rem;
  }
  #sec2 {
    background: url(../img/punc02_sp.jpg) no-repeat, #ffe6f4;
    background-position: unset;
    background-size: contain;
  }
  #sec2 h2 {
    padding: 3vw 10vw 0px;
  }
  #sec2 .inner {
    padding: 10px 10px 0;
  }
  #sec2 .inner ul {
    margin-bottom: 0px;
  }
  #sec2 .inner ul li {
    padding: 22vw 20px 10px;
    margin: 33vw auto 10px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #sec2 .inner ul li p {
    text-align: left;
  }
  #sec2 .inner ul li img {
    position: absolute;
    left: 23vw;
    top: -24vw;
    width: 50%;
  }
  #sec2 .inner ul li .pink-r {
    background: #e4007f;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto;
  }
  #sec2 .inner ul li h3 {
    font-size: 5vw;
    margin: 10px 0;
    text-align: center;
  }
  #sec2 .inner ul li h3 span {
    color: #e4007f;
    font-size: 3.5vw;
  }
  #sec2 .inner ul li h3 + p {
    font-size: 3.8vw;
  }
  #sec2 .inner ul li:nth-of-type(1) h3 + p {
    padding-bottom: 0;
  }
  #sec2 .inner ul li small {
    font-size: 3vw;
    text-align: left;
  }
  #sec2 .inner ul li .component_img-main {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    margin: 1em 0;
    width: 70%;
  }
  #sec2 .inner ul li:nth-of-type(1) .component_img-main {
    margin-right: -14%;
  }
  #sec2 .inner ul li:nth-of-type(2) .component_img-main {
    width: 80%;
  }
  #sec2 .inner ul li:nth-of-type(3) .component_img-main {
    width: 60%;
    right: auto;
    bottom: auto;
  }
  #sec2 .inner .flexbox {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  #sec2 .inner .flexbox li {
    padding: 1em 5% 2em 5%;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 15px auto;
  }
  #sec2 .inner .flexbox li p {
    text-align: left;
  }
  #sec2 .inner .flexbox li.wide {
    width: 100%;
  }
  #sec2 .inner .flexbox li.wide div {
    width: 100%;
  }
  #sec2 .inner .flexbox li.wide img {
    top: auto;
    width: 80%;
    margin: 1.5em auto 0;
    display: block;
  }
  #sec3 {
    background: url(../img/punc03_sp.jpg) no-repeat, #d50078;
    background-position: unset;
    background-size: contain;
  }
  #sec3 .inner {
    padding: 40px 10px 30px;
    background: url(../img/section3_bg01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #sec3 .inner .flexbox small {
    display: block;
  }
  #sec3 .inner .flexbox p {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0 10px 10px;
  }
  #sec3 .inner .flexbox.reverse div:first-child {
    margin-left: 0px;
  }
  #sec3 .inner .flexbox.reverse div:last-child img {
    width: 100% !important;
  }
  #sec3 .inner .flexbox.reverse div:last-child img:nth-of-type(1) {
    padding-right: 2px;
  }
  #sec3 .inner .flexbox.reverse {
    margin-bottom: 25px;
  }
  #sec3 .inner .flexbox.reverse div img:nth-of-type(1),
  #sec3 .inner .flexbox.reverse div img:nth-of-type(2) {
    width: 49%;
  }
  #sec3 .inner .flexbox:last-child img {
    width: 49%;
  }
  #sec3 .recipi {
    width: 100%;
    background: url(../img/section3_bg02.jpg) repeat;
    text-align: center;
    padding: 20px 0 40px;
  }
  #sec3 .recipi h3 {
    margin-bottom: 20px;
  }
  #sec3 .recipi p {
    text-align: left;
  }
  #sec3 .recipi .recipi-inner {
    width: 95%;
    background: url(../img/section3_inner_sp01.jpg) no-repeat top, url(../img/section3_inner_sp03.jpg) no-repeat bottom, url(../img/section3_inner_sp02.jpg) repeat;
    background-size: contain;
    padding: 30px 4.5vw 10px;
  }
  #sec3 .recipi .recipi-inner ul.flexbox {
    margin: 10px 0px;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .red-r {
    padding: 0 15px;
    margin-bottom: 8px;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .recipi-list {
    width: 100%;
    padding: 10px 10px 15px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .recipi-list p {
    font-size: 0.8rem;
    text-align: left;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .recipi-list h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox {
    display: flex;
    text-align: center;
    font-size: 0.8rem;
    justify-content: left;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox div {
    text-align: left;
    width: 60%;
  }
  #sec3 .recipi .recipi-inner ul.flexbox .recipi-list .flexbox img {
    width: 40%;
  }
  #sec4 {
    background: url(../img/punc04_sp.jpg) no-repeat, #ffe6f4;
    background-position: unset;
    background-size: contain;
    text-align: unset;
  }
  #sec4 h2 {
    padding: 2vw 5px 0px;
  }
  #sec4 .inner {
    padding: 20px 10px 0;
  }
  #sec4 .inner p {
    margin-bottom: 20px;
  }
  #sec4 .inner .lineup-intro {
    padding-left: 0;
  }
  #sec4 .inner .lineup-milklife {
    padding: 0 0px;
  }
  #sec4 .inner .lineup-milklife div {
    background: #fff;
    border-radius: 10px;
    padding: 0px;
  }
  #sec4 .inner .lineup-milklife div h3 {
    margin: 0px auto;
    text-align: center;
    width: 70%;
    padding: 10px;
  }
  #sec4 .inner .lineup-milklife div .flexbox {
    display: flex;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec4 .inner .lineup-milklife div .flexbox p {
    margin-bottom: 10px;
    text-align: center;
  }
  #sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(1) {
    font-weight: bold;
    font-size: 1.1rem;
  }
  #sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(2) {
    font-size: 1rem;
  }
  #sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(3) {
    font-size: 0.8rem;
  }
  #sec4 .inner .lineup-milklife div .flexbox p:nth-of-type(4) {
    font-size: 1rem;
  }
  #sec4 .inner .lineup-milklife div .flexbox img {
    padding-bottom: 20px;
    height: 50vw;
  }
  #sec4 .line-up-gold {
    margin: 50px 0 0;
    padding: 20px 25px 15px;
  }
  #sec4 .line-up-gold .line-up-gold_ttl-area {
    padding: 20px 15px 10px;
    margin-bottom: 23px;
  }
  #sec4 .line-up-gold .line-up-gold_ttl-img {
    width: 210px;
    margin: 0 auto 5px;
    display: block;
  }
  #sec4 .line-up-gold .line-up-gold_ttl-txt {
    width: 100%;
    font-size: 13px;
    line-height: 1.69230769;
  }
  #sec4 .line-up-gold .line-up-gold_ttl-txt-note {
    font-size: 10px;
  }
  #sec4 .line-up-gold .line-up-gold-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  #sec4 .line-up-gold .line-up-gold-main_compare-img {
    order: 3;
    padding-bottom: 0;
  }
  #sec4 .line-up-gold .line-up-gold-main_pkg {
    margin: 0 0 10px;
    order: 1;
    width: 135px;
  }
  #sec4 .line-up-gold .line-up-gold-main_desc {
    order: 2;
    margin-left: 0;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  #sec4 .line-up-gold .line-up-gold-main_desc-ttl {
    font-size: 17px;
    margin-bottom: 1px;
  }
  #sec4 .line-up-gold .line-up-gold-main_desc-amount {
    font-size: 16px;
    text-align: center;
    margin-bottom: 13px;
  }
  #sec4 .line-up-gold .line-up-gold-main_desc-txt {
    text-align: center;
    font-size: 13px;
  }
  #sec4 .line-up-gold .line-up-gold-main_desc-txt + .line-up-gold-main_desc-txt {
    margin-top: 5px;
    font-size: 14px;
  }
  #sec4 .inner .seibun-btn {
    padding: 10px 0;
    font-size: 1.2rem;
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
  }
  #sec4 .inner .seibun-btn::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #e4007f;
    border-right: 1px solid #e4007f;
    right: 6%;
    top: 38%;
  }
  #sec4 .inner .seibun {
    background: #fff;
    border-radius: 10px;
    width: 96%;
    margin: 10px auto 0;
    padding: 10px;
    text-align: left;
    display: none;
  }
  #sec4 .inner .seibun table {
    table-layout: fixed;
    font-size: 0.9rem;
    border-collapse: collapse;
  }
  #sec4 .inner .seibun table .cltxt01 {
    color: #e4007f;
  }
  #sec4 .inner .seibun table .cltxt02 {
    font-size: 0.7rem;
    display: block;
  }
  #sec4 .inner .seibun table .subText {
    font-size: 75.5%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
  }
  #sec4 .inner .seibun table .bbline {
    border-bottom: 2px dotted #333333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
  #sec4 .inner .seibun table tr td {
    border: 1px solid #d0cfcf;
    padding: 10px;
  }
  #sec4 .inner .seibun table tr td:first-child {
    width: 16%;
    background: #eeeeee;
  }
  #sec4 .inner .seibun table tr td:nth-of-type(2) {
    background: #fde1e2;
  }
  #sec4 .inner .seibun table tr td:last-child {
    background: #fff5e5;
  }
  #sec4 .inner .seibun table tr:first-child {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
  }
  #sec4 .inner .seibun .note {
    margin: 20px;
  }
  #sec4 .inner .seibun .note h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #sec4 .inner .seibun .note li {
    margin-bottom: 5px;
  }
  #sec4 .inner .seibun-gold table {
    font-size: 0.9rem;
  }
  #sec4 .inner .seibun-gold table tr td:first-child {
    font-size: 0.9rem;
  }
  #sec4 .inner .seibun-gold table tr td:last-child {
    background-color: #fff;
    font-size: 0.9rem;
  }
  #sec4 .inner .seibun-gold .seibun-gold_ttl {
    padding-left: 0;
    font-size: 18px;
  }
  #sec4 .btn_area .ttl {
    font-size: 5vw;
  }
  #sec4 .btn_area {
    padding: 1em 0;
  }
  #sec4 .btn_area .flex {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #sec4 .btn_area .flex li {
    margin: 0 0em;
    margin-bottom: 0.5em;
  }
  #sec4 .btn_area .flex li img {
    width: 100%;
  }
  #sec4 .btn_area .flex li:last-child {
    margin-bottom: 0em;
  }
  #sec5 {
    background: url(../img/punc05_sp.jpg) no-repeat, #fcf5eb;
    background-position: unset;
    background-size: contain;
  }
  #sec5 .inner {
    padding: 20px 0 30px;
  }
  #sec5 .inner .q-btn {
    padding: 2px;
    border-radius: 10px;
    background: #e4007f;
    width: 96%;
    margin: 0 auto 20px;
  }
  #sec5 .inner .q-btn h3 {
    position: relative;
    color: #fff;
    padding: 15px 35px 15px 5px;
    font-size: 1rem;
    text-indent: -2em;
    padding-left: 2.5em;
  }
  #sec5 .inner .q-btn h3 span {
    text-indent: -1em;
  }
  #sec5 .inner .q-btn .icon {
    position: absolute;
    right: 0;
    top: 50%;
  }
  #sec5 .inner .q-btn .icon span {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    transition: 0.5s;
    position: absolute;
  }
  #sec5 .inner .q-btn .icon span:nth-of-type(1) {
    transform: rotate(90deg);
  }
  #sec5 .inner .q-btn .icon.active span:nth-of-type(2) {
    display: none;
  }
  #sec5 .inner .q-btn .icon.active span:nth-of-type(1) {
    transform: rotate(180deg);
  }
  #sec5 .inner .q-btn .answer {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    display: none;
  }
  #sec5 .inner .q-btn .answer p {
    padding-left: 40px;
    position: relative;
  }
  #sec5 .inner .q-btn .answer p span {
    position: absolute;
    font-size: 1.3rem;
    color: #e4007f;
    top: -5px;
    left: 0;
    font-weight: bold;
  }
  #sec5 .inner .q-btn .answer table {
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    border-collapse: collapse;
    margin: 20px 0 10px;
  }
  #sec5 .inner .q-btn .answer p iframe {
    width: 75vw;
    height: 40vw;
  }
  #sec5 .tanpaku {
    padding: 20px 20px 40px;
  }
  main .shop {
    padding: 2vw 0;
  }
  main .shop p {
    font-size: 2.66666667vw;
    margin: 2vw 1vw 0;
  }
  main .shop ul li {
    margin: 0 1vw;
    width: 46%;
  }
  footer .inner.flexbox ul {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  footer .inner.flexbox ul li {
    text-decoration: underline;
    padding: 3px;
    border-right: none;
  }
  footer .inner.flexbox div {
    text-align: center;
  }
  footer .inner.flexbox div .copy {
    margin-top: 5px;
  }
}
