/* 内脂サポート 2025 03 */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Roboto:ital,wght@1,100;1,300&display=swap');



body {
  margin: 0 auto;
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
}
body.hidden {
  overflow: hidden;
}

#naishi_wrapper{
  overflow: hidden;
}



div{
  position: relative;
}

a {
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

a:hover {
  opacity: 0.7;
}

a img:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
div{
  position: relative;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  img.pc {
    display: inline-block;
  }
}

.lg {
  display: none;
}

@media (min-width: 1024px) {
  .lg {
    display: block;
  }
  img.lg {
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.f_bold {
  font-weight: bold;
}


body img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle
}

body img[src$=".svg"] {
  max-width: 100%
}

body a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: #333
}

@media only screen and (min-width: 770px) {
  body a:hover {
    opacity: .6
  }
}

body a .on {
  display: none
}

@media only screen and (min-width: 770px) {
  body a:hover {
    text-decoration: none
  }
  body a:hover .on {
    display: inherit
  }
  body a:hover .off {
    display: none
  }
}

body article, body div, body p, body ul, body ol, body dl, body dt, body dd, body h1, body h2, body h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal
}

p{
  line-height: 1.8;
}
body li {
  margin: 0;
  padding: 0;
  list-style: none
}

body i {
  font-style: normal
}

body u {
  text-decoration: none
}

body .display-sp {
  display: none !important
}

@media only screen and (max-width: 770px) {
  body .display-pc {
    display: none !important
  }
  body .display-sp {
    display: inherit !important
  }
}

body .inner {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width: 770px) {
  body .inner {
    width: 100%;
    max-width: 750px
  }
}



.modal-inner {
	margin: 0 auto;
	width: 759px;
	background: url(../img/modal_bg_top.png) no-repeat;
}

@media only screen and (max-width: 770px) {
	.modal-inner {
		width: 100%;
		max-width: 672px;
		background: none;
	}
}

.modal-inner .modal-ttl {
	padding-top: 105px;
	height: 226px;
	text-align: center;
	color: #706549;
	font-size: 200%;
	line-height: 1.625;
}

@media only screen and (max-width: 770px) {
	.modal-inner .modal-ttl {
		padding: 22% 0 6%;
		height: auto;
		font-size: 140%;
		line-height: 1.4;
		background: url(../img/modal_bg_top_sp.png) no-repeat top/100% 100%;
	}
}

.modal-inner .modal-inner-white {
	background: #fff;
	padding: 1px 39px 30px;
	border-radius: 0 0 40px 40px;
}

@media only screen and (max-width: 770px) {
	.modal-inner .modal-inner-white {
		padding: 1px 6% 40px;
		border-radius: 0 0 0 0;
	}
}

.modal-inner dl dt {
	margin: 30px 0 15px;
	font-size: 150%;
	color: #706549;
	line-height: 1.2;
	padding-bottom: 5px;
	border-bottom: solid 2px #706549;
}

@media only screen and (max-width: 770px) {
	.modal-inner dl dt {
		font-size: 140%;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: solid 2px #706549;
	}
}

.modal-inner dl dd {
	margin: 15px 0 20px;
}

@media only screen and (max-width: 770px) {
	.modal-inner dl dd {
		font-size: 94%;
	}
}

.modal-inner .modal-close {
	margin: 35px auto 0;
	width: 63%;
	max-width: 430px;
	cursor: pointer;
}

.modal-inner .modal-close:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 770px) {
	.modal-inner .modal-close {
		margin: 0;
		width: 100%;
		max-width: 672px;
	}
}


/* org header, pagetop
/* ------------------------------------------- */
.m-pageTop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 0 auto;
}

.m-pageTop_btn {
  position: fixed;
  bottom: 15px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: white;
  background-image: linear-gradient(180deg, rgba(103, 110, 113, 0.5) 0, rgba(63, 66, 67, 0.5) 100%);
  border: 1px solid white;
  border-radius: 6px;
  transition: all 0.3s 0s ease;
}
.m-pageTop_btn:hover {
  background-image: linear-gradient(180deg, #676e71 0, #3f4243 100%);
}
.m-pageTop_btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 30px 0 0;
  color: white;
  text-align: center;
}
.m-pageTop_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 20px auto 0;
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent white transparent;
}
.m-pageTop_btn {
  opacity: 0;
  bottom: 0;
}
.m-pageTop_btn.active{
  bottom: 15px;
  opacity: 1;
}



