@charset "UTF-8";
/*--------------------
  Reset
--------------------*/
/* UNIVERSAL-RESET */
a,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

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

ul,
ol {
  list-style: none;
}

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

a {
  outline: none;
}

img {
  vertical-align: bottom;
}

/* BASE-SET */
html,
body {
  font-size: 16px;
}

body {
  background: transparent;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

@media screen and (max-device-width: 599px) {
  body {
    /* for iPhone */
    -webkit-text-size-adjust: none;
  }
}

/*--------------------
  Layout
--------------------*/
html.active--menu,
body.active--menu {
  height: 100%;
  overflow: hidden;
}

.page {
  padding-top: 70px;
  overflow: hidden;
}
.page__contents {
  padding-top: 2rem;
}

.header {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
  display: block;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header a {
  color: #000;
}
.header:before {
  background: url(/img/common/logo-bg_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -20px;
  height: 111px;
  width: 243px;
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding-left: 9px;
  padding-right: 18px;
  position: relative;
}
.header__menu {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
}
.header__menu__bg {
  background: rgba(0, 0, 0, .6);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header__menu__close {
  position: absolute;
  top: 24px;
  left: 26px;
}
.header__menu__inbox {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 20px;
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 300px;
  transition: transform .3s ease;
  transform: translateX(300px);
  width: calc(100% - 75px);
}
.header__menu.active--menu {
  left: 0;
}
.header__menu.active--menu .header__menu__inbox {
  transform: translateX(0);
}
.header__logo {
  padding-top: 2px;
}
.header__logo img {
  height: 46px;
  width: 175px;
  vertical-align: top;
}
.header__login,
.header__link__item {
  border-bottom: 1px solid #ddd;
}
.header__login a,
.header__link__item a {
  display: block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.header__login a:after,
.header__link__item a:after {
  background: url(/img/common/icon-right-black.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 7px;
}
.header__login a {
  font-size: 1rem;
  padding: 2rem 1em 2rem 0;
}
.header__login a img {
  margin-right: 6px;
}
.header__button .button {
  align-items: center;
  display: flex;
  flex-direction:column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 3.5625rem;
}
.header__button--single {
  display: none;
  margin-left: .5rem;
}
.header__button--single .button {
  font-size: .6875rem;
  padding-right: 18px;
  padding-left: 20px;
  height: 2.5rem;
  line-height: 1.6;
}
.header__button--single .button:after {
  right: 8px;
  height: 10px;
  width: 6px;
}
.header__button--single .button span.header__button__sub {
  font-size: .625rem;
  font-weight: normal;
}
.header__link__item a {
  font-size: .8125rem;
  padding: 2rem 1em 2rem 0;
}
.header__burger {
  background: url(/img/common/icon-burger.svg) 50% 50% no-repeat;
  background-size: 32px 26px;
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 2px;
  height: 26px;
  width: 32px;
}
.header__burger span {
  display: none;
}
.header__title {
  display: none;
}
.header.active--fixed {
  animation: anime-header .3s ease;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  position: fixed;
}
.header.active--fixed:before {
  display: none;
}
.header.active--fixed .header__inner {
  height: 56px;
  padding-left: 18px;
}
.header.active--fixed .header__logo {
  flex-shrink: 0;
  padding-top: 0;
}
.header.active--fixed .header__logo img {
  height: 32px;
  width: 120px;
}
.header.active--fixed .header__button--single {
  display: block;
}

@keyframes anime-header {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.footer {
  background: #6092a8;
  color: #fff;
}
.footer a {
  color: inherit;
}
.footer__inner {
  padding: 2rem 18px;
}
.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .8125rem;
  margin-bottom: .25rem;
}
.footer__links__item {
  border-right: 1px solid #fff;
  margin-right: .75rem;
  margin-bottom: 1.5rem;
  padding-right: .75rem;
  line-height: 1.3;
}
.footer__links__item a {
  text-decoration: none;
}
.footer__links + .footer__links {
  margin-bottom: .75rem;
}
.footer__small {
  font-size: .8125rem;
  text-align: center;
}

/* For Minimum Device */
@media screen and (max-width: 374px) {
  .header__button .button {
    font-size: .625rem;
    line-height: 1.15;
  }
  .header__button--single .button {
    padding-left: 12px;
    line-height: 1;
  }
  .header__button--single .button span.header__button__sub {
    display: none;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  html,
  body {
    position: relative;
  }
  .page {
    margin-right: auto;
    margin-left: auto;
  }
  .footer__inner {
    margin: 0 auto;
    max-width: 866px;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .footer__links {
    margin-bottom: .75rem;
  }
  .footer__links__item {
    margin-bottom: .75rem;
  }
  .footer__links + .footer__links {
    margin-bottom: 1.5rem;
  }
  .footer__small {
    font-size: .8125rem;
  }
}

/* For Large Device */
@media screen and (min-width: 1120px) {
  .page {
    padding-top: 80px;
  }
  .page__contents {
    padding-top: 4rem;
  }
  .header:before {
    background-image: url(/img/common/logo-bg_pc.png);
    top: 0;
    left: 0;
    height: 107px;
    width: 258px;
  }
  .header__inner {
    padding-left: 21px;
    padding-right: 30px;
    height: 80px;
  }
  .header__logo {
    flex-shrink: 0;
    padding-top: 3px;
    z-index: 1;
  }
  .header__logo img {
    height: 46px;
    width: 175px;
  }
  .header__burger {
    display: none;
  }
  .header__menu {
    height: auto;
    position: static;
    width: auto;
    margin-left: 2rem;
  }
  .header__menu__bg {
    display: none;
  }
  .header__menu__inbox {
    align-items: center;
    background: none;
    display: flex;
    flex-direction: row-reverse;
    overflow: visible;
    padding: 0;
    position: static;
    transition: none;
    transform: none;
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .header__login,
  .header__link__item {
    border-bottom: 0;
  }
  .header__login a,
  .header__link__item a {
    font-size: .8125rem;
    padding: 0;
  }
  .header__login a:after,
  .header__link__item a:after {
    display: none;
  }
  .header__link {
    display: flex;
    padding-top: 5px;
  }
  .header__link__item:not(:last-child) {
    border-right: 1px solid #ddd;
    margin-right: .5em;
    padding-right: .5em;
  }
  .header__login {
    margin-left: 1.5rem;
    padding-top: 5px;
  }
  .header__login img {
    height: 13px;
    width: 15px;
  }
  .header__button {
    margin-left: 1.5rem;
  }
  .header__button .button {
    font-size: .8125rem;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 22px;
    width: 146px;
    height: 3.1875rem;
    line-height: 1.5;
  }
  .header__button--single .button {
    width: 246px;
  }
  .header__button .button:after {
    right: 10px;
    height: 10px;
    width: 6px;
  }
  .header__button--single .button span.header__button__sub {
    font-size: .625rem;
    font-weight: 600;
  }
  .header__button--single {
    display: block;
  }
  .header__title {
    display: block;
    flex-grow: 1;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 0;
  }
  .header.active--fixed .header__inner {
    padding-left: 30px;
  }
  .header.active--fixed .header__logo {
    width: 142px;
  }
  .header.active--fixed .header__logo img {
    height: 37px;
    width: 142px;
  }
  .header.active--fixed .header__login a,
  .header.active--fixed .header__link__item a {
    font-size: .8125rem;
  }
  .header.active--fixed .header__button .button {
    height: 2.0625rem;
  }
  .header.active--fixed .header__title {
    font-size: 1.25rem;
  }
  .header.active--fixed .header__button--single .button {
    font-size: .8125rem;
    padding-right: 33px;
    padding-left: 22px;
    height: 2.5rem;

  }
  .header.active--fixed .header__button--single .button:after {
    right: 18px;
  }
}

/*--------------------
  Content
--------------------*/
/*Typography*/
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.heading--a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: .75em;
  text-align: center;
}

.heading--b {
  border: 1px solid #ddd;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding: .7em 1em;
  text-align: center;
}
.heading--b--accordion {
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 1.063em 45px;
  position: relative;
  user-select: none;
}
.heading--b--accordion:after {
  background: #fff url(/img/common/icon-right-red.svg) 50% 50% no-repeat;
  background-size: 7px 14px;
  border: 1px solid #c33;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-12px) rotate(90deg);
  height: 24px;
  width: 24px;
}
.heading--b--accordion.active--toggle {
  margin-bottom: 1.125rem;
}
.heading--b--accordion.active--toggle:after {
  transform: translateY(-12px) rotate(-90deg);
}

.heading--c {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.text--a {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.text--b {
  font-size: 1rem;
  line-height: 1.5;
}

.text--note {
  color: #666;
  font-size: .8125rem;
  line-height: 1.8;
}

.text--note--red {
  color: #eb5c88;
}

.link--arrow {
  align-items: center;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: top;
}
.link--arrow:link,
.link--arrow:visited {
  color: #c33;
}
.link--arrow:after {
  background: 50% 50% no-repeat;
  background-size: 100% 100%;
  background-image: url(/img/common/icon-right-red.svg);
  content: "";
  display: inline-block;
  margin-left: .5em;
  height: 14px;
  width: 7px;
  vertical-align: middle;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

.image {
  margin-bottom: 1.5rem;
}
.image--center {
  text-align: center;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /*Typography*/
  a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  a:hover {
    opacity: .7;
  }
  .heading--a {
    font-size: 1.75rem;
    margin-bottom: .75rem;
  }
  .heading--b,
  .heading--b--accordion {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding: .35em .25em;
  }
  .heading--b--accordion {
    cursor: default;
  }
  .heading--b--accordion:after {
    display: none;
  }
  .heading--c {
    margin-bottom: 2.5rem;
  }
}

/*--------------------
  Components
--------------------*/
/* Section */
.section {
  border-bottom: 1px solid #ddd;
}
.section--noborder {
  border-bottom: 0;
}
.section__inner {
  padding: 2.875rem 18px 3.5rem;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* section */
  .section__inner {
    margin: 0 auto;
    max-width: 946px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Buttons */
.button {
  border-radius: 3em;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1em .9em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.button:after {
  background: 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  width: 12px;
}
.button--lg--a {
  font-size: 1.5rem;
  padding: .83em .9em;
}
.button--lg--b {
  font-size: 1.5rem;
  padding: 1.1em .9em;
}
.button--lg--c {
  font-size: 1.25rem;
  padding: 1.1em .9em;
}
.button--lg--c .button__sub {
  font-size: .8125rem;
  display: block;
  margin-bottom: .75rem;
}
.button--sm {
  font-size: .8125rem;
}
.button--sm:after {
  right: 17px;
  height: 16px;
  width: 8px;
}
.button--primary {
  background-color: #c33;
  color: #fff;
}
.button--primary:link,
.button--primary:visited {
  color: #fff;
}
.button--primary:after {
  background-image: url(/img/common/icon-right-white.svg);
}
.button--outline {
  background-color: #fff;
  border: 1px solid #c33;
  color: #c33;
}
.button--outline:link,
.button--outline:visited {
  color: #c33;
}
.button--outline:after {
  background-image: url(/img/common/icon-right-red.svg);
}
.button--inline {
  display: inline-block;
  font-size: 1rem;
  padding: 1.2em 2.6em;
}
.button--inline:after {
  right: 18px;
  height: 12px;
  width: 6px;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* Buttons */
  .button {
    font-size: 1.125rem;
    padding: 1em .9em;
  }
  .button--sm {
    font-size: 1.25rem;
  }
  .button--lg--a {
    font-size: 1.5rem;
    padding: .84em .9em;
  }
  .button--lg--b {
    font-size: 1.5rem;
    padding: 1.09em .9em;
  }
  .button--lg--c {
    font-size: 1.5rem;
    padding: .855em .9em;
  }
  .button--lg--c .button__sub {
    font-size: 1rem;
  }
}

/* hero */
.hero {
  background: #f2f2f2;
  position: relative;
}
.hero__inner {
  background: #fff url(/img/home/hero-bg_sp.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  padding-bottom: 2.5rem;
  position: relative;
}
.hero__inner:before {
  background: url(/img/home/hero-wave_sp.png) 50% 100% no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  padding-top: 76.26%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(3%);
  height: 0;
  width: 100%;
  z-index: 0;
}
.hero__badge {
  position: absolute;
  top: 17px;
  left: -10px;
  z-index: 3;
}
.hero__text {
  position: absolute;
  top: 76px;
  right: 25px;
  z-index: 3;
}
.hero__pickup {
  padding: 76.26% 18px 0;
  position: relative;
  z-index: 2;
}
.hero__pickup__inner {
  position: relative;
}
.hero__pickup__badge {
  position: absolute;
  top: -91px;
  left: -14px;
}
.hero__pickup__badge img {
  width: 150px;
}
.hero__pickup__thumb {
  margin-bottom: 7px;
  text-align: center;
}

@media screen and (min-width: 414px) {
  /* hero */
  .hero__pickup {
    padding-top: 315px;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* hero */
  .hero__inner {
    background-image: url(/img/home/hero-bg_pc.jpg);
    margin: 0 auto;
    max-width: 2000px;
    padding-bottom: 0;
  }
  .hero__inner:before {
    background-image: url(/img/home/hero-wave_pc.png);
    padding-top: 45.25%;
    transform: translateY(8%);
  }
  .hero__badge {
    left: 30px;
    top: 46px;
  }
  .hero__badge img {
    height: auto;
    width: 290px;

  }
  .hero__text {
    top: 83.6px;
    right: 132px;
  }
  .hero__text img {
    width: 159px;
  }
  .hero__pickup {
    padding-top: 30.75%;
  }
  .hero__pickup__inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    padding-left: 168px;
    max-width: 860px;
  }
  .hero__pickup__badge {
    top: 91px;
    left: 0;
  }
  .hero__pickup__badge img {
    width: 192px;
  }
  .hero__pickup__thumb {
    flex-shrink: 0;
    padding-right: 20px;
    width: 44.51%;
  }
  .hero__pickup__thumb img {
    height: auto;
    width: 308px;
  }
  .hero__pickup__detail {
    flex-grow: 1;
    padding-top: 50px;
  }
}

@media screen and (min-width: 1300px) {
  /* hero */
  .hero {
    overflow: hidden;
  }
  .hero__pickup {
    padding-top: 400px;
  }
}

/* pickup */
.pickup__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.pickup__name__sub {
  font-size: 1rem;
}

.pickup__price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: .75rem;
  text-align: center;
}
.pickup__price__badge {
  background: #41ca5b;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: .3em .75rem .3em 0;
  padding: .41em 1em;
}
.pickup__price__badge--sm {
  font-size: 1rem;
  margin-right: .5em;
}
.pickup__price__detail {
  color: #c33;
  font-size: 1rem;
}
.pickup__price__detail__number {
  font-size: 2.5rem;
  font-weight: 700;
}
.pickup__price__detail__yen {
  display: inline-block;
  font-weight: 700;
  vertical-align: baseline;
}
.pickup__price__detail__tax {
  display: inline-block;
  vertical-align: baseline;
}

.pickup__button {
  margin-bottom: .25rem;
}
.pickup__button__note {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: .75rem;
  text-align: center;
}

@media screen and (min-width: 1300px) {
  /* pickup */
  .pickup__price__badge {
    padding: .45em 1.1em;
  }
}

/* News */
.news {
  background: #edf6fa;
  padding: 2.25rem 18px;
}
.news__list {
  font-size: .8125rem;
}
.news__list__item {
  line-height: 1.5;
}
.news__list__item:not(:last-child) {
  margin-bottom: .75rem;
}
.news__list__item__inbox {
  color: #0061fc;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
}
.news__list__date {
  flex-shrink: 0;
  margin-right: 1em;
  width: 6.5em;
}
.news__list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* News */
  .news {
    padding: 1.5rem;
  }
  .news__inner {
    max-width: 730px;
    margin: 0 auto;
  }
  .news__list {
    overflow: hidden;
  }
  .news__list__item__inbox {
    max-width: 100%;
    overflow: hidden;
  }
  .news__list__title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* intro */
.intro {
  background: url(/img/home/intro-bg_sp.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  padding: 96% 0 0;
  position: relative;
}
.intro__inner {
  background-color: #fff;
}
.intro__lead {
  background: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .15em;
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.intro__lead__text {
  padding: .52em;
}
.intro__lead--1 {
  left: 18px;
  top: -16px;
}
.intro__lead--2 {
  right: 18px;
  top: 16px;
}

@media screen and (min-width: 414px) {
  .intro {
    padding-top: 396px;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* intro */
  .intro {
    background: url(/img/home/intro-bg_pc.jpg) 50% 0 no-repeat;
    background-size: auto 270px;
    padding-top: 270px;
  }
  .intro__inner {
    position: relative;
  }
  .intro__lead img {
    width: 73px;
  }
  .intro__lead--1 {
    left: .6%;
    top: -30.45%;
  }
  .intro__lead--2 {
    right: .6%;
    top: -24.3%;
  }
  .intro__map img {
    width: 650px;
  }
  .intro__text {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro .list--asterisk {
    line-height: 1.5;
  }
}

/* For Small Device */
@media screen and (max-width: 375px) {
  .intro {
    background-size: auto 360px;
    padding-top: 360px;
  }
}

/* thumbs */
.thumbs {
  margin-bottom: .75rem;
}
.thumbs__item {
  display: flex;
}
.thumbs__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.thumbs__image {
  flex-shrink: 0;
}
.thumbs__caption {
  margin-left: .75rem;
}
.thumbs__caption__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.thumbs__caption__text {
  font-size: .8125rem;
  line-height: 1.5;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* thumbs */
  .thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px .75rem;
  }
  .thumbs__item {
    box-sizing: border-box;
    padding: 0 13px;
    width: 50%;
  }
  .thumbs__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .thumbs__image img {
    width: 170px;
  }
  .thumbs__caption {
    margin-left: 1rem;
  }
  .thumbs__caption__text {
    font-size: 1rem;
  }
}

/* type */
.type__inner {
  padding-top: 141px;
  position: relative;
}

.type__badge {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}
.type__badge img {
  width: 150px;
}

.type__list {
  font-size: 1rem;
  margin: 0 10.6% 2rem;
  line-height: 1.5;
}
.type__list__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.type__list__image {
  margin-bottom: .25rem;
}
.type__list__lead {
  font-weight: 700;
  margin-bottom: .25rem;
}
.type__list__text {
  margin-bottom: .75rem;
}

@media screen and (min-width: 600px) {
  /* type */
  .type__list {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem;
  }
  .type__list__item {
    display: flex;
    flex-direction: column;
    width: 29%;
  }
  .type__list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .type__list__image {
    align-items: flex-end;
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  .type__list__image ~ * {
    flex-shrink: 0;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* type */
  .type__badge {
    top: -54px;
    left: auto;
    right: -21px;
    transform: none;
  }
  .type__badge img {
    height: auto;
    width: 192px;
  }
}

/* outline */
.outline {
  border: solid 1px;
  border-radius: 15px;
  padding: 1.75rem 1.5rem;
}
.outline--blue {
  background-color: #edf6fa;
  border-color: #72acde;
  color: #36638b;
}
.outline--green {
  background-color: #edfaf0;
  border-color: #b3e9b5;
  color: #368b50;
}
.outline--yellow {
  background-color: #f8f8cd;
  border-color: #d0d0ae;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* outline */
  .outline {
    padding: 2rem 2.5rem;
  }
  .outline__top {
    padding: 2rem 2.5rem 3.375rem;
  }
}

/* oneway */
.oneway__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .375rem;
}

.oneway__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.oneway__thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5.5%;
}
.oneway__thumbs__intro {
  color: #000;
  font-size: .8125rem;
  line-height: 1.5;
  margin-bottom: .25rem;
  text-align: center;
}
.oneway__thumbs__item {
  box-sizing: border-box;
  margin: 0 0 2rem;
  padding: 0 1.5%;
  position: relative;
  max-width: 166px;
  width: 50%;
}
.oneway__thumbs__text {
  background-color: #fff;
  border: 1px solid #de7293;
  border-radius: 15px;
  box-sizing: border-box;
  color: #eb5c88;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: .3125rem 0;
  position: absolute;
  bottom: -22px;
  left: 1.5%;
  text-align: center;
  width: 97%;
}

.oneway__steps {
  border-top: 1px solid #72acde;
  color: #eb5c88;
  margin: 1.5rem -1.5rem 0;
  padding: 2rem 1.5rem 0;
  text-align: center;
}
.oneway__steps__heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.oneway__steps__item:not(:last-child) {
  margin-bottom: .75rem;
}
.oneway__steps__label {
  background: #eb5c88;
  border-radius: 3em;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  margin-bottom: .75rem;
  padding: .41em 1.5em;
}
.oneway__steps__label__text {
  display: block;
  margin-left: .5em;
  width: 4em;
}
.oneway__steps__text {
  line-height: 1.5;
}

.oneway--large .oneway__thumbs {
  align-items: center;
  border-top: 1px solid #72acde;
  margin: 1.5rem -1.5rem 0;
  padding-top: 2rem;
  flex-direction: column;
}
.oneway--large .oneway__thumbs__item {
  max-width: 234px;
  padding: 0;
  width: 69.5%;
}
.oneway--large .oneway__thumbs__text {
  bottom: 5px;
  padding: .85em;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* oneway */
  .oneway--large .oneway__thumbs {
    flex-direction: row;
  }
  .oneway--large .oneway__thumbs__item {
    margin: 0 12px 12px;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* oneway */
  .oneway__title {
    font-size: 1.125rem;
  }
  .oneway__text {
    font-size: .8125rem;
    line-height: 1.8;
  }
  .oneway--small {
    display: flex;
    align-items: center;
  }
  .oneway--small .oneway__detail {
    margin-right: 41px;
  }
  .oneway--small .oneway__text {
    margin-bottom: 0;
  }
  .oneway--small .oneway__thumbs {
    flex-shrink: 0;
    margin: 0;
    justify-content: space-between;
    width: 497px;
  }
  .oneway--small .oneway__thumbs__item {
    margin: 0;
    padding: 0;
    width: 155px;
  }
  .oneway--large .oneway__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .oneway--large .oneway__text {
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    max-width: 751px;
  }
  .oneway--large .oneway__thumbs {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .oneway--large .oneway__steps {
    display: flex;
    justify-content: center;
    margin: 2rem -2.5rem 0;
    position: relative;
  }
  .oneway--large .oneway__steps__item {
    display: flex;
    align-items: center;
  }
  .oneway--large .oneway__steps__heading {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 24px 0 0;
    position: relative;
    text-align: left;
  }
  .oneway--large .oneway__steps__heading:before {
    border: 1px solid #eb5c88;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 26px;
  }
  .oneway--large .oneway__steps__heading__inbox {
    background: #edf6fa;
    position: relative;
  }
  .oneway--large .oneway__steps__text {
    text-align: left;
  }
  .oneway--large .oneway__steps__label {
    margin: 0 .5em 0 0;
  }
}

/* mente */
.mente__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.mente__lead {
  line-height: 1.8;
}

.mente__list {
  border-top: 1px solid #b3e9b5;
  color: #000;
  line-height: 1.5;
  margin: 1.5rem -1.5rem 0;
  padding-top: 2rem;
}
.mente__list__item {
  margin: 0 auto 1.5rem;
  width: 70%;
}
.mente__list__item:last-child {
  margin-bottom: 0;
}
.mente__list__item .text--note {
  margin-top: .25rem;
  line-height: 1.5;
}
.mente__list__thumb {
  margin-bottom: .75rem;
  text-align: center;
}
.mente__list__thumb img {
  max-width: 234px;
  width: 100%;
}
.mente__list__heading {
  font-weight: 700;
  margin-bottom: .25rem;
}
.mente__list__text {
  font-size: .8125rem;
}

@media screen and (min-width: 600px) {
  /* mente */
  .mente__list {
    display: flex;
    justify-content: center;
  }
  .mente__list__item {
    margin: 0 12px 12px;
    width: 30%;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* mente */
  .mente__heading {
    font-size: 1.5rem;
  }
  .mente__lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 614px;
  }
  .mente__list {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .mente__list__item {
    margin: 0 12px;
    max-width: 232px;
  }
}

/* fee */
.fee .section__inner {
  padding-bottom: 2.5rem;
}

.fee__badge {
  margin: 0 auto;
  position: relative;
  max-width: 339px;
}
.fee__badge img {
  position: absolute;
  top: -40px;
  left: -33px;
  width: 47.2%;
  z-index: -1;
}

.fee__row {
  padding-top: 30px;
}
.fee__row__image {
  margin: 0 auto 2rem;
  position: relative;
  text-align: center;
  max-width: 280px;
  width: 83%;
}
.fee__row__detail {
  margin-bottom: 1.5rem;
}

.fee__table {
  font-size: 1rem;
  line-height: 1.8;
  width: 100%;
}
.fee__table__text {
  margin-bottom: .25em;
}
.fee__table__text--bold {
  font-weight: bold;
  margin: .5em 0 0;
}
.fee__table__inbox {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
.fee__table__inbox--sm {
  font-size: .8125rem;
}
.fee__table__inbox > .fee__table__text {
  margin-top: 0;
}
.fee__table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.fee__table tr:first-child th,
.fee__table tr:first-child td {
  padding-top: 0;
}
.fee__table tr:last-child th,
.fee__table tr:last-child td {
  padding-bottom: 0;
}
.fee__table th,
.fee__table td {
  padding: 1em 0;
}
.fee__table th {
  font-weight: 700;
  padding-right: 1em;
  text-align: left;
  width: 5em;
}
.fee__table th span {
  color: #999;
  display: block;
  font-size: .8125rem;
  line-height: 1.5;
}

.fee__note {
  display: none;
}
.fee__note.active--toggle {
  display: block;
  margin-bottom: 1.5rem;
}
.fee__section:last-child .fee__note.active--toggle {
  margin-bottom: .75rem;
}

.fee .pickup__button {
  margin-bottom: 1rem;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* fee */
  .fee__badge {
    position: relative;
    max-width: 100%;
    margin: 0;
  }
  .fee__badge img {
    position: absolute;
    top: -160px;
    left: -20px;
    height: 218px;
    width: 218px;
    z-index: 0;
  }
  .fee__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-top: 10px;
  }
  .fee__row__image {
    flex-shrink: 0;
    margin: 0;
    max-width: none;
    width: 47%;
  }
  .fee__row__image img {
    width: 100%;
  }
  .fee__row__detail {
    margin-bottom: 0;
    width: 48.73%;
  }
  .fee__note {
    display: block;
    margin-bottom: 1.5rem;
  }
  .fee__table__inbox:after {
    clear: both;
    content: "";
    display: block;
  }
  .fee__table__inbox__inbox {
    box-sizing: border-box;
    float: left;
    margin-top: 1rem;
    width: 50%;
  }
  .fee__table__inbox__inbox:nth-child(2n-1) {
    padding-right: 28px;
  }
  .fee__table__inbox__inbox:nth-child(2n) {
    border-left: 1px solid #ddd;
    padding-left: 28px;
  }
  .fee__table__inbox__inbox .fee__table__text--bold:first-child {
    margin-top: 0;
  }
  .fee__table__inbox__inbox .fee__table__text:last-child {
    margin-bottom: 0;
  }
  .fee__table th {
    padding-right: 2em;
    width: 9em;
  }
  .fee .pickup__button {
    margin-bottom: 1rem;
  }
}

/* list */
.list:not(:last-child) {
  margin-bottom: 1.5rem;
}

.list__item {
  padding-left: 1em;
  position: relative;
}
.list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 1em;
}

.list--asterisk {
  color: #666;
  font-size: .8125rem;
  line-height: 1.8;
}
.list--asterisk .list__item:not(:last-child) {
  margin-bottom: .1em;
}
.list--asterisk .list__item:before {
  content: "※";
}

.list--disc {
  font-size: 1rem;
  line-height: 1.8;
}
.list--disc .list__item:not(:last-child) {
  margin-bottom: .5em;
}
.list--disc .list__item:before {
  content: "・";
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* list */
  .list__item:not(:last-child) {
    margin-bottom: .25em;
  }
}

/* campaign */
.campaign__lead {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0 1.5rem;
  /*▼詳細はこちら有の時に使用▼*/
  /*  border-bottom: 1px solid #d0d0ae;*/
  /*  padding: 0 1.5rem 2rem;*/
}
.campaign__lead__section:not(:last-child) {
  margin-bottom: .75rem;
}
.campaign__lead__title {
  color: #ff4848;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.campaign__lead__title b {
  font-size: 2.5rem;
}
.campaign__lead__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .25rem;
}
.campaign__lead__text {
  font-size: 1rem;
  line-height: 1.8;
}
.campaign__lead__text:not(:last-child) {
  margin-bottom: .25rem;
}

.campaign__body__more {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: -2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: .75rem 2.5rem .75rem 1.5rem;
  position: relative;
}
.campaign__body__more:after {
  background: url(/img/common/icon-right-red.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 22px;
  height: 14px;
  width: 7px;
}
.campaign__body__more.active--toggle {
  margin-bottom: 0;
}
.campaign__body__more.active--toggle:after {
  transform: translateY(-50%) rotate(-90deg);
}

.campaign__body__detail {
  display: none;
}
.campaign__body__detail.active--toggle {
  display: block;
}

.campaign__table {
  border: 1px solid #d0d0ae;
  font-size: 1rem;
  line-height: 1.8;
}
.campaign__table tr {
  border-bottom: 1px solid #d0d0ae;
}
.campaign__table th,
.campaign__table td {
  padding: .5625rem 1rem;
}
.campaign__table th {
  font-weight: 700;
  padding-right: 0;
  text-align: left;
  width: 4em;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* campaign */
  .campaign__lead {
    align-items: center;
    display: flex;
    margin: 0 -2.5rem;
    padding: 0 2.5rem;
    /*padding: 0 2.5rem 2rem;*//*詳細はこちら有の時に使用*/
  }
  .campaign__lead__badge {
    flex-shrink: 0;
    margin-right: 33px;
    width: 218px;
  }
  .campaign__lead__badge img {
    height: auto;
    width: 100%;
  }
  .campaign__lead__text {
    font-size: 1rem;
    line-height: 1.8;
  }
  .campaign__body__more {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 -2rem;
    padding: .75rem 0;
  }
  .campaign__body__more:after {
    display: inline-block;
    margin-left: .5em;
    position: static;
    transform: rotate(90deg);
  }
  .campaign__body__more.active--toggle:after {
    transform: rotate(-90deg);
  }
  .campaign__table th,
  .campaign__table td {
    padding: .75rem 2rem;
  }
  .campaign__table th {
    padding-right: 0;
    width: 13em;
  }
}

/* steps */
.steps {
  margin-bottom: 2rem;
}
.steps__item {
  background: #edf6fa;
  border: 1px solid #72acde;
  border-radius: 15px;
  margin-bottom: 45px;
  padding: 25px;
  position: relative;
  text-align: center;
}
.steps__item:after {
  border: 12px solid transparent;
  border-top: 21px solid #72acde;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, 12px);
  height: 0;
  width: 0;
}
.steps__item:last-child {
  margin-bottom: 0;
}
.steps__item:last-child:after {
  display: none;
}
.steps__item__head {
  color: #41ca5b;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.steps__item__head__number {
  align-items: center;
  background: #41ca5b;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  font-style: normal;
  margin-left: .25em;
  height: 1.33em;
  width: 1.33em;
}
.steps__item__body {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .75rem;
}
.steps__item__foot__text {
  font-size: .8125rem;
  line-height: 1.5;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* steps */
  .steps {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .steps__item {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-top: 33px;
    width: 22.42%;
  }
  .steps__item__head {
    margin-bottom: 1.5rem;
  }
  .steps__item__body {
    font-size: 1.125rem;
  }
  .steps__item__foot {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  .steps__item__foot .button {
    width: 100%;
  }
  .steps__item:after {
    border-top: 12px solid transparent;
    border-left: 21px solid #72acde;
    content: "";
    right: -24%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* point */
.point__heading {
  color: #ff4848;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.point__image {
  margin-bottom: 1rem;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* point */
  .point__heading {
    font-size: 1.25rem;
  }
  .point__image {
    margin-bottom: 1rem;
  }
  .point__image img {
    width: 791px;
  }
  .point__button {
    margin: 0 auto;
    max-width: 420px;
  }
}

/* support */
.support {
  background: #edf6fa url(/img/common/support-bg_sp.png) 50% 0 no-repeat;
  background-size: 100% auto;
  padding-top: 42.66%;
  text-align: center;
}
.support__inner {
  padding: 2rem;
}
.support__heading {
  margin-bottom: 1rem;
}
.support__heading__text {
  color: #41ca5b;
  display: block;
  margin-top: .75rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.support__detail {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.support__detail__inbox {
  align-items: center;
  display: flex;
}
.support__detail__inbox:not(:last-child) {
  margin-bottom: 1rem;
}
.support__detail__title {
  flex-shrink: 0;
  margin-right: .75rem;
  text-align: center;
  width: 43px;
}
.support__detail__disc {
  line-height: 1.2;
  text-align: left;
}
.support__detail__text {
  font-size: 1.25rem;
  font-weight: 700;
}
.support__detail__text a {
  color: inherit;
  text-decoration: none;
}
.support__detail__note {
  color: #666;
  font-size: .8125rem;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* support */
  .support {
    background-image: none;
    display: flex;
    padding: 0;
  }
  .support:before {
    background: url(/img/common/support-bg_pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    flex-shrink: 0;
    width: 50%;
  }
  .support__inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
    width: 50%;
  }
  .support__detail__title {
    margin-right: 20px;
  }
  .support__detail__text {
    font-size: 1.75rem;
  }
  .support__detail__note {
    font-size: .8125rem;
  }
  .support__detail__note__sub {
    font-size: 11px;
  }
}

/* For Minimum Device */
@media screen and (max-width: 374px) {
  .support__detail__note__sub {
    display: block;
  }
}

/* apply */
.apply {
  max-width: 460px;
  margin: 0 auto 2.5rem;
}

/* product */
.product__intro {
  position: relative;
}
.product__intro__hero {
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  text-align: center;
  height: 0;
  width: 100%;
}
.product__intro__hero img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.product__intro__badge {
  position: relative;
}
.product__intro__badge img {
  position: absolute;
  top: -140px;
  left: 4px;
  width: 150px;
}
.product__intro__badge--right img {
  right: 4px;
  left: auto;
}
.product__intro__thumb {
  margin-bottom: 2rem;
  text-align: center;
}
.product__intro__detail {
  text-align: center;
}
.product__intro__name {
  border-bottom: 2px solid #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.3125rem;
  padding-bottom: 1.0625rem;
  text-align: center;
}
.product__intro__name span {
  font-size: 1rem;
  font-weight: 400;
}
.product__intro__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.product__intro__tags img {
  height: 20px;
  width: auto;
}
.product__intro__tags__item {
  align-items: center;
  display: flex;
}
.product__intro__tags__item:not(:last-child) {
  margin-right: .875rem;
}
.product__intro__tags__icon {
  margin-right: .25em;
}
.product__intro__tags__name {
  padding-top: 2px;
  white-space: nowrap;
}
.product__intro__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: .25rem;
  text-align: left;
}
.product__intro__table {
  border-collapse: separate;
  border-spacing: 0 .75rem;
  font-size: .8125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.product__intro__table th,
.product__intro__table td {
  text-align: left;
  vertical-align: middle;
}
.product__intro__table th {
  border-right: 1px solid #000;
  padding-right: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.product__intro__table td {
  padding-left: 1rem;
}

.product__content {
  margin-bottom: 2rem;
}

.product__colors__item {
  margin-bottom: 4px;
}
.product__colors__item:last-child {
  margin-bottom: 0;
}
.product__colors__item i {
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.product__apply {
  margin-bottom: 2rem;
  text-align: center;
}
.product__apply .button {
  margin-bottom: 6px;
}
.product__apply:last-child {
  margin-bottom: 0;
}

.product__detail {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}
.product__detail__images {
  margin-bottom: 2rem;
  text-align: center;
}
.product__detail__text {
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.product__detail__text__inbox:not(:last-child) {
  margin-bottom: 1.5rem;
}
.product__detail__text__title {
  margin-bottom: .25rem;
  font-weight: 700;
}
.product__detail__text__p:not(:last-child) {
  margin-bottom: .25rem;
}

.product__data__thumb {
  margin-bottom: 1.5rem;
}

.product__data__table {
  border: 1px solid #ddd;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.product__data__table table {
  width: 100%;
}
.product__data__table tr {
  border-bottom: 1px solid #ddd;
}
.product__data__table th,
.product__data__table td {
  padding: 1.5rem 20px;
}
.product__data__table th {
  font-weight: 700;
  text-align: left;
  width: 5em;
}
.product__data__table__footer {
  padding: 1.5rem 20px;
}
.product__data__table__footer .list {
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .product__intro__hero {
    padding-top: 25%;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .product__nav {
    margin-bottom: 4rem;
    justify-content: center;
  }
  .product__nav__item {
    font-size: 1.5rem;
    padding: .25rem 1.5rem;
  }
  .product__nav__item:not(:first-child) {
    border-left: 1px solid #ddd;
  }
  .product__nav__item,
  .product__nav__item--full {
    width: auto;
  }
  .product__intro__hero {
    padding-top: 25%;
  }
  .product__intro__badge {
    margin: 0 auto;
    max-width: 946px;
  }
  .product__intro__data {
    display: flex;
    margin: 0 auto 2.5rem;
    max-width: 865px;
  }
  .product__intro__thumb {
    flex-shrink: 0;
    margin-right: 22px;
    margin-bottom: 0;
    width: 44.16%;
  }
  .product__intro__detail {
    flex-grow: 1;
  }
  .product__intro__name {
    font-size: 1.25rem;
  }
  .product__intro__table {
    margin-bottom: 0;
  }
  .product__intro__table th {
    font-size: 1rem;
  }
  .product__colors {
    display: flex;
    flex-wrap: wrap;
  }
  .product__colors__item {
    margin: 2px 16px 2px 0;
  }
  .product__apply {
    max-width: 461px;
    margin: 0 auto 2.5rem;
  }
  .product__detail {
    flex-direction: row;
  }
  .product__detail__images {
    flex-shrink: 0;
    margin-left: 2rem;
  }
  .product__detail__images img {
    width: 462px;
  }
  .product__data {
    position: relative;
  }
  .product__data__thumb {
    position: absolute;
    top: 5.625rem;
    right: 3.25rem;
  }
  .product__data__table th,
  .product__data__table td {
    padding: 1.2rem 2.5rem;
  }
  .product__data__table th {
    padding-right: 1.5rem;
    width: 7em;
  }
  .product__data__table td.product__data__table__adjust {
    padding-right: 380px;
  }
  .product__content {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1300px) {
  .product__intro__badge img {
    left: -65px;
    top: -65px;
    height: auto;
    width: 192px;
  }
  .product__intro__badge--right img {
    left: -65px;
    right: auto;
  }
}

/* nav */
.nav {
  margin-bottom: 0.375rem;
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
}
.nav__item {
  box-sizing: border-box;
  font-size: 1rem;
  margin-bottom: .25rem;
}
.nav__item a {
  color: #999;
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nav__item--current a {
  color: #41ca5b;
}
.nav__item__note {
  display: block;
  font-size: .75rem;
  margin-top: .75rem;
}
.nav--a .nav__list {
  justify-content: center;
  margin: 0 9px;
}
.nav--a .nav__item {
  margin-bottom: 0.875rem;
  width: 50%;
}
.nav--a .nav__item:nth-child(2n) {
  border-left: 1px solid #ddd;
}
.nav--a .nav__item--full {
  width: 100%;
}
.nav--b {
  margin: 0 auto 1.5rem;
  max-width: 1200px;
}
.nav--b .nav__list {
  margin: 0 18px;
}
.nav--b .nav__item {
  line-height: 1.1;
  margin-bottom: 1rem;
}
.nav--b .nav__item:not(:last-child) {
  border-right: 1px solid #ddd;
  margin-right: .5em;
  padding-right: .5em;
}
.button__nav--long:after,
.button__nav--short:after,
.button__nav--standerd:after {
  background-image: url(/img/common/icon-right-gray.svg);
}
.nav__item--current .button__nav--long:after,
.nav__item--current .button__nav--short:after,
.nav__item--current .button__nav--standerd:after {
  background-image: url(/img/common/icon-right-green.svg);
}
.button__nav--long:before {
  background-image: url(/img/common/icon-nav-long.png);
  width: 1.125rem;
}
.button__nav--short:before {
  background-image: url(/img/common/icon-nav-short.png);
  width: .875rem;
}
.button__nav--standerd:before {
  background-image: url(/img/common/icon-nav-standerd.png);
  width: 1.125rem;
}
.nav__item .button {
  font-size: .875rem;
  padding: .825rem 0;
  margin: 0 .75rem;
  border-radius: 0;
  font-weight: 700;
  line-height: 0.8;
}
.nav__item .button:after {
  right: .375rem;
  top: 50%;
  height: 16px;
  width: 8px;
}
.nav__item .button:before {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.nav__item:nth-child(2) .button:before {
  background-size: 100% auto;
  left: 0.125rem;
}
.nav__item:nth-child(3) {
  width: 52%;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .nav {
    margin-bottom: 4rem;
    justify-content: center;
  }
  .nav--a .nav__list {
    justify-content: center;
  }
  .nav--a .nav__item {
    font-size: 1.5rem;
    padding: 0 1.5rem;
  }
  .nav--a .nav__item:not(:first-child) {
    border-left: 1px solid #ddd;
  }
  .nav--a .nav__item,
  .nav--a .nav__item--full {
    width: auto;
  }
  .nav--b {
    margin: 0 auto 3.5rem;
    max-width: 1200px;
  }
  .nav--b .nav__list {
    justify-content: center;
    margin: 0 30px -1rem;
  }
  .nav--b .nav__item {
    font-size: 1.25rem;
  }
  .nav--b .nav__item:not(:last-child) {
    margin-right: 1em;
    padding-right: 1em;
  }
  .button__nav--long:before {
    background-image: url(/img/common/icon-nav-long.png);
    width: .8125rem;
  }
  .button__nav--short:before {
    background-image: url(/img/common/icon-nav-short.png);
    width: .9375rem;
  }
  .button__nav--standerd:before {
    background-image: url(/img/common/icon-nav-standerd.png);
    width: .8125rem;
  }
  .nav__item .button {
    font-size: 1.5rem;
    padding: .5rem 1.75rem;
  }
  .nav__item .button:after {
    right: 0;
    height: 21px;
    width: 12px;
  }
  .nav__item .button:before {
    left: .25rem;
  }
}

/* For Minimum Device */
@media screen and (max-width: 899px) and (min-width: 600px) {
  .nav {
    display: flex;
    justify-content: center;
  }
}

/* For Minimum Device */
@media screen and (max-width: 374px) {
  .nav__item .button {
    margin: 0 0.5rem 0 0;
  }
  .nav__item .button:after {
    right: .1875rem;
  }
  .button__nav--long:before,
  .button__nav--short:before,
  .button__nav--standerd:before {
    background-image: none;
  }
  .nav__item:nth-child(2) .button:before {
    background-size:0;
    left: 0;
  }
  .nav__item:nth-child(3) {
    width: 52%;
  }

}

/* faq */
.faq__box {
  border-bottom: 1px solid #ddd;
  margin: 0 18px;
  padding-bottom: 2rem;
}
.faq__box:not(:last-child) {
  margin-bottom: 2rem;
}
.faq__box__foot {
  margin-top: 1.5rem;
}

.faq__q,
.faq__a {
  min-height: 50px;
  padding-left: 59px;
  position: relative;
}
.faq__q:before,
.faq__a:before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 9px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
}

.faq__q {
  align-items: center;
  color: #36638b;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .75rem;
}
.faq__q:before {
  background-color: #36638b;
  content: "Q";
}

.faq__a {
  line-height: 1.5;
}
.faq__a:before {
  background-color: #41ca5b;
  content: "A";
}

.faq__text {
  word-break: break-all;
}
.faq__text:not(:last-child) {
  margin-bottom: 1.5em;
}

.faq__button {
  text-align: center;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  /* faq */
  .faq {
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__q:before,
  .faq__a:before {
    margin-right: 12px;
  }
  .faq__q {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .faq__box {
    display: flex;
    margin: 0 30px;
    padding-bottom: 4rem;
  }
  .faq__box:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .faq__box__foot {
    flex-shrink: 0;
    margin-left: 1.5rem;
  }
}

/*--------------------
  Utilities
--------------------*/
/* Space */
.mt--0 {
  margin-top: 0 !important;
}

.mt--1 {
  margin-top: .25rem !important;
}

.mt--2 {
  margin-top: .75rem !important;
}

.mt--3 {
  margin-top: 1rem !important;
}

.mt--4 {
  margin-top: 1.5rem !important;
}

.mt--5 {
  margin-top: 2rem !important;
}

.mt--6 {
  margin-top: 2.5rem !important;
}

.mt--7 {
  margin-top: 3.5rem !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--1 {
  margin-bottom: .25rem !important;
}

.mb--2 {
  margin-bottom: .75rem !important;
}

.mb--3 {
  margin-bottom: 1rem !important;
}

.mb--4 {
  margin-bottom: 1.5rem !important;
}

.mb--5 {
  margin-bottom: 2rem !important;
}

.mb--6 {
  margin-bottom: 2.5rem !important;
}

.mb--7 {
  margin-bottom: 3.5rem !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pt--1 {
  padding-top: .25rem !important;
}

.pt--2 {
  padding-top: .75rem !important;
}

.pt--3 {
  padding-top: 1rem !important;
}

.pt--4 {
  padding-top: 1.5rem !important;
}

.pt--5 {
  padding-top: 2rem !important;
}

.pt--6 {
  padding-top: 2.5rem !important;
}

.pt--7 {
  padding-top: 3.5rem !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.pb--1 {
  padding-bottom: .25rem !important;
}

.pb--2 {
  padding-bottom: .75rem !important;
}

.pb--3 {
  padding-bottom: 1rem !important;
}

.pb--4 {
  padding-bottom: 1.5rem !important;
}

.pb--5 {
  padding-bottom: 2rem !important;
}

.pb--6 {
  padding-bottom: 2.5rem !important;
}

.pb--7 {
  padding-bottom: 3.5rem !important;
}

/* Float */
.float--left {
  float: left;
}

.float--right {
  float: right;
}

.cx:after {
  clear: both;
  content: "";
  display: block;
}

/* TextAlign */
.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

/* Colors */
.color--white {
  color: #fff;
}

.color--black {
  color: #000;
}

.color--glay {
  color: #999;
}

.color--glay-dark {
  color: #666;
}

.color--primary {
  color: #c33;
}

.color--secondary {
  color: #41ca5b;
}

.color--link {
  color: #0061fc;
}

.color--red {
  color: #ff4848;
}

/* display */
.display-inline-block {
  display: inline-block;
}

.display-pc-only {
  display: none;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .display-sp-only {
    display: none;
  }
  .display-pc-only {
    display: block;
  }
}
