@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #e6e6e6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline-block;
  }
}

.header {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 0;
}

.header__wrap {
  width: 100%;
  background-color: #fff;
}

.header__logo {
  display: inline-block;
  vertical-align: top;
  background: url(/_assets/img/header_logo.png) 0 0 no-repeat;
  background-size: 102px 74px;
  width: 102px;
  height: 74px;
}

.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header__logo {
    background-image: url(/_assets/img/header_logo@2x.png);
  }
}

.header__sp-btn {
  display: none;
}

.header__overlay {
  display: none;
}

.header__inner {
  display: inline-block;
}

.header-menu__wrap {
  display: inline-block;
  margin-top: 15px;
  margin-left: 175px;
  vertical-align: top;
}

.header-menu__item {
  display: inline-block;
  transition: all 0.2s;
}

.header-menu__item:hover {
  opacity: 0.7;
}

.header-menu__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-menu__item--product {
  background: url(/_assets/img/header_menu_product.png) 0 0 no-repeat;
  background-size: 73px 30px;
  width: 73px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-menu__item--product {
    background-image: url(/_assets/img/header_menu_product@2x.png);
  }
}

.header-menu__item--gerontoron {
  margin-left: 39px;
  background: url(/_assets/img/header_menu_gerontoron.png) 0 0 no-repeat;
  background-size: 108px 30px;
  width: 108px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-menu__item--gerontoron {
    background-image: url(/_assets/img/header_menu_gerontoron@2x.png);
  }
}

.header-menu__item--club {
  margin-left: 39px;
  background: url(/_assets/img/header_menu_club.png) 0 0 no-repeat;
  background-size: 90px 30px;
  width: 90px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-menu__item--club {
    background-image: url(/_assets/img/header_menu_club@2x.png);
  }
}

.header-menu__item--about {
  margin-left: 48px;
  background: url(/_assets/img/header_menu_about.png) 0 0 no-repeat;
  background-size: 52px 30px;
  width: 52px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-menu__item--about {
    background-image: url(/_assets/img/header_menu_about@2x.png);
  }
}

.header-menu__item--contact {
  margin-left: 48px;
  background: url(/_assets/img/header_menu_contact.png) 0 0 no-repeat;
  background-size: 70px 30px;
  width: 70px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-menu__item--contact {
    background-image: url(/_assets/img/header_menu_contact@2x.png);
  }
}

.header-sub-menu__wrap {
  display: inline-block;
  margin-top: 13px;
  margin-left: 51px;
  vertical-align: top;
}

.header-sub-menu__item {
  display: inline-block;
}

.header-sub-menu__item:hover {
  opacity: 0.7;
}

.header-sub-menu__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-sub-menu__item--member {
  background: url(/_assets/img/header_sub_menu_member.png) 0 0 no-repeat;
  background-size: 45px 33px;
  width: 45px;
  height: 33px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-sub-menu__item--member {
    background-image: url(/_assets/img/header_sub_menu_member@2x.png);
  }
}

.header-sub-menu__item--login {
  margin-left: 22px;
  background: url(/_assets/img/header_sub_menu_login.png) 0 0 no-repeat;
  background-size: 37px 33px;
  width: 37px;
  height: 33px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-sub-menu__item--login {
    background-image: url(/_assets/img/header_sub_menu_login@2x.png);
  }
}

.header-sub-menu__item--favorite {
  margin-left: 20px;
  background: url(/_assets/img/header_sub_menu_favorite.png) 0 0 no-repeat;
  background-size: 50px 33px;
  width: 50px;
  height: 33px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-sub-menu__item--favorite {
    background-image: url(/_assets/img/header_sub_menu_favorite@2x.png);
  }
}