.m-pageTop_atxt {
  display: none;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

.colorCircle {
  color: #00784c;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #00784c;
  transition: transform 0.7s ease;
}
@media all and (min-width: 770px) {
  .header {
    background-color: #00784c;
  }
}
.header.is-hide {
  transform: translateY(-100%);
}

.header_inner {
  display: flex;
  align-items: center;
  height: 57px;
  padding: 0 10px;
}
.header_inner .logo {
  width: 124px;
  margin-right: 10px;
}
@media all and (min-width: 770px) {
  .header_inner {
    max-width: 1200px;
    height: 82px;
    margin: 0 auto;
  }
  .header_inner .logo {
    width: 22%;
    padding-right: 2%;
  }

}
@media all and (min-width: 1200px) {
  .header_inner .logo {
    width: 259px;
    padding-right: 0px;
}
}

.header_logo {
  /* width: 53px; 石久保修正*/
  width: 70px;
  margin-right: 10px;
}
/* 石久保修正 追加*/
.header_logo a picture img {
  height: auto;
}
@media all and (min-width: 770px) {
  .header_logo {
    /* width: 8%; 石久保修正*/
    width: 9%;
    margin-right: 20px;
  }
}
@media all and (min-width: 1200px) {
  .header_logo {
    /* width: 92px; 石久保修正*/
    width: 110px;
  }
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(12, 139, 70, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: opacity 0.3s ease;
}
.header_nav.open {
  pointer-events: visible;
  opacity: 1;
}
.navList p{
  line-height: 1.3;
}
.header_nav .navList {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
}
.header_nav .navList li {
  font-size: 20px;
  border-bottom: dotted 2px white;
  letter-spacing: 0.1rem;
  text-align: center;
}
.header_nav .navList li:first-of-type {
  border-top: dotted 2px white;
}
@media all and (min-width: 770px) {
  .header_nav .navList li:first-of-type {
    border-top: none;
  }
}
.header_nav .navList a {
  position: relative;
  display: block;
  padding: 25px 0;
  font-feature-settings: "palt";
  line-height: 1.37;
  color: white;
  font-weight: bold;
}
.header_nav .navList a em{
  font-size: 17px;
}
.header_nav .navList a span{
  font-size: 14px;
}
@media all and (min-width: 770px) {
  .header_nav {
    position: absolute;
    width: 450px;
    max-width: 856px;
    height: auto;
    pointer-events: visible;
    background-color: transparent;
    opacity: 1;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    right: 0;
    margin-left: auto;
    top: 5px;
  }
  .header_nav .header_inner {
    display: none;
  }
  .header_nav .navList {
        display: flex;
        width: 100%;
        padding-top: 0;
        padding-left: inherit;
        margin-top: 0;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
  }
  .header_nav .navList::before, .header_nav .navList::after {
    display: none;
  }
  .header_nav .navList li {
    position: relative;
    margin-left: inherit;
    margin-right: inherit;
    flex: 1;
    font-size: 0.95vw;
    border-width: 0;
    border-radius: inherit;
  }

  .header_nav .navList a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    padding: 0 2%;
    color: #fff;
    text-align: center;
  }
  .header_nav .navList a:hover {
    background-color: #00a06d;
  }
  .header_nav .navList a::after {
    position: absolute;
    content: "";
    top: 20px;
    bottom: 20px;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
  }
  .header_nav .navList a > span {
    flex-shrink: 1;
  }
  .header_nav .navList span {
    display: inline-block;
  }
}
@media all and (max-width: 1000px) {

}
@media all and (min-width: 1400px) {
  .header_nav .navList li {
    font-size: 13px;
    flex: auto;
  }
  .header_nav .navList a {
    padding: 0 15px;
  }
}

.header_btn_buy {
  padding-right: 10px;
  margin-left: auto;
}
.header_btn_buy a {
  display: block;
  width: 83px;
  height: 34px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  color: white;
  text-align: center;
  background-color: #ff9000;
  border-radius: 20px;
  letter-spacing: 0.05rem;
}
.header_btn_buy a:hover {
  background-color: #ffa633;
}
@media all and (min-width: 770px) {
  .header_btn_buy a {
    position: relative;
    width: 105px;
    height: 40px;
    padding-left: 30px;
    line-height: 40px;
    letter-spacing: 0.35em;
    color: #fff;
    letter-spacing: 0.05rem;
  }
  .header_btn_buy a::before {
    position: absolute;
    top: 8px;
    left: 13px;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/cart.svg) no-repeat;
}
}

