@charset "UTF-8";
/* ↓RESET */
body,
html {
  font-weight: 500;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  position: relative;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 834px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
@media (max-width: 833px) {
  a:active {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
a:after,
a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure {
  margin: 0;
}

@media (min-width: 834px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 833px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Noto Sans Japanese, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media (max-width: 833px) {
  body {
    font-size: 0.75rem;
    line-height: 2;
  }
}
h1 {
  font-size: 36px;
  line-height: 1.3;
}

h2 {
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

@media screen and (max-width: 833px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

dd, dl, dt, ol, ul {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* ↑RESET */
/* UTILITY */
#j-lp .pc-product_lp_style section {
  padding: 30px 0 50px 0;
}

#j-lp .pc-product_lp_style img,
#j-lp .sp-product_lp_style img {
  vertical-align: top;
}

#j-lp img {
  vertical-align: top;
}

.pc-product_lp_style * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-product_lp_style * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/************************************************
  font-color
*************************************************/
#j-lp .red {
  color: #F00;
}

#j-lp .red02 {
  color: #EE5E5E;
}

#j-lp .green {
  color: #390;
}

#j-lp .green02 {
  color: #39B54A;
}

#j-lp .gray {
  color: #888;
}

/************************************************
  font-size
*************************************************/
.font-60per {
  font-size: 60% !important;
}

/************************************************
  Form
*************************************************/
#j-lp input[type=button],
#j-lp input[type=text],
#j-lp input[type=submit],
#j-lp textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

#j-lp input[type=text],
#j-lp input[type=tel],
#j-lp input[type=email],
#j-lp input[type=number],
#j-lp input[type=password],
#j-lp select,
#j-lp textarea {
  padding: 5px;
  font-size: 105%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #CCC;
}

#j-lp input:hover,
#j-lp select:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*--------------------
	common-parts
--------------------*/
/************************************************
	Margin Padding
*************************************************/
.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt_03 {
  margin-top: -3px !important;
}

/************************************************
	Width
*************************************************/
.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w80 {
  width: 80px;
}

