@charset "UTF-8";
/* Media Query
───────────────────────────────── */
/* Link
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Grid
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Font
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Pseudo
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* icon-arrow
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* contents
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* PC item & SP item
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* 電話番号リンク */
/* 画像を幅100%にする */
/* object fit image */
/* object fit image */
/* sticky */
/* clearfix */
/* z-index
───────────────────────────────── */
/* VW
───────────────────────────────── */
/* 数値から単位を除外
───────────────────────────────── */
/* `px` から `rem` に変換
───────────────────────────────── */
/* `px` から `em` に変換
───────────────────────────────── */
/* Size
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Color
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Font
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Duration
  −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Easing
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* ==========================================================================
   01. Reset
   ========================================================================== */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  overflow-y: scroll;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  line-height: 1.666;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    position: relative;
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 767px;
  }
}

*,
*:after,
*:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

table td img,
table th img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/**
*
* Styles
*
*/
/* setting
========================================================================== */
@media screen and (min-width: 768px), print {
  .sp-item {
    display: none !important;
  }

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

  .pc-item {
    display: none !important;
  }
}
/* ==========================================================================
common
========================================================================== */
body {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
body::before, body::after {
  opacity: 0;
}
body::before {
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 768px), print {
  body::before {
    content: "";
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(img/bg.jpg) center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body::before {
    display: none;
  }
}
body::after {
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 768px), print {
  body::after {
    content: "";
    display: inline-block;
    position: fixed;
    width: 599px;
    height: 622px;
    left: -247px;
    top: 41px;
    background: url(img/item.png) center no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  body::after {
    display: none;
  }
}
body.-loaded::before {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
body.-scene01 {
  overflow: visible;
  pointer-events: auto;
}
body.-scroll::after {
  opacity: 1;
}
body.-scroll::before {
  filter: blur(5px);
}

.header {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .header .header__logo {
    position: fixed;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.-loaded .header {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.wrapper {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .wrapper {
    background: #fff;
    z-index: 1;
    position: relative;
    width: 375px;
    margin: 0 auto;
    transform: translateY(-30px);
  }
}
.-loaded .wrapper {
  transform: translateY(0);
  opacity: 1;
  transition: 0.8s ease-in-out;
}

/* ==========================================================================
intro
========================================================================== */
.intro {
  pointer-events: none;
}

.intro__logo {
  width: 187px;
  height: 36px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.-loading .intro__logo {
  transform: translateY(-80px);
  transition: 0.5s ease-in-out 1.5s;
}
body.-loaded .intro__logo {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.intro__logoInner {
  display: inline-block;
  width: 0;
  overflow: hidden;
}
.intro__logoInner img {
  width: 187px;
  max-width: none;
}
body.-loading .intro__logoInner {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.main__pic {
  width: 184.5px;
  height: 155.5px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: translateY(40px);
  text-align: right;
}
body.-loading .main__pic {
  opacity: 1;
  transition: 0.3s ease-in-out 1.7s;
}

.main__picInner {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.main__picInner img {
  width: 184.5px;
  max-width: none;
}
body.-loaded .main__picInner {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

/* --------------------------------------------------
EC導線固定ボタン
-------------------------------------------------- */
#GHead {
  position: fixed;
  z-index: 100;
  line-height: 1;
}
#GHead img {
  vertical-align: top;
}
#GHead .buyBtn {
  position: fixed;
  z-index: 100;
  font-weight: bold;
  opacity: 0;
}
#GHead .buyBtn a {
  display: block;
  transition: background ease 0.4s;
  background: #feee1d;
}
#GHead .buyBtn a img {
  vertical-align: middle;
}
#GHead .buyBtn a:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icn_cart_ec.svg");
}
.-loaded #GHead .buyBtn {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

@media screen and (min-width: 768px), print {
  #GHead .buyBtn {
    top: 0;
    left: 5px;
    font-size: 15px;
  }
  #GHead .buyBtn a {
    padding: 15px 20px;
    transition: all 0.3s ease 0s;
    border-radius: 0 0 3px 3px;
  }
  #GHead .buyBtn a:hover {
    padding: 20px 20px 15px;
  }
  #GHead .buyBtn a img {
    width: 40px;
  }
  #GHead .buyBtn a:before {
    width: 25px;
    height: 28px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #GHead .buyBtn {
    bottom: 0;
    right: 2.67vw;
    font-size: 2.67vw;
    letter-spacing: 0;
  }
  #GHead .buyBtn a {
    padding: 2.13vw 4vw 1.33vw;
    border-radius: 3px 3px 0 0;
  }
  #GHead .buyBtn a img {
    width: 9.07vw;
  }
  #GHead .buyBtn a:before {
    width: 4.8vw;
    height: 5.33vw;
  }
}
/* ==========================================================================
main
========================================================================== */
.main {
  background-color: #d3485d;
  padding: 6px 6px 0 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 1.6vw 1.6vw 0 1.6vw;
  }
}

