@charset 'UTF-8';

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: 'Open Sans', 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #44342c;
}
a {
  text-decoration: underline;
  color: #5a4a42;
}

@media only screen and (max-width: 767px) {
  #diet-promotion .pc {
    display: none !important;
  }
  #diet-promotion img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;

    aspect-ratio: attr(width) / attr(height);
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
  .wrapper {
    /* width: 750px; */
    margin: 0 auto;
  }
  #diet-promotion {
    position: relative;
    height: 25573px;
    padding-bottom: 100px;
  }
  #diet-promotion .sp {
    display: none !important;
  }
  #diet-promotion .saikyo-inner {
    position: absolute;
    left: 50%;
    width: 1528px;
    margin-left: -764px;
  }
}

#diet-promotion img,
#diet-promotion picture source {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;

  aspect-ratio: attr(width) / attr(height);
}
#diet-promotion h1,
#diet-promotion h2,
#diet-promotion h3 {
  margin: 0;
  padding: 0;
}

/* 購入ボタンエリア */
#diet-promotion .action-area {
  overflow: hidden;
  background-color: #eeefe1;
}
#diet-promotion .saikyo-course {
  position: relative;
  margin: 0 20px 8px 9px;
}
#diet-promotion .saikyo-course .cart-btn-box li {
  position: absolute;
  right: 0;
  bottom: 0;
}
#diet-promotion .saikyo-course .cart-btn-box li a {
  display: block;
}
#diet-promotion .saikyo-course .teiki-btn {
  width: 78.4%;
  margin: 0 8.97% 36.2% 0;
}
#diet-promotion .saikyo-course .tsuujou-btn {
  width: 66.57%;
  margin: 0 15.2% 13% 0;
}
#diet-promotion .saikyo-course.saikyo-course-90 .teiki-btn {
  margin-bottom: 34.73%;
}
#diet-promotion .saikyo-course.saikyo-course-90 .tsuujo-btn {
  margin-bottom: 12.3%;
}
@media only screen and (min-width: 768px) {
  #diet-promotion .action-area {
    width: 1220px;
    margin: 0 auto;
    background: transparent;
  }
  #diet-promotion .action-area-body {
    margin: 0 auto;
    padding: 70px 0 200px;
    background-color: #eeefe1;
  }
  #diet-promotion #course01 .action-area-body {
    width: 1046px;
  }
  #diet-promotion .saikyo-course-wrap {
    display: flex;
    justify-content: space-between;
    width: 890px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  #diet-promotion .saikyo-course {
    width: 421px;
    margin: 0;
  }
  #diet-promotion .saikyo-course.saikyo-course-60 .teiki-btn {
    margin-bottom: 34.73%;
  }
  #diet-promotion .saikyo-course.saikyo-course-60 {
    overflow: hidden;
    height: 606px;
    margin-left: -12px;
  }
  #diet-promotion .saikyo-course.saikyo-course-90 {
    margin-top: -18px;
  }
}

/* accordion */
#diet-promotion .acd {
  margin: 25px 20px;
  color: #221d1b;
  border: 1px solid #221d1b;
}
#diet-promotion .acd-head {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 12px 10px;
  cursor: pointer;
  text-align: center;
}
#diet-promotion .acd-head::after {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  content: '＋';
}
#diet-promotion .acd-head.open::after {
  content: '－';
}
#diet-promotion .acd-head h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0;

  font-feature-settings: 'palt';
}
#diet-promotion .acd-body {
  padding: 0 15px 15px;
}
#diet-promotion .acd-body .saikyo_note {
  font-size: 10px;
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #diet-promotion .acd-head {
    font-size: 20px;
    padding: 20px 35px;
  }
  #diet-promotion .acd-head::after {
    font-size: 30px;
    font-weight: normal;
  }
  #diet-promotion .acd-head h3 {
    font-size: 20px;
  }
  #diet-promotion .acd-body {
    padding: 0 35px 35px;
  }
  #diet-promotion .acd-body .saikyo_note {
    font-size: 18px;
    display: block;
    margin-top: 1em;
  }
  #diet-promotion .action-area .acd {
    width: 890px;
    margin: 20px auto 0;
    margin-right: auto;
    margin-left: auto;
  }
}