.w95 {
  width: 95px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w195 {
  width: 195px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w220 {
  width: 220px;
}

.w225 {
  width: 225px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w520 {
  width: 520px;
}

.w680 {
  width: 680px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w_full {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.w30p {
  width: 30%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

/************************************************
	Float Align
*************************************************/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.right_pc {
  text-align: right !important;
}

/************************************************
	Border
*************************************************/
.b_right_none {
  border-right: none !important;
}

.b_top_dashed01 {
  border-top: 1px dashed #ACE3F9;
}

.b_bottom_dashed01 {
  border-bottom: 1px dashed #ACE3F9;
}

.b_solid01 {
  border: 5px solid #BFE6F9;
}

.b_solid02 {
  border: 5px solid #D4D4D4;
}

.b_noshi {
  border-left: 8px solid #8FE6F9;
  margin-left: 3em;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

/************************************************
	Background
*************************************************/
.bg_sky01 {
  background: #E8F8FD;
}

/************************************************
	Position
*************************************************/
.posi_rel {
  position: relative;
}

.posi_bottom {
  position: absolute;
  bottom: 0;
}

.posi_right {
  position: absolute;
  right: 0;
}

/************************************************
	clearfix
*************************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/************************************************
	error
*************************************************/
.error-message {
  color: #F00;
}

/*--------------------
	common-style
--------------------*/
img.cart-in-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (min-width: 844px) {
  .pc-product_lp_style {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: #333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2.5rem;
    -webkit-text-size-adjust: none;
  }
  .pc-product_lp_style img {
    width: auto;
    max-width: unset;
  }
  .pc-product_lp_style h1,
  .pc-product_lp_style h2,
  .pc-product_lp_style h3,
  .pc-product_lp_style h4 {
    font-weight: 700;
  }
  .sp-product_lp_style {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 843px) {
  .sp-product_lp_style {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: #333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2.5rem;
    -webkit-text-size-adjust: none;
  }
  .sp-product_lp_style h1,
  .sp-product_lp_style h2,
  .sp-product_lp_style h3,
  .sp-product_lp_style h4 {
    font-weight: 700;
  }
  .pc-product_lp_style {
    display: none;
    visibility: hidden;
  }
  /************************************************
  Btn
  *************************************************/
  .btn01,
  .modal_inner01 .btn01 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDA40C), color-stop(50%, #FDA40C), color-stop(50%, #FF8E01), to(#FF8B00));
    background: linear-gradient(top, #FDA40C 0%, #FDA40C 50%, #FF8E01 50%, #FF8B00 100%);
    border: 2px solid #FF8B00;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn01:visited,
  .modal_inner01 .btn01:visited {
    color: #FFF;
  }
  .btn01 span {
    display: block;
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn01.png) no-repeat right center;
    background-size: 16px;
  }
  .btn02 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A0F7), color-stop(50%, #00A0F7), color-stop(50%, #0096E6), to(#0096E6));
    background: linear-gradient(top, #00A0F7 0%, #00A0F7 50%, #0096E6 50%, #0096E6 100%);
    border: 2px solid #0096E6;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn02:visited {
    color: #FFF;
  }
  .btn02 span {
    display: block;
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02.png) no-repeat right center;
    background-size: 16px;
  }
  .btn02 span.ico_b {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02_b.png) no-repeat right center;
    background-size: 16px;
  }
  .btn02 span.ico_l {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02_l.png) no-repeat left center;
    background-size: 16px;
  }
  .btn02 span.ico_c {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02_c.png) no-repeat right center;
    background-size: 16px;
  }
  .btn03 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#00C7E3), color-stop(50%, #00C7E3), color-stop(50%, #00C0DE), to(#00C0DE));
    background: linear-gradient(top, #00C7E3 0%, #00C7E3 50%, #00C0DE 50%, #00C0DE 100%);
    border: 2px solid #00C0DE;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn03:visited {
    color: #FFF;
  }
  .btn03 span {
    display: block;
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn03.png) no-repeat right center;
    background-size: 16px;
  }
  .btn03 span.ico_l {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn03_l.png) no-repeat left center;
    background-size: 16px;
  }
  .btn04 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#6CACE6), color-stop(50%, #6CACE6), color-stop(50%, #559EE1), to(#559EE1));
    background: linear-gradient(top, #6CACE6 0%, #6CACE6 50%, #559EE1 50%, #559EE1 100%);
    border: 2px solid #559EE1;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn04:visited {
    color: #FFF;
  }
  .btn04 span {
    display: block;
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02.png) no-repeat right center;
    background-size: 16px;
  }
  .btn04 span.ico_b {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02_b.png) no-repeat right center;
    background-size: 16px;
  }
  .btn04 span.ico_l {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn02_l.png) no-repeat left center;
    background-size: 16px;
  }
  .btn06 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#74CDBF), color-stop(50%, #74CDBF), color-stop(50%, #52C1AF), to(#52C1AF));
    background: linear-gradient(top, #74CDBF 0%, #74CDBF 50%, #52C1AF 50%, #52C1AF 100%);
    border: 2px solid #52C1AF;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn06:visited {
    color: #FFF;
  }
  .btn06 span {
    display: block;
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn06.png) no-repeat right center;
    background-size: 16px;
  }
  .btn06 span.ico_b {
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn06_b.png) no-repeat right center;
    background-size: 16px;
  }
  .btn07 {
    display: block;
    background: #f07777;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #f07777), color-stop(51%, #ee5e5e));
    background: linear-gradient(to bottom, #f07777 49%, #ee5e5e 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f07777", endColorstr="#ee5e5e",GradientType=0 );
    border: 2px solid #ee5e5e;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn07:visited {
    color: #FFF;
  }
  .btn07 span {
    display: block;
    background: url(https://shabon.life/shop/f/assets/img/sp/common/icon/ico_btn07.png) no-repeat right center;
    background-size: 16px;
  }
  .btn08 {
    width: 88%; /* fallback */
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 10px;
    background: #c0d982;
    background: -webkit-gradient(linear, left top, left bottom, from(#c0d982), to(#83b112));
    background: linear-gradient(to bottom, #c0d982 0%, #83b112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c0d982", endColorstr="#83b112",GradientType=0 );
    color: #fff;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn08 span {
    background: url(https://shabon.life/shop/f/assets/img/sp/lp/view/mutenka/ico_cart01.png) no-repeat left center/22px 20px;
    padding: 6px 0 5px 27px;
  }
  .btn09 {
    width: 51%; /* fallback */
    width: calc(56.5% - 20px);
    background: #ffc4d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc4d7), to(#d73b6c));
    background: linear-gradient(to bottom, #ffc4d7 0%, #d73b6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc4d7", endColorstr="#d73b6c",GradientType=0 );
    color: #fff;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn09:visited,
  .btn09 a {
    color: #fff;
    display: block;
    padding: 10px;
  }
  #btn_close01 {
    margin: 0 auto;
    padding: 5px;
  }
  .btn_sold_out01 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#A6A6A6), color-stop(50%, #A6A6A6), color-stop(50%, #9C9C9C), to(#9C9C9C));
    background: linear-gradient(top, #A6A6A6 0%, #A6A6A6 50%, #9C9C9C 50%, #9C9C9C 100%);
    border: 2px solid #9C9C9C;
    border-radius: 5px;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
  }
  .btn_sold_out01:visited {
    color: #FFF;
  }
  .btn_sold_out01 span {
    background-image: none;
  }
}
/*--------------------
	lp-style
--------------------*/
/*
.sec_under_lp01 {
	width: 100%;
	background: url(../../assets/img/common/bk_03.gif);
}
.sec_under_lp_inn01 {
	box-sizing: content-box;
	background: #fff;
	width: 970px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.7em;
}
.sec_under_lp_inn02 {
	background: #fff;
	width: 1010px;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.7em;
}
/* キャンペーン */
/*
.sec_under_lp_inn03 {
	background: #fff;
	width: 1050px;
	margin: 0 auto;
	padding: 20px 20px 0;
	box-sizing: border-box;
	font-size: 125%;
	line-height: 1.85em;
}
.li_show_case03 li {
	width: 227.5px;
	margin-right: 20px;
	float: left;
}
.li_show_case03 li:last-of-type {
	margin-right: 0;
}
.h3_ttl03_cp {
	background: url(../../assets/img/common/img_h1_bg01.gif);
	padding: 15px;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
}
.h4_ttl01_cp {
	font-size: 150%;
	border-bottom: 3px solid #00B5CE;
}
.text03 {
	line-height: 2em;
}
.table01_cp {
	margin: 0 20px;
}
.table01_cp tr {
	border-top: 1px solid #6CACE6;
}
.table01_cp tr:last-of-type {
	border-bottom: 1px solid #6CACE6;
}
.table01_cp th {
	background: #E8F8FD;
	width: 25%;
}
.table01_cp td {
	padding: 20px;
}
/*--------------------
	無添加ボディソープLP
--------------------*/
#sec_under_lp_inner_3200 .mv,
.sp-product_lp_style #sec_under_lp_3200 {
  position: relative;
}

#sec_under_lp_inner_3200 .mv .layer,
.sp-product_lp_style #sec_under_lp_3200 .mv .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.u-fw-b {
  font-weight: 700;
}

.u-fc-gray {
  color: #646364;
}

.u-fc-pink {
  color: #ee587f;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-font-maru {
  font-family: "Kosugi Maru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-sp-fs-14 {
    font-size: 14px;
  }
  .u-sp-fs-18 {
    font-size: 18px;
  }
  .u-sp-mgb-10 {
    margin-bottom: 10px;
  }
  .u-sp-mgb-20 {
    margin-bottom: 20px;
  }
  .u-sp-mgb-30 {
    margin-bottom: 30px;
  }
  .u-sp-mgb-40 {
    margin-bottom: 40px;
  }
  .u-sp-mgb-50 {
    margin-bottom: 50px;
  }
  .u-sp-mgb-100 {
    margin-bottom: 100px;
  }
  .u-sp-pdb-10 {
    padding-bottom: 10px;
  }
  .u-sp-pdb-20 {
    padding-bottom: 20px;
  }
  .u-sp-pdb-30 {
    padding-bottom: 30px;
  }
  .u-sp-pdb-40 {
    padding-bottom: 40px;
  }
  .u-sp-pdb-50 {
    padding-bottom: 50px;
  }
  .u-sp-pdb-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-ta-c {
    text-align: center;
  }
  .u-pc-fs-14 {
    font-size: 14px;
  }
  .u-pc-fs-18 {
    font-size: 18px;
  }
  .u-pc-mgb-10 {
    margin-bottom: 10px;
  }
  .u-pc-mgb-20 {
    margin-bottom: 20px;
  }
  .u-pc-mgb-30 {
    margin-bottom: 30px;
  }
  .u-pc-mgb-40 {
    margin-bottom: 40px;
  }
  .u-pc-mgb-50 {
    margin-bottom: 50px;
  }
  .u-pc-mgb-100 {
    margin-bottom: 100px;
  }
  .u-pc-pdb-10 {
    padding-bottom: 10px;
  }
  .u-pc-pdb-20 {
    padding-bottom: 20px;
  }
  .u-pc-pdb-30 {
    padding-bottom: 30px;
  }
  .u-pc-pdb-40 {
    padding-bottom: 40px;
  }
  .u-pc-pdb-50 {
    padding-bottom: 50px;
  }
  .u-pc-pdb-60 {
    padding-bottom: 60px;
  }
}
.l-content {
  background: url(/shop/f/assets/img/lp/view/2855/2502/bg.jpg) 0 0/cover no-repeat;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 0;
  }
}
.l-content .l-content__inr {
  background-color: #fff;
  margin: 0 auto;
  width: min(100%, 1010px);
}
.c-howto-choice__kv {
  position: relative;
  margin-bottom: -180px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-howto-choice__kv {
    margin-bottom: -30px;
  }
}

.c-howto-choice {
  position: relative;
  padding: 50px 50px 60px;
}
@media screen and (max-width: 767px) {
  .c-howto-choice {
    padding: 40px 20px 60px;
  }
}
.c-howto-choice .c-howto-choice__inr {
  position: relative;
}
.c-howto-choice .c-howto-choice__inr .c-howto-choice__shabon {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1062px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-howto-choice .c-howto-choice__inr .c-howto-choice__shabon {
    top: -1.5%;
    margin-left: -4%;
    width: 110%;
  }
}
.c-howto-choice .c-howto-choice__content {
  background: url(/shop/f/assets/img/lp/view/2855/2502/howto-choice_bg.png) bottom center/100% no-repeat;
  padding: 170px 25px 50px 83px;
}
@media screen and (max-width: 767px) {
  .c-howto-choice .c-howto-choice__content {
    background-image: url(/shop/f/assets/img/lp/view/2855/2502/howto-choice_bg_sp.png);
    padding: 70px 20px 30px;
  }
}

.c-point .c-point__title {
  padding: 0 20px 60px;
}
@media screen and (max-width: 767px) {
  .c-point .c-point__title {
    padding: 0 0 15px;
  }
}
.c-point .c-point__content .lp_photo {
  -webkit-transform: initial;
          transform: initial;
  width: 202px;
}
.c-point .c-point__content .lp_list_point01 {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .c-point .c-point__content .lp_list_point01 #point2 .lp_head {
    padding: 10px 10px 20px 167px;
  }
}
.c-point .c-point__content .lp_list_point01 #point4 {
  padding-top: 20px;
}
.c-point .c-point__content .lp_list_point01 #point4 .lp_head {
  padding: 0 10px 20px 180px;
}
.c-point .c-point__content .lp_list_point01 #point4 .lp_head::after {
  background-image: url(/shop/f/assets/img/lp/view/2855/2502/lp_img_point04.png);
  top: -38px;
  width: 170px;
  height: 96px;
}
.c-point .c-point__content .lp_2col01 {
  padding-top: 78px;
  gap: 70px;
}
.c-point .c-point__content .lp_2col01 .lp_list_anc01 {
  margin-top: 0;
}
.c-point .c-point__content .lp_2col01 .lp_list_anc01 li a {
  background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_1.png);
  position: relative;
}
.c-point .c-point__content .lp_2col01 .lp_list_anc01 li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 13px solid #555555;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-point .c-point__content .lp_2col01 .lp_list_anc01 li:nth-of-type(2) a {
  background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_2.png);
}
.c-point .c-point__content .lp_2col01 .lp_list_anc01 li:nth-of-type(3) a {
  background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_3.png);
}
.c-point .c-point__content .lp_2col01 .lp_list_anc01 li:nth-of-type(4) a {
  background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_4.png);
}
.c-point .c-point__content .lp_head_topic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.c-point .c-point__content .lp_head_topic .label {
  margin-bottom: 0;
  width: 111px;
}
.c-point .c-point__content .lp_img {
  margin: 30px auto 0;
  width: 407px;
}
@media screen and (max-width: 767px) {
  .c-point .c-point__content .lp_img {
    margin-top: 20px;
    width: 100%;
  }
}
.c-point .c-point__content .lp_img.m-type2 {
  width: 100%;
}
.c-point .c-point__colImg {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-point .c-point__colImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-point .c-point__colImg .c-point__colImg__item {
    padding-bottom: 10px;
  }
}
.c-point .c-point__colImg .c-point__colImg__item:first-child {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .c-point .c-point__colImg .c-point__colImg__item:first-child {
    width: 100%;
  }
}
.c-point .c-point__colImg .c-point__colImg__item:first-child .note {
  margin-top: 50px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .c-point .c-point__colImg .c-point__colImg__item:first-child .note {
    font-size: 12px;
    margin-top: 1em;
  }
}
.c-point .c-point__colImg .c-point__colImg__item:first-child .note p {
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.c-point .c-point__colImg .c-point__colImg__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-point .list_anc {
    padding: 40px 10px 0;
  }
  .c-point .list_anc li {
    background: url(/shop/f/assets/img/lp/view/2855/2502/num_1.png) 15px center/70px auto no-repeat;
  }
  .c-point .list_anc li:nth-of-type(2) {
    background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_2.png);
  }
  .c-point .list_anc li:nth-of-type(3) {
    background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_3.png);
  }
  .c-point .list_anc li:nth-of-type(4) {
    background-image: url(/shop/f/assets/img/lp/view/2855/2502/num_4.png);
  }
  .c-point .product_img {
    margin: 20px auto 0;
    width: 180px;
  }
}