.main__block01 {
  background: #fff;
  background-size: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding-bottom: 170px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main__block01 {
    border-radius: 2.13vw 2.13vw 0 0;
    padding-bottom: 45.33vw;
  }
}
.main__block01::before {
  position: absolute;
  width: 375px;
  height: 53px;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  background: url(img/shape_01.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main__block01::before {
    width: 100vw;
    height: 14.13vw;
  }
}
.main__block01::after {
  background: #fff url(img/bg_main.gif) top no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.-scene01 .main__block01::after {
  transition: 0.8s ease-in-out 2.3s;
  opacity: 1;
}

.main__lead01 {
  padding: 19px 0 0 0;
  margin-left: -9px;
  overflow: hidden;
  width: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main__lead01 {
    padding: 5.07vw 0 0 0;
    margin-left: -2.4vw;
  }
}
.main__lead01 img {
  max-width: none;
}
@media screen and (min-width: 768px), print {
  .main__lead01 img {
    width: 247.14px;
    height: 207.27px;
  }
}
@media screen and (max-width: 767px) {
  .main__lead01 img {
    width: 65.9vw;
    height: 55.27vw;
  }
}
.-scene01 .main__lead01 {
  transition: 0.8s ease-in-out;
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .-scene01 .main__lead01 {
    width: 246.13px;
  }
}
@media screen and (max-width: 767px) {
  .-scene01 .main__lead01 {
    width: 65.63vw;
  }
}

.main__txt01 {
  margin: 6px 0 0 15px;
  position: relative;
  z-index: 1;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main__txt01 {
    margin: 1.6vw 0 0 4vw;
  }
}
.main__txt01 img {
  max-width: none;
}
@media screen and (min-width: 768px), print {
  .main__txt01 img {
    width: 158.02px;
    height: 40.56px;
  }
}
@media screen and (max-width: 767px) {
  .main__txt01 img {
    width: 42.14vw;
    height: 10.82vw;
  }
}
.-scene01 .main__txt01 {
  transition: 0.8s ease-in-out 0.5s;
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .-scene01 .main__txt01 {
    width: 158.02px;
  }
}
@media screen and (max-width: 767px) {
  .-scene01 .main__txt01 {
    width: 42.14vw;
  }
}

.main__lead02 {
  transform: rotate(-5deg);
  margin: 0 0 0 14px;
  opacity: 0;
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .main__lead02 {
    margin: 0 0 0 3.73vw;
  }
  .main__lead02 img {
    width: 57.73vw;
  }
}
.-scene01 .main__lead02 {
  transition: 1s ease-in-out 1.2s;
  opacity: 1;
  filter: blur(0);
}

.main__pic01 {
  position: absolute;
  top: 176px;
  right: 123px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main__pic01 {
    top: 46.93vw;
    right: 32.8vw;
  }
  .main__pic01 img {
    width: 26.13vw;
  }
}
.-scene01 .main__pic01 {
  transition: 0.8s ease-in-out 0.5s;
  opacity: 1;
}

.main__pic02 {
  position: absolute;
  top: -353px;
  right: 8px;
  opacity: 0;
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .main__pic02 {
    top: -94.13vw;
    right: 2.13vw;
  }
  .main__pic02 img {
    width: 32.27vw;
  }
}
.-scene01 .main__pic02 {
  transition: 0.8s ease-in-out 2.3s;
  opacity: 1;
  transform: translateY(0);
}

.main__block02 {
  margin-top: -140px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main__block02 {
    margin-top: -37.33vw;
    padding-bottom: 16vw;
  }
}
.main__block02::before {
  position: absolute;
  width: 363px;
  height: 60px;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  background: url(img/shape_02.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main__block02::before {
    width: 96.8vw;
    height: 16vw;
  }
}
.main__block02 > * {
  transform: translateY(20px);
  opacity: 0;
}
.-scene01 .main__block02 > * {
  transition: 0.8s ease-in-out 2.3s;
  opacity: 1;
  transform: translateY(0);
}

.main__btn {
  margin-left: 8px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main__btn {
    margin-left: 2.13vw;
  }
  .main__btn img {
    width: 37.6vw;
  }
}

.main__ttl {
  margin: 12px 0 0 8px;
}
@media screen and (max-width: 767px) {
  .main__ttl {
    margin: 3.2vw 0 0 2.13vw;
  }
  .main__ttl img {
    width: 88vw;
  }
}

.main__txt02 {
  position: absolute;
  top: 14px;
  right: 114px;
  z-index: 1;
}
.main__txt02 img {
  width: 80.78px;
  height: 32.53px;
}
@media screen and (max-width: 767px) {
  .main__txt02 {
    top: 3.73vw;
    right: 30.4vw;
  }
  .main__txt02 img {
    width: 22.61vw;
    height: 8.67vw;
  }
}

.main__pic03 {
  position: absolute;
  top: 52px;
  right: 7px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main__pic03 {
    top: 13.87vw;
    right: 1.87vw;
  }
  .main__pic03 img {
    width: 49.2vw;
  }
}

.main__block03 {
  background: #fff;
  padding-bottom: 66px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .main__block03 {
    padding-bottom: 17.6vw;
    margin-top: -5.33vw;
  }
}

.main__txt03 {
  margin: 0 0 0 16px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .main__txt03 {
    margin: 0 0 0 4.27vw;
    top: -4vw;
  }
  .main__txt03 img {
    width: 89.6vw;
  }
}

.main__btn02 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .main__btn02 a {
    transition: 0.3s;
  }
  .main__btn02 a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .main__btn02 {
    margin-top: 4vw;
  }
  .main__btn02 img {
    width: 94.93vw;
  }
}

/* ==========================================================================
feature
========================================================================== */
.feature {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .feature {
    margin-top: -5.33vw;
  }
}

.feature__block {
  border-left: 6px solid #d3485d;
  border-right: 6px solid #d3485d;
  margin-top: -20px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .feature__block {
    border-left: 1.6vw solid #d3485d;
    border-right: 1.6vw solid #d3485d;
    margin-top: -5.33vw;
    padding-top: 16vw;
  }
}

.feature__blockInner {
  padding: 20px 25px 90px;
}
@media screen and (max-width: 767px) {
  .feature__blockInner {
    padding: 5.33vw 6.67vw 24vw;
  }
}

.feature__ttl img {
  width: 100vw;
}

.feature__sttl {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #d3485d;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .feature__sttl {
    margin-bottom: 1.6vw;
  }
}
.feature__sttl.-center {
  text-align: center;
}