/* teian */
@media only screen and (min-width: 768px) {
  #diet-promotion #teian {
    margin-top: 160px;
  }
}

/* blend */
@media only screen and (min-width: 768px) {
  #diet-promotion #blend .inner {
    display: flex;
  }
}
/* voice */
@media only screen and (min-width: 768px) {
  #diet-promotion #voice {
    width: 1220px;
    margin: 94px auto 0;
  }
  #diet-promotion #voice .inner {
    display: flex;
    align-items: center;
  }
}

/* thought */
#diet-promotion .saikyo-btn03 {
  padding: 12px 0 30px;
  background: #f5eee7;
}
#diet-promotion .saikyo-btn03 a {
  display: block;
  width: 75.34%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #diet-promotion #thought {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 1220px;
    margin: 90px auto 142px;
  }
  #diet-promotion .saikyo-btn03 {
    position: absolute;
    right: 435px;
    bottom: 58px;
    width: 417px;
    padding: 0;
  }
  #diet-promotion .saikyo-btn03 a {
    width: 100%;
  }
}

/* style */
@media only screen and (min-width: 768px) {
  #diet-promotion #style {
    width: 1528px;
    margin: 139px auto 0;
  }
  #diet-promotion #style .inner {
    display: flex;
    flex-wrap: wrap;
  }
}

/* faq */
#diet-promotion #faq h2 {
  margin-top: 70px;
}
#diet-promotion #faq .inner {
  margin: 45px 0 30px;
}
#diet-promotion #faq dl {
  margin: 0 20px;
  border-bottom: 1px dashed #c6c6c6;
}
#diet-promotion #faq dl:last-of-type {
  border-bottom: none;
}
#diet-promotion #faq dt {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 25px 0;
  padding: 0 35px;
  cursor: pointer;
  background: url(../../../img/usr/freepage/diet-promotion/sp/ico_q.png) no-repeat 0 2px / 17px auto;
}
#diet-promotion #faq dt::after {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: -35px;
  padding: 2px;
  content: '＋';
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #3b3734;
}
#diet-promotion #faq dt.open::after {
  content: '－';
}
#diet-promotion #faq dt p {
  flex: 1 1 auto;
}
#diet-promotion #faq dd {
  margin-bottom: 25px;
  padding: 0 5px 0 35px;
  background: url(../../../img/usr/freepage/diet-promotion/sp/ico_a.png) no-repeat 0 8px / 17px auto;
}
@media only screen and (min-width: 768px) {
  #diet-promotion #faq dt {
    font-size: 18px;
    padding: 0 60px 0 0;
    background: transparent;
  }
  #diet-promotion #faq dt::after {
    font-size: 17px;
  }
  #diet-promotion #faq dt p {
    padding: 0 35px 0 15px;
  }
  #diet-promotion #faq dt p::before {
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    content: 'Q';
    text-align: center;
  }
  #diet-promotion #faq dd {
    padding: 0 5px 0 40px;
    background: transparent;
  }
  #diet-promotion #faq dd::before {
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    margin-left: -25px;
    content: 'A';
    text-align: center;
  }
  #diet-promotion #faq {
    max-width: 1266px;
    margin-top: 118px;
    margin-right: auto;
    margin-left: auto;
  }
  #diet-promotion #faq dl {
    border-bottom: 1px solid #c6c6c6;
  }
  #diet-promotion #faq dl:first-of-type {
    border-top: 1px solid #c6c6c6;
  }
  #diet-promotion #faq dl:last-of-type {
    border-bottom: 1px solid #c6c6c6;
  }

  #diet-promotion #faq dt::after {
    font-size: 15px;
    color: #8d8d8d;
    background: transparent;
  }
}

/* point */
@media only screen and (min-width: 768px) {
  #diet-promotion #point p small {
    font-size: 11px;
  }
}