.c-movie {
  padding: 0 20px;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .c-movie {
    margin-top: 62px;
    padding: 0;
  }
}

.c-topic {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-topic {
    padding: 35px 10px 0;
  }
}
.c-topic .c-topic__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 560px;
  margin: 0 auto;
  gap: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 300px;
  }
}
.c-topic .c-topic__title span {
  color: #399743;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__title span {
    line-height: 1.4;
    font-size: 25px;
  }
}
.c-topic .c-topic__title img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__title img {
    width: 111px;
  }
}
.c-topic .c-topic__main {
  background-color: rgba(0, 179, 236, 0.15);
  position: relative;
  margin: 0 auto;
  padding: 50px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__main {
    padding: 20px 25px 250px;
  }
}
.c-topic .c-topic__main::after {
  content: "";
  background-color: #fff;
  display: block;
  height: calc(100% - 50px);
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(0deg, -2deg);
          transform: translate(-50%, -50%) skew(0deg, -2deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__main::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.c-topic .c-topic__main .c-topic__main__inr {
  position: relative;
  padding-right: 180px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__main .c-topic__main__inr {
    padding-right: 0;
  }
}
.c-topic .c-topic__main .c-topic__main__inr .c-topic__main__thum {
  position: absolute;
  right: -35px;
  top: -20px;
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__main .c-topic__main__inr .c-topic__main__thum {
    right: initial;
    top: initial;
    left: 50%;
    bottom: -290px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 230px;
  }
}
.c-topic .c-topic__main .c-topic__main__text {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 18px;
  line-height: 2.1666666667;
  background: url(/shop/f/assets/img/lp/view/2855/2502/paragraph_bg.png) 0 0/auto 39px repeat-y;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-topic .c-topic__main .c-topic__main__text {
    background-size: auto 35px;
    line-height: 1.9444444444;
  }
}
.c-topic .c-topic__main .c-topic__main__text span {
  color: #ff1815;
}