.feature__col2ItemTtl {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #d3485d;
}

.feature__col2ItemTtlSub {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6d3c17;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .feature__col2ItemTtlSub {
    margin-bottom: 1.33vw;
  }
}

.feature__txt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #6d3c17;
  line-height: 2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .feature__txt {
    margin-bottom: 9.6vw;
  }
}

.feature__col2 {
  display: flex;
  justify-content: space-between;
}

.feature__col2Item {
  width: 47%;
}

.feature__img01 {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .feature__img01 {
    margin-top: 2.67vw;
  }
  .feature__img01 img {
    width: 88.27vw;
  }
}

.feature__img02 {
  text-align: center;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .feature__img02 {
    margin-top: -5.33vw;
  }
  .feature__img02 img {
    width: 74.4vw;
  }
}

/* ==========================================================================
color
========================================================================== */
.color__ttl {
  background: #d3485d;
  position: relative;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .color__ttl {
    height: 32vw;
  }
}
.color__ttl::before {
  position: absolute;
  width: 375px;
  height: 53px;
  content: "";
  display: block;
  left: 0;
  top: -53px;
  background: url(img/shape_01.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .color__ttl::before {
    width: 100vw;
    height: 14.13vw;
    top: -14.13vw;
  }
}
.color__ttl::after {
  position: absolute;
  width: 375px;
  height: 53px;
  content: "";
  display: block;
  left: 0;
  bottom: -53px;
  background: url(img/shape_03.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .color__ttl::after {
    width: 100vw;
    height: 14.13vw;
    bottom: -14.13vw;
  }
}
.color__ttl img {
  position: relative;
  z-index: 1;
  margin: -35px 0 0 25px;
}
@media screen and (max-width: 767px) {
  .color__ttl img {
    margin: -9.33vw 0 0 6.67vw;
    width: 91.2vw;
  }
}

.color__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .color__item {
    margin-top: 10.67vw;
  }
}
.color__item li {
  margin-left: -32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .color__item li {
    margin-left: -8.53vw;
    margin-bottom: 5.33vw;
  }
}
.color__item li > img {
  width: 442px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .color__item li > img {
    width: 117.87vw;
  }
}
.color__item li span {
  display: block;
  width: 345px;
  margin-left: 47px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .color__item li span {
    width: 92vw;
    margin-left: 12.53vw;
    margin-top: 4vw;
  }
}
.color__item li span img {
  width: 100%;
}

.color__btn {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px), print {
  .color__btn a {
    transition: 0.3s;
  }
  .color__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .color__btn {
    margin-top: 4vw;
    padding-bottom: 21.33vw;
  }
  .color__btn img {
    width: 94.93vw;
  }
}

/* ==========================================================================
howto
========================================================================== */
.howto {
  background: #d3485d;
  position: relative;
  margin-top: 50px;
  padding: 0 20px 40px;
}
@media screen and (max-width: 767px) {
  .howto {
    margin-top: 13.33vw;
    padding: 0 5.33vw 10.67vw;
  }
}
.howto::before {
  position: absolute;
  width: 375px;
  height: 53px;
  content: "";
  display: block;
  left: 0;
  top: -53px;
  background: url(img/shape_01.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .howto::before {
    width: 100vw;
    height: 14.13vw;
    top: -14.13vw;
  }
}

.howto__ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .howto__ttl {
    margin-bottom: 8vw;
  }
  .howto__ttl img {
    width: 86.67vw;
  }
}

.howto__block {
  background: #fff;
  border-radius: 0 0 8px 8px;
  border-top: 6px solid #6d3c17;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.08));
  padding: 30px 12px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .howto__block {
    border-radius: 0 0 2.13vw 2.13vw;
    border-top: 1.6vw solid #6d3c17;
    padding: 8vw 3.2vw 10.67vw;
    margin-bottom: 5.33vw;
  }
}

.howto__blockTtl {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6d3c17;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.howto__box {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .howto__box {
    margin-top: 4vw;
  }
}

.howto__boxImg img.-w279 {
  width: 74.4vw;
}
.howto__boxImg img.-w267 {
  width: 71.2vw;
}
.howto__boxImg img.-w277 {
  width: 73.87vw;
}

.howto__boxTxt {
  padding: 0 12px;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #6d3c17;
  line-height: 2;
}
.howto__boxTxt span {
  color: #d3485d;
}
@media screen and (max-width: 767px) {
  .howto__boxTxt {
    padding: 0 3.2vw;
    margin-top: 4vw;
  }
}

.howto__point {
  background: #fff;
  border: 4px solid #ffeb00;
  padding: 35px 20px 35px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .howto__point {
    border: 1.07vw solid #ffeb00;
    padding: 9.33vw 5.33vw 9.33vw;
    border-radius: 2.13vw;
  }
}

.howto__pointTtl img {
  width: 69.87vw;
}

.howto__pointLead {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6d3c17;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .howto__pointLead {
    margin-top: 5.33vw;
  }
}

.howto__pointImg {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .howto__pointImg {
    margin-top: 5.33vw;
  }
  .howto__pointImg img {
    width: 68.8vw;
  }
}

.howto__pointTxt {
  margin-top: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #6d3c17;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .howto__pointTxt {
    margin-top: 6.67vw;
  }
}

/* ==========================================================================
pickup
========================================================================== */
.pickup {
  background: #54c3ca url(img/bg_pickup.jpg) top no-repeat;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 13.33vw;
    padding-bottom: 9.33vw;
  }
}