/* aboutus */
#diet-promotion #aboutus {
  overflow: hidden;
  background: #f6f6f6;
}
#diet-promotion #aboutus p {
  margin: 5px 25px 30px 20px;
  letter-spacing: 0.005em;
}
#diet-promotion #aboutus p small {
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  #diet-promotion #aboutus {
    position: relative;
    display: flex;
    align-items: top;
    justify-content: center;
    height: 725px;
    margin-top: 80px;
    background: transparent;
  }
  #diet-promotion #aboutus h2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 707px;
    min-width: 707px;
    margin-left: -691px;
  }
  #diet-promotion #aboutus h3 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 675px;
    min-width: 675px;
    margin-left: 16px;
  }
  #diet-promotion #aboutus p {
    font-size: 16px;
    line-height: 2.3;
    position: absolute;
    top: 230px;
    left: 50%;
    width: 515px;
    margin: 0 0 0 70px;
  }
  #diet-promotion #aboutus p small {
    font-size: 10px;
  }
}

/* point */
#diet-promotion #point p {
  margin: 15px 30px 25px;
}
#diet-promotion #point p strong {
  font-weight: bold;
  color: #f35930;
}
#diet-promotion #point p small {
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  #diet-promotion #point {
    margin-top: 105px;
  }
  #diet-promotion #point h2 {
    text-align: center;
  }
  #diet-promotion #point > div {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 1312px;
    height: 350px;
    margin: 0 auto 140px;
  }
  #diet-promotion #point > div:last-of-type {
    margin: 0 auto 70px;
  }
  #diet-promotion #point h3 {
    width: 690px;
    height: 350px;
  }
  #diet-promotion #point p {
    line-height: 1.8;
    width: 624px;
    margin: 0 35px 5px;
  }
}