.header-sub-menu__item--cart {
  margin-left: 16px;
  background: url(/_assets/img/header_sub_menu_cart.png) 0 0 no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-sub-menu__item--cart {
    background-image: url(/_assets/img/header_sub_menu_cart@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 10.43025vw;
    margin: 0 auto;
    padding: inherit;
    font-size: 0;
    background-color: #fff;
  }
  .header__wrap {
    width: 100%;
    background-color: #fff;
  }
  .header__logo {
    display: inline-block;
    width: 42.50326vw;
    height: 10.43025vw;
    margin: 0 auto 0 3.91134vw;
    vertical-align: top;
    background: url(/_assets/img/sp/header_logo.png) center center no-repeat;
    background-size: 39.11343vw 6.5189vw;
  }
  .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header__logo {
    background-image: url(/_assets/img/sp/header_logo@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header__sp-btn {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    display: inline-block;
    box-sizing: initial;
    width: 10.43025vw;
    height: 10.43025vw;
    font-size: 1.95567vw;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    background-color: #000;
  }
  .header__sp-btn:before {
    content: "";
    display: block;
    width: 10.43025vw;
    height: 10.43025vw;
    background: url(/_assets/img/sp/icon_menu.png) center center no-repeat;
    background-size: 6.5189vw 4.1721vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header__sp-btn:before {
    background-image: url(/_assets/img/sp/icon_menu@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header__sp-btn.is-active:before {
    background: url(/_assets/img/sp/icon_menu_close.png) center center no-repeat;
    background-size: 4.30248vw 4.30248vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header__sp-btn.is-active:before {
    background-image: url(/_assets/img/sp/icon_menu_close@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header__overlay {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .header__overlay.is-active {
    z-index: 9;
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .header__inner {
    position: absolute;
    z-index: 10;
    display: none;
    overflow: visible;
    width: 100%;
    background-color: #eee;
  }
  .header-menu__wrap {
    display: block;
    margin: 0;
    padding-bottom: 3.25945vw;
  }
  .header-menu__item {
    display: block;
    width: 100%;
    height: 13.03781vw;
    margin: 0 auto;
  }
  .header-menu__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-menu__item--product {
    background: url(/_assets/img/sp/header_menu_product.png) center center no-repeat;
    background-size: 19.55671vw 6.64928vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-menu__item--product {
    background-image: url(/_assets/img/sp/header_menu_product@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-menu__item--gerontoron {
    background: url(/_assets/img/sp/header_menu_gerontoron.png) center center no-repeat;
    background-size: 27.90091vw 6.5189vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-menu__item--gerontoron {
    background-image: url(/_assets/img/sp/header_menu_gerontoron@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-menu__item--club {
    background: url(/_assets/img/sp/header_menu_club.png) center center no-repeat;
    background-size: 23.85919vw 6.64928vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-menu__item--club {
    background-image: url(/_assets/img/sp/header_menu_club@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-menu__item--about {
    background: url(/_assets/img/sp/header_menu_about.png) center center no-repeat;
    background-size: 13.6897vw 6.64928vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-menu__item--about {
    background-image: url(/_assets/img/sp/header_menu_about@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-menu__item--contact {
    background: url(/_assets/img/sp/header_menu_contact.png) center center no-repeat;
    background-size: 18.51369vw 6.64928vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-menu__item--contact {
    background-image: url(/_assets/img/sp/header_menu_contact@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-sub-menu__wrap {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 3.25945vw;
  }
  .header-sub-menu__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 1px;
    margin: auto;
    background-color: #ccc;
  }
  .header-sub-menu__item {
    display: block;
    width: 100%;
    height: 15.64537vw;
    margin: 0 auto;
  }
  .header-sub-menu__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-sub-menu__item--member {
    background: url(/_assets/img/sp/header_sub_menu_member.png) center center no-repeat;
    background-size: 10.43025vw 10.29987vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-sub-menu__item--member {
    background-image: url(/_assets/img/sp/header_sub_menu_member@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-sub-menu__item--login {
    background: url(/_assets/img/sp/header_sub_menu_login.png) center center no-repeat;
    background-size: 8.60495vw 10.03911vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-sub-menu__item--login {
    background-image: url(/_assets/img/sp/header_sub_menu_login@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-sub-menu__item--favorite {
    background: url(/_assets/img/sp/header_sub_menu_favorite.png) center center no-repeat;
    background-size: 11.86441vw 9.12647vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-sub-menu__item--favorite {
    background-image: url(/_assets/img/sp/header_sub_menu_favorite@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .header-sub-menu__item--cart {
    background: url(/_assets/img/sp/header_sub_menu_cart.png) center center no-repeat;
    background-size: 6.5189vw 8.73533vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .header-sub-menu__item--cart {
    background-image: url(/_assets/img/sp/header_sub_menu_cart@2x.png);
  }
}

.footer {
  min-width: 1200px;
  padding-top: 75px;
  padding-bottom: 40px;
  background-color: #fff;
}

.footer__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 36px;
  border-top: 1px solid #eee;
}

.footer__logo {
  position: absolute;
  top: 29px;
  left: 6px;
  background: url(/_assets/img/footer_logo.png) top center no-repeat;
  background-size: 100px 72px;
  width: 100px;
  height: 72px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer__logo {
    background-image: url(/_assets/img/footer_logo@2x.png);
  }
}

.footer__totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  transition: all 0.2s;
  opacity: 0;
  border-radius: 50%;
  background: #000 url(/_assets/img/icon_arrow_up.png) center center no-repeat;
  background-size: 12px 8px;
}

.footer__totop.is-fixed {
  opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer__totop {
    background-image: url(/_assets/img/icon_arrow_up@2x.png);
  }
}

.footer__link-list {
  width: 100%;
  text-align: center;
}

.footer__link-list + .footer__link-list {
  margin-top: 7px;
}

.footer__link-item {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s;
}

.footer__link-item + .footer__link-item:before {
  content: "／";
  width: 39px;
  margin: 0 13px;
  font-size: 13px;
}

.footer__link-item:hover {
  opacity: 0.7;
}

.footer__link-item a {
  color: inherit;
}

.footer__copy {
  margin: 69px auto 0;
  font-family: "Yu Gothic";
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    min-width: inherit;
    padding-top: 9.77836vw;
    padding-bottom: 10.43025vw;
  }
  .footer__inner {
    width: 87.35332vw;
    margin: 0 auto;
    padding-top: 6.5189vw;
    border-top: 1px solid #eee;
  }
  .footer__logo {
    top: inherit;
    right: 0;
    bottom: 6.5189vw;
    left: 0;
    margin: auto;
    background: url(/_assets/img/footer_logo.png) top center no-repeat;
    background-size: 13.03781vw 9.38722vw;
    width: 13.03781vw;
    height: 9.38722vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .footer__logo {
    background-image: url(/_assets/img/footer_logo@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .footer__totop {
    right: 1.30378vw;
    bottom: 2.60756vw;
  }
  .footer__link-list + .footer__link-list {
    margin-top: 2.60756vw;
  }
  .footer__link-item {
    font-size: 2.60756vw;
  }
  .footer__link-item + .footer__link-item:before {
    content: "／";
    width: 5.08475vw;
    margin: 0 1.69492vw;
    font-size: 2.60756vw;
  }
  .footer__link-item:hover {
    opacity: 0.7;
  }
  .footer__link-item a {
    color: inherit;
  }
  .footer__copy {
    margin: 15.64537vw auto 0;
    font-size: 2.34681vw;
  }
}

.lp-btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.lp-btn:hover {
  opacity: 0.7;
}

.lp-btn--01 {
  background: url(/_assets/img/lp/btn_01.png) 0 0 no-repeat;
  background-size: 555px 65px;
  width: 555px;
  height: 65px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-btn--01 {
    background-image: url(/_assets/img/lp/btn_01@2x.png);
  }
}

.lp-btn--02 {
  background: url(/_assets/img/lp/btn_02.png) 0 0 no-repeat;
  background-size: 555px 65px;
  width: 555px;
  height: 65px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-btn--02 {
    background-image: url(/_assets/img/lp/btn_02@2x.png);
  }
}

.lp-btn--03 {
  background: url(/_assets/img/lp/btn_03.png) 0 0 no-repeat;
  background-size: 555px 65px;
  width: 555px;
  height: 65px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-btn--03 {
    background-image: url(/_assets/img/lp/btn_03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-btn--01 {
    background: url(/_assets/img/lp/sp/btn_01.png) 0 0 no-repeat;
    background-size: 87.35332vw 16.81877vw;
    width: 87.35332vw;
    height: 16.81877vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-btn--01 {
    background-image: url(/_assets/img/lp/sp/btn_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-btn--02 {
    background: url(/_assets/img/lp/sp/btn_02.png) 0 0 no-repeat;
    background-size: 87.35332vw 18.12256vw;
    width: 87.35332vw;
    height: 18.12256vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-btn--02 {
    background-image: url(/_assets/img/lp/sp/btn_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-btn--03 {
    background: url(/_assets/img/lp/sp/btn_03.png) 0 0 no-repeat;
    background-size: 87.35332vw 18.12256vw;
    width: 87.35332vw;
    height: 18.12256vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-btn--03 {
    background-image: url(/_assets/img/lp/sp/btn_03@2x.png);
  }
}

.lp-main-a {
  width: 1200px;
  height: 650px;
  margin: 0 auto;
  background: url(/_assets/img/lp/bg_main_a.png) no-repeat center center;
  background-size: 100% auto;
}

.lp-main-a__inner {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.lp-main-a__title {
  position: absolute;
  top: 200px;
  font-size: 0;
  background: url(/_assets/img/lp/main_a_title.png) 0 0 no-repeat;
  background-size: 611px 95px;
  width: 611px;
  height: 95px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-a__title {
    background-image: url(/_assets/img/lp/main_a_title@2x.png);
  }
}

.lp-main-a__logo {
  position: absolute;
  top: 355px;
  font-size: 0;
  background: url(/_assets/img/lp/main_a_logo.png) 0 0 no-repeat;
  background-size: 412px 69px;
  width: 412px;
  height: 69px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-a__logo {
    background-image: url(/_assets/img/lp/main_a_logo@2x.png);
  }
}

.lp-main-a__goods {
  position: absolute;
  top: 104px;
  right: 0;
  font-size: 0;
  background: url(/_assets/img/lp/main_a_goods.png) 0 0 no-repeat;
  background-size: 264px 559px;
  width: 264px;
  height: 559px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-a__goods {
    background-image: url(/_assets/img/lp/main_a_goods@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-a {
    overflow: hidden;
    width: 100%;
    height: 149.93481vw;
    background: url(/_assets/img/lp/sp/bg_main_a.png) no-repeat top center;
    background-size: 100% auto;
  }
  .lp-main-a__inner {
    width: 87.35332vw;
  }
  .lp-main-a__title {
    top: 8.86571vw;
    background: url(/_assets/img/lp/sp/main_a_title.png) 0 0 no-repeat;
    /* background-size: 80.44329vw 37.67927vw; */
    background-size: 100%;
    width: 80.44329vw;
    /* height: 37.67927vw; */
    height: 31.67927vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-a__title {
    background-image: url(/_assets/img/lp/sp/main_a_title@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-a__logo {
    top: 55.54107vw;
    background: url(/_assets/img/lp/sp/main_a_logo.png) 0 0 no-repeat;
    background-size: 42.50326vw 6.91004vw;
    width: 42.50326vw;
    height: 6.91004vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-a__logo {
    background-image: url(/_assets/img/lp/sp/main_a_logo@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-a__goods {
    top: 67.66623vw;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/_assets/img/lp/sp/main_a_goods.png) 0 0 no-repeat;
    background-size: 42.37288vw 89.96089vw;
    width: 42.37288vw;
    height: 89.96089vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-a__goods {
    background-image: url(/_assets/img/lp/sp/main_a_goods@2x.png);
  }
}

.lp-main-b {
  overflow: hidden;
  width: 1200px;
  height: 650px;
  margin: 0 auto;
  background: url(/_assets/img/lp/bg_main_b.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-b {
    background-image: url(/_assets/img/lp/bg_main_b@2x.png);
  }
}

.lp-main-b__inner {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.lp-main-b__title {
  position: absolute;
  top: 135px;
  font-size: 0;
  background: url(/_assets/img/lp/main_b_title.png) 0 0 no-repeat;
  background-size: 522px 160px;
  width: 522px;
  height: 160px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-b__title {
    background-image: url(/_assets/img/lp/main_b_title@2x.png);
  }
}

.lp-main-b__logo {
  position: absolute;
  top: 40px;
  left: -85px;
  font-size: 0;
  background: url(/_assets/img/lp/main_b_logo.png) 0 0 no-repeat;
  background-size: 412px 69px;
  width: 412px;
  height: 69px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-b__logo {
    background-image: url(/_assets/img/lp/main_b_logo@2x.png);
  }
}

.lp-main-b__goods {
  position: absolute;
  top: 322px;
  font-size: 0;
  background: url(/_assets/img/lp/main_b_goods.png) 0 0 no-repeat;
  background-size: 609px 412px;
  width: 609px;
  height: 412px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-main-b__goods {
    background-image: url(/_assets/img/lp/main_b_goods@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-b {
    overflow: hidden;
    width: 100%;
    height: 149.93481vw;
    background: url(/_assets/img/lp/sp/bg_main_b.png) 0 0 no-repeat;
    background-size: 97.78357vw 149.93481vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-b {
    background-image: url(/_assets/img/lp/sp/bg_main_b@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-b__inner {
    width: 87.35332vw;
  }
  .lp-main-b__title {
    top: 59.97392vw;
    right: 0;
    left: -3.91134vw;
    margin: auto;
    background: url(/_assets/img/lp/sp/main_b_title.png) 0 0 no-repeat;
    background-size: 86.83181vw 28.03129vw;
    width: 86.83181vw;
    height: 28.03129vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-b__title {
    background-image: url(/_assets/img/lp/sp/main_b_title@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-b__logo {
    top: 5.21512vw;
    left: auto;
    background: url(/_assets/img/lp/sp/main_b_logo.png) 0 0 no-repeat;
    background-size: 38.98305vw 6.38853vw;
    width: 38.98305vw;
    height: 6.38853vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-b__logo {
    background-image: url(/_assets/img/lp/sp/main_b_logo@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-main-b__goods {
    top: 88.65711vw;
    left: -1.30378vw;
    background: url(/_assets/img/lp/sp/main_b_goods.png) 0 0 no-repeat;
    background-size: 92.04694vw 80.44329vw;
    width: 92.04694vw;
    height: 80.44329vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-main-b__goods {
    background-image: url(/_assets/img/lp/sp/main_b_goods@2x.png);
  }
}

.lp-sec {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}

.lp-sec__inner {
  position: relative;
  width: 950px;
  margin: 0 auto;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .lp-sec {
    overflow: hidden;
    width: 100%;
  }
  .lp-sec__inner {
    width: 100%;
  }
}

.lp-sec-a00 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 50px;
  background-color: #fff;
  background-size: 100% auto;
}

.lp-sec-a00__img-01 {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-sec-a00 {
    width: 100%;
    height: 73.53325vw;
    padding-top: 6.91004vw;
    padding-bottom: 6.91004vw;
  }
  .lp-sec-a00__img-01 {
    margin: 0 auto;
    font-size: 3.65059vw;
  }
}

.lp-sec-a01 {
  width: 1200px;
  height: 1483px;
  margin: 0 auto;
  padding-top: 53px;
  background: url(/_assets/img/lp/bg_sec_a01.png) no-repeat top center;
  background-size: 100% auto;
}

.lp-sec-a01__img-01 {
  margin: 0 auto;
}

.lp-sec-a01__img-02 {
  margin: 15px auto 0;
}

.lp-sec-a01__img-03 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_a01_03.png) 0 0 no-repeat;
  background-size: 987px 1086px;
  width: 987px;
  height: 1086px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a01__img-03 {
    background-image: url(/_assets/img/lp/img_sec_a01_03@2x.png);
  }
}

.lp-sec-a01__box {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: url(/_assets/img/lp/img_sec_a01_03_bg.png) no-repeat top center;
}

.lp-sec-a01__box-img {
  margin: 0 auto;
}

.lp-sec-a01__box-text {
  margin: 30px auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lp-sec-a01 {
    width: 100%;
    height: auto;
    padding-top: 4.30248vw;
    padding-bottom: 4.30248vw;
    background: #ddd url(/_assets/img/lp/sp/bg_sec_a01.png) no-repeat top center;
  }
  .lp-sec-a01__img-01 {
    width: 87.35332vw;
    margin: 0 auto;
  }
  .lp-sec-a01__img-02 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_a01_02.png) 0 0 no-repeat;
    background-size: 96.87093vw 94.91525vw;
    width: 96.87093vw;
    height: 94.91525vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a01__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_a01_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a01__img-03 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_a01_03.png) 0 0 no-repeat;
    background-size: 92.17731vw 238.98305vw;
    width: 92.17731vw;
    height: 238.98305vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a01__img-03 {
    background-image: url(/_assets/img/lp/sp/img_sec_a01_03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a01__box {
    margin: 0 2.60756vw;
    padding-top: 3.91134vw;
    padding-bottom: 3.91134vw;
    background: #f8f8f8;
  }
  .lp-sec-a01__box-text {
    margin: 3.91134vw auto;
    font-size: 3.65059vw;
  }
}

.lp-sec-a02 {
  width: 1200px;
  /* height: 1450px; */
  height: 1385px;
  margin: 0 auto;
  padding-top: 81px;
  color: #000;
  background: #f9efce url(/_assets/img/lp/bg_sec_a02.png) no-repeat top center;
  background-size: 100% auto;
}

.lp-sec-a02__text-01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.lp-sec-a02__text-01-note {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.lp-sec-a02__box {
  margin: 40px auto 0;
  padding-top: 80px;
  padding-bottom: 30px;
  background: url(/_assets/img/lp/img_sec_a02_bg.png) no-repeat top center;
}

.lp-sec-a02__box-img {
  margin: 0 auto;
}

.lp-sec-a02__box-img-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.lp-sec-a02__box-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lp-sec-a02__box-text-wrap {
  position: relative;
  margin: 60px auto 0;
  padding-left: 40px;
}

.lp-sec-a02__box-text-wrap:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 720px;
  height: 1px;
  margin: auto;
  background-color: #ddd;
}

.lp-sec-a02__box-text--ul {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.lp-sec-a02__box-text--ul:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.lp-sec-a02__img-01 {
  background: url(/_assets/img/lp/img_sec_a02_01.png) 0 0 no-repeat;
  background-size: 941px 324px;
  width: 941px;
  height: 324px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a02__img-01 {
    background-image: url(/_assets/img/lp/img_sec_a02_01@2x.png);
  }
}

.lp-sec-a02__img-02 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_a02_02.png) 0 0 no-repeat;
  background-size: 950px 844px;
  width: 950px;
  height: 844px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a02__img-02 {
    background-image: url(/_assets/img/lp/img_sec_a02_02@2x.png);
  }
}

.lp-sec-a02__btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .lp-sec-a02 {
    width: 100%;
    height: auto;
    padding-top: 10.43025vw;
    background: #f9efce url(/_assets/img/lp/sp/bg_sec_a02.png) no-repeat top center;
  }
  .lp-sec-a02__text-01 {
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 3.65059vw;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .lp-sec-a02__text-01-note {
    margin-top: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
  }
  .lp-sec-a02__box {
    width: 87.4837vw;
    margin: 5.21512vw auto 0;
    padding-top: 10.43025vw;
    padding-right: 2.60756vw;
    padding-bottom: 3.91134vw;
    padding-left: 2.60756vw;
    background: url(/_assets/img/lp/sp/img_sec_a02_bg.png) no-repeat top center;
    background-size: 87.4837vw auto;
  }
  .lp-sec-a02__box-img {
    margin: 0 auto;
  }
  .lp-sec-a02__box-img-text {
    margin-top: 2.60756vw;
    font-size: 2.60756vw;
  }
  .lp-sec-a02__box-text {
    font-size: 3.12907vw;
    line-height: 1.5;
  }
  .lp-sec-a02__box-text-wrap {
    position: relative;
    margin: 13.03781vw auto 0;
    padding-left: inherit;
  }
  .lp-sec-a02__box-text-wrap:before {
    top: -6.5189vw;
    width: 78.22686vw;
  }
  .lp-sec-a02__box-text + .lp-sec-a02__box-text {
    margin-top: 2.60756vw;
  }
  .lp-sec-a02__box-text--ul:after {
    content: "";
    bottom: 0.91265vw;
  }
  .lp-sec-a02__box-text-note {
    font-size: 2.34681vw;
  }
  .lp-sec-a02__matome-img {
    width: 87.4837vw;
    height: auto;
    margin: 0 auto;
  }
  .lp-sec-a02__img-01 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_a02_01.png) 0 0 no-repeat;
    background-size: 87.09257vw 97.91395vw;
    width: 87.09257vw;
    height: 97.91395vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a02__img-01 {
    background-image: url(/_assets/img/lp/sp/img_sec_a02_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a02__img-02 {
    margin: 14.34159vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_a02_02.png) 0 0 no-repeat;
    background-size: 87.4837vw 248.89179vw;
    width: 87.4837vw;
    height: 248.89179vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a02__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_a02_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a02__btn {
    margin: 5.21512vw auto 0;
  }
}

.lp-sec-a03 {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 138px;
  padding-bottom: 80px;
  background: #fff url(/_assets/img/lp/bg_sec_a03.png) no-repeat top center;
  background-size: 100% auto;
}

.lp-sec-a03--nobg {
  background: #fff;
}

.lp-sec-a03__img-02 {
  margin: 20px 0 0 auto;
}

.lp-sec-a03__text-wrap {
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  vertical-align: top;
  background: #fcf8f4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lp-sec-a03__list1-item {
  position: relative;
  padding-left: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 13px;
  line-height: 1.8;
}

.lp-sec-a03__list1-item:before {
  content: "●";
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 13px;
}

.lp-sec-a03__list2 {
  margin-top: 13px;
}

.lp-sec-a03__list2-item {
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 13px;
  line-height: 1.8;
}

.lp-sec-a03__list2-item + .lp-sec-a03__list2-item {
  margin-top: 5px;
}

.lp-sec-a03__list2-item-title {
  width: 110px;
  font-weight: bold;
}

.lp-sec-a03__img-03 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_a03_03.png) 0 0 no-repeat;
  background-size: 950px 397px;
  width: 950px;
  height: 397px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a03__img-03 {
    background-image: url(/_assets/img/lp/img_sec_a03_03@2x.png);
  }
}

.lp-sec-a03__btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp-sec-a03 {
    width: 100%;
    padding-top: 26.07562vw;
    padding-bottom: 10.43025vw;
    background: #fff url(/_assets/img/lp/sp/bg_sec_a03.png) no-repeat top center;
  }
  .lp-sec-a03--nobg {
    background: #fff;
  }
  .lp-sec-a03__img-01 {
    width: 73.92438vw;
    margin: 0 auto;
  }
  .lp-sec-a03__img-02 {
    width: 87.4837vw;
    margin: 5.21512vw auto 0;
  }
  .lp-sec-a03__text-wrap {
    width: 100%;
    margin-top: 5.21512vw;
    padding: 5.21512vw;
    background-color: #fcf8f4;
  }
  .lp-sec-a03__list1-item {
    padding-left: 2.60756vw;
    font-size: 2.60756vw;
  }
  .lp-sec-a03__list1-item:before {
    font-size: 2.60756vw;
  }
  .lp-sec-a03__list2 {
    margin-top: 2.60756vw;
  }
  .lp-sec-a03__list2-item {
    display: block;
    font-size: 2.34681vw;
  }
  .lp-sec-a03__list2-item + .lp-sec-a03__list2-item {
    margin-top: 2.60756vw;
  }
  .lp-sec-a03__list2-item-title {
    display: block;
    width: 100%;
  }
  .lp-sec-a03__list2-item-text {
    display: block;
    width: 100%;
  }
  .lp-sec-a03__img-03 {
    margin: 5.21512vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_a03_03.png) 0 0 no-repeat;
    background-size: 87.35332vw 178.09648vw;
    width: 87.35332vw;
    height: 178.09648vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a03__img-03 {
    background-image: url(/_assets/img/lp/sp/img_sec_a03_03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a03__btn {
    margin: 5.21512vw auto 0;
  }
}

.lp-sec-a04 {
  width: 1200px;
  height: 1418px;
  margin: 0 auto;
  padding-top: 80px;
  background: #fff url(/_assets/img/lp/bg_sec_a04.png) no-repeat top center;
  background-size: 100% auto;
}

.lp-sec-a04__text-01 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lp-sec-a04__img-01 {
  margin: 20px auto 0;
}

.lp-sec-a04__sonota-wrap {
  width: 770px;
  margin: 40px auto 0;
  text-align: left;
}

.lp-sec-a04__list {
  width: 770px;
  margin: 20px auto 0;
}

.lp-sec-a04__item {
  font-size: 0;
  text-align: left;
  border-bottom: 1px solid #bbb;
}

.lp-sec-a04__item + .lp-sec-a04__item {
  margin-top: 14px;
}

.lp-sec-a04__item:last-child {
  border-bottom: none;
}

.lp-sec-a04__item-text1 {
  display: inline-block;
  width: 300px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #370f04;
}

.lp-sec-a04__item-text1--min {
  font-size: 15px;
  font-weight: normal;
}

.lp-sec-a04__item-text2 {
  display: inline-block;
  width: calc(100% - 300px);
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.lp-sec-a04__attention {
  position: relative;
  width: 770px;
  height: 75px;
  margin: 29px auto 0;
  color: #370f04;
  border: 2px solid #fff;
  background-color: #f7f7f7;
}

.lp-sec-a04__attention-inner {
  position: absolute;
  top: 50%;
  left: 112px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 15px;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lp-sec-a04__attention-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/_assets/img/icon_attention.png) 0 0 no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a04__attention-inner:before {
    background-image: url(/_assets/img/icon_attention@2x.png);
  }
}

.lp-sec-a04__img-02 {
  margin: 80px auto 0;
  background: url(/_assets/img/lp/img_sec_a04_02.png) 0 0 no-repeat;
  background-size: 772px 369px;
  width: 772px;
  height: 369px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a04__img-02 {
    background-image: url(/_assets/img/lp/img_sec_a04_02@2x.png);
  }
}

.lp-sec-a04__img-03 {
  margin: 80px auto 0;
}

.lp-sec-a04__img-04 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp-sec-a04 {
    width: 100%;
    height: auto;
    padding-top: 10.43025vw;
    padding-bottom: 5.21512vw;
    background: #fff url(/_assets/img/lp/sp/bg_sec_a04.png) no-repeat top center;
  }
  .lp-sec-a04__text-01 {
    font-size: 5.21512vw;
  }
  .lp-sec-a04__img-01 {
    margin: 2.60756vw auto 0;
  }
  .lp-sec-a04__sonota {
    margin: 0 auto;
  }
  .lp-sec-a04__sonota-wrap {
    width: 100%;
    margin: 10.43025vw auto 0;
    text-align: center;
  }
  .lp-sec-a04__list {
    margin-top: 4.30248vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .lp-sec-a04__item {
    border-bottom: none;
  }
  .lp-sec-a04__item + .lp-sec-a04__item {
    margin-top: 2.60756vw;
  }
  .lp-sec-a04__item-text1 {
    display: block;
    width: 100%;
    font-size: 5.21512vw;
  }
  .lp-sec-a04__item-text1--min {
    font-size: 3.91134vw;
  }
  .lp-sec-a04__item-text2 {
    width: 100%;
    padding-left: 5.21512vw;
    font-size: 3.12907vw;
  }
  .lp-sec-a04__attention {
    position: relative;
    width: 92.56845vw;
    height: 26.07562vw;
    margin-top: 6.5189vw;
  }
  .lp-sec-a04__attention-inner {
    left: 11.73403vw;
    font-size: 3.12907vw;
    color: #370f04;
  }
  .lp-sec-a04__attention-inner:before {
    top: 0;
    left: -7.82269vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(/_assets/img/sp/icon_attention.png) 0 0 no-repeat;
    background-size: 5.86701vw 5.86701vw;
    width: 5.86701vw;
    height: 5.86701vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a04__attention-inner:before {
    background-image: url(/_assets/img/sp/icon_attention@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a04__img-02 {
    margin: 5.21512vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_a04_02.png) 0 0 no-repeat;
    background-size: 86.83181vw 127.3794vw;
    width: 86.83181vw;
    height: 127.3794vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a04__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_a04_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a04__img-03 {
    width: 80.9648vw;
    margin: 10.43025vw auto 0;
  }
  .lp-sec-a04__img-04 {
    width: 85.52803vw;
    margin: 5.21512vw auto 0;
  }
}

.lp-sec-a05 {
  width: 1200px;
  height: 928px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background: #fff url(/_assets/img/lp/bg_sec_a05.png) no-repeat bottom center;
  background-size: 100% auto;
}

.lp-sec-a05__text1 {
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.66667;
}

.lp-sec-a05__text2 {
  margin: 26px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
}

.lp-sec-a05__img-01 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_a05_01.png) 0 0 no-repeat;
  background-size: 741px 30px;
  width: 741px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a05__img-01 {
    background-image: url(/_assets/img/lp/img_sec_a05_01@2x.png);
  }
}

.lp-sec-a05__img-02 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_a05_02.png) 0 0 no-repeat;
  background-size: 100px 72px;
  width: 100px;
  height: 72px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a05__img-02 {
    background-image: url(/_assets/img/lp/img_sec_a05_02@2x.png);
  }
}

.lp-sec-a05__img-03 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_a05_03.png) 0 0 no-repeat;
  background-size: 635px 287px;
  width: 635px;
  height: 287px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-a05__img-03 {
    background-image: url(/_assets/img/lp/img_sec_a05_03@2x.png);
  }
}

.lp-sec-a05__btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp-sec-a05 {
    width: 100%;
    height: 214.21121vw;
    padding-top: 10.43025vw;
    padding-bottom: 10.43025vw;
    background: url(/_assets/img/lp/sp/bg_sec_a05.png) no-repeat bottom center;
    background-size: 100% auto;
  }
  .lp-sec-a05__text1 {
    margin: 5.21512vw auto 0;
    font-size: 5.21512vw;
  }
  .lp-sec-a05__text2 {
    margin: 5.21512vw auto 0;
    font-size: 3.38983vw;
    line-height: 2.2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .lp-sec-a05__img-01 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_a05_01.png) 0 0 no-repeat;
    background-size: 78.87875vw 12.90743vw;
    width: 78.87875vw;
    height: 12.90743vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a05__img-01 {
    background-image: url(/_assets/img/lp/sp/img_sec_a05_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a05__img-02 {
    margin: 5.21512vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_a05_02.png) 0 0 no-repeat;
    background-size: 20.73012vw 14.8631vw;
    width: 20.73012vw;
    height: 14.8631vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a05__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_a05_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a05__img-03 {
    margin: 10.43025vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_a05_03.png) 0 0 no-repeat;
    background-size: 88.13559vw 84.09387vw;
    width: 88.13559vw;
    height: 84.09387vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-a05__img-03 {
    background-image: url(/_assets/img/lp/sp/img_sec_a05_03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-a05__btn {
    margin: 5.21512vw auto 0;
  }
}

.lp-sec-b01 {
  width: 1200px;
  height: 1462px;
  margin: 0 auto;
  padding-top: 53px;
  color: #000;
  background: #f0e0c7 url(/_assets/img/lp/bg_sec_b01.png) top center no-repeat;
  background-size: 100% auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b01 {
    background-image: url(/_assets/img/lp/bg_sec_b01@2x.png);
  }
}

.lp-sec-b01__text1 {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.lp-sec-b01__box {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 30px;
  background: url(/_assets/img/lp/img_sec_b01_bg.png) no-repeat top center;
  background-size: 950px auto;
}

.lp-sec-b01__box-img {
  margin: 0 auto;
}

.lp-sec-b01__box-img-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.lp-sec-b01__box-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lp-sec-b01__box-text-wrap {
  position: relative;
  margin: 60px auto 0;
  padding-left: 40px;
}

.lp-sec-b01__box-text-wrap:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 720px;
  height: 1px;
  margin: auto;
  background-color: #ddd;
}

.lp-sec-b01__box-text--ul {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.lp-sec-b01__box-text--ul:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.lp-sec-b01__matome-img {
  width: 950px;
}

.lp-sec-b01__img-01 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_b01_01.png) 0 0 no-repeat;
  background-size: 689px 138px;
  width: 689px;
  height: 138px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b01__img-01 {
    background-image: url(/_assets/img/lp/img_sec_b01_01@2x.png);
  }
}

.lp-sec-b01__img-02 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_b01_02.png) 0 0 no-repeat;
  background-size: 867px 208px;
  width: 867px;
  height: 208px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b01__img-02 {
    background-image: url(/_assets/img/lp/img_sec_b01_02@2x.png);
  }
}

.lp-sec-b01__img-03 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_b01_03.png) 0 0 no-repeat;
  background-size: 947px 829px;
  width: 947px;
  height: 829px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b01__img-03 {
    background-image: url(/_assets/img/lp/img_sec_b01_03@2x.png);
  }
}

.lp-sec-b01__btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .lp-sec-b01 {
    width: 100%;
    height: auto;
    padding-top: 10.43025vw;
    padding-bottom: 10.43025vw;
    background: #f0e0c7 url(/_assets/img/lp/sp/bg_sec_b01.png) 0 0 no-repeat;
    background-size: 97.78357vw 464.40678vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b01 {
    background-image: url(/_assets/img/lp/sp/bg_sec_b01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-b01__text1 {
    font-size: 3.65059vw;
    line-height: 1.8;
  }
  .lp-sec-b01__box {
    width: 87.4837vw;
    margin: 5.21512vw auto 0;
    padding-top: 10.43025vw;
    padding-right: 2.60756vw;
    padding-bottom: 3.91134vw;
    padding-left: 2.60756vw;
    background: url(/_assets/img/lp/sp/img_sec_a02_bg.png) no-repeat top center;
    background-size: 87.4837vw auto;
  }
  .lp-sec-b01__box-img {
    margin: 0 auto;
  }
  .lp-sec-b01__box-img-text {
    margin-top: 2.60756vw;
    font-size: 2.60756vw;
  }
  .lp-sec-b01__box-text {
    font-size: 3.12907vw;
    line-height: 1.5;
  }
  .lp-sec-b01__box-text-wrap {
    position: relative;
    margin: 13.03781vw auto 0;
    padding-left: inherit;
  }
  .lp-sec-b01__box-text-wrap:before {
    top: -6.5189vw;
    width: 78.22686vw;
  }
  .lp-sec-b01__box-text + .lp-sec-b01__box-text {
    margin-top: 2.60756vw;
  }
  .lp-sec-b01__box-text--ul:after {
    content: "";
    bottom: 0.91265vw;
  }
  .lp-sec-b01__box-text-note {
    font-size: 2.08605vw;
  }
  .lp-sec-b01__matome-img {
    width: 87.4837vw;
    margin: 0 auto;
  }
  .lp-sec-b01__img-01 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_b01_01.png) 0 0 no-repeat;
    background-size: 83.18123vw 59.84355vw;
    width: 83.18123vw;
    height: 59.84355vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b01__img-01 {
    background-image: url(/_assets/img/lp/sp/img_sec_b01_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-b01__img-02 {
    margin: 5.21512vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_b01_02.png) 0 0 no-repeat;
    background-size: 97.26206vw 95.30639vw;
    width: 97.26206vw;
    height: 95.30639vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b01__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_b01_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-b01__img-03 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_b01_03.png) 0 0 no-repeat;
    background-size: 87.4837vw 269.6219vw;
    width: 87.4837vw;
    height: 269.6219vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b01__img-03 {
    background-image: url(/_assets/img/lp/sp/img_sec_b01_03@2x.png);
  }
}

.lp-sec-b02 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #000;
  background-color: #fff;
}

.lp-sec-b02__text-01 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lp-sec-b02__img-01 {
  margin: 20px auto 0;
}

.lp-sec-b02__sonota {
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px solid #000;
}

.lp-sec-b02__sonota-wrap {
  margin: 80px auto 0;
  text-align: center;
}

.lp-sec-b02__list {
  width: 770px;
  margin: 30px auto 0;
}

.lp-sec-b02__item {
  font-size: 0;
  text-align: left;
  border-bottom: 1px solid #bbb;
}

.lp-sec-b02__item + .lp-sec-b02__item {
  margin-top: 14px;
}

.lp-sec-b02__item:last-child {
  border-bottom: none;
}

.lp-sec-b02__item-text1 {
  display: inline-block;
  width: 300px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #370f04;
}

.lp-sec-b02__item-text1--min {
  font-size: 15px;
  font-weight: normal;
}

.lp-sec-b02__item-text2 {
  display: inline-block;
  width: calc(100% - 300px);
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.lp-sec-b02__attention {
  position: relative;
  width: 770px;
  height: 75px;
  margin: 29px auto 0;
  color: #370f04;
  background: url(/_assets/img/lp/img_sec_b02_attention_bg.png) no-repeat center center;
}

.lp-sec-b02__attention-inner {
  position: absolute;
  top: 50%;
  left: 112px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 15px;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lp-sec-b02__attention-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/_assets/img/icon_attention.png) 0 0 no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b02__attention-inner:before {
    background-image: url(/_assets/img/icon_attention@2x.png);
  }
}

.lp-sec-b02__img-02 {
  margin: 80px auto 0;
  background: url(/_assets/img/lp/img_sec_b02_02.png) 0 0 no-repeat;
  background-size: 772px 370px;
  width: 772px;
  height: 370px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b02__img-02 {
    background-image: url(/_assets/img/lp/img_sec_b02_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-b02 {
    width: 100%;
    padding-top: 10.43025vw;
    padding-bottom: 10.43025vw;
  }
  .lp-sec-b02__text-01 {
    font-size: 5.21512vw;
  }
  .lp-sec-b02__img-01 {
    margin: 5.21512vw auto 0;
  }
  .lp-sec-b02__sonota {
    padding-right: 3.91134vw;
    padding-bottom: 0.65189vw;
    padding-left: 3.91134vw;
    font-size: 3.91134vw;
  }
  .lp-sec-b02__sonota-wrap {
    margin: 10.43025vw auto 0;
    text-align: center;
  }
  .lp-sec-b02__list {
    margin-top: 4.30248vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .lp-sec-b02__item {
    border-bottom: none;
  }
  .lp-sec-b02__item + .lp-sec-b02__item {
    margin-top: 2.60756vw;
  }
  .lp-sec-b02__item-text1 {
    display: block;
    width: 100%;
    font-size: 5.21512vw;
  }
  .lp-sec-b02__item-text1--min {
    font-size: 3.91134vw;
  }
  .lp-sec-b02__item-text2 {
    width: 100%;
    padding-left: 5.21512vw;
    font-size: 3.12907vw;
  }
  .lp-sec-b02__attention {
    position: relative;
    width: 87.35332vw;
    height: 26.98827vw;
    margin-top: 6.5189vw;
    background: url(/_assets/img/lp/sp/img_sec_b02_attention_bg.png) no-repeat center center;
    background-size: 87.35332vw 26.98827vw;
  }
  .lp-sec-b02__attention-inner {
    left: 11.73403vw;
    font-size: 3.12907vw;
    color: #370f04;
  }
  .lp-sec-b02__attention-inner:before {
    top: 0;
    left: -7.82269vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(/_assets/img/sp/icon_attention.png) 0 0 no-repeat;
    background-size: 5.86701vw 5.86701vw;
    width: 5.86701vw;
    height: 5.86701vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b02__attention-inner:before {
    background-image: url(/_assets/img/sp/icon_attention@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-b02__img-02 {
    margin: 5.21512vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_b02_02.png) 0 0 no-repeat;
    background-size: 87.35332vw 125.42373vw;
    width: 87.35332vw;
    height: 125.42373vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b02__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_b02_02@2x.png);
  }
}

.lp-sec-b03 {
  width: 1200px;
  height: 490px;
  margin: 0 auto;
  padding-top: 53px;
  background: url(/_assets/img/lp/bg_sec_b03.png) top center no-repeat;
  background-size: 100% auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-b03 {
    background-image: url(/_assets/img/lp/bg_sec_b03@2x.png);
  }
}

.lp-sec-b03__img-01 {
  margin: 0 auto;
}

.lp-sec-b03__img-02 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp-sec-b03 {
    width: 100%;
    height: 123.33768vw;
    padding-top: 5.21512vw;
    background: url(/_assets/img/lp/sp/bg_sec_b03.png) 0 0 no-repeat;
    background-size: 100% 123.33768vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-b03 {
    background-image: url(/_assets/img/lp/sp/bg_sec_b03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-b03__img-01 {
    width: 80.9648vw;
  }
  .lp-sec-b03__img-02 {
    width: 85.52803vw;
    margin: 5.21512vw auto 0;
  }
}

.lp-sec-common01 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.lp-sec-common01__img-01 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_common01_01.png) 0 0 no-repeat;
  background-size: 860px 465px;
  width: 860px;
  height: 465px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common01__img-01 {
    background-image: url(/_assets/img/lp/img_sec_common01_01@2x.png);
  }
}

.lp-sec-common01__img-02 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_common01_02.png) 0 0 no-repeat;
  background-size: 851px 924px;
  width: 851px;
  height: 924px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common01__img-02 {
    background-image: url(/_assets/img/lp/img_sec_common01_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common01 {
    width: 100%;
    padding-top: 10.43025vw;
    padding-bottom: 10.43025vw;
  }
  .lp-sec-common01__img-01 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_common01_01.png) 0 0 no-repeat;
    background-size: 89.309vw 167.53585vw;
    width: 89.309vw;
    height: 167.53585vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common01__img-01 {
    background-image: url(/_assets/img/lp/sp/img_sec_common01_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common01__img-02 {
    margin: 5.21512vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common01_02.png) 0 0 no-repeat;
    background-size: 97.78357vw 485.91917vw;
    width: 97.78357vw;
    height: 485.91917vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common01__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_common01_02@2x.png);
  }
}

.lp-sec-common02 {
  position: relative;
  width: 1200px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff;
}

.lp-sec-common02--border-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 950px;
  height: 1px;
  margin: auto;
  background-color: #eee;
}

.lp-sec-common02__catch {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_common02_catch.png) 0 0 no-repeat;
  background-size: 856px 49px;
  width: 856px;
  height: 49px;
}

.lp-sec-common02__btn + .lp-sec-common02__catch {
  margin-top: 120px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common02__catch {
    background-image: url(/_assets/img/lp/img_sec_common02_catch@2x.png);
  }
}

.lp-sec-common02__hr {
  display: none;
}

.lp-sec-common02__buybtn {
  position: absolute;
  right: 36px;
  bottom: 25px;
  background: url(/_assets/img/lp/img_sec_common02_btn.png) 0 0 no-repeat;
  background-size: 169px 41px;
  width: 169px;
  height: 41px;
}

.lp-sec-common02__buybtn:hover {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common02__buybtn {
    background-image: url(/_assets/img/lp/img_sec_common02_btn@2x.png);
  }
}

.lp-sec-common02__goods01 {
  position: relative;
  margin: 20px auto 0;
  background: url(/_assets/img/lp/img_sec_common02_goods01.png) 0 0 no-repeat;
  background-size: 918px 343px;
  width: 918px;
  height: 343px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common02__goods01 {
    background-image: url(/_assets/img/lp/img_sec_common02_goods01@2x.png);
  }
}

.lp-sec-common02__goods02 {
  position: relative;
  display: inline-block;
  margin: 40px auto 0 16px;
  background: url(/_assets/img/lp/img_sec_common02_goods02.png) 0 0 no-repeat;
  background-size: 433px 291px;
  width: 433px;
  height: 291px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common02__goods02 {
    background-image: url(/_assets/img/lp/img_sec_common02_goods02@2x.png);
  }
}

.lp-sec-common02__goods03 {
  position: relative;
  display: inline-block;
  margin: 40px auto 0 51px;
  background: url(/_assets/img/lp/img_sec_common02_goods03.png) 0 0 no-repeat;
  background-size: 433px 291px;
  width: 433px;
  height: 291px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common02__goods03 {
    background-image: url(/_assets/img/lp/img_sec_common02_goods03@2x.png);
  }
}

.lp-sec-common02__goods04 {
  position: relative;
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_common02_goods04.png) 0 0 no-repeat;
  background-size: 918px 291px;
  width: 918px;
  height: 291px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common02__goods04 {
    background-image: url(/_assets/img/lp/img_sec_common02_goods04@2x.png);
  }
}

.lp-sec-common02__box {
  width: 500px;
  height: 75px;
  margin: 40px auto 0;
  padding-top: 18px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #000;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .lp-sec-common02 {
    width: 100%;
    padding-top: 10.43025vw;
    padding-bottom: 22.16428vw;
  }
  .lp-sec-common02--border-top:before {
    width: 100%;
  }
  .lp-sec-common02__catch {
    position: relative;
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_common02_catch.png) 0 0 no-repeat;
    background-size: 86.70143vw 9.77836vw;
    width: 86.70143vw;
    height: 9.77836vw;
  }
  .lp-sec-common02__btn + .lp-sec-common02__catch {
    margin-top: 15.64537vw;
  }
  .lp-sec-common02__catch--border-top:before {
    content: "";
    position: absolute;
    top: -7.82269vw;
    right: 0;
    left: 0;
    display: block;
    width: 78.22686vw;
    height: 1px;
    margin: auto;
    background-color: #eee;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common02__catch {
    background-image: url(/_assets/img/lp/sp/img_sec_common02_catch@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common02__hr {
    display: block;
    width: 87.35332vw;
    height: 1px;
  }
  .lp-sec-common02__buybtn {
    right: 0;
    bottom: -16.94915vw;
    left: 0;
    margin: auto;
    background: url(/_assets/img/lp/sp/img_sec_common02_btn.png) 0 0 no-repeat;
    background-size: 65.71056vw 15.64537vw;
    width: 65.71056vw;
    height: 15.64537vw;
  }
  .lp-sec-common02__buybtn:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common02__buybtn {
    background-image: url(/_assets/img/lp/sp/img_sec_common02_btn@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common02__goods-list {
    margin-bottom: 7.82269vw;
  }
  .lp-sec-common02__goods01 {
    position: relative;
    margin: 2.60756vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common02_goods01.png) 0 0 no-repeat;
    background-size: 90.74316vw 68.4485vw;
    width: 90.74316vw;
    height: 68.4485vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common02__goods01 {
    background-image: url(/_assets/img/lp/sp/img_sec_common02_goods01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common02__goods02 {
    display: block;
    margin: 22.16428vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common02_goods02.png) 0 0 no-repeat;
    background-size: 89.43937vw 52.15124vw;
    width: 89.43937vw;
    height: 52.15124vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common02__goods02 {
    background-image: url(/_assets/img/lp/sp/img_sec_common02_goods02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common02__goods03 {
    display: block;
    margin: 22.16428vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common02_goods03.png) 0 0 no-repeat;
    background-size: 89.43937vw 52.02086vw;
    width: 89.43937vw;
    height: 52.02086vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common02__goods03 {
    background-image: url(/_assets/img/lp/sp/img_sec_common02_goods03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common02__goods04 {
    margin: 22.16428vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common02_goods04.png) 0 0 no-repeat;
    background-size: 91.13429vw 59.45241vw;
    width: 91.13429vw;
    height: 59.45241vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common02__goods04 {
    background-image: url(/_assets/img/lp/sp/img_sec_common02_goods04@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common02__box {
    width: 87.35332vw;
    height: auto;
    margin: 26.07562vw auto 0;
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
    font-size: 3.91134vw;
  }
}

.lp-sec-common03 {
  width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  background-color: #f0e0c7;
}

.lp-sec-common03__text1 {
  position: relative;
  margin: 80px auto 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.lp-sec-common03__text1:before, .lp-sec-common03__text1:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 700px;
  height: 1px;
  margin: auto;
  background-color: #ddd;
}

.lp-sec-common03__text1:before {
  top: -40px;
}

.lp-sec-common03__text1:after {
  bottom: -40px;
}

.lp-sec-common03__box {
  width: 740px;
  margin: 30px auto 0;
}

.lp-sec-common03__box-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.lp-sec-common03__box-text--ul {
  border-bottom: 1px solid #999;
}

.lp-sec-common03__box-img + .lp-sec-common03__box-text {
  margin-top: 15px;
}

.lp-sec-common03__text1 + .lp-sec-common03__box {
  margin-top: 80px;
}

.lp-sec-common03__adviser {
  margin: 0 auto;
}

.lp-sec-common03__konishi-title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.lp-sec-common03__konishi-img {
  margin: 40px auto 0;
}

.lp-sec-common03__inner {
  box-sizing: border-box;
  padding-top: 56px;
  background: url(/_assets/img/lp/bg_sec_common03.png) top center no-repeat;
  background-size: 943px 1255px;
  width: 943px;
  height: 1255px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common03__inner {
    background-image: url(/_assets/img/lp/bg_sec_common03@2x.png);
  }
}

.lp-sec-common03__inner--2 {
  background: url(/_assets/img/lp/bg_sec_common03_2.png) top center no-repeat;
  background-size: 943px 692px;
  width: 943px;
  height: 692px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common03__inner--2 {
    background-image: url(/_assets/img/lp/bg_sec_common03_2@2x.png);
  }
}

.lp-sec-common03__img-01 {
  margin: 0 auto;
}

.lp-sec-common03__img-02 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_common03_02.png) 0 0 no-repeat;
  background-size: 720px 219px;
  width: 720px;
  height: 219px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common03__img-02 {
    background-image: url(/_assets/img/lp/img_sec_common03_02@2x.png);
  }
}

.lp-sec-common03__img-03 {
  margin: 40px auto 0;
  background: url(/_assets/img/lp/img_sec_common03_03.png) 0 0 no-repeat;
  background-size: 716px 236px;
  width: 716px;
  height: 236px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common03__img-03 {
    background-image: url(/_assets/img/lp/img_sec_common03_03@2x.png);
  }
}

.lp-sec-common03__img-2-01 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_common03_2_01.png) 0 0 no-repeat;
  background-size: 814px 577px;
  width: 814px;
  height: 577px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common03__img-2-01 {
    background-image: url(/_assets/img/lp/img_sec_common03_2_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common03 {
    width: 100%;
    padding-top: 10.43025vw;
    padding-bottom: 10.43025vw;
  }
  .lp-sec-common03__text1 {
    margin: 10.43025vw auto 5.21512vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
    font-size: 3.12907vw;
  }
  .lp-sec-common03__text1:before, .lp-sec-common03__text1:after {
    width: 78.22686vw;
  }
  .lp-sec-common03__text1:before {
    top: -5.21512vw;
  }
  .lp-sec-common03__text1:after {
    bottom: -5.21512vw;
  }
  .lp-sec-common03__box {
    width: 78.22686vw;
    margin: 3.91134vw auto 0;
  }
  .lp-sec-common03__box-img {
    margin: 0 auto;
  }
  .lp-sec-common03__box-text {
    font-size: 3.12907vw;
    font-weight: bold;
  }
  .lp-sec-common03__box-text--ul {
    border-bottom: 1px solid #999;
  }
  .lp-sec-common03__box-img + .lp-sec-common03__box-text {
    margin-top: 1.95567vw;
  }
  .lp-sec-common03__text1 + .lp-sec-common03__box {
    margin-top: 10.43025vw;
  }
  .lp-sec-common03__adviser {
    width: 77.18383vw;
    margin: 0 auto;
  }
  .lp-sec-common03__konishi-title {
    margin-top: 2.60756vw;
    font-size: 4.69361vw;
  }
  .lp-sec-common03__konishi-img {
    width: 77.18383vw;
    margin: 3.91134vw auto 0;
  }
  .lp-sec-common03__inner {
    padding-top: 9.5176vw;
    background: url(/_assets/img/lp/sp/bg_sec_common03.png) top center no-repeat;
    background-size: 89.96089vw 383.44198vw;
    width: 89.96089vw;
    height: 383.44198vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common03__inner {
    background-image: url(/_assets/img/lp/sp/bg_sec_common03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common03__inner--2 {
    background: url(/_assets/img/lp/sp/bg_sec_common03_2.png) top center no-repeat;
    background-size: 87.35332vw 180.44329vw;
    width: 87.35332vw;
    height: 180.44329vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common03__inner--2 {
    background-image: url(/_assets/img/lp/sp/bg_sec_common03_2@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common03__img-01 {
    width: 83.44198vw;
    margin: 0 auto;
  }
  .lp-sec-common03__img-02 {
    margin: 6.5189vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common03_02.png) 0 0 no-repeat;
    background-size: 77.31421vw 58.40939vw;
    width: 77.31421vw;
    height: 58.40939vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common03__img-02 {
    background-image: url(/_assets/img/lp/sp/img_sec_common03_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common03__img-03 {
    margin: 6.5189vw auto 0;
    background: url(/_assets/img/lp/sp/img_sec_common03_03.png) 0 0 no-repeat;
    background-size: 76.40156vw 68.31812vw;
    width: 76.40156vw;
    height: 68.31812vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common03__img-03 {
    background-image: url(/_assets/img/lp/sp/img_sec_common03_03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common03__img-2-01 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_common03_2_01.png) 0 0 no-repeat;
    background-size: 77.18383vw 158.67014vw;
    width: 77.18383vw;
    height: 158.67014vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common03__img-2-01 {
    background-image: url(/_assets/img/lp/sp/img_sec_common03_2_01@2x.png);
  }
}

.lp-sec-common04 {
  position: relative;
  width: 1200px;
  height: 662px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #fff url(/_assets/img/lp/bg_sec_common04.png) no-repeat top center;
  background-size: 100% auto;
}

.lp-sec-common04__img-01 {
  margin: 0 auto;
  background: url(/_assets/img/lp/img_sec_common04_01.png) 0 0 no-repeat;
  background-size: 958px 452px;
  width: 958px;
  height: 452px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common04__img-01 {
    background-image: url(/_assets/img/lp/img_sec_common04_01@2x.png);
  }
}

.lp-sec-common04__btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp-sec-common04 {
    width: 100%;
    height: 201.30378vw;
    padding-top: 10.43025vw;
    background: #faf9ed url(/_assets/img/lp/sp/bg_sec_common04.png) no-repeat top center;
    background-size: 100% auto;
  }
  .lp-sec-common04__img-01 {
    margin: 0 auto;
    background: url(/_assets/img/lp/sp/img_sec_common04_01.png) 0 0 no-repeat;
    background-size: 89.43937vw 165.97132vw;
    width: 89.43937vw;
    height: 165.97132vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common04__img-01 {
    background-image: url(/_assets/img/lp/sp/img_sec_common04_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common04__btn {
    position: static;
    margin: 3.25945vw auto 0;
  }
}

.lp-sec-common05 {
  position: relative;
  width: 1200px;
  height: 868px;
  margin: 0 auto;
  padding-top: 120px;
  background-color: #fff;
}

.lp-sec-common05__inner {
  background: url(/_assets/img/lp/bg_sec_common05.png) top center no-repeat;
  background-size: 950px 634px;
  width: 950px;
  height: 634px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common05__inner {
    background-image: url(/_assets/img/lp/bg_sec_common05@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common05 {
    width: 100%;
    height: 209.12647vw;
    padding-top: 10.43025vw;
    padding-bottom: 0;
  }
  .lp-sec-common05__inner {
    padding-top: 9.5176vw;
    background: url(/_assets/img/lp/sp/bg_sec_common05.png) top center no-repeat;
    background-size: 97.78357vw 209.12647vw;
    width: 97.78357vw;
    height: 209.12647vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .lp-sec-common05__inner {
    background-image: url(/_assets/img/lp/sp/bg_sec_common05@2x.png);
  }
}

.lp-sec-common06 {
  position: relative;
  width: 1200px;
  height: 1546px;
  margin: 0 auto;
  padding-top: 100px;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.lp-sec-common06__inner {
  background: url(/_assets/img/lp/bg_sec_common06.png) top center no-repeat;
  background-size: 857px 1391px;
  width: 857px;
  height: 1391px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lp-sec-common06__inner {
    background-image: url(/_assets/img/lp/bg_sec_common06@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-sec-common06 {
    display: none;
  }
}

.lp-sec-common07 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.lp-sec-common07__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.lp-sec-common07__text {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.lp-sec-common07__list {
  margin: 40px auto 0;
  font-size: 0;
}

.lp-sec-common07__item {
  display: inline-block;
  width: 290px;
}

.lp-sec-common07__item + .lp-sec-common07__item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .lp-sec-common07 {
    width: 100%;
    padding-top: 10.43025vw;
    padding-bottom: 10.43025vw;
  }
  .lp-sec-common07__title {
    font-size: 4.69361vw;
  }
  .lp-sec-common07__text {
    margin-top: 5.21512vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
    font-size: 3.12907vw;
  }
  .lp-sec-common07__list {
    margin: 5.21512vw auto 0;
    font-size: 0;
  }
  .lp-sec-common07__item {
    display: block;
    width: 100%;
    margin: 5.21512vw auto 0;
  }
  .lp-sec-common07__item img {
    margin: 0 auto;
  }
  .lp-sec-common07__item + .lp-sec-common07__item {
    margin-left: inherit;
  }
}

.general-content {
  width: 100%;
}

.general-header {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.general-header__logo {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  background: url(/_assets/img/header_logo.png) 0 0 no-repeat;
  background-size: 100px 72px;
  width: 100px;
  height: 72px;
}

.general-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .general-header__logo {
    background-image: url(/_assets/img/header_logo@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .general-header {
    padding: 2.60756vw;
  }
  .general-header__logo {
    width: 42.50326vw;
    height: 10.43025vw;
    margin: 0 auto;
    background: url(/_assets/img/sp/header_logo.png) center center no-repeat;
    background-size: 39.11343vw 6.5189vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .general-header__logo {
    background-image: url(/_assets/img/sp/header_logo@2x.png);
  }
}

.general-footer {
  width: 100%;
  background-color: #fff;
}

.general-footer__copy {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .general-footer__copy {
    padding-top: 3.91134vw;
    padding-bottom: 3.91134vw;
    font-size: 1.82529vw;
  }
}

.product-fragrance {
  width: 1200px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.product-fragrance__wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.product-fragrance__title {
  margin: 0 auto;
  background: url(/_assets/img/img_product_fragrance_title.png) 0 0 no-repeat;
  background-size: 576px 116px;
  width: 576px;
  height: 116px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__title {
    background-image: url(/_assets/img/img_product_fragrance_title@2x.png);
  }
}

.product-fragrance__text {
  margin-top: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66667;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.product-fragrance__img01 {
  margin: 20px auto 0;
  background: url(/_assets/img/img_product_fragrance_01.png) 0 0 no-repeat;
  background-size: 860px 204px;
  width: 860px;
  height: 204px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__img01 {
    background-image: url(/_assets/img/img_product_fragrance_01@2x.png);
  }
}

.product-fragrance__bar {
  margin: 32px auto 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 59px;
  background: url(/_assets/img/img_product_fragrance_02.png) 0 0 no-repeat;
  background-size: 850px 59px;
  width: 850px;
  height: 59px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__bar {
    background-image: url(/_assets/img/img_product_fragrance_02@2x.png);
  }
}

.product-fragrance__howto-img01 {
  display: inline-block;
  width: 420px;
  height: 350px;
  vertical-align: top;
  background: url(/_assets/img/img_product_fragrance_shampoo.png) center center no-repeat;
  background-size: 328px 349px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__howto-img01 {
    background-image: url(/_assets/img/img_product_fragrance_shampoo@2x.png);
  }
}

.product-fragrance__howto-img02 {
  display: inline-block;
  width: 420px;
  height: 350px;
  vertical-align: top;
  background: url(/_assets/img/img_product_fragrance_treatment.png) center center no-repeat;
  background-size: 351px 348px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__howto-img02 {
    background-image: url(/_assets/img/img_product_fragrance_treatment@2x.png);
  }
}

.product-fragrance__howto-list {
  width: 900px;
  margin: 60px auto 0;
}

.product-fragrance__howto-item + .product-fragrance__howto-item {
  margin-top: 59px;
}

.product-fragrance__step {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  text-align: left;
}

.product-fragrance__step-wrap {
  display: inline-block;
  width: 480px;
  vertical-align: top;
}

.product-fragrance__step-wrap--rev {
  padding-left: 25px;
}

.product-fragrance__step + .product-fragrance__step {
  margin-top: 20px;
}

.product-fragrance__step-text {
  position: relative;
  display: inline-block;
  width: 275px;
  min-height: 120px;
  padding-right: 19px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.product-fragrance__step-text-note {
  margin-top: 10px;
  font-size: 13px;
}

.product-fragrance__step-text--wide {
  width: 100%;
  min-height: 0;
  margin-top: 15px;
  padding-right: inherit;
}

.product-fragrance__step-no {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ab8f14;
}

.product-fragrance__step-img {
  display: inline-block;
  width: 180px;
  height: 120px;
  vertical-align: top;
}

.product-fragrance__step-img--01 {
  background: url(/_assets/img/img_product_fragrance_step_1.png) 0 0 no-repeat;
  background-size: 179px 120px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__step-img--01 {
    background-image: url(/_assets/img/img_product_fragrance_step_1@2x.png);
  }
}

.product-fragrance__step-img--02 {
  background: url(/_assets/img/img_product_fragrance_step_2.png) 0 0 no-repeat;
  background-size: 179px 120px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__step-img--02 {
    background-image: url(/_assets/img/img_product_fragrance_step_2@2x.png);
  }
}

.product-fragrance__step-img--03 {
  background: url(/_assets/img/img_product_fragrance_step_3.png) 0 0 no-repeat;
  background-size: 179px 120px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__step-img--03 {
    background-image: url(/_assets/img/img_product_fragrance_step_3@2x.png);
  }
}

.product-fragrance__step-box {
  margin-left: 30px;
}

.product-fragrance__step-box--01 {
  background: url(/_assets/img/img_product_fragrance_box_1.png) 0 0 no-repeat;
  background-size: 425px 67px;
  width: 425px;
  height: 67px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__step-box--01 {
    background-image: url(/_assets/img/img_product_fragrance_box_1@2x.png);
  }
}

.product-fragrance__step-box--02 {
  background: url(/_assets/img/img_product_fragrance_box_2.png) 0 0 no-repeat;
  background-size: 425px 32px;
  width: 425px;
  height: 32px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__step-box--02 {
    background-image: url(/_assets/img/img_product_fragrance_box_2@2x.png);
  }
}

.product-fragrance__step-box--03 {
  background: url(/_assets/img/img_product_fragrance_box_3.png) 0 0 no-repeat;
  background-size: 425px 67px;
  width: 425px;
  height: 67px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .product-fragrance__step-box--03 {
    background-image: url(/_assets/img/img_product_fragrance_box_3@2x.png);
  }
}

.product-fragrance__component {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.product-fragrance__component-wrap {
  width: 900px;
  margin: 80px auto 0;
  text-align: left;
  color: #000;
}

.product-fragrance__component-title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-fragrance {
    width: 100%;
    padding-top: 11.08214vw;
    padding-bottom: 5.21512vw;
  }
  .product-fragrance__wrap {
    overflow: hidden;
  }
  .product-fragrance__title {
    margin: 0 auto;
    background: url(/_assets/img/sp/img_product_fragrance_title.png) 0 0 no-repeat;
    background-size: 85.39765vw 31.94263vw;
    width: 85.39765vw;
    height: 31.94263vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__title {
    background-image: url(/_assets/img/sp/img_product_fragrance_title@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__text {
    margin-top: 3.12907vw;
    font-size: 2.60756vw;
  }
  .product-fragrance__img01 {
    margin: 2.60756vw auto 0;
    background: url(/_assets/img/sp/img_product_fragrance_01.png) 0 0 no-repeat;
    background-size: 89.309vw 90.4824vw;
    width: 89.309vw;
    height: 90.4824vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__img01 {
    background-image: url(/_assets/img/sp/img_product_fragrance_01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__bar {
    margin: 6.5189vw auto 0;
    padding-top: 7.1708vw;
    font-size: 4.95437vw;
    line-height: 1.2;
    background: url(/_assets/img/sp/img_product_fragrance_02.png) 0 0 no-repeat;
    background-size: 100% 21.90352vw;
    width: 100%;
    height: 21.90352vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__bar {
    background-image: url(/_assets/img/sp/img_product_fragrance_02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__howto {
    width: 100%;
  }
  .product-fragrance__howto-img01 {
    display: block;
    margin: 0 auto;
    background: url(/_assets/img/sp/img_product_fragrance_shampoo.png) center center no-repeat;
    background-size: 77.18383vw 76.27119vw;
    width: 77.18383vw;
    height: 76.27119vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__howto-img01 {
    background-image: url(/_assets/img/sp/img_product_fragrance_shampoo@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__howto-img02 {
    display: block;
    margin: 0 auto;
    background: url(/_assets/img/sp/img_product_fragrance_treatment.png) center center no-repeat;
    background-size: 82.39896vw 76.27119vw;
    width: 82.39896vw;
    height: 76.27119vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__howto-img02 {
    background-image: url(/_assets/img/sp/img_product_fragrance_treatment@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__howto-list {
    width: 100%;
    margin: 7.82269vw auto 0;
  }
  .product-fragrance__howto-item + .product-fragrance__howto-item {
    margin-top: 7.69231vw;
  }
  .product-fragrance__howto-item--rev {
    display: flex;
    flex-flow: row-reverse wrap-reverse;
  }
  .product-fragrance__step-wrap {
    display: block;
    width: 87.35332vw;
    margin: 2.60756vw auto 0;
  }
  .product-fragrance__step-wrap--rev {
    padding-left: inherit;
  }
  .product-fragrance__step + .product-fragrance__step {
    margin-top: 3.91134vw;
  }
  .product-fragrance__step-text {
    width: 100%;
    min-height: inherit;
    padding-right: 3.38983vw;
    padding-left: 5.21512vw;
    font-size: 3.12907vw;
  }
  .product-fragrance__step-text-note {
    margin-top: 1.30378vw;
    font-size: 2.60756vw;
  }
  .product-fragrance__step-text--wide {
    width: 100%;
    margin-top: inherit;
    padding-right: inherit;
  }
  .product-fragrance__step-no {
    position: absolute;
    top: 0.26076vw;
    left: 0;
    width: 3.91134vw;
    height: 3.91134vw;
    font-size: 3.12907vw;
    line-height: 3.91134vw;
  }
  .product-fragrance__step-img {
    display: inline-block;
    display: block;
    margin: 2.60756vw auto 0;
    vertical-align: top;
  }
  .product-fragrance__step-img--01 {
    background: url(/_assets/img/sp/img_product_fragrance_step_1.png) 0 0 no-repeat;
    background-size: 76.92308vw 51.23859vw;
    width: 76.92308vw;
    height: 51.23859vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__step-img--01 {
    background-image: url(/_assets/img/sp/img_product_fragrance_step_1@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__step-img--02 {
    background: url(/_assets/img/sp/img_product_fragrance_step_2.png) 0 0 no-repeat;
    background-size: 76.92308vw 51.23859vw;
    width: 76.92308vw;
    height: 51.23859vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__step-img--02 {
    background-image: url(/_assets/img/sp/img_product_fragrance_step_2@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__step-img--03 {
    background: url(/_assets/img/sp/img_product_fragrance_step_3.png) 0 0 no-repeat;
    background-size: 76.92308vw 51.62973vw;
    width: 76.92308vw;
    height: 51.62973vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__step-img--03 {
    background-image: url(/_assets/img/sp/img_product_fragrance_step_3@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__step-box {
    display: block;
    margin: 0 auto;
  }
  .product-fragrance__step-box--01 {
    background: url(/_assets/img/sp/img_product_fragrance_box_1.png) 0 0 no-repeat;
    background-size: 76.92308vw 16.03651vw;
    width: 76.92308vw;
    height: 16.03651vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__step-box--01 {
    background-image: url(/_assets/img/sp/img_product_fragrance_box_1@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__step-box--02 {
    background: url(/_assets/img/sp/img_product_fragrance_box_2.png) 0 0 no-repeat;
    background-size: 76.92308vw 11.21252vw;
    width: 76.92308vw;
    height: 11.21252vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__step-box--02 {
    background-image: url(/_assets/img/sp/img_product_fragrance_box_2@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__step-box--03 {
    background: url(/_assets/img/sp/img_product_fragrance_box_3.png) 0 0 no-repeat;
    background-size: 76.92308vw 16.16688vw;
    width: 76.92308vw;
    height: 16.16688vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .product-fragrance__step-box--03 {
    background-image: url(/_assets/img/sp/img_product_fragrance_box_3@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .product-fragrance__component {
    margin-top: 2.60756vw;
    font-size: 3.12907vw;
  }
  .product-fragrance__component-wrap {
    width: 87.35332vw;
    margin: 10.43025vw auto 0;
  }
  .product-fragrance__component-title {
    font-size: 3.91134vw;
  }
}