.header_btn_menu {
  width: 34px;
}
@media all and (min-width: 770px) {
  .header_btn_menu {
    display: none;
  }
}












/* mv
---------------------------------------------- */

.mainVisual{
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  background-position: center right;
  margin-top: 82px;
  padding-top: 48px;
  padding-bottom: 24px;
}
.mainVisualInner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
main{
  padding-top: 60px;
  padding-bottom: 0;
}
main .inner{
  max-width: 1000px;
}
.cvBtn {
  position: fixed;
  bottom: 65px;
  right: 27px;
  z-index: 10;
  display: none;
}
.alignC{
  text-align: center;
}
section{
  margin-bottom: 60px;
}
section p{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
section p strong{
  font-weight: bold;
  color: #2a919d;
}
.section04 p strong,
.section05 p strong,
.section06 p strong,
.section07 p strong{
  font-weight: bold;
  color: #00784c;
}
section.section02 .clomnBox p strong{
  color: #2a919d;
}
section.section06 p strong{
  color: #00784c;
}
.section05 .osusumeListBox h3 {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}

section h2{
  margin-bottom: 25px;
  color: #2a919d;
  font-size: 28px;
  font-weight: bold;
}
.imgC{
  text-align: center;
}
h3.graphTitle{
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
}
.section01 .imgC{
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}
.text60_2c{
  display: grid;
  grid-template-columns: 53% 1fr;
  column-gap: 4%;
  margin-bottom: 80px;
}
section h4{
  color: #2a919d;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.section02BottomLead{
  margin-bottom: 80px;
}

.text50_2c .img{
  text-align: center;
}
.text50_2c{
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  margin-bottom: 40px;
}

.clomnBox {
  background-color: #ededed;
  padding: 25px;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
.clomnBox h2::after{
  background-image: url(../img/green_arrow.png);
  background-size: contain;
  background-position: right center;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
}
.clomnBox h2.open::after{
  transform: rotate(180deg);
}


.clomnBox h2 {
  text-align: center;
  margin-left: 0;
  position: relative;
  background-repeat: no-repeat;

  cursor: pointer;
  margin-bottom: 0;
  font-size: 24px;
}
.clomnBox .label {
  background-color: #2a919d;
  padding: 8px 20px;
  border-radius: 100px;
  color: #FFF;
  position: relative;
  display: inline;
  width: fit-content;
  font-size: 12px;
  top: -5px;
  margin-right: 20px;
}
.columnContents{
  padding-top: 30px;
  display: none;
}

.columnContents .imgBox{
  text-align: center;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
}
section.section02{
  margin-bottom: 120px;
}
section.section03{
  margin-bottom: 150px;
}
section.section07 {
  margin-bottom: 120px;
}

.section03 .imgC{
  margin-left: auto;
  margin-right: auto;
}

.bottomMaxMainVisual{
  background-color: #cfe9e0;
  padding-top: 48px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.crownBox{
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  column-gap: 4%;
  margin-bottom: 20px;
}
p.note{
  font-size: 12px;
}

.contentsNarrowInner{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.osusumeListBox{
  border-radius: 20px;
  overflow: hidden;
}
.osusumeListBox h3{
  padding: 20px;
  background-color: #00784c;
  color: #FFF;
}
.osusumeListBox ul{
  background-color: #e7e6d7;
  padding: 15px;
}
.osusumeListBox li{
  padding-left: 40px;
  background-image: url(../img/hand.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 5px 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #00784c;
  font-size: 20px;
}
.osusumeListBox li:last-child::after{
  border-bottom: none;
}
.osusumeListBox li:last-child{
  padding-bottom: 0;
}
.osusumeListBox li::after{
  border-bottom: dotted 2px #82a18e;
  width: calc(100% - 40px);
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
}
.osusumeListBox{
  margin-bottom: 20px;
}

.price2c{
  display: block;
  grid-template-columns: 1fr 1fr;
  column-gap: 3%;
  margin-bottom: 20px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.price2c p.note{
  margin-top: 7px;
}
.badge{
  position: absolute;
  top: -10px;
  left: -10px;
  max-width: 70px;
}
.contentsCvBox {
  text-align: center;
  margin-bottom: 30px;
}
.contentsCvBox a.btnPack::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 25px;
  background-image: url(../img/btn_pack.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 53px;
}
.contentsCvBox a{
  position: relative;
  display: block;
  width: fit-content;
  padding: 23px 90px;
  background-color: #ff9000;
  background-image: url(../img/white_arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #FFF;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  border-radius: 20px;
}
h2.greenBg{
  background-color: #00784c;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 10px;
}
.data2c{
  display: grid;
  grid-template-columns: 60% 1fr;
  column-gap: 5%;
  margin-bottom: 60px;
}
.data2c h3{
  color: #00784c;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.data2c h5{
  color: #00784c;
  font-weight: bold;
}

.movie2c1c{
  grid-column: span 2;
  text-align: center;
  padding-top: 30px;
}
.movie2c1c .movieWrapper{
  width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.movieWrapper h5{
  text-align: left;
  margin-bottom: 10px;
}

.dataBox h4{
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 2px #2c2c2c;
  background-image: url(../img/pika.png);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left top;
  color: #000;
}
.dataBox ul li{
  padding-bottom:15px;
  margin-bottom: 15px;
  border-bottom: dotted 2px #2c2c2c;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
}
.dataBox ul p{
  font-size: 12px;
  margin-bottom: 0;
  color: #00784c;
}
.dataBox ul h5{
  font-size: 21px;
  font-weight: bold;
  color: #00784c;
}

.modalInlineBox{
  display: none;
}
.data2c .imgBox{
  border: solid 1px #00784c;
  padding: 6%;
}
.bottomMaxMainVisualNarrow{
  background-color: #cfe9e0;
  border-radius: 30px;
  padding: 6%;
}
.bottomMaxMainVisualNarrow .imgC{
  margin-bottom: 30px;
}
.bottomMaxMainVisualNarrow .contentsCvBox{
  margin-bottom: 0;
}

.section08 .osusumeListBox h3{
  padding: 20px;
  font-size: 20px;
  background-color: #2a919d;
  color: #FFF;
  font-weight: bold;
}
.section08 .osusumeListBox li{
  color: #2a919d;
}
.section08 .contentsCvBox .btnPack::before{
  background-image: url(../img/btn_pack_origo.png);
  top: 11px;
}
.osusumeListBox ul{
  background-color: #e7e6d7;
  font-weight: bold;
}
.osusume2c{
  display: grid;
  grid-template-columns: 40% 55%;
  column-gap: 5%;
  margin-bottom: 30px;
}
.dataBox.li2c {
  margin-bottom: 40px;
}
.dataBox.li2c h4{
  border-bottom: none;
  margin-bottom: 0;
}
.dataBox.li2c ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}
.dataBox.li2c ul li{
  border-top: dotted 2px #2c2c2c;
  padding-top: 15px;
}
.dataBox.li2c ul li:nth-child(3),
.dataBox.li2c ul li:nth-child(4){
  border-top: none;
}
.section09 h2.greenBg{
  background-color: #2a919d;
}
.section09 .imgC{
  margin-bottom: 30px;
}
.section08 .bottomMaxMainVisual {
  background-color: #c7dfe1;
}
.section09 h3{
  color: #2a919d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section10 h3{
  color: #2a919d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section11 h3{
  color: #2a919d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section12 h3{
  color: #2a919d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}


.newOrigo {
  position: absolute;
  top: -40px;
  left: -40px;
}
.section10 h2.greenBg{
  background-color: #2a919d;
}
.section11 h2.greenBg{
  background-color: #2a919d;
}
.section12 h2.greenBg{
  background-color: #2a919d;
}
section.section09 p strong,
section.section10 p strong,
section.section11 p strong,
section.section12 p strong{
  font-weight: bold;
  color: #2a919d;
}
.section09 .dataBox ul h5{
  color: #2a919d;
}
.section09 .dataBox ul li{
  background-image: url(../img/search2.png);

}
.section09 .dataBox ul li a {
  background-image: url(../img/search2.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
}

.section10 .data2c .imgBox{
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.section10 .data2c {
  display: grid;
  grid-template-columns: 50% 1fr;
  column-gap: 0%;
  margin-bottom: 60px;
}

.section09 .dataBox ul li{
  padding-left: 45px;
  background-image: url(../img/p1.png);
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: left center;

}
.section09 .dataBox ul li:last-child{
  background-image: url(../img/p2.png);
}
.section09 .dataBox ul p{
  color: #2a919d;
}

.movieBox {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
}
.movieBox iframe {
  width: 100%;
  height: 100%;
}

.grayBg2c{
  padding: 4%;
  background-color: #ededed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
  border-radius: 20px;
}
.grayBg2c .imgBox{
  text-align: center;
}
.grayBg2c .imgBox .cap{
  display: block;
  padding-top: 8px;
  text-align: center;
  color: #2a919d;
}
.ambassadorBox{
  padding: 4%;
  background-color: #e7e6d7;
  display: grid;
  grid-template-columns: 39% 1fr;
  column-gap: 4%;
  border-radius: 20px;
}
.ambassadorBox .imgBox{
  text-align: center;
}
.section12 .ambassadorBox h3{
  color: #2a919d;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.section12 .ambassadorBox h4{
  font-size: 28px;
  color: #2a919d;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
  position: relative;
}
.section12 .ambassadorBox h4 span{
  z-index: 1;
  position: relative;
}
.section12 .ambassadorBox h4::before{
  content: '';
  width: 100%;
  height: 15px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.ambassadorBox p{
  color: #000;
}
.ambassadorBox .profileBox{
  background-color: #FFF;
  border-radius: 5px;
  padding: 15px;
}
.ambassadorBox .profileBox h5{
  color: #2a919d;
  font-weight: bold;
  margin-bottom: 5px;
}
.ambassadorBox .profileBox p{
  font-size: 14px;
  margin-bottom: 0;
}
.header_btn_sp_buy{
  display: none;
}
.section13 .contentsCvBox{
  margin-top: -15px;
}
.section13 .bottomMaxMainVisualNarrow{
  background-color: #c7dfe1;
}
.section13 {
  margin-bottom: 100px;
}
.lastLead{
  padding-top: 0;
  margin-bottom: 100px;
}


.modalInner{
  background-color: #FFF;
  padding: 4%;
  max-width: 660px;
}

.modalInner h2{
  margin-bottom: 25px;
  color: #2a919d;
  font-size: 28px;
  font-weight: bold;
}

.modalInner p{
  font-size: 16px;
  margin-bottom: 25px;
}

.modaal-close#modaal-close {
  position: absolute;
  right: 0;
  top: -10px;
  right: -10px;
  width: 25px;
  width: 45px;
  height: 45px;
  background-color: #00784c;
  border-radius: 1000px;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  right: 22px;
  width: 2px;
  height: 27px;
  background: #FFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-overlay{
  z-index: 1000;
}

.modalInner p.note {
  font-size: 12px;
  margin-bottom: 0;
}
.modalInner p strong{
  color: #00784c;
  font-weight: bold;
}

span.italic{
  font-style: italic !important;
}










.forSP{
  display: none;
}
.forPC{
  display: block;
}
img.forSP{
  display: none;
}
img.forPC{
  display: inline-block;
}
br.forSP{
  display: none;
}
br.forPC{
  display: inline;
}

/* top
---------------------------------------------- */

/* SP layout */
@media (max-width: 770px) {
  .forSP{
    display: block;
  }
  .forPC{
    display: none;
  }
  img.forSP{
    display: inline-block;
  }
  img.forPC{
    display: none;
  }
  br.forSP{
    display: inline;
  }
  br.forPC{
    display: none;
  }

  .header_btn_sp_buy {
    width: 34px;
    margin-right: 10px;
    position: absolute;
    right: 40px;
    display:block;
  }
  .header_btn_menu {
    width: 34px;
    position: absolute;
    right: 10px;
  }

  section h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

  .section02 h2.alignC,
  .section02 p.alignC{
    text-align: left;
  }
  main {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .modalInner {
    padding: 8%;
  }
  .modalInner .imgC {
    margin-left: -6%;
    margin-right: -6%;
  }
  .header_nav .navList{
    text-align: left;
  }
  .header_nav .navList a em{
    font-size: 28px;
    font-weight: bold;
  }
  .header_nav .navList p{
    text-align: left;

  }
  .header_nav .navList a{
    background-image: url(../img/green_arrow_sp.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    padding: 10px 0;
  }
  .header_nav .navList li:first-of-type{
    border: none;
  }
  .header_nav .navList li{
    border: none;
  }

  .header_nav{
    background-color: #00784c;
  }
  .header_nav .navList a span {
    font-size: 20px;
  }
  .mainVisual{
    background-image: url(../img/mv_bg_sp.png);
    background-size: cover;
    background-position: right top;
    margin-top: 24px;
    padding-top: 58px;
    padding-bottom: 34px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .inner{
    padding-left: 3%;
    padding-right: 3%;
  }

  .section01 p.alignC{
    text-align: left;
  }
  .text60_2c {
    display: grid
;
    grid-template-columns: 1fr;
    column-gap: 4%;
    margin-bottom: 40px;
    row-gap: 10px;
}
.text50_2c {
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 4%;
  margin-bottom: 40px;
  row-gap: 40px;
}
.clomnBox {
  background-color: #ededed;
  padding: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.clomnBox .label {
  background-color: #2a919d;
  padding: 7px 20px;
  border-radius: 100px;
  color: #FFF;
  position: relative;
  display: block;
  width: fit-content;
  font-size: 12px;
}
.clomnBox h2 {
  text-align: left;
  margin-left: 0;
  position: relative;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 12px;
}
.clomnBox h2::after{
  bottom: auto;
}
.bottomMaxMainVisual {
  background-color: #cfe9e0;
  padding-top: 38px;
  padding-bottom: 24px;
  margin-bottom: 30px;
  padding-left: 6%;
  padding-right: 3%;
}

.crownBox {
  display: grid
;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  margin-bottom: 20px;
  row-gap: 20px;
}
.contentsNarrowInner{
  padding-left: 3%;
  padding-right: 3%;
}
.price2c {
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 3%;
  margin-bottom: 30px;
  padding-top: 20px;
  row-gap: 20px;
}
.contentsCvBox a {
  display: block;
  width: 100%;
  padding: 20px 50px;
  background-color: #ff9000;
  background-image: url(../img/white_arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #FFF;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  border-radius: 10px;
}
h2.greenBg {
  color: #FFF;
  font-weight: bold;
  font-size: 17px;
  padding: 13px 20px;
  border-radius: 8px;
}
.data2c {
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 5%;
  margin-bottom: 60px;
  row-gap: 25px;
}

.data2c .imgBox {
  border: none;
  padding: 0;
  text-align: center;
}
.data2c .imgBox.forSP {
  margin-top: 20px;
  margin-bottom: 20px;
}
.data2c h3{
  font-size: 25px;
}
.section08 .bottomMaxMainVisual {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #c7dfe1;
}
.osusume2c {
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 5%;
  margin-bottom: 30px;
  row-gap: 30px;
}
.dataBox.li2c ul {
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 4%;
}

.dataBox.li2c ul li{
  border-top: none;
  padding-top: 0px;
}


.grayBg2c {
  padding: 0;
  background-color: transparent;
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 0;
  border-radius: 20px;
  row-gap: 30px;
}

.ambassadorBox {
  padding: 4%;
  background-color: #e7e6d7;
  display: grid
;
  grid-template-columns: 1fr;
  column-gap: 4%;
  border-radius: 15px;
  row-gap: 20px;
}
.section13 .inner{
  padding: 0;
}
.section13 .bottomMaxMainVisualNarrow{
  border-radius: 0;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 4%;
}
.section13 .contentsCvBox{
  margin-left: 6%;
  margin-right: 2%;
}
.lastLead{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
}
.header_nav .navList {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

.cvBtn {
  position: fixed;
  bottom: 65px;
  right: 0px;
  z-index: 10;
}
.m-pageTop_btn {
  right: 13px;
}
.header{
  background-color: #FFF;
}
.header_inner .logo {
  width: 134px;
}
.section07 .inner{
  padding: 0;
}
.section07 .bottomMaxMainVisualNarrow{
  border-radius: 0;
}

.columnContents .imgBox{
  max-width: none;
}
.section09 .columnContents p{
  margin-bottom: 0;
}
section.section03{
  margin-bottom: 110px;
}
section.section07{
  margin-bottom: 110px;
}
.osusumeListBox li {
  padding-left: 40px;
  background: none;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 4px center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #00784c;
  font-size: 18px;
}
.osusumeListBox li::before {
  content: '';
  background-image: url(../img/hand.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: -3px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}
.osusumeListBox li:nth-child(1):before,
.osusumeListBox li:nth-child(2):before{
  top: -9px;
}

.osusumeListBox li:last-child {
  padding-bottom: 5px;
}


.section08 .osusumeListBox h3{
  font-size: 18px;
}
.dataBox ul p {
  font-size: 12px;
  margin-bottom: 4px;
  color: #00784c;
  line-height: 1.4;
}
.section05 p.note{
  margin-bottom: 0;
}
.section05 .contentsCvBox {
  margin-bottom: 20px;
}

.section06{
  margin-bottom: 30px;
}
.section06 .data2c{
  margin-bottom: 30px;
}
.section10 .data2c{
  grid-template-columns: 1fr;
}
.section08 p.note{
  margin-bottom: 0;
}
.section08 .osusume2c{
  margin-bottom: 15px;
}
.section08 .contentsCvBox{
  margin-top: 20px;
  margin-bottom: 20px;
}
.price2c{
  margin-bottom: 20px;
}


.section09 h3{
  font-size: 25px;
}
.section11 h3{
  font-size: 25px;
}
.section02 .imgBox{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.section01 {
  margin-bottom: 40px;
}

.section13 {
  margin-bottom: 75px;
}
.lastLead{
  padding-top: 0;
  margin-bottom: 75px;
}
.newOrigo{
  display: none;
}

.mainVisualInner picture img {
  margin-bottom: 0;
}

.contentsCvBox a.btnPack::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 45px;
}

.movie2c1c .movieWrapper {
  width: auto;
}
.movie2c1c {
  grid-column: span 2;
  text-align: center;
  padding-top: 0;
  margin-bottom: 20px;
}

.section12 .ambassadorBox h3{
  text-align: center;
}
.section12 .ambassadorBox h4 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}


a:hover {
  opacity: 1 !important;
}






} /* media sp */




/* 購入方法（フッター上部）
---------------------------------------------- */
.howToBuy {
  max-width: 750px;
  margin: auto;
  background-color: #edeef0;
}
.howToBuy_title {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #8c8c8c;
}
@media all and (min-width: 770px) {
  .howToBuy_title {
    font-size: 20px;
  }
}
@media all and (min-width: 770px) {
  .howToBuy_boxWrap {
    display: flex;
    justify-content: center;
  }
}
.howToBuy_box {
  padding: 15px 20px;
  font-weight: bold;
}
.howToBuy_box:nth-child(2) {
  border: dotted white;
  border-width: 2px 0;
}
.howToBuy_box .caption {
  font-size: 12px;
}
@media all and (min-width: 770px) {
  .howToBuy_box {
    padding: 10px 20px;
  }
  .howToBuy_box:nth-child(1), .howToBuy_box:nth-child(3) {
    width: 30%;
  }
  .howToBuy_box:nth-child(2) {
    width: 40%;
    border-width: 0 2px;
  }
}
.howToBuy_box_title {
  padding: 5px 0;
  font-size: 13px;
}
.howToBuy_box_title p {
  line-height: 1.3;
}
@media all and (min-width: 770px) {
  .howToBuy_box_title {
    font-size: 14px;
  }
}
.howToBuy_box img {
  width: 100%;
}
.howToBuy_flexBox, .howToBuy_whiteBox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: black;
  background-color: white;
  border-radius: 6px;
}
.howToBuy_flexBox:visited, .howToBuy_whiteBox:visited {
  color: black;
}
.howToBuy_flexBox {
  padding: 10px;
}
.howToBuy_flexBox div {
  width: 80px;
  margin-right: 15px;
}
@media all and (min-width: 770px) {
  .howToBuy_flexBox {
    height: 46px;
    font-size: 14px;
    text-align: center;
  }
  .howToBuy_flexBox div {
    width: 65px;
    margin-right: 10px;
  }
}
.howToBuy_whiteBox {
  height: 58px;
}
@media all and (min-width: 770px) {
  .howToBuy_whiteBox {
    height: 46px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
}
.howToBuy_tel {
  display: flex;
  align-items: center;
  color: black;
}
.howToBuy_tel div {
  width: 49px;
  margin-right: 5px;
}
.howToBuy_tel p {
  font-size: 24px;
}
.howToBuy_box2Wrap {
  margin-bottom: 20px;
  border-top: dotted 2px white;
}
@media all and (min-width: 770px) {
  .howToBuy_box2Wrap {
    display: flex;
    margin-bottom: 60px;
  }
}
.howToBuy_box2 {
  padding: 15px 20px;
  font-weight: bold;
}
.howToBuy_box2:nth-child(1) {
  border: dotted white;
  border-width: 0 0 2px;
}
@media all and (min-width: 770px) {
  .howToBuy_box2 {
    padding: 10px 20px;
  }
  .howToBuy_box2:nth-child(1) {
    width: 70%;
    border-width: 0 2px 0 0;
  }
  .howToBuy_box2:nth-child(2) {
    width: 30%;
  }
}
.howToBuy_box2List {
  overflow: hidden;
  font-size: 13px;
  border-radius: 6px;
}
.howToBuy_box2List .shop:nth-child(2) {
  border: solid #edeef0;
  border-width: 2px 0;
}
.howToBuy_box2List a {
  display: block;
  padding: 12px 0;
  background-color: white;
}
.howToBuy_box2List .logo {
  display: block;
  width: 52%;
  margin: auto;
}
@media all and (min-width: 770px) {
  .howToBuy_box2List {
    display: flex;
    justify-content: center;
  }
  .howToBuy_box2List .shop:nth-child(2) {
    border-width: 0 2px;
  }
  .howToBuy_box2List .shop:nth-child(3) .logo {
    width: 80%;
  }
  .howToBuy_box2List a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 14px 0;
  }
  .howToBuy_box2List .logo {
    width: 100%;
  }
}



/* footer
--------------------------------------- */
.footer {
  padding: 0;
  background: #c5c7cc;
}
@media all and (min-width: 770px) {
  .footer {
    padding: 0 20px;
  }
}
@media all and (min-width: 770px) {
  .footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
}
.footer_commonLinkList {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 770px) {
  .footer_commonLinkList {
    display: block;
  }
}
.footer_commonLinkItem {
  position: relative;
  width: 50%;
  margin: 0;
  font-size: 13px;
  background-color: #f8f8fa;
  border-bottom: 1px solid #cdd3d9;
  border-left: 1px solid #cdd3d9;
}
.footer_commonLinkItem:nth-child(1), .footer_commonLinkItem:nth-child(2) {
  border-top: solid 1px #cdd3d9;
}
.footer_commonLinkItem:nth-child(2n) {
  border-right: solid 1px #cdd3d9;
}
.footer_commonLinkItem::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: inline-block;
  content: "";
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: 5px solid #46484b;
}
.footer_commonLinkItem a {
  display: inline-block;
  width: 100%;
  padding: 17px 20px 17px 3.6%;
  color: black;
}
@media all and (min-width: 770px) {
  .footer_commonLinkItem {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    font-size: 12px;
    background-color: transparent;
    border: none !important;
  }
  .footer_commonLinkItem::after {
    position: unset;
    margin-left: -2px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: "＞";
  }
  .footer_commonLinkItem a {
    width: auto;
    padding: 0;
  }
}
@media all and (max-width: 340px) {
  .footer_commonLinkItem a {
    font-size: 3.4666vw;
  }
}
.footer_copyWrap {
  max-width: 375px;
  padding: 20px 0;
  margin: 0 auto;
}
@media all and (min-width: 770px) {
  .footer_copyWrap {
    margin: 0;
  }
}