/*----------------------------
  SP header/footer
----------------------------*/
/* header */
body > .wrapper {
  overflow: hidden;
  padding-top: 71px;
}
header {
  position: relative;
  display: block;
}
.pane-header .block-header {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 71px;
  padding: 12px 10px 12px 0;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.pane-header .block-headernav {
  width: 100%;
}
.block-headernav--item-list {
  display: flex;
  align-items: center;
}
.block-headernav--item-list li.block-header-logo {
  font-size: 10px;
  width: 100%;
  margin: 5px 8px 0;
  transform: translateY(-2px);
  text-align: center;
}
.block-header-logo h1 {
  padding: 0;
}
.block-headernav--item-list li a {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width: 53%;
  max-width: 105px;
  margin: 0 auto;
  transition: all 0.4s ease;
  text-decoration: none;
}
.block-header-logo--img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

/* footer */
@media only screen and (max-width: 767px) {
  #pane-footer-link {
    margin: 80px auto 0;
    padding-bottom: 20px;
    background: #f5eee7;
  }
  .block-footernav--sns-list {
    display: flex;
    justify-content: center;
    margin: 0 0 23px;
    padding: 25px 0 0;
  }
  .block-footernav--sns-list li {
    display: inline-block;
    padding: 0;
  }
  .block-footernav--sns-list li a {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    text-indent: 300%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px auto;
  }
  .block-footernav--sns-list li a.instagram {
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_insta.png);
  }
  .block-footernav--sns-list li a.facebook {
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_fb.png);
    background-size: 27px auto;
  }
  .block-footernav--sns-list li a.line {
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_line.png);
  }
  #pane-footer-link .container {
    overflow: hidden;
    margin: 0 10px;
  }
  #pane-footer-link .container.type2 {
    margin-top: 10px;
    border-bottom: 1px #aaa solid;
  }
  #pane-footer-link .container .inner div {
    padding: 0 0 5px 0;
  }
  #pane-footer-link .container.type2 .inner div {
    padding: 0;
  }
  #pane-footer-link .container .inner div a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 22px 12px 15px;
    text-decoration: none;
    border: 1px #aaa solid;
  }
  #pane-footer-link .container.type2 .inner div a {
    border: none;
    border-top: 1px #aaa solid;
  }
  #pane-footer-link .container .inner div a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: #444 1px solid;
    border-right: #444 1px solid;
  }

  footer {
    display: block;
    border-top: 1px solid #fff;
    background: #f5eee7;
  }
  footer .container {
    position: relative;
  }
  .block-footernav {
    margin: 0 10px 0 10px;
    padding: 0 0 28px;
    text-align: center;
  }
  .block-footernav .block-footernav--item-list {
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #aaa;
  }
  .block-footernav .block-footernav--item-list:last-child {
    margin-bottom: 0;
  }
  .block-footernav .block-footernav--item-list li {
    border-top: 1px #aaa solid;
  }
  .block-footernav .block-footernav--item-list li a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
  }
  .block-footernav .block-footernav--item-list li a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: #5a4a42 1px solid;
    border-right: #5a4a42 1px solid;
  }
  .block-copyright {
    font-size: 12px;
    padding: 17px 0 15px;
    text-align: center;
    color: #444;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .footer-pt1 {
    background-color: #f5eee7;
  }
  .footer-pt1 #pane-footer-link {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .footer-pt1 #pane-footer-link .container {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
  }
  .footer-pt1 #pane-footer-link .container .inner {
    display: table;
    width: calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-bottom: 20px;
    margin-left: -10px;
    table-layout: fixed;
  }
  .footer-pt1 #pane-footer-link .container .inner div {
    display: table-cell;
    padding: 0 10px;
  }
  .footer-pt1 #pane-footer-link .container .inner div a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.5em;
    padding: 0 22px;
    text-decoration: none;
    border: 1px #bdbdbd solid;
  }
  .footer-pt1 #pane-footer-link .container .inner div a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: #444 1px solid;
    border-right: #444 1px solid;
  }
  .footer-pt1 #pane-footer-link .container .inner div a:hover:before {
    right: 6px;
  }
  .footer-pt1 #pane-footer-link .container .inner div a:hover {
    text-decoration: none;
  }
  .footer-pt1 footer .container {
    position: relative;
  }
  .footer-pt1 .block-footernav {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-pt1 .block-footernav li {
    display: inline-block;
    padding: 0 1em;
  }
  .footer-pt1 .block-footernav li a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
  }
  .footer-pt1 .block-footernav li a:hover {
    opacity: 0.6;
  }
  .footer-pt1 .block-footernav--sns-list {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
  }
  .footer-pt1 .block-footernav--sns-list li {
    margin: 0 30px 0 0;
  }
  .footer-pt1 .block-footernav--sns-list li:last-child {
    margin: 0;
  }
  .footer-pt1 .block-footernav--sns-list li a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 35px;
    padding-top: 7px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    background-size: 35px auto;
  }
  .footer-pt1 .block-footernav--sns-list li a:hover {
    opacity: 0.8;
  }
  .block-footernav--sns-list li a.instagram {
    padding-left: 45px;
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_insta.png);
  }
  .block-footernav--sns-list li a.facebook {
    padding-left: 42px;
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_fb.png);
    background-position: top 2px left;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    background-size: 32px auto;
  }
  .block-footernav--sns-list li a.twitter {
    padding-left: 35px;
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_tw.png);
    -webkit-background-size: 27px auto;
    -moz-background-size: 27px auto;
    background-size: 27px auto;
  }
  .block-footernav--sns-list li a.line {
    padding-left: 45px;
    background-image: url(../../../img/usr/freepage/diet-promotion/pc/icon_f_line.png);
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    background-size: 35px auto;
  }

  .footer-pt1 .pane-footer {
    padding: 60px 0;
    border-top: 1px solid #fff;
  }
  .footer-pt1 footer .container {
    position: relative;
    width: 1180px;
    margin: 0 auto;
  }
  .footer-pt1 .block-footernav {
    margin-bottom: 30px;
    text-align: center;
  }
  .block-copyright {
    font-size: 12px;
    text-align: center;
  }
  .text-hover-color:hover {
    opacity: 0.8;
  }
}