.pickup__ttl {
  margin: 0 0 35px 25px;
}
@media screen and (max-width: 767px) {
  .pickup__ttl {
    margin: 0 0 9.33vw 6.67vw;
  }
  .pickup__ttl img {
    width: 46.06vw;
  }
}

.pickup__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__img img {
    width: 74.67vw;
  }
}

.pickup__cont {
  color: #fff;
  padding: 33px 20px 15px;
}
@media screen and (max-width: 767px) {
  .pickup__cont {
    padding: 8.8vw 5.33vw 4vw;
  }
}

@media screen and (max-width: 767px) {
  .pickup__sttl img {
    width: 47.2vw;
  }
}
.pickup__sttl span {
  display: block;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .pickup__sttl span {
    margin-top: 1.6vw;
  }
}

.pickup__price {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .pickup__price {
    margin-top: 1.6vw;
  }
}

.pickup__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .pickup__txt {
    margin-top: 2.13vw;
  }
}

.pickup__step {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .pickup__step {
    margin-top: 4.8vw;
  }
}
.pickup__step li {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup__step li {
    margin-bottom: 2.13vw;
    padding-left: 14.67vw;
  }
}
.pickup__step li span {
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .pickup__step li span {
    top: -0.53vw;
  }
  .pickup__step li span img {
    width: 12vw;
  }
}

.pickup__note {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 6px;
}

.pickup__btn {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .pickup__btn a {
    transition: 0.3s;
  }
  .pickup__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .pickup__btn img {
    width: 94.93vw;
  }
}

/* ==========================================================================
insta
========================================================================== */
.insta {
  background: #f5f5f5;
  text-align: center;
  padding: 17px 0;
}
@media screen and (min-width: 768px), print {
  .insta a {
    transition: 0.3s;
  }
  .insta a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .insta {
    padding: 4.53vw 0;
  }
  .insta img {
    width: 97.6vw;
  }
}

/* ==========================================================================
footer
========================================================================== */
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 17px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 9.87vw 4.53vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 34.93vw;
  }
}

.footer__copy {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__copy img {
    width: 19.47vw;
  }
}

/* pcNone,spNone
----------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }
}