@charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  background-color: #f4f1ec;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.font-hiragino {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.font-avenir {
  font-family: "Avenir", sans-serif;
}

@media print, (min-width: 768px) {
  .custom-line {
    white-space: nowrap;
  }
}
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 1340px;
  }
  .wrapper {
    width: 1446px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .inner {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .md {
    display: none !important;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  opacity: 1;
  transition: transform 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
  animation-fill-mode: forwards;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
}
header.is-fixed .header-logo .logo-image {
  opacity: 1;
}
header.is-fixed .header-logo .logo-image-default {
  opacity: 0;
}
header.is-fixed-trans {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
}
header.is-fixed-trans .header-logo .logo-image {
  opacity: 1;
}
header.is-fixed-trans .header-logo .logo-image-default {
  opacity: 0;
}
header.is-show {
  transform: translateY(0);
  opacity: 1;
}

.header-logo {
  position: relative;
}
.header-logo .logo-image-default {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.header-logo .logo-image {
  display: block;
  opacity: 0;
}

.header-wrapper {
  display: flex;
  width: 100%;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-link {
  color: #fff;
}

.header-button a {
  background: #f4d244;
  color: #01472b;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .header-button a {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  header {
    min-width: 1340px;
    height: 75px;
    padding: 3px 9px 3px 16px;
  }
  header.is-fixed, header.is-fixed-trans {
    height: 60px;
  }
  header.is-fixed .navigation-link, header.is-fixed-trans .navigation-link {
    color: #01472b;
  }
  .header-logo .logo-image-default {
    width: 173px;
    height: 53px;
  }
  .header-logo .logo-image {
    width: 168px;
    height: 33px;
  }
  .header-wrapper {
    align-items: center;
    justify-content: space-between;
  }
  .navigation-list {
    display: flex;
    padding-right: 30px;
  }
  .navigation-item {
    padding: 0 20px;
  }
  .navigation-link {
    font-size: 0.14rem;
    font-weight: bold;
  }
  .header-button a {
    font-size: 0.14rem;
    border-radius: 5px;
    min-width: 146px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1410px) and (min-width: 768px) {
  .navigation-list {
    padding-right: 20px;
  }
  .navigation-item {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.56rem;
    padding: 0.03rem 0.1rem 0.03rem 0.05rem;
  }
  header.is-fixed .button-menu span, header.is-fixed-trans .button-menu span {
    border-color: #01472b;
  }
  header.is-active .header-navigation {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper {
    padding: 0 0.1rem;
  }
  .header-logo {
    display: flex;
    align-items: center;
  }
  .header-logo .logo-image-default {
    width: 1.46rem;
    height: 0.45rem;
  }
  .header-logo .logo-image-default img {
    width: 100%;
    height: auto;
  }
  .header-logo .logo-image {
    width: 1.42rem;
  }
  .header-logo .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-actions {
    width: 100%;
  }
  .header-navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0.15rem 0.1rem;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 0.56rem);
    overflow: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navigation-list {
    display: flex;
    flex-direction: column;
    background: #01472b;
    width: 2.1rem;
    border-radius: 0.2rem;
    padding: 0.28rem 0.3rem;
    position: relative;
    z-index: 1;
  }
  .navigation-item {
    display: flex;
  }
  .navigation-item:not(:last-child) {
    margin-bottom: 0.22rem;
  }
  .navigation-item:nth-child(3) {
    order: -1;
  }
  .navigation-link {
    font-size: 0.15rem;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .is-iphone .navigation-link {
    font-weight: 600;
  }
  .header-button {
    margin-right: 0.1rem;
  }
  .header-button a {
    font-size: 0.13rem;
    border-radius: 0.03rem;
    min-width: 1.5rem;
    padding: 0.07rem 0.05rem;
  }
  .button-menu {
    width: 0.25rem;
    height: 0.22rem;
    position: relative;
  }
  .button-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    opacity: 0;
  }
  .button-menu span {
    width: 100%;
    border-bottom: 0.02rem solid #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .button-menu span:nth-child(1) {
    top: 0;
  }
  .button-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .button-menu span:nth-child(3) {
    top: 95%;
  }
  .button-menu.is-active::before {
    opacity: 1;
  }
  .button-menu.is-active span {
    border-color: #01472b;
  }
  .button-menu.is-active span:nth-child(1), .button-menu.is-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
  }
  .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .button-menu.is-active span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .button-menu.is-active span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.contact-banner {
  background: #01472B;
  color: #fff;
  text-align: center;
  font-size: 0.14rem;
  width: 100%;
}
.contact-banner p {
  margin-bottom: 0;
}
.contact-banner a {
  color: inherit;
}

@media print, (min-width: 768px) {
  .contact-banner {
    font-weight: bold;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-banner {
    font-weight: 400;
    padding: 0.03rem 0.01rem;
  }
}
footer {
  background: #3b4d46;
  text-align: center;
}
footer a, footer p {
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .wrapper {
  position: relative;
}

.footer-logo .logo-image {
  display: block;
  margin: 0 auto;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.02em;
}
.footer-navigation a {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .footer-navigation a {
    font-weight: 600;
  }
}

.footer-link {
  display: flex;
  justify-content: center;
}
.footer-link a {
  font-weight: 500;
}

.footer-information {
  letter-spacing: 0.02em;
}
.footer-information .information-label {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .footer-information .information-label {
    font-weight: 600;
  }
}

.button-to-top {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 60px 0 102px;
  }
  .footer-logo {
    margin-bottom: 62px;
  }
  .footer-logo .logo-image {
    width: 238px;
    height: 94px;
  }
  .footer-navigation {
    font-size: 0.16rem;
    line-height: 1.96875;
    margin-bottom: 46px;
  }
  .footer-navigation li {
    padding: 0 24px;
  }
  .footer-information {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 44px;
  }
  .footer-information .information-label {
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .footer-link {
    font-size: 0.14rem;
    line-height: 2.25;
  }
  .footer-link li {
    padding: 0 26px;
  }
  .button-to-top {
    width: 115px;
    height: 115px;
    background: url(../img/common/button_to_top.png) center center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .footer-logo {
    margin-bottom: 0.34rem;
  }
  .footer-logo .logo-image {
    width: 1.57rem;
    height: 0.62rem;
  }
  .footer-navigation {
    font-size: 0.14rem;
    line-height: 1.875;
    margin-bottom: 0.27rem;
  }
  .footer-navigation li {
    padding: 0 0.13rem;
    margin-bottom: 0.12rem;
  }
  .footer-information {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 0.44rem;
  }
  .footer-information .information-label {
    font-size: 0.15rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.12rem;
  }
  .footer-link {
    font-size: 0.11rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .footer-link li {
    padding: 0 0.15rem;
  }
  .button-to-top {
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/common/sp/button_to_top.png) center center/100% auto no-repeat;
    right: 0.1rem;
  }
}
.small-lineup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.small-lineup-item {
  height: 100%;
  display: flex;
  background: #fff;
}
.small-lineup-item .lineup-image {
  flex-shrink: 0;
  position: relative;
}
.small-lineup-item .lineup-quality {
  color: #fff;
  background: #01472b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.small-lineup-item .lineup-information {
  width: 100%;
}
.small-lineup-item .information-title, .small-lineup-item .information-text {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .small-lineup-item .information-title, .is-iphone .small-lineup-item .information-text {
    font-weight: 600;
  }
}
.small-lineup-item .information-title {
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #4a4744;
}
.small-lineup-item .information-text {
  color: #4a4744;
  margin-bottom: 0;
}
.small-lineup-item .information-text span {
  color: #01472b;
  text-decoration: underline;
}

.product-special {
  background: #549d0c;
  display: flex;
  position: relative;
}
.product-special .product-image {
  flex-shrink: 0;
}
.product-special .product-information {
  width: 100%;
  color: #fff;
}
.product-special .information-title {
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .product-special .information-title {
    font-weight: 600;
  }
}
.product-special .information-text {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.product-special .information-description {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product-special .description-tag {
  border: 1px solid #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .product-special .description-tag {
    font-weight: 600;
  }
}
.product-special .description-text {
  letter-spacing: 0.02em;
}
.product-special .information-button {
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #549d0c;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .product-special .information-button {
    font-weight: 600;
  }
}
.product-special .information-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.block-common-product .block-product .product-head::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-common-product .block-product .product-head.is-receipt::before {
  background: #868d69;
}
.block-common-product .block-product .product-head.is-delivery::before {
  background: #537e6d;
}
.block-common-product .block-product .product-head.is-bulk::before {
  background: #69685e;
}
.block-common-product .block-product .product-body {
  position: relative;
}
.block-common-product .block-product .head-title, .block-common-product .block-product .head-text {
  position: relative;
}
.block-common-product .block-product .head-title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .block-product .head-title {
    font-weight: 600;
  }
}
.block-common-product .block-product .head-title::before {
  content: "";
  flex-shrink: 0;
}
.block-common-product .block-product .head-title .title-text {
  position: relative;
}
.block-common-product .block-product .head-title .title-above {
  position: absolute;
}
.block-common-product .block-product .head-title .title-above::before, .block-common-product .block-product .head-title .title-above::after {
  content: "";
  position: absolute;
}
.block-common-product .block-product .head-title .title-above::after {
  transform: scaleX(-1);
}
.block-common-product .block-product .head-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
  color: #fff;
}
.block-common-product .block-product .product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-common-product .block-product .product-notice .notice-label {
  color: #cb4a39;
  background: #f7edec;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .block-product .product-notice .notice-label {
    font-weight: 600;
  }
}
.block-common-product .block-product .product-notice .notice-text {
  color: #4a4744;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.block-common-product .block-product .product-notice .notice-text p {
  margin-bottom: 0;
}
.block-common-product .block-product .product-notice .text-small {
  line-height: 2.25;
}
.block-common-product .product-item .product-image {
  position: relative;
}
.block-common-product .product-item .product-quality {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -50%);
  border-radius: 50%;
  color: #fff;
  background: #01472b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-common-product .product-item .product-label {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.575;
  background: #f8f8f5;
  color: #01472b;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .product-label {
    font-weight: 600;
  }
}
.block-common-product .product-item .product-label .label-status {
  position: absolute;
  background: #242220;
  color: #fff;
  left: 0;
  top: 0;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5263157895;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .product-label .label-status {
    font-weight: 600;
  }
}
.block-common-product .product-item .item-inner {
  background: #fff;
}
.block-common-product .product-item .item-head {
  display: flex;
}
.block-common-product .product-item .information-inner .information-text {
  margin-bottom: 0;
  color: #4a4744;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-inner .information-text {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-inner .information-text .text-small {
  font-weight: 500;
}
.block-common-product .product-item .information-box {
  font-weight: bold;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-box {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-label {
  font-weight: bold;
  color: #9b9b9b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-label {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-title {
  font-weight: bold;
  color: #01472b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-title {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-description {
  font-weight: bold;
  color: #4a4744;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-description {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-description .number {
  font-weight: 400;
  font-family: "Arial";
}
.block-common-product .product-item .information-tag {
  background: #f7edec;
  color: #cb4a39;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.96875;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-tag {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-common-product .product-item .information-item .item-tag {
  color: #fff;
  font-weight: bold;
  background: #4a4744;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-item .item-tag {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-item .item-tag.is-red {
  background: #cb4a39;
}
.block-common-product .product-item .information-item .item-text {
  font-weight: 500;
  margin-bottom: 0;
}
.block-common-product .product-item .information-item .item-text .text-underline {
  text-decoration: underline;
  color: #4a4744;
}
.block-common-product .product-item .information-item .item-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-common-product .product-item .information-item .item-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.block-common-product .product-item .information-item .item-link {
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  color: #000;
}
.block-common-product .product-item .information-item .item-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-common-product .product-item .information-item .text-highlight-red {
  font-weight: bold;
  color: #cb4a39;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .product-item .information-item .text-highlight-red {
    font-weight: 600;
  }
}
.block-common-product .product-item .information-item .text-small {
  font-weight: 500;
}
.block-common-product .product-item .information-text {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  color: #4a4744;
}
.block-common-product .production-link {
  text-align: center;
}
.block-common-product .production-link .link-text {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.96875;
  color: #4a4744;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .block-common-product .production-link .link-text {
    font-weight: 600;
  }
}
.block-common-product .production-link .button-primary {
  text-align: center;
}

@media print, (min-width: 768px) {
  .small-lineup-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  .small-lineup-list li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .small-lineup-list li:nth-child(3n) {
    margin-right: 0;
  }
  .small-lineup-item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
    align-items: center;
    padding: 18px 35px;
  }
  .small-lineup-item .lineup-image {
    min-width: 87px;
  }
  .small-lineup-item .lineup-quality {
    width: 41px;
    height: 41px;
    font-size: 0.16rem;
  }
  .small-lineup-item .lineup-quality .icon {
    font-size: 0.11rem;
  }
  .small-lineup-item .lineup-information {
    text-align: center;
    padding-left: 20px;
  }
  .small-lineup-item .information-title {
    font-size: 0.17rem;
    margin-bottom: 12px;
  }
  .small-lineup-item .information-text {
    font-size: 0.15rem;
  }
  .small-lineup-item .information-text span {
    text-underline-offset: 6px;
  }
  .product-special {
    width: 744px;
    margin: 32px auto 80px;
    padding: 44px 0 30px 62px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  }
  .product-special .product-image {
    width: 88px;
  }
  .product-special .product-information {
    padding-left: 60px;
  }
  .product-special .information-title {
    font-size: 0.24rem;
    line-height: 1.3125;
    margin-bottom: 14px;
  }
  .product-special .information-text {
    font-size: 0.16rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .product-special .information-description {
    width: calc(100% - 200px);
    padding-right: 10px;
  }
  .product-special .description-tag {
    border-radius: 3px;
    padding: 1px 4px 0;
    font-size: 0.16rem;
  }
  .product-special .description-text {
    font-size: 0.14rem;
    margin-left: 14px;
  }
  .product-special .information-button {
    font-size: 0.16rem;
    border-top-left-radius: 6px;
    padding: 13px 33px 10px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-special .information-button::after {
    right: 10px;
    width: 15px;
    height: 9px;
    background: url(../img/common/icn_arrow_down_green_02.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product:not(:last-child) {
    margin-bottom: 80px;
  }
  .block-common-product .block-product .product-head {
    position: relative;
    padding-top: 52px;
  }
  .block-common-product .block-product .product-head::before {
    min-height: 308px;
  }
  .block-common-product .block-product .product-body {
    padding: 0 30px;
  }
  .block-common-product .block-product .head-title {
    margin-bottom: 20px;
  }
  .block-common-product .block-product .head-title::before {
    width: 82px;
    height: 82px;
  }
  .block-common-product .block-product .head-title .title-text {
    font-size: 0.33rem;
    padding-left: 18px;
  }
  .block-common-product .block-product .head-title .title-above {
    font-size: 0.14rem;
    top: -27px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    padding: 0 8px;
  }
  .block-common-product .block-product .head-title .title-above::before, .block-common-product .block-product .head-title .title-above::after {
    background: url(../img/common/line_decor.png) center center/100% no-repeat;
    width: 7px;
    height: 14px;
    top: 2px;
  }
  .block-common-product .block-product .head-title .title-above::before {
    left: -4px;
  }
  .block-common-product .block-product .head-title .title-above::after {
    right: -4px;
  }
  .block-common-product .block-product .head-text {
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 45px;
  }
  .block-common-product .block-product .is-receipt .head-title::before {
    background: url(../img/top/icn_receipt.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product .is-delivery .head-title::before {
    background: url(../img/top/icn_delivery.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product .is-bulk .head-title::before {
    background: url(../img/top/icn_bulk.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product .product-notice {
    display: flex;
    align-items: flex-start;
    width: 753px;
    margin: 55px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #cb4a39;
  }
  .block-common-product .block-product .product-notice .notice-label {
    border-radius: 4px;
    padding: 20px 18px;
    width: 227px;
    flex-shrink: 0;
    font-size: 0.16rem;
  }
  .is-mac .block-common-product .block-product .product-notice .notice-label {
    padding-left: 14px;
    padding-right: 14px;
  }
  .block-common-product .block-product .product-notice .notice-text {
    font-size: 0.16rem;
    padding-left: 68px;
    width: 100%;
  }
  .block-common-product .block-product .product-notice .text-small {
    font-size: 0.14rem;
  }
  .block-common-product .product-list {
    margin-bottom: -30px !important;
  }
  .block-common-product .product-list > li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .block-common-product .product-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .block-common-product .product-item {
    height: 100%;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  }
  .block-common-product .product-item .product-label {
    font-size: 0.2rem;
    padding: 20px 16px;
  }
  .block-common-product .product-item .product-label .label-status {
    font-size: 0.19rem;
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .block-common-product .product-item.has-status .product-label {
    padding-left: 200px;
  }
  .block-common-product .product-item .product-image {
    min-width: 100px;
    margin-top: 30px;
  }
  .block-common-product .product-item .product-quality {
    width: 55px;
    height: 55px;
    font-size: 0.21rem;
  }
  .block-common-product .product-item .product-quality .icon {
    font-size: 0.15rem;
    position: relative;
    top: 2px;
  }
  .block-common-product .product-item .product-information {
    padding-left: 28px;
    padding-top: 18px;
    width: 100%;
  }
  .block-common-product .product-item .product-information .inner-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .block-common-product .product-item .item-head {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 38px;
  }
  .block-common-product .product-item .item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .block-common-product .product-item .item-footer .button-secondary {
    flex-shrink: 0;
  }
  .block-common-product .product-item .item-footer .information-text {
    margin-left: 15px;
  }
  .block-common-product .product-item .information-inner {
    width: 100%;
  }
  .block-common-product .product-item .information-inner .information-text {
    font-size: 0.16rem;
  }
  .block-common-product .product-item .information-inner .text-small {
    font-size: 0.14rem;
  }
  .block-common-product .product-item .information-text + .information-description {
    margin-top: -4px;
  }
  .block-common-product .product-item .information-description + .information-text {
    margin-top: -10px;
  }
  .block-common-product .product-item .information-box {
    flex-shrink: 0;
    font-size: 0.16rem;
    border-radius: 6px;
    padding: 14px 11px 12px;
    max-width: 200px;
  }
  .is-safari .block-common-product .product-item .information-box {
    max-width: 206px;
  }
  .block-common-product .product-item .information-label {
    font-size: 0.15rem;
    margin-bottom: 1px;
  }
  .block-common-product .product-item .information-title {
    font-size: 0.25rem;
    margin-bottom: 15px;
  }
  .block-common-product .product-item .information-description {
    font-size: 0.16rem;
    margin-bottom: 8px;
  }
  .block-common-product .product-item .information-description .number {
    font-size: 0.27rem;
    display: inline-block;
  }
  .block-common-product .product-item .information-description .unit {
    font-size: 0.2rem;
  }
  .block-common-product .product-item .information-tag {
    padding: 0 10px;
    font-size: 0.16rem;
    border-radius: 4px;
    display: inline-block;
  }
  .block-common-product .product-item .information-list {
    margin-bottom: 30px;
  }
  .block-common-product .product-item .information-item {
    font-size: 0.15rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .block-common-product .product-item .information-item:not(:last-child) {
    margin-bottom: 11px;
  }
  .block-common-product .product-item .information-item .item-tag {
    padding: 6px 17px;
    border-radius: 18px;
    margin-right: 12px;
    max-width: 95px;
  }
  .is-safari .block-common-product .product-item .information-item .item-tag {
    padding: 7px 17px 6px;
  }
  .block-common-product .product-item .information-item .is-row {
    display: flex;
    align-items: flex-start;
  }
  .block-common-product .product-item .information-item .item-text {
    padding-top: 8px;
    width: 100%;
  }
  .block-common-product .product-item .information-item .item-text ul li .item-link {
    padding-left: 32px;
  }
  .block-common-product .product-item .information-item .item-text .text-underline {
    text-underline-offset: 5px;
  }
  .block-common-product .product-item .information-item .item-text .text-small {
    font-size: 0.13rem;
    margin-top: 4px;
    padding-left: 3px;
    display: inline-block;
  }
  .block-common-product .product-item .information-item .item-text .item-link {
    flex-shrink: 0;
  }
  .block-common-product .product-item .information-item .item-link {
    padding-left: 16px;
    margin-left: 24px;
    flex-shrink: 0;
    text-underline-offset: 5px;
  }
  .block-common-product .product-item .information-item .item-link::before {
    width: 8px;
    height: 13px;
    background: url(../img/common/icn_arrow_right_black.png) center center/100% no-repeat;
  }
  .block-common-product .product-item .information-text {
    font-size: 0.14rem;
  }
  .block-common-product .product-item .item-inner {
    padding: 14px 30px 42px;
  }
  .block-common-product .is-full {
    width: 100% !important;
  }
  .block-common-product .is-full .product-list li {
    width: 100%;
    margin-right: 0;
  }
  .block-common-product .is-full .product-item {
    width: 1062px;
    margin: 0 auto;
  }
  .block-common-product .is-full .product-item .item-head {
    margin-bottom: 0;
  }
  .block-common-product .is-full .product-item .product-label {
    padding: 28px 20px;
  }
  .block-common-product .is-full .product-item .information-label {
    margin-bottom: 7px;
  }
  .block-common-product .is-full .product-item .item-inner {
    position: relative;
    width: 815px;
    padding: 38px 0 50px 252px;
    margin: 0 auto;
  }
  .block-common-product .is-full .product-item .information-label {
    margin-bottom: 7px;
  }
  .block-common-product .is-full .product-item .information-title {
    font-size: 0.27rem;
    margin-bottom: 0;
  }
  .block-common-product .is-full .product-item .information-description {
    margin-bottom: 20px;
  }
  .block-common-product .is-full .product-item .information-description .number {
    margin-left: 10px;
  }
  .block-common-product .is-full .product-item .information-item {
    align-items: center;
  }
  .block-common-product .is-full .product-item .information-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .block-common-product .is-full .product-item .information-item .item-text {
    padding-top: 0;
    padding-right: 10px;
  }
  .block-common-product .is-full .product-item .information-text {
    margin-left: 38px;
  }
  .block-common-product .is-full .product-item .item-footer {
    justify-content: flex-start;
  }
  .block-common-product .is-full .product-item .product-information {
    padding-left: 0;
    padding-top: 0;
  }
  .block-common-product .is-full .product-item .product-image {
    position: absolute;
    top: 42px;
    left: 0;
    max-width: 191px;
  }
  .block-common-product .production-link {
    margin-top: 50px;
  }
  .block-common-product .production-link .link-text {
    font-size: 0.16rem;
    margin-bottom: 14px;
  }
  .product-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .small-lineup-list {
    margin-bottom: 0.44rem;
  }
  .small-lineup-list li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .small-lineup-item {
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.11);
    padding: 0.15rem 0.15rem 0.15rem 0.23rem;
  }
  .small-lineup-item .lineup-image {
    width: 0.6rem;
  }
  .small-lineup-item .lineup-image img {
    width: 100%;
    height: auto;
  }
  .small-lineup-item .lineup-quality {
    width: 0.31rem;
    height: 0.31rem;
    font-size: 0.13rem;
  }
  .small-lineup-item .lineup-quality .icon {
    font-size: 0.09rem;
  }
  .small-lineup-item .lineup-information {
    padding-left: 0.1rem;
  }
  .small-lineup-item .information-title {
    font-size: 0.15rem;
    line-height: 1.6;
    margin-bottom: 0.12rem;
  }
  .small-lineup-item .information-text {
    font-size: 0.15rem;
  }
  .small-lineup-item .information-text span {
    text-underline-offset: 0.06rem;
  }
  .product-special {
    margin: 40px 10px;
    padding: 20px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  }
  .product-special .product-image {
    width: 52px;
  }
  .product-special .product-information {
    padding-left: 20px;
  }
  .product-special .information-title {
    font-size: 0.15rem;
    line-height: 1.6;
    margin-bottom: 7px;
    color: #fff;
    display: block;
  }
  .product-special .information-title::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../img/common/sp/icn_arrow_down_white_circle.png) center center/100% auto no-repeat;
    margin-left: 2px;
  }
  .product-special .information-text {
    font-size: 0.15rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .product-special .description-tag {
    border-radius: 3px;
    padding: 1px 4px 0;
    font-size: 0.16rem;
  }
  .product-special .description-text {
    font-size: 0.12rem;
    margin-left: 14px;
  }
  .block-common-product .block-product {
    position: relative;
    padding-bottom: 0.4rem;
  }
  .block-common-product .block-product:not(:last-child) {
    margin-bottom: 0.04rem;
  }
  .block-common-product .block-product .product-head {
    padding-top: 0.3rem;
  }
  .block-common-product .block-product .product-head::before {
    height: 100%;
  }
  .block-common-product .block-product .product-body {
    padding: 0 0.1rem;
  }
  .block-common-product .block-product .head-title {
    margin-bottom: 0.11rem;
  }
  .block-common-product .block-product .head-title::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .block-common-product .block-product .head-title .title-text {
    font-size: 0.19rem;
    padding-left: 0.1rem;
  }
  .block-common-product .block-product .head-title .title-above {
    font-size: 0.13rem;
    top: -0.22rem;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0.08rem;
  }
  .block-common-product .block-product .head-title .title-above::before, .block-common-product .block-product .head-title .title-above::after {
    background: url(../img/common/line_decor.png) center center/100% no-repeat;
    width: 0.07rem;
    height: 0.14rem;
    top: 0.02rem;
  }
  .block-common-product .block-product .head-title .title-above::before {
    left: -0.04rem;
  }
  .block-common-product .block-product .head-title .title-above::after {
    right: -0.04rem;
  }
  .block-common-product .block-product .head-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.35rem;
    padding: 0 0.2rem;
  }
  .block-common-product .block-product .is-receipt .head-title::before {
    background: url(../img/top/icn_receipt.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product .is-delivery .head-title::before {
    background: url(../img/top/icn_delivery.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product .is-bulk .head-title::before {
    background: url(../img/top/icn_bulk.png) center center/100% auto no-repeat;
  }
  .block-common-product .block-product .product-notice {
    margin: 0.4rem auto 0;
    position: relative;
  }
  .block-common-product .block-product .product-notice .notice-label {
    border-radius: 0.04rem;
    padding: 0.06rem 0.15rem;
    width: 2.7rem;
    margin: 0 auto 0.15rem;
    flex-shrink: 0;
    font-size: 0.15rem;
    line-height: 1.6;
    text-align: center;
  }
  .block-common-product .block-product .product-notice .notice-text {
    font-size: 0.15rem;
    width: 100%;
    padding: 0 0.2rem;
    color: #fff;
    line-height: 1.75;
  }
  .block-common-product .block-product .product-notice .text-small {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-top: 0.1rem;
  }
  .block-common-product .product-list > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .block-common-product .product-item {
    height: 100%;
    border: 0.01rem solid #ebebeb;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.08);
  }
  .block-common-product .product-item .product-label {
    font-size: 0.14rem;
    line-height: 1.6;
    padding: 0.06rem 0.2rem;
  }
  .block-common-product .product-item .product-label .label-status {
    position: static;
    font-size: 0.14rem;
    height: 100%;
    text-align: center;
  }
  .block-common-product .product-item.has-status .product-label {
    padding: 0;
  }
  .block-common-product .product-item.has-status .product-label .label-text, .block-common-product .product-item.has-status .product-label .label-status {
    display: block;
    padding: 0.04rem 0.05rem;
  }
  .block-common-product .product-item .product-image {
    width: 0.87rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
  }
  .block-common-product .product-item .product-image img {
    width: 100%;
    height: auto;
  }
  .block-common-product .product-item .product-quality {
    width: 0.35rem;
    height: 0.35rem;
    font-size: 0.13rem;
  }
  .block-common-product .product-item .product-quality .icon {
    font-size: 0.09rem;
  }
  .block-common-product .product-item .product-information {
    width: 100%;
    padding-left: 0.25rem;
  }
  .block-common-product .product-item .item-head {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .block-common-product .product-item .item-body {
    display: flex;
    flex-direction: column;
  }
  .block-common-product .product-item .item-footer {
    width: 100%;
    order: -1;
    margin-bottom: 0.22rem;
  }
  .block-common-product .product-item .information-inner {
    width: 100%;
  }
  .block-common-product .product-item .information-inner .information-text {
    font-size: 0.12rem;
    display: inline-block;
  }
  .block-common-product .product-item .information-inner .information-text + .information-description {
    display: inline-block;
  }
  .block-common-product .product-item .information-inner .text-small {
    font-size: 0.14rem;
  }
  .block-common-product .product-item .information-text + .information-description {
    margin-top: -0.04rem;
  }
  .block-common-product .product-item .information-description + .information-text {
    margin-top: -0.1rem;
    font-size: 0.12rem;
    display: block;
    text-align: left;
  }
  .block-common-product .product-item .information-box {
    flex-shrink: 0;
    font-size: 0.14rem;
    border-radius: 0.03rem;
    padding: 0.02rem 0.09rem;
    margin-bottom: 0.07rem;
    display: inline-block;
  }
  .block-common-product .product-item .information-label {
    font-size: 0.11rem;
    margin-bottom: 0.01rem;
  }
  .block-common-product .product-item .information-title {
    font-size: 0.17rem;
    margin-bottom: 0.05rem;
  }
  .block-common-product .product-item .information-description {
    font-size: 0.12rem;
    margin-bottom: 0.08rem;
  }
  .block-common-product .product-item .information-description .number {
    font-size: 0.21rem;
    display: inline-block;
    margin-left: 0.07rem;
  }
  .block-common-product .product-item .information-description .unit {
    font-size: 0.12rem;
    margin-right: -0.03rem;
  }
  .block-common-product .product-item .information-tag {
    padding: 0 0.1rem;
    font-size: 0.14rem;
    border-radius: 0.04rem;
    display: inline-block;
  }
  .block-common-product .product-item .information-item {
    width: 100%;
  }
  .block-common-product .product-item .information-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .block-common-product .product-item .information-item .item-tag {
    font-size: 0.15rem;
    padding: 0.01rem 0.14rem;
    border-radius: 0.18rem;
  }
  .block-common-product .product-item .information-item .item-text {
    font-size: 0.14rem;
    padding-top: 0.08rem;
  }
  .block-common-product .product-item .information-item .item-text ul li .item-link {
    padding-left: 0.32rem;
  }
  .block-common-product .product-item .information-item .item-text .text-underline {
    text-underline-offset: 0.05rem;
  }
  .block-common-product .product-item .information-item .item-text .text-small {
    font-size: 0.13rem;
    margin-top: 0.04rem;
    padding-left: 0.03rem;
    display: inline-block;
  }
  .block-common-product .product-item .information-item .item-text .item-link {
    margin-top: 0;
  }
  .block-common-product .product-item .information-item .item-link {
    padding-left: 0.16rem;
    text-underline-offset: 0.05rem;
    display: block;
    margin-top: 0.04rem;
  }
  .block-common-product .product-item .information-item .item-link::before {
    width: 0.08rem;
    height: 0.13rem;
    background: url(../img/common/icn_arrow_right_black.png) center center/100% no-repeat;
  }
  .block-common-product .product-item .information-text {
    font-size: 0.13rem;
    margin-top: 0.13rem;
    display: block;
    text-align: right;
  }
  .block-common-product .product-item .item-inner {
    padding: 0.14rem 0.15rem 0.24rem;
  }
  .block-common-product .production-link {
    margin-top: 0.1rem;
    text-align: left;
    color: #fff;
    padding: 0 0.1rem;
  }
  .block-common-product .production-link .link-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
    color: #fff;
  }
  .block-common-product .button-primary {
    margin: 0 auto;
    display: block;
  }
}
.form-inner {
  opacity: 0;
  transition: all 0.3s;
}
.form-inner.is-show {
  opacity: 1;
}
.form-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-inner p {
  margin-bottom: 0;
}
.form-inner .order-text {
  color: #4a4744;
  font-weight: bold;
  text-align: right;
  font-size: 0.18rem;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .form-inner .order-text {
    font-weight: 600;
  }
}
.form-inner .order-tab {
  display: flex;
  position: relative;
  z-index: 1;
}
.form-inner .tab-bar {
  width: 50%;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.575;
  text-align: center;
  color: #4a4744;
  background: #e6e3de;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .form-inner .tab-bar {
    font-weight: 600;
  }
}
.form-inner .tab-bar:hover {
  background: #fff;
}
.form-inner .tab-bar.is-active {
  background: #fff;
}
.form-inner .tab-bar.is-order {
  border-color: #f4d244;
}
.form-inner .tab-bar.is-questions {
  border-color: #7c7c7c;
}
.form-inner .tab-content {
  display: none;
}
.form-inner .tab-content.is-active {
  display: block;
}
.form-inner .order-content {
  background: #fff;
  position: relative;
}
.form-inner .order-content::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
}
.form-inner .form-label {
  color: #4a4744;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .form-inner .form-label {
    font-weight: 600;
  }
}
.form-inner .form-label.is-required p::after {
  content: "必須";
  background: #cb4a39;
  color: #fff;
  position: relative;
  font-weight: 500;
}
.form-inner .content-row {
  width: 100%;
  display: flex;
}
.form-inner .form-input input,
.form-inner .form-input textarea,
.form-inner .form-input select {
  background: #f7f7f7;
  border: 1px solid #ddd;
  width: 100%;
  color: inherit;
}
.form-inner .form-input select {
  cursor: pointer;
}
.form-inner .form-input.is-select {
  position: relative;
}
.form-inner .form-input.is-select::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-inner .form-input .text-example {
  color: #888;
}
.form-inner .form-input .sub-label {
  color: #4a4744;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.form-inner .content-text {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.form-inner .content-text .text-notice {
  color: #cb4a39;
}
.form-inner .product-list {
  width: 100%;
}
.form-inner .product-list .product-item:first-child {
  border-top: 1px solid #e6e3de;
}
.form-inner .product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.96875;
  border-bottom: 1px solid #e6e3de;
}
.form-inner .product-item.is-active {
  background: #f2f9fc;
}
.form-inner .product-item .product-actions {
  display: flex;
  align-items: center;
}
.form-inner .product-item .actions-text {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .form-inner .product-item .actions-text {
    font-weight: 600;
  }
}
.form-inner .content-notice {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.575;
}
.form-inner .content-notice a {
  text-decoration: underline;
  color: #01472b;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .form-inner .content-notice a {
    font-weight: 600;
  }
}
.form-inner .box-title {
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #4a4744;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .form-inner .box-title {
    font-weight: 600;
  }
}
.form-inner .box-content {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #4a4744;
  height: 230px;
  overflow: auto;
}
.form-inner .box-content p:last-child {
  margin-bottom: 0;
}
.form-inner .form-confirm {
  text-align: center;
}
.form-inner .form-submit {
  text-align: center;
}
.form-inner .form-submit .button-primary {
  cursor: pointer;
  position: relative;
}
.form-inner .form-submit .button-primary::after {
  content: unset;
}
.form-inner .form-submit .button-primary input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.order-contact {
  text-align: center;
}
.order-contact:not(:last-child) {
  border-bottom: 1px solid #242220;
}
.order-contact .contact-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.order-contact .contact-phone {
  font-family: "Arial";
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  color: inherit;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .order-contact .contact-phone {
    font-weight: 600;
  }
}
.order-contact .contact-phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .form-inner .tab-bar {
    border-top: 5px solid;
    font-size: 0.24rem;
    padding: 20px 15px;
  }
  .form-inner .tab-bar.is-active {
    transform: translateY(-10px);
  }
  .form-inner .tab-bar.is-questions::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/common/icn_arrow_right_black_circle.png) center center/100% auto no-repeat;
    position: relative;
    top: 4px;
    margin-left: 15px;
  }
  .form-inner .order-content {
    padding: 80px 0 115px;
  }
  .form-inner .order-content::before {
    height: 20px;
    top: -11px;
  }
  .form-inner .order-text {
    margin-bottom: 20px;
  }
  .form-inner .tab-content {
    width: 1060px;
    margin: 0 auto;
  }
  .form-inner .form-row {
    display: flex;
  }
  .form-inner .form-row + .form-row {
    margin-top: 40px;
  }
  .form-inner .form-label {
    width: 100%;
    padding-right: 20px;
    font-size: 0.18rem;
  }
  .form-inner .form-label.is-required p::after {
    padding: 2px 6px;
    border-radius: 5px;
    margin-left: 8px;
    font-size: 0.13rem;
    top: -2px;
  }
  .is-safari .form-inner .form-label.is-required p::after {
    padding: 4px 6px 2px;
  }
  .form-inner .form-content {
    width: 840px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .form-inner .content-row:not(:first-of-type) {
    margin-top: 18px;
  }
  .form-inner .form-input {
    width: 328px;
  }
  .form-inner .form-input.is-medium {
    width: 169px;
  }
  .form-inner .form-input.is-small {
    width: 128px;
  }
  .form-inner .form-input.is-full {
    width: 100%;
    margin-right: 0 !important;
  }
  .form-inner .form-input:not(:last-child) {
    margin-right: 20px;
  }
  .form-inner .form-input input,
.form-inner .form-input select {
    height: 48px;
  }
  .form-inner .form-input input,
.form-inner .form-input select,
.form-inner .form-input textarea {
    font-size: 0.16rem;
    padding: 5px 18px;
    border-radius: 3px;
  }
  .form-inner .form-input.is-select select {
    padding-right: 25px;
    padding-left: 10px;
    text-align: center;
  }
  .form-inner .form-input.is-select::after {
    right: 11px;
    width: 8px;
    height: 7px;
    background: url(../img/common/icn_polygon_black_small.png) center center/100% auto no-repeat;
  }
  .form-inner .form-input .sub-label {
    font-size: 0.16rem;
    margin-bottom: 6px;
  }
  .form-inner .form-input.is-full + .form-input {
    margin-top: 20px;
  }
  .form-inner .product-item {
    padding: 9px 17px;
  }
  .form-inner .product-item .product-name {
    font-size: 0.16rem;
    font-weight: bold;
  }
  .form-inner .product-item .actions-text {
    font-size: 0.16rem;
    margin-right: 15px;
  }
  .form-inner .product-item .form-input {
    max-width: 66px;
  }
  .form-inner .product-item select {
    max-height: 44px;
  }
  .form-inner .content-notice {
    font-size: 0.16rem;
    margin-top: 21px;
  }
  .form-inner .content-notice ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  .form-inner .content-notice a {
    text-underline-offset: 4px;
  }
  .form-inner .box-notice {
    margin-top: 57px;
    margin-bottom: 66px;
  }
  .form-inner .box-title {
    font-size: 0.16rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .form-inner .box-content {
    border: 1px solid #dfdfdf;
    width: 820px;
    font-size: 0.14rem;
    padding: 24px 33px;
    margin: 0 auto;
  }
  .form-inner .box-content .content-label {
    margin-bottom: 20px;
  }
  .form-inner .box-content p + p {
    margin-bottom: 20px;
  }
  .form-inner .form-confirm {
    margin-bottom: 46px;
  }
  .form-inner .form-submit .button-primary {
    min-width: 430px;
    padding: 34px 20px;
    font-size: 0.22rem;
    max-height: 70px;
  }
  .form-inner .content-text {
    margin-top: 6px;
    font-size: 0.14rem;
  }
  .order-contact {
    width: 550px;
    margin: 72px auto 0;
    padding-bottom: 36px;
  }
  .order-contact:last-child {
    margin-top: 44px;
    padding-bottom: 0;
  }
  .order-contact:last-child .contact-text {
    margin-bottom: 0;
  }
  .order-contact .contact-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .order-contact .contact-phone {
    padding-left: 40px;
    font-size: 0.41rem;
  }
  .order-contact .contact-phone::before {
    width: 33px;
    height: 33px;
    background: url(../img/common/icn_phone.png) center center/100% no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-inner .order-tab {
    margin-bottom: 0.2rem;
    background: #fff;
    border: 0.01rem solid #e6e3de;
    padding: 0.04rem;
    border-radius: 0.26rem;
  }
  .form-inner .tab-bar {
    font-size: 0.15rem;
    padding: 0.1rem 0.2rem 0.09rem;
    border-radius: 0.26rem;
    background: #fff;
  }
  .form-inner .tab-bar.is-active {
    background: #01472b;
    color: #fff;
  }
  .form-inner .order-content {
    padding: 0.34rem 0.1rem 0.7rem;
    margin: 0 -0.1rem;
  }
  .form-inner .order-text {
    margin-bottom: 0.2rem;
  }
  .form-inner .tab-content {
    margin: 0 auto;
  }
  .form-inner .form-row + .form-row {
    margin-top: 0.33rem;
  }
  .form-inner .form-label {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    padding: 0 0.1rem;
  }
  .form-inner .form-label.is-required p::after {
    padding: 0.03rem 0.07rem 0.02rem 0.05rem;
    border-radius: 0.05rem;
    margin-left: 0.08rem;
    font-size: 0.13rem;
    top: -0.02rem;
  }
  .is-android .form-inner .form-label.is-required p::after {
    padding: 0.01rem 0.07rem 0.02rem 0.05rem;
  }
  .form-inner .form-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0.1rem;
  }
  .form-inner .content-row:not(:first-of-type) {
    margin-top: 0.09rem;
  }
  .form-inner .form-input {
    width: calc(50% - 0.035rem);
  }
  .form-inner .form-input.is-full, .form-inner .form-input.is-full-sm {
    width: 100%;
    margin-right: 0 !important;
  }
  .form-inner .form-input.is-radio {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .form-inner .form-input:not(:last-of-type) {
    margin-right: 0.07rem;
  }
  .form-inner .form-input input,
.form-inner .form-input select {
    height: 0.56rem;
  }
  .form-inner .form-input input,
.form-inner .form-input select,
.form-inner .form-input textarea {
    font-size: 0.16rem;
    padding: 0.04rem 0.18rem;
    border-radius: 0.03rem;
  }
  .form-inner .form-input.is-select select {
    padding: 0.03rem 0.2rem 0.06rem 0.1rem;
  }
  .form-inner .form-input.is-select::after {
    right: 0.08rem;
    width: 0.08rem;
    height: 0.07rem;
    top: calc(50% + 0.03rem);
    background: url(../img/common/icn_polygon_black_small.png) center center/100% auto no-repeat;
  }
  .form-inner .form-input .sub-label {
    font-size: 0.16rem;
    margin-bottom: 0.06rem;
  }
  .form-inner .form-input.is-full + .form-input {
    margin-top: 0.2rem;
  }
  .form-inner .product-list {
    min-width: 3.55rem;
    margin-left: -0.1rem;
  }
  .form-inner .product-item {
    padding: 0.05rem 0.1rem;
    align-items: flex-start;
  }
  .form-inner .product-item .product-name {
    font-size: 0.15rem;
    line-height: 1.6;
    width: 100%;
    padding: 0.05rem 0.2rem 0.05rem 0;
  }
  .form-inner .product-item .product-actions {
    min-width: 1rem;
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .form-inner .product-item .actions-text {
    font-size: 0.13rem;
    margin-right: 0.06rem;
  }
  .form-inner .product-item .form-input {
    max-width: 0.66rem;
    width: calc(50% + 0.12rem);
  }
  .form-inner .product-item select {
    max-height: 0.4rem;
    text-align: center;
  }
  .form-inner .content-notice {
    font-size: 0.14rem;
    line-height: 1.4;
    margin-top: 0.27rem;
  }
  .form-inner .content-notice a {
    text-underline-offset: 0.04rem;
  }
  .form-inner .content-notice ul li:not(:last-child) {
    margin-bottom: 0.06rem;
  }
  .form-inner .box-notice {
    margin-top: 0.57rem;
    margin-bottom: 0.43rem;
    padding: 0 0.1rem;
  }
  .form-inner .box-title {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .form-inner .box-content {
    border: 0.01rem solid #dfdfdf;
    font-size: 0.15rem;
    line-height: 1.75;
    padding: 0.26rem 0.1rem;
    margin: 0 auto;
    height: 1.94rem;
  }
  .form-inner .box-content .content-label {
    margin-bottom: 0.38rem;
  }
  .form-inner .box-content p + p {
    margin-bottom: 0.38rem;
  }
  .form-inner .form-confirm {
    margin-bottom: 0.46rem;
  }
  .form-inner .form-submit .button-primary {
    padding: 0.26rem 0.2rem;
    max-height: 50px;
  }
  .form-inner .content-text {
    margin-top: 0.03rem;
    font-size: 0.13rem;
  }
  .form-inner .content-text .text-notice {
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .order-contact {
    width: 3.28rem;
    margin: 0.36rem auto 0;
    padding-bottom: 0.13rem;
  }
  .order-contact:last-child {
    margin-top: 0.25rem;
    padding-bottom: 0;
  }
  .order-contact:last-child .contact-text {
    margin-bottom: 0;
  }
  .order-contact .contact-text {
    font-size: 0.14rem;
    line-height: 1.7;
    margin: 0 -0.15rem 0.08rem;
  }
  .order-contact .contact-phone {
    padding-left: 0.3rem;
    font-size: 0.27rem;
  }
  .order-contact .contact-phone::before {
    width: 0.23rem;
    height: 0.23rem;
    background: url(../img/common/icn_phone.png) center center/100% no-repeat;
  }
}
.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-radio .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 33px;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 30px;
    font-size: 0.16rem;
    min-height: 26px;
    display: block;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 26px;
    height: 26px;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    background: url(../img/common/icn_radio.png) center center/100% no-repeat;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    background: url(../img/common/icn_radio_checked.png) center center/100% no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 0.33rem;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 0.3rem;
    font-size: 0.15rem;
    min-height: 0.26rem;
    display: block;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 0.26rem;
    height: 0.26rem;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    background: url(../img/common/icn_radio.png) center center/100% no-repeat;
  }
  .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    background: url(../img/common/icn_radio_checked.png) center center/100% no-repeat;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  border: 1px solid #6e6e6e;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-right: 33px;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 47px;
    font-size: 0.16rem;
    min-height: 32px;
    display: block;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 32px;
    height: 32px;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    border-radius: 3px;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    background: url(../img/common/icn_checked.png) center center/80% no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-right: 0.33rem;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 0.42rem;
    font-size: 0.15rem;
    min-height: 0.32rem;
    display: flex;
    align-items: center;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 0.32rem;
    height: 0.32rem;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    border-radius: 0.03rem;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    background: url(../img/common/icn_checked.png) center center/80% no-repeat;
  }
}
.section-common-feature .point-list, .section-common-feature .small-product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-common-feature .point-list {
  counter-reset: point;
}
.section-common-feature .block-feature-crops {
  background: #e6e3de;
}
.section-common-feature .block-feature-crops .crops-title {
  color: #01472b;
}
.section-common-feature .block-feature-crops .crops-text {
  color: #4a4744;
}
.section-common-feature .block-feature-crops .crops-text p {
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.section-common-feature .block-feature-crops .crops-text .small-text {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-common-feature {
    padding: 60px 0 200px;
  }
  .section-common-feature .point-list {
    margin-bottom: 100px;
  }
  .section-common-feature .point-list > li:not(:last-child) {
    margin-bottom: 130px;
  }
  .section-common-feature .small-product-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .section-common-feature .small-product-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .section-common-feature .small-product-list li:nth-child(2n) {
    margin-right: 0;
  }
  .section-common-feature .small-product-item {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 34px 30px 34px 40px;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
  }
  .section-common-feature .small-product-item .item-image {
    width: 88px;
    flex-shrink: 0;
    margin-top: 5px;
  }
  .section-common-feature .small-product-item .item-information {
    width: 100%;
    padding-left: 35px;
  }
  .is-mac .section-common-feature .small-product-item .item-information {
    padding-left: 18px;
  }
  .section-common-feature .small-product-item .information-link {
    color: #01472b;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 0.22rem;
    padding-right: 37px;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  .section-common-feature .small-product-item .information-link::after {
    content: "";
    background: url(../img/common/icn_arrow_down_green_circle.png) center center/100% auto no-repeat;
    flex-shrink: 0;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .section-common-feature .small-product-item .information-text {
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 0.16rem;
  }
  .section-common-feature .small-product-item .information-text + .information-note {
    margin-top: 20px;
  }
  .section-common-feature .small-product-item .information-note {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-feature .small-product-item .information-note p {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .section-common-feature .small-product-item .information-note p:last-child {
    margin-right: 0;
  }
  .section-common-feature .small-product-item .note-tag {
    color: #01472b;
    border: 1px solid #01472b;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 0.16rem;
    border-radius: 4px;
    padding: 0 4px;
  }
  .section-common-feature .small-product-item .note-text {
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #4a4744;
    font-size: 0.14rem;
    line-height: 1.8285714286;
  }
  .section-common-feature .block-feature-crops {
    margin-top: 100px;
    padding: 108px 0;
  }
  .section-common-feature .block-feature-crops .wrapper {
    display: flex;
    align-items: center;
  }
  .section-common-feature .block-feature-crops .crops-image {
    width: 688px;
    flex-shrink: 0;
  }
  .section-common-feature .block-feature-crops .crops-information {
    width: 100%;
    padding-right: 50px;
    padding-left: 30px;
  }
  .section-common-feature .block-feature-crops .crops-title {
    font-size: 0.42rem;
    line-height: 1.4761904762;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .section-common-feature .block-feature-crops .crops-text {
    font-size: 0.16rem;
    line-height: 1.96875;
  }
  .section-common-feature .block-feature-crops .crops-text p {
    font-weight: bold;
  }
  .section-common-feature .block-feature-crops .crops-text .small-text {
    font-size: 0.14rem;
    line-height: 2.25;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature {
    padding: 0.45rem 0 0.7rem;
  }
  .section-common-feature .wrapper {
    padding: 0 0.2rem;
  }
  .section-common-feature .point-list {
    margin-bottom: 0.8rem;
  }
  .section-common-feature .point-list > li:not(:last-child) {
    margin-bottom: 0.68rem;
  }
  .section-common-feature .small-product-list li:not(:last-child) {
    margin-bottom: 0.09rem;
  }
  .section-common-feature .small-product-item {
    background: #fff;
    border: 0.01rem solid #ebebeb;
    padding: 0.2rem;
    border-radius: 0.06rem;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
  }
  .section-common-feature .small-product-item .item-image {
    width: 0.55rem;
    flex-shrink: 0;
  }
  .section-common-feature .small-product-item .item-image img {
    width: 100%;
    height: auto;
  }
  .section-common-feature .small-product-item .item-information {
    width: 100%;
    padding-left: 0.15rem;
  }
  .section-common-feature .small-product-item .information-link {
    color: #01472b;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    display: block;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .is-iphone .section-common-feature .small-product-item .information-link {
    font-weight: 600;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-link::after {
    content: "";
    background: url(../img/common/icn_arrow_down_green_circle.png) center center/100% auto no-repeat;
    flex-shrink: 0;
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    margin-left: 0.1rem;
    position: relative;
    top: 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-text {
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 0.15rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-text + .information-note {
    margin-top: 0.06rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-note {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-feature .small-product-item .information-note p {
    margin-right: 0.15rem;
    margin-bottom: 0;
  }
  .section-common-feature .small-product-item .information-note p:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .note-tag {
    color: #01472b;
    border: 0.01rem solid #01472b;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 0.16rem;
    border-radius: 0.04rem;
    padding: 0 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .is-iphone .section-common-feature .small-product-item .note-tag {
    font-weight: 600;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .note-text {
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #4a4744;
    font-size: 0.12rem;
    line-height: 1.8285714286;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .block-feature-crops {
    margin-top: 0.8rem;
    padding: 0.54rem 0 0.6rem;
  }
  .section-common-feature .block-feature-crops .crops-information {
    width: 100%;
    margin-bottom: 0.23rem;
  }
  .section-common-feature .block-feature-crops .crops-title {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-bottom: 0.18rem;
    font-weight: 600;
  }
  .is-android .section-common-feature .block-feature-crops .crops-title {
    font-weight: 700;
  }
  .section-common-feature .block-feature-crops .crops-image img {
    width: 100%;
  }
  .section-common-feature .block-feature-crops .crops-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .section-common-feature .block-feature-crops .crops-text .small-text {
    font-size: 0.12rem;
    line-height: 1.9833333333;
    margin-top: 0.06rem;
  }
}
.section-common-utility {
  position: relative;
}
.section-common-utility::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.section-common-utility .wrapper {
  position: relative;
  z-index: 1;
}
.section-common-utility .utility-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
  color: #4a4744;
}
.section-common-utility .utility-text .text-highlight {
  font-weight: bold;
  line-height: 1.9473684211;
  letter-spacing: 0.02em;
  color: #01472b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .utility-text .text-highlight {
    font-weight: 600;
  }
}
.section-common-utility .step-list, .section-common-utility .utility-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-common-utility .step-list {
  counter-reset: step;
}
.section-common-utility .step-list li {
  position: relative;
}
.section-common-utility .step-list li::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
.section-common-utility .step-list li:nth-child(3n)::after {
  content: unset;
}
.section-common-utility .step-item .item-inner {
  display: flex;
  align-items: center;
  background: #e6e3de;
}
.section-common-utility .step-item .item-image {
  flex-shrink: 0;
}
.section-common-utility .step-item .item-information {
  width: 100%;
}
.section-common-utility .step-item .information-label {
  color: #01472b;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .step-item .information-label {
    font-weight: 600;
  }
}
.section-common-utility .step-item .information-label::after {
  counter-increment: step;
  content: " " counter(step, decimal-leading-zero);
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.section-common-utility .step-item .information-title {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #4a4744;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .step-item .information-title {
    font-weight: 600;
  }
}
.section-common-utility .step-item .item-text {
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 0;
}
.section-common-utility .utility-item .item-label {
  background: #242220;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .utility-item .item-label {
    font-weight: 600;
  }
}
.section-common-utility .utility-item .item-content {
  color: #4a4744;
  line-height: 1.96875;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.section-common-utility .utility-item .item-content .text-green, .section-common-utility .utility-item .item-content .text-red {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .utility-item .item-content .text-green, .is-iphone .section-common-utility .utility-item .item-content .text-red {
    font-weight: 600;
  }
}
.section-common-utility .utility-item .item-content .text-green {
  color: #01472b;
  border-bottom: 1px dotted #01472b;
}
.section-common-utility .utility-item .item-content .text-red {
  color: #cb4a39;
}
.section-common-utility .utility-item .item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-common-utility .utility-item .item-content ul li {
  position: relative;
}
.section-common-utility .utility-item .item-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
}
.section-common-utility .utility-item .item-content p {
  margin-bottom: 0;
}
.section-common-utility .utility-item .item-content p + p {
  margin-top: 10px;
}
.section-common-utility .utility-link {
  text-align: center;
}
.section-common-utility .utility-link .button-primary {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-common-utility {
    padding: 374px 0 100px;
  }
  .section-common-utility::before {
    height: 504px;
    background: url(../img/common/utility_background.jpg) center center/cover no-repeat;
  }
  .section-common-utility::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 305px;
    right: calc(50% - 94px);
    background: #f4f1ec;
    height: 200px;
  }
  .section-common-utility .wrapper {
    width: 1415px;
  }
  .section-common-utility .title-secondary {
    margin-bottom: 38px;
    max-width: 800px;
  }
  .section-common-utility .utility-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 52px;
  }
  .section-common-utility .utility-text .text-highlight {
    font-size: 0.19rem;
    margin-bottom: 8px;
  }
  .section-common-utility .step-list, .section-common-utility .utility-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-utility .step-list {
    margin-bottom: 45px;
  }
  .section-common-utility .step-list > li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .section-common-utility .step-list > li::after {
    top: 80px;
    width: 15px;
    height: 23px;
    right: -9px;
    transform: translate(100%, -50%);
    background: url(../img/common/icn_polygon_yellow.png) center center/100% auto no-repeat;
  }
  .section-common-utility .step-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-common-utility .step-item {
    width: 100%;
  }
  .section-common-utility .step-item .item-inner {
    display: flex;
    align-items: unset;
    min-height: 160px;
    margin-bottom: 16px;
  }
  .section-common-utility .step-item .item-image {
    width: 160px;
    height: 100%;
  }
  .section-common-utility .step-item .item-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 30px 20px;
  }
  .section-common-utility .step-item .information-label {
    font-size: 0.16rem;
  }
  .section-common-utility .step-item .information-title {
    font-size: 0.2rem;
  }
  .section-common-utility .step-item .item-text {
    font-size: 0.15rem;
    font-weight: 500;
  }
  .section-common-utility .step-item .item-text-small {
    font-size: 0.14rem;
    margin-top: 10px;
  }
  .section-common-utility .utility-list {
    margin-bottom: 30px;
  }
  .section-common-utility .utility-list > li {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 30px;
  }
  .section-common-utility .utility-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .section-common-utility .utility-item {
    width: 100%;
  }
  .section-common-utility .utility-item .item-label {
    padding: 10px 20px;
    border-left: 11px solid #01472b;
    font-size: 0.24rem;
  }
  .section-common-utility .utility-item .item-content {
    font-size: 0.16rem;
    padding: 20px 30px;
  }
  .section-common-utility .utility-item .item-content ul li {
    padding-left: 32px;
  }
  .section-common-utility .utility-item .item-content ul li::before {
    width: 21px;
    height: 15px;
    background: url(../img/common/icn_list.png) center center/100% auto no-repeat;
    top: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-utility {
    padding: 2.14rem 0 0.6rem;
  }
  .section-common-utility::before {
    height: 2.62rem;
    background: url(../img/common/sp/utility_background.jpg) center center/cover no-repeat;
  }
  .section-common-utility .wrapper {
    background: #f4f1ec;
    margin: 0 0.1rem;
    padding-top: 0.24rem;
  }
  .section-common-utility .title-secondary {
    margin-bottom: 0.22rem;
    text-align: center;
  }
  .section-common-utility .title-secondary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
    justify-content: center;
    position: relative;
  }
  .section-common-utility .title-secondary .title-above::before {
    content: "";
    border-right: 0.01rem solid #01472b;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    width: unset;
  }
  .section-common-utility .title-secondary .title-text {
    font-size: 0.24rem;
    display: block;
  }
  .section-common-utility .utility-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.34rem;
  }
  .section-common-utility .utility-text .text-highlight {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
  }
  .section-common-utility .step-list {
    margin-bottom: 0.35rem;
  }
  .section-common-utility .step-list > li:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .section-common-utility .step-list > li::after {
    bottom: -0.22rem;
    width: 0.18rem;
    height: 0.12rem;
    right: 50%;
    transform: translate(50%, -50%);
    background: url(../img/common/sp/icn_polygon_down_yellow.png) center center/100% auto no-repeat;
  }
  .section-common-utility .step-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-common-utility .step-item {
    width: 100%;
  }
  .section-common-utility .step-item .item-inner {
    display: flex;
    height: 1rem;
    margin-bottom: 0.1rem;
  }
  .section-common-utility .step-item .item-image {
    width: 1rem;
    height: 100%;
  }
  .section-common-utility .step-item .item-information {
    padding: 0.2rem 0.15rem;
  }
  .section-common-utility .step-item .information-label {
    font-size: 0.16rem;
  }
  .section-common-utility .step-item .information-title {
    font-size: 0.17rem;
  }
  .section-common-utility .step-item .item-text {
    font-size: 0.15rem;
  }
  .section-common-utility .step-item .item-text-small {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .section-common-utility .utility-list {
    margin-bottom: 0.2rem;
  }
  .section-common-utility .utility-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-common-utility .utility-item {
    width: 100%;
  }
  .section-common-utility .utility-item .item-label {
    padding: 0.05rem 0.1rem 0.05rem 0.13rem;
    border-left: 0.07rem solid #01472b;
    font-size: 0.17rem;
    line-height: 1.8823529412;
  }
  .section-common-utility .utility-item .item-content {
    font-size: 0.15rem;
    padding: 0.14rem 0;
    line-height: 1.75;
  }
  .section-common-utility .utility-item .item-content ul li {
    padding-left: 0.32rem;
  }
  .section-common-utility .utility-item .item-content ul li:not(:last-child) {
    margin-bottom: 0.09rem;
  }
  .section-common-utility .utility-item .item-content ul li::before {
    width: 0.17rem;
    height: 0.12rem;
    background: url(../img/common/sp/icn_list.png) center center/100% auto no-repeat;
    top: 0.07rem;
  }
}
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual .keyvisual-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-keyvisual .keyvisual-slider .slider-item {
  width: 100%;
  height: 100%;
}
.section-top-keyvisual .keyvisual-slider .slick-list {
  height: 100%;
}
.section-top-keyvisual .wrapper {
  position: relative;
}
.section-top-keyvisual .keyvisual-information {
  color: #fff;
}
.section-top-keyvisual .keyvisual-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  letter-spacing: 0.08em;
}
.section-top-keyvisual .keyvisual-label .small-text {
  font-weight: 500;
  letter-spacing: normal;
}
.section-top-keyvisual .keyvisual-title {
  letter-spacing: 0.06em;
}
.section-top-keyvisual .keyvisual-text span {
  display: inline-block;
}
.section-top-keyvisual .keyvisual-image {
  position: relative;
  flex-shrink: 0;
}
.section-top-keyvisual .keyvisual-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.07;
}
.section-top-keyvisual .keyvisual-image img {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .wrapper {
    display: flex;
    align-items: flex-end;
    width: 1055px;
    padding-top: 8%;
    padding-bottom: 7.8%;
    padding-right: 92px;
    padding-left: 0;
  }
  .section-top-keyvisual .keyvisual-information {
    width: 100%;
    padding-right: 105px;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 323px;
  }
  .section-top-keyvisual .keyvisual-image::before {
    top: 38px;
    left: 25px;
    filter: blur(6px);
  }
  .section-top-keyvisual .keyvisual-label {
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .section-top-keyvisual .keyvisual-label .small-text {
    font-size: 0.2rem;
    margin-right: 9px;
    margin-bottom: 3px;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.63rem;
    font-weight: bold;
    line-height: 1.5555555556;
    margin-bottom: -12px;
  }
  .section-top-keyvisual .keyvisual-text {
    font-size: 0.25rem;
    font-weight: bold;
    margin-bottom: 86px;
  }
  .section-top-keyvisual .keyvisual-text span {
    margin-left: 15px;
    position: relative;
    top: 10px;
  }
  .section-top-keyvisual .list-text {
    margin-bottom: -12px;
  }
  .section-top-keyvisual .list-text li {
    width: 170px;
    height: 171px;
    font-size: 0.14rem;
    line-height: 1.5;
    font-weight: 600;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .section-top-keyvisual .list-text li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 100vh;
  }
  .section-top-keyvisual .wrapper {
    padding: 1.36rem 0.2rem 0;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 1.59rem;
    margin-top: 0.06rem;
  }
  .section-top-keyvisual .keyvisual-image::before {
    top: 0.04rem;
    left: 0.07rem;
    filter: blur(0.06rem);
  }
  .section-top-keyvisual .keyvisual-label {
    font-size: 0.17rem;
    padding-right: 0.24rem;
    margin-bottom: 0;
    font-weight: 600;
  }
  .is-android .section-top-keyvisual .keyvisual-label {
    font-weight: 700;
  }
  .section-top-keyvisual .keyvisual-label .small-text {
    font-size: 0.14rem;
    margin-bottom: 0.02rem;
    font-weight: 300;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.37rem;
    margin-bottom: 0.09rem;
    font-weight: bold;
  }
  .is-iphone .section-top-keyvisual .keyvisual-title {
    font-weight: 600;
  }
  .section-top-keyvisual .keyvisual-text {
    font-size: 0.12rem;
    margin-bottom: 0.28rem;
  }
  .section-top-keyvisual .keyvisual-text img {
    margin-bottom: -0.04rem;
  }
  .section-top-keyvisual .keyvisual-text span {
    display: block;
    font-weight: bold;
  }
  .is-iphone .section-top-keyvisual .keyvisual-text span {
    font-weight: 600;
  }
  .section-top-keyvisual .keyvisual-list {
    display: flex;
    margin: 0 -0.2rem;
    padding-left: 0.04rem;
  }
  .section-top-keyvisual .keyvisual-list .list-image {
    width: 2.01rem;
  }
  .section-top-keyvisual .keyvisual-list .list-image img {
    width: 100%;
    height: auto;
  }
  .section-top-keyvisual .keyvisual-list .keyvisual-image {
    width: 1.59rem;
    position: relative;
    left: -0.06rem;
    top: -0.5rem;
  }
  .section-top-keyvisual .keyvisual-list .keyvisual-image img {
    width: 100%;
    height: auto;
  }
}
.button-fixed {
  position: fixed;
  width: 100%;
  pointer-events: none;
  text-align: right;
  z-index: 10;
}
.button-fixed a {
  pointer-events: auto;
  display: inline-block;
  position: relative;
}
.button-fixed .button-close {
  display: block;
  cursor: pointer;
  pointer-events: auto;
  margin-left: auto;
}

@media print, (min-width: 768px) {
  .button-fixed {
    min-width: 1340px;
    bottom: 16px;
    padding: 0 15px;
  }
  .button-fixed .button-close {
    width: 18px;
    height: 18px;
    background: url(../img/common/icn_close.png) center center/100% no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-fixed {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .button-fixed a {
    width: 100%;
  }
  .button-fixed a img {
    width: 100%;
  }
  .button-fixed .button-close {
    top: -0.32rem;
    right: 0;
    width: 0.34rem;
    height: 0.32rem;
    background: url(../img/common/sp/icn_close.png) center center/100% no-repeat;
  }
}
.title-secondary {
  color: #01472b;
}
.title-secondary .title-above {
  font-family: "Avenir";
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
.title-secondary .title-above::before {
  content: "";
  border-bottom: 1px solid #01472b;
  flex-shrink: 0;
}
.title-secondary .title-text {
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .title-secondary .title-text {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  .title-secondary {
    margin-bottom: 20px;
  }
  .title-secondary .title-above {
    font-size: 0.16rem;
    margin-bottom: 11px;
  }
  .title-secondary .title-above::before {
    width: 30px;
    margin-right: 15px;
  }
  .title-secondary .title-text {
    font-size: 0.42rem;
  }
  .title-secondary .title-text.is-small {
    font-size: 0.3rem;
    display: inline-block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    margin-bottom: 0.12rem;
  }
  .title-secondary .title-above {
    font-size: 0.15rem;
    margin-bottom: 0.11rem;
  }
  .title-secondary .title-above::before {
    width: 0.2rem;
    margin-right: 0.12rem;
  }
  .title-secondary .title-text {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .is-android .title-secondary .title-text {
    font-weight: 700;
  }
  .title-secondary .title-text.is-small {
    font-size: 0.2rem;
    display: inline-block;
    margin-top: 0.03rem;
  }
}
.title-primary {
  color: #01472b;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .title-primary {
    font-weight: 600;
  }
}
.title-primary .title-above {
  font-family: "Avenir";
  position: relative;
  letter-spacing: 0.04em;
  display: block;
}
.title-primary .title-above::before {
  content: "";
  border-right: 1px solid #01472b;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 86px;
  }
  .title-primary .title-above {
    font-size: 0.16rem;
    padding-top: 35px;
    margin-bottom: 18px;
  }
  .title-primary .title-above::before {
    height: 30px;
  }
  .title-primary .title-text {
    font-size: 0.42rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.43rem;
  }
  .title-primary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
  }
  .title-primary .title-above::before {
    height: 0.2rem;
  }
  .title-primary .title-text {
    font-size: 0.24rem;
    display: block;
  }
}
.button-primary {
  color: #fff;
  background: #01472b;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .button-primary {
    font-weight: 600;
  }
}
.button-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .button-primary {
    font-size: 0.18rem;
    border-radius: 7px;
    padding: 15px 44px 15px 22px;
    min-width: 254px;
  }
  .button-primary.is-large {
    min-width: 400px;
    padding-left: 44px;
  }
  .button-primary::after {
    width: 11px;
    height: 19px;
    right: 15px;
    background: url(../img/common/icn_arrow_right_white.png) center center/11px auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    font-size: 0.16rem;
    border-radius: 0.07rem;
    padding: 0.14rem 0.3rem;
    width: 2.86rem;
    text-align: center;
  }
  .button-primary::after {
    width: 0.09rem;
    height: 0.16rem;
    right: 0.15rem;
    background: url(../img/common/icn_arrow_right_white.png) center center/0.09rem auto no-repeat;
  }
}
.button-secondary {
  background: #f4d244;
  color: #01472b;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .button-secondary {
    font-weight: 600;
  }
}
.button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .button-secondary {
    font-size: 0.18rem;
    width: 327px;
    padding: 15px 50px;
    border-radius: 7px;
  }
  .button-secondary::after {
    right: 20px;
    width: 19px;
    height: 11px;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% no-repeat;
  }
  .button-secondary.is-blank::after {
    width: 16px;
    height: 16px;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .button-secondary.is-right::after {
    width: 11px;
    height: 19px;
    background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary {
    font-size: 0.18rem;
    width: 3.06rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.07rem;
  }
  .button-secondary::after {
    right: 0.2rem;
    width: 0.19rem;
    height: 0.11rem;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% no-repeat;
  }
  .button-secondary.is-blank::after {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .button-secondary.is-right::after {
    width: 0.09rem;
    height: 0.16rem;
    background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.flow-tab .tab-bar, .flow-tab .tab-content, .flow-tab .step-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-tab .tab-bar {
  position: relative;
  z-index: 1;
}
.flow-tab .bar-item {
  background: #e6e3de;
  color: #4a4744;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 2.25;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .bar-item {
    font-weight: 600;
  }
}
.flow-tab .bar-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #000;
  opacity: 0.15;
}
.flow-tab .bar-item.is-active::before {
  content: unset;
}
.flow-tab .bar-item .tab-title {
  line-height: 1.575;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .bar-item .tab-title {
    font-weight: 600;
  }
}
.flow-tab .bar-item p {
  margin-bottom: 0;
}
.flow-tab .bar-item.is-receipt {
  border-color: #868d69;
}
.flow-tab .bar-item.is-receipt .tab-title {
  color: #868d69;
}
.flow-tab .bar-item.is-delivery {
  border-color: #537e6d;
}
.flow-tab .bar-item.is-delivery .tab-title {
  color: #537e6d;
}
.flow-tab .bar-item.is-bulk {
  border-color: #69685e;
}
.flow-tab .bar-item.is-bulk .tab-title {
  color: #69685e;
}
.flow-tab .bar-item.is-active {
  background: #fff;
}
.flow-tab .tab-content {
  background: #fff;
  position: relative;
}
.flow-tab .tab-content::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
}
.flow-tab .tab-content .content-item {
  display: none;
}
.flow-tab .tab-content .content-item.is-active {
  display: block;
}
.flow-tab .content-title {
  color: #4a4744;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .content-title {
    font-weight: 600;
  }
}
.flow-tab .content-title::before {
  content: "";
  flex-shrink: 0;
}
.flow-tab .content-title.is-receipt::before {
  background: url(../img/order/icn_receipt_black.png) center center/100% auto no-repeat;
}
.flow-tab .content-title.is-delivery::before {
  background: url(../img/order/icn_delivery_black.png) center center/100% auto no-repeat;
}
.flow-tab .content-title.is-bulk::before {
  background: url(../img/order/icn_bulk_black.png) center center/100% auto no-repeat;
}
.flow-tab .content-title .title-text {
  position: relative;
}
.flow-tab .content-title .title-above {
  position: absolute;
}
.flow-tab .content-title .title-above::before, .flow-tab .content-title .title-above::after {
  content: "";
  position: absolute;
}
.flow-tab .content-title .title-above::after {
  transform: scaleX(-1);
}
.flow-tab .content-text {
  letter-spacing: 0.02em;
  color: #4a4744;
}
.flow-tab .content-button {
  text-align: center;
}
.flow-tab .step-list {
  counter-reset: step;
}
.flow-tab .step-list li {
  position: relative;
}
.flow-tab .step-list li::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
.flow-tab .step-list li:nth-child(3n)::after, .flow-tab .step-list li:last-child::after {
  content: unset;
}
.flow-tab .step-item {
  background: #F7F7F7;
  width: 100%;
}
.flow-tab .step-item .information-label {
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #01472b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .step-item .information-label {
    font-weight: 600;
  }
}
.flow-tab .step-item .information-label::after {
  counter-increment: step;
  content: " " counter(step, decimal-leading-zero);
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.flow-tab .step-item .information-title {
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .step-item .information-title {
    font-weight: 600;
  }
}
.flow-tab .step-item .information-text {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.flow-tab .step-item .information-text .text-strong {
  font-weight: bold;
}
.flow-tab .step-item .information-text p {
  margin-bottom: 0;
}
.flow-tab .step-item .information-text a {
  color: #000 !important;
}
.flow-tab .step-title {
  color: #01472b;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .step-title {
    font-weight: 600;
  }
}
.flow-tab .method-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-tab .method-item .method-title {
  color: #01472b;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .method-item .method-title {
    font-weight: 600;
  }
}
.flow-tab .method-item .method-text {
  letter-spacing: 0.02em;
  color: #4a4744;
}
.flow-tab .method-item .method-text .txt-left {
  text-align: left;
}
.flow-tab .method-item .method-text p {
  margin-bottom: 0;
}
.flow-tab .method-item .method-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-tab .method-item .method-text a {
  color: #4a4744;
}
.flow-tab .method-item .method-link {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #4a4744;
  text-decoration: underline;
}
.flow-tab .method-item .head-box {
  background: #f7edec;
  color: #cb4a39;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .method-item .head-box {
    font-weight: 600;
  }
}
.flow-tab .method-item .body-box {
  font-weight: 500;
  color: #4a4744;
}
.flow-tab .method-item .body-box p {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.flow-tab .method-item .special-list {
  text-align: center !important;
}
.flow-tab .method-item .special-list span {
  display: block;
}
.flow-tab .method-item .special-list .item-label {
  background: #242220;
  color: #fff;
}
.flow-tab .method-item .special-list .item-text {
  background: #f8f8f5;
  color: #01472b;
}
.flow-tab .product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-tab .product-item {
  display: flex;
  border: 1px solid #ebebeb;
  position: relative;
}
.flow-tab .product-item .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #242220;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .product-item .product-tag {
    font-weight: 600;
  }
}
.flow-tab .product-item .product-image {
  flex-shrink: 0;
  position: relative;
}
.flow-tab .product-item .product-quality {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: #01472b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-tab .product-item .product-information {
  width: 100%;
}
.flow-tab .product-item .information-label {
  color: #9b9b9b;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .product-item .information-label {
    font-weight: 600;
  }
}
.flow-tab .product-item .information-title {
  color: #01472b;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .product-item .information-title {
    font-weight: 600;
  }
}
.flow-tab .product-item .information-text {
  color: #4a4744;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .flow-tab .product-item .information-text {
    font-weight: 600;
  }
}
.flow-tab .product-item .information-text .number {
  font-family: "Arial";
  font-weight: 400;
}

@media print, (min-width: 768px) {
  .flow-tab {
    margin-bottom: 60px;
  }
  .flow-tab .tab-bar {
    display: flex;
  }
  .flow-tab .tab-bar li {
    width: 33.3333333333%;
  }
  .flow-tab .bar-item {
    padding: 10px 20px 4px;
    text-align: center;
    font-size: 0.14rem;
    border-top: 5px solid;
    cursor: pointer;
  }
  .flow-tab .bar-item .tab-title {
    font-size: 0.2rem;
    margin-bottom: -4px;
  }
  .flow-tab .bar-item.is-active {
    transform: translateY(-10px);
  }
  .flow-tab .tab-content::before {
    height: 10px;
    top: -10px;
  }
  .flow-tab .content-title {
    margin-bottom: 20px;
  }
  .flow-tab .content-title::before {
    width: 82px;
    height: 82px;
  }
  .flow-tab .content-title .title-text {
    font-size: 0.33rem;
    padding-left: 18px;
  }
  .flow-tab .content-title .title-above {
    font-size: 0.14rem;
    top: -27px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    padding: 0 8px;
  }
  .flow-tab .content-title .title-above::before, .flow-tab .content-title .title-above::after {
    background: url(../img/common/line_decor_02.png) center center/100% no-repeat;
    width: 7px;
    height: 14px;
    top: 2px;
  }
  .flow-tab .content-title .title-above::before {
    left: -4px;
  }
  .flow-tab .content-title .title-above::after {
    right: -4px;
  }
  .flow-tab .content-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
    margin-bottom: 52px;
    text-align: center;
  }
  .flow-tab .content-item {
    padding: 60px 30px 36px;
  }
  .flow-tab .content-button {
    margin-top: 114px;
  }
  .flow-tab .content-button .content-text {
    margin-bottom: 30px;
  }
  .flow-tab .step-list {
    display: flex;
    flex-wrap: wrap;
  }
  .flow-tab .step-list li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .flow-tab .step-list li::after {
    top: 50%;
    width: 15px;
    height: 23px;
    right: -9px;
    transform: translate(100%, -50%);
    background: url(../img/common/icn_polygon_yellow.png) center center/100% auto no-repeat;
  }
  .flow-tab .step-list li:nth-child(3n) {
    margin-right: 0;
  }
  .flow-tab .step-item {
    display: flex;
    height: 100%;
    padding: 25px 15px;
  }
  .flow-tab .step-item .item-image {
    width: 85px;
    flex-shrink: 0;
  }
  .flow-tab .step-item .item-information {
    width: 100%;
    padding-left: 14px;
    padding-top: 4px;
  }
  .flow-tab .step-item .information-label {
    font-size: 0.16rem;
  }
  .flow-tab .step-item .information-title {
    font-size: 0.18rem;
    margin-bottom: 12px;
  }
  .flow-tab .step-item .information-text {
    font-size: 0.16rem;
  }
  .flow-tab .step-item .information-text p + p {
    margin-top: 7px;
  }
  .flow-tab .step-item .button-secondary {
    font-size: 0.16rem;
    text-align: left;
    max-width: 190px;
    padding: 10px 20px;
    margin-top: 10px;
  }
  .flow-tab .step-item .button-secondary::after {
    right: 10px;
    width: 12px;
    height: 7px;
  }
  .flow-tab .step-title {
    font-size: 0.3rem;
    margin-bottom: 54px;
    text-align: center;
  }
  .flow-tab .method-list {
    border: 1px solid #707070;
    width: 1220px;
    margin: 90px auto 0;
    padding: 94px 20px 74px;
  }
  .flow-tab .method-list > li:not(:last-child) {
    margin-bottom: 52px;
  }
  .flow-tab .method-list > li:not(:last-child) .method-item {
    padding-bottom: 60px;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #01472b;
  }
  .flow-tab .method-item {
    text-align: center;
    max-width: 938px;
    margin: 0 auto;
  }
  .flow-tab .method-item .method-title {
    font-size: 0.3rem;
    margin-bottom: 24px;
  }
  .flow-tab .method-item .method-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
    margin-bottom: 15px;
  }
  .flow-tab .method-item .method-text ul, .flow-tab .method-item .method-text .txt-left {
    width: 730px;
    margin: 0 auto;
  }
  .flow-tab .method-item .method-text ul {
    margin-bottom: 15px;
    text-align: left;
  }
  .flow-tab .method-item .method-text .small-text {
    font-size: 0.14rem;
  }
  .flow-tab .method-item .method-link {
    font-size: 0.15rem;
    text-underline-offset: 4px;
  }
  .flow-tab .method-item .method-box {
    width: 509px;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 32px;
  }
  .flow-tab .method-item .head-box {
    padding: 17px 20px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .flow-tab .method-item .body-box {
    padding: 20px 25px 30px;
    text-align: left;
    font-size: 0.16rem;
    line-height: 1.96875;
  }
  .flow-tab .method-item .body-box p {
    margin-bottom: 0;
    letter-spacing: 0.02em;
  }
  .flow-tab .method-item .body-box .small-text {
    font-size: 0.14rem;
    line-height: 2.25;
  }
  .flow-tab .method-item .special-list {
    width: 700px !important;
    margin-top: 34px !important;
    margin-bottom: 20px !important;
  }
  .flow-tab .method-item .special-list li {
    display: flex;
  }
  .flow-tab .method-item .special-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .flow-tab .method-item .special-list span {
    padding: 12px 10px;
  }
  .flow-tab .method-item .special-list .item-label {
    width: 278px;
    flex-shrink: 0;
  }
  .flow-tab .method-item .special-list .item-text {
    width: 100%;
  }
  .flow-tab .product-list {
    margin-bottom: 114px;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .flow-tab .product-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .flow-tab .product-list li:nth-child(2n) {
    margin-right: 0;
  }
  .flow-tab .is-full {
    width: 100% !important;
  }
  .flow-tab .is-full .product-item {
    width: 817px;
    margin: 0 auto;
    padding: 50px 118px;
    align-items: center;
  }
  .flow-tab .is-full .product-item .product-information {
    padding-left: 60px;
  }
  .flow-tab .product-item {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #ebebeb;
    padding: 36px 52px;
    align-items: center;
  }
  .flow-tab .product-item.has-tag {
    padding-top: 100px;
  }
  .flow-tab .product-item .product-quality {
    width: 55px;
    height: 55px;
    font-size: 0.21rem;
  }
  .flow-tab .product-item .product-quality .icon {
    font-size: 0.14rem;
    position: relative;
    top: 2px;
  }
  .flow-tab .product-item .product-tag {
    padding: 12px 10px;
    max-height: 52px;
    font-size: 0.19rem;
    line-height: 1.5263157895;
  }
  .flow-tab .product-item .product-information {
    padding-left: 35px;
    width: calc(100% - 218px);
  }
  .flow-tab .product-item .information-label {
    font-size: 0.15rem;
    margin-bottom: 10px;
  }
  .flow-tab .product-item .information-title {
    font-size: 0.27rem;
    line-height: 1.3888888889;
    margin-bottom: 10px;
    margin-bottom: 2px;
  }
  .flow-tab .product-item .information-text {
    font-size: 0.16rem;
    margin-bottom: 25px;
  }
  .flow-tab .product-item .information-text .text {
    margin-right: 8px;
  }
  .flow-tab .product-item .information-text .number {
    font-size: 0.27rem;
    display: inline-block;
  }
  .flow-tab .product-item .information-text .unit {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .flow-tab {
    margin-bottom: 0.38rem;
  }
  .flow-tab .bar-item {
    padding: 0.15rem 0.15rem 0.1rem;
    font-size: 0.15rem;
    border-left: 0.07rem solid;
    background: #fff;
  }
  .flow-tab .bar-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .flow-tab .bar-item .tab-title {
    font-size: 0.18rem;
    margin-bottom: -0.04rem;
  }
  .flow-tab .bar-item .tab-head {
    position: relative;
  }
  .flow-tab .bar-item .tab-head::before, .flow-tab .bar-item .tab-head::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 0.13rem;
    height: 0.13rem;
    transition: all 0.3s;
  }
  .flow-tab .bar-item .tab-head::after {
    background: url(../img/common/icn_minus.png) center center/100% auto no-repeat;
    opacity: 0;
  }
  .flow-tab .bar-item .tab-head::before {
    background: url(../img/common/icn_plus.png) center center/100% auto no-repeat;
    opacity: 1;
  }
  .flow-tab .bar-item .tab-head.is-active::after {
    opacity: 1;
  }
  .flow-tab .bar-item .tab-head.is-active::before {
    opacity: 0;
  }
  .flow-tab .tab-content {
    padding-top: 0.48rem;
  }
  .flow-tab .content-title {
    margin-bottom: 0.16rem;
  }
  .flow-tab .content-title::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .flow-tab .content-title .title-text {
    font-size: 0.19rem;
    padding-left: 0.1rem;
  }
  .flow-tab .content-title .title-above {
    font-size: 0.13rem;
    top: -0.22rem;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0.08rem;
  }
  .flow-tab .content-title .title-above::before, .flow-tab .content-title .title-above::after {
    background: url(../img/common/line_decor_02.png) center center/100% no-repeat;
    width: 0.07rem;
    height: 0.14rem;
    top: 0.02rem;
  }
  .flow-tab .content-title .title-above::before {
    left: -0.04rem;
  }
  .flow-tab .content-title .title-above::after {
    right: -0.04rem;
  }
  .flow-tab .content-text {
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0.33rem !important;
  }
  .flow-tab .content-item {
    padding: 0.6rem 0.3rem 0.36rem;
  }
  .flow-tab .content-button {
    padding-bottom: 0.5rem;
  }
  .flow-tab .content-button .content-text {
    margin-bottom: 0.18rem !important;
    text-align: left;
  }
  .flow-tab .content-button .button-primary {
    padding: 0.08rem 0.3rem;
  }
  .flow-tab .step-list {
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
  }
  .flow-tab .step-list li:not(:last-child) {
    margin-bottom: 0.18rem;
  }
  .flow-tab .step-item {
    display: flex;
    padding: 0.11rem 0.1rem 0.22rem;
    position: relative;
  }
  .flow-tab .step-item .item-image {
    width: 0.5rem;
    flex-shrink: 0;
    position: absolute;
    top: 0.2rem;
    left: 0.1rem;
  }
  .flow-tab .step-item .information-label, .flow-tab .step-item .information-title {
    padding-left: 0.57rem;
  }
  .flow-tab .step-item .item-information {
    width: 100%;
    padding-left: 0.05rem;
    padding-top: 0.04rem;
  }
  .flow-tab .step-item .information-label {
    font-size: 0.15rem;
    margin-bottom: -0.12rem;
  }
  .flow-tab .step-item .information-title {
    font-size: 0.15rem;
    margin-bottom: 0.05rem;
  }
  .flow-tab .step-item .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .flow-tab .step-item .button-secondary {
    font-size: 0.15rem;
    width: 1.9rem;
    margin: 0.14rem auto 0;
    padding: 0.02rem 0.32rem;
    display: block;
  }
  .flow-tab .step-item .button-secondary::after {
    width: 0.14rem;
    height: 0.14rem;
    right: 0.1rem;
  }
  .flow-tab .step-title {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .flow-tab .button-primary {
    padding: 0.14rem 0.3rem;
  }
  .flow-tab .method-list {
    padding: 0.3rem 0 0.44rem;
  }
  .flow-tab .method-list > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .flow-tab .method-list > li:not(:last-child) .method-item {
    padding-bottom: 0.3rem;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #01472b;
  }
  .flow-tab .method-item .method-title {
    font-size: 0.17rem;
    line-height: 1.8823529412;
    margin-bottom: 0.06rem;
  }
  .flow-tab .method-item .method-text {
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 1.75;
  }
  .flow-tab .method-item .method-text ul {
    text-align: left;
    margin-bottom: 0.2rem;
  }
  .flow-tab .method-item .method-text .small-text {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    display: block;
  }
  .flow-tab .method-item .method-link {
    font-size: 0.15rem;
    text-underline-offset: 0.04rem;
    display: block;
    text-align: center;
    margin-top: 0.05rem;
  }
  .flow-tab .method-item .method-box {
    width: 2.93rem;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
    border-radius: 0.04rem;
    overflow: hidden;
    margin-top: 0.32rem;
  }
  .flow-tab .method-item .head-box {
    padding: 0.1rem 0.2rem;
    font-size: 0.15rem;
    line-height: 1.6;
    text-align: center;
  }
  .flow-tab .method-item .body-box {
    padding: 0.2rem 0.25rem 0.14rem;
    text-align: left;
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .flow-tab .method-item .body-box p + p {
    margin-top: 0.1rem;
  }
  .flow-tab .method-item .special-list {
    margin-top: 0.13rem !important;
    margin-bottom: 0.14rem !important;
  }
  .flow-tab .method-item .special-list li:not(:last-child) {
    margin-bottom: 0.12rem;
  }
  .flow-tab .method-item .special-list .item-label {
    padding: 0.03rem 0.1rem 0.02rem;
    font-size: 0.13rem;
  }
  .flow-tab .method-item .special-list .item-text {
    font-size: 0.14rem;
    line-height: 1.75;
    padding: 0.1rem;
  }
  .flow-tab .product-list {
    width: 100%;
    margin-bottom: 0.33rem;
  }
  .flow-tab .product-list li {
    width: 100%;
  }
  .flow-tab .product-list li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .flow-tab .product-item {
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.08);
    border: 1px solid #ebebeb;
    padding: 0.2rem 0.2rem 0.95rem;
    align-items: center;
    position: relative;
  }
  .flow-tab .product-item.has-tag {
    padding-top: 0.45rem;
  }
  .flow-tab .product-item .product-quality {
    width: 0.35rem;
    height: 0.35rem;
    font-size: 0.13rem;
  }
  .flow-tab .product-item .product-quality .icon {
    font-size: 0.09rem;
  }
  .flow-tab .product-item .product-tag {
    padding: 0 0.1rem;
    max-height: 0.28rem;
    font-size: 0.13rem;
  }
  .flow-tab .product-item .product-information {
    padding-left: 0.18rem;
  }
  .flow-tab .product-item .information-label {
    font-size: 0.11rem;
    margin-bottom: 0;
  }
  .flow-tab .product-item .information-title {
    font-size: 0.17rem;
    line-height: 1.5441176471;
    margin-bottom: -0.07rem;
  }
  .flow-tab .product-item .information-text {
    font-size: 0.12rem;
    margin-bottom: 0;
    display: block;
  }
  .flow-tab .product-item .information-text .text {
    margin-right: 0.08rem;
  }
  .flow-tab .product-item .information-text .number {
    font-size: 0.21rem;
    display: inline-block;
  }
  .flow-tab .product-item .information-text .unit {
    font-size: 0.12rem;
  }
  .flow-tab .product-item .button-secondary {
    position: absolute;
    bottom: 0.24rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0.4rem);
    padding: 0.1rem;
    max-height: 0.6rem;
  }
}
.point-item .information-label, .point-item .information-title {
  color: #01472b;
}
.point-item .information-label {
  letter-spacing: 0.04em;
}
.point-item .information-label::after {
  counter-increment: point;
  content: " " counter(point, decimal-leading-zero);
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.point-item .information-title {
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.point-item .information-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.95;
}
.point-item .information-list {
  color: #4a4744;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.75;
}

@media print, (min-width: 768px) {
  .point-item {
    display: flex;
    align-items: center;
  }
  .point-item .item-image {
    width: 715px;
    flex-shrink: 0;
  }
  .point-item .item-information {
    width: 100%;
    padding-left: 60px;
    padding-right: 55px;
  }
  .point-item .information-label, .point-item .information-title {
    font-weight: bold;
  }
  .point-item .information-label {
    font-size: 0.16rem;
    margin-bottom: 15px;
  }
  .point-item .information-title {
    font-size: 0.3rem;
    margin-bottom: 20px;
  }
  .point-item .information-title .is-separate {
    font-size: 0.2rem;
  }
  .point-item .information-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .point-item .information-text + .information-list {
    margin-top: -18px;
  }
  .point-item .information-list {
    font-size: 0.14rem;
    margin-bottom: 34px;
  }
  .point-item.is-versa {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767.98px) {
  .point-item .item-image {
    width: 3.38rem;
    margin: 0 auto 0.23rem;
  }
  .point-item .item-image img {
    width: 100%;
    height: auto;
  }
  .point-item .item-information {
    width: 100%;
  }
  .point-item .information-label, .point-item .information-title {
    font-weight: 600;
  }
  .is-android .point-item .information-label, .is-android .point-item .information-title {
    font-weight: 700;
  }
  .point-item .information-label {
    font-size: 0.15rem;
    margin-bottom: 0.07rem;
  }
  .point-item .information-title {
    font-size: 0.2rem;
    margin-bottom: 0.32rem;
    letter-spacing: -0.02em;
  }
  .point-item .information-title .is-separate {
    font-size: 0.14rem;
  }
  .point-item .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.34rem;
  }
  .point-item .information-text + .information-list {
    margin-top: -0.26rem;
  }
  .point-item .information-list {
    font-size: 0.14rem;
    margin-bottom: 0.34rem;
  }
  .point-item .button-primary {
    display: block;
    margin: 0 auto;
  }
  .point-item.is-versa {
    flex-direction: row-reverse;
  }
}
@media print, (min-width: 768px) {
  header {
    top: 30px;
  }
}
.section-top-about .block-about-problem .wrapper {
  background: #e6e3de;
}
.section-top-about .information-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.section-top-about .problem-title {
  color: #01472b;
  line-height: 1.5925925926;
}
.section-top-about .problem-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-top-about .problem-label {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  transform: translateY(50%);
  text-align: center;
  color: #01472b;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-about .problem-label {
    font-weight: 600;
  }
}
.section-top-about .problem-item {
  margin: 0 auto;
  text-align: center;
}
.section-top-about .problem-item .item-image {
  border-radius: 50%;
}
.section-top-about .problem-item .item-image img {
  width: 100%;
  border-radius: inherit;
}
.section-top-about .problem-item .item-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.section-top-about .problem-item .item-text span {
  color: #01472b;
}

@media print, (min-width: 768px) {
  .section-top-about {
    padding: 120px 0 60px;
  }
  .section-top-about .block-about {
    margin-bottom: 120px;
  }
  .section-top-about .block-about-problem .wrapper {
    padding: 85px 0 0;
  }
  .section-top-about .about-inner {
    display: flex;
    align-items: center;
  }
  .section-top-about .about-image {
    width: 710px;
    flex-shrink: 0;
  }
  .section-top-about .about-information {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
  }
  .section-top-about .information-text {
    font-size: 0.16rem;
    margin-bottom: 32px;
    font-weight: bold;
  }
  .section-top-about .problem-title {
    text-align: center;
    font-size: 0.27rem;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .section-top-about .problem-list {
    width: 82%;
    margin: 0 auto 35px;
  }
  .section-top-about .problem-list li {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .section-top-about .problem-item {
    width: 164px;
  }
  .section-top-about .problem-item .item-image {
    width: 154px;
    height: 154px;
    border: 2px solid #01472b;
    margin-bottom: 25px;
  }
  .section-top-about .problem-item .item-text {
    font-size: 0.16rem;
    font-weight: bold;
  }
  .section-top-about .problem-label {
    font-size: 0.23rem;
    max-width: 642px;
    padding: 10px 20px;
    border-radius: 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 0.54rem 0 0.6rem;
  }
  .section-top-about .block-about {
    margin-bottom: 0.7rem;
  }
  .section-top-about .block-about-problem .wrapper {
    padding: 0.48rem 0 0;
  }
  .section-top-about .about-image {
    width: 3.55rem;
    margin-bottom: 0.24rem;
  }
  .section-top-about .about-image img {
    width: 100%;
    height: auto;
  }
  .section-top-about .title-secondary {
    padding: 0 0.1rem;
  }
  .section-top-about .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
    padding: 0 0.1rem;
    margin-bottom: 0.34rem;
  }
  .section-top-about .problem-title {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.24rem;
    padding: 0 0.2rem;
  }
  .is-android .section-top-about .problem-title {
    font-weight: 700;
  }
  .section-top-about .problem-list {
    padding: 0 0.1rem;
    margin: 0 auto -0.25rem;
  }
  .section-top-about .problem-list li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.22rem;
  }
  .section-top-about .problem-item {
    display: flex;
  }
  .section-top-about .problem-item .item-image {
    width: 0.62rem;
    height: 0.62rem;
    flex-shrink: 0;
    border: 0.01rem solid #01472b;
  }
  .section-top-about .problem-item .item-text {
    font-size: 0.14rem;
    line-height: 1.6;
    width: 100%;
    padding-left: 0.08rem;
    text-align: left;
    font-weight: 600;
  }
  .is-android .section-top-about .problem-item .item-text {
    font-weight: 700;
  }
  .section-top-about .problem-label {
    font-size: 0.17rem;
    line-height: 1.5882352941;
    max-width: 3.35rem;
    padding: 0.14rem 0.2rem;
    border-radius: 0.42rem;
    position: relative;
  }
  .section-top-about .button-primary {
    margin: 0 auto;
    display: block;
  }
}
.section-top-product .product-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
}

@media print, (min-width: 768px) {
  .section-top-product {
    padding: 100px 0 50px;
  }
  .section-top-product .wrapper {
    border-top: 6px solid #c8a063;
    padding: 75px 0 120px;
    background: #fff url(../img/top/product_lineup_background.png) top center/100% auto no-repeat;
  }
  .section-top-product .title-primary {
    margin-bottom: 30px;
  }
  .section-top-product .product-text {
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-product {
    padding: 0.3rem 0;
  }
  .section-top-product .wrapper {
    padding-top: 0.22rem;
    border-top: 0.06rem solid #c8a063;
    background: #fff url(../img/top/sp/product_lineup_background.png) top center/100% auto no-repeat;
  }
  .section-top-product .title-primary {
    margin-bottom: 0.24rem;
  }
  .section-top-product .product-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.35rem;
    padding: 0 0.1rem;
  }
}
.section-top-flow .flow-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.section-top-flow .flow-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-flow {
    padding: 70px 0;
  }
  .section-top-flow .title-primary {
    margin-bottom: 30px;
  }
  .section-top-flow .flow-text {
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-flow {
    padding: 0.4rem 0 0.35rem;
  }
  .section-top-flow .title-primary {
    margin-bottom: 0.23rem;
  }
  .section-top-flow .flow-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.35rem;
    padding: 0 0.1rem;
  }
  .section-top-flow .flow-tab .step-list {
    display: none;
  }
  .section-top-flow .flow-tab .step-list.is-active {
    display: block;
  }
}
.section-top-access .access-information {
  width: 100%;
}
.section-top-access .access-map {
  flex-shrink: 0;
}
.section-top-access .access-map iframe {
  width: 100%;
  height: 100%;
}
.section-top-access .access-label {
  color: #01472b;
  font-weight: bold;
  line-height: 1.575;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-access .access-label {
    font-weight: 600;
  }
}
.section-top-access .information-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
  font-weight: 500;
  color: #4a4744;
}
.section-top-access .information-text p {
  margin-bottom: 0;
}
.section-top-access .access-link {
  color: #01472b;
  text-decoration: underline;
  letter-spacing: 0.02em;
  line-height: 1.96875;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-access .access-link {
    font-weight: 600;
  }
}
.section-top-access .access-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .section-top-access {
    padding: 108px 0 180px;
  }
  .section-top-access .wrapper {
    width: 1326px;
    display: flex;
  }
  .section-top-access .access-information {
    padding: 16px 50px 15px 0;
  }
  .section-top-access .access-map {
    width: 890px;
  }
  .section-top-access .title-secondary {
    margin-bottom: 40px;
  }
  .section-top-access .access-label {
    font-size: 0.2rem;
    margin-bottom: 14px;
    border-left: 8px solid #01472b;
    padding-left: 15px;
    line-height: 1.3;
  }
  .section-top-access .information-text {
    font-size: 0.16rem;
    margin-bottom: 40px;
  }
  .section-top-access .access-link {
    font-size: 0.16rem;
    text-underline-offset: 10px;
    padding-right: 20px;
    margin-top: 6px;
    display: inline-block;
  }
  .section-top-access .access-link::after {
    width: 16px;
    height: 16px;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-access {
    padding: 0.35rem 0 1.17rem;
    position: relative;
  }
  .section-top-access .wrapper {
    display: flex;
    flex-direction: column;
  }
  .section-top-access .title-secondary {
    margin-bottom: 0.22rem;
    padding-bottom: 3.2rem;
    text-align: center;
  }
  .section-top-access .title-secondary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
    justify-content: center;
    position: relative;
  }
  .section-top-access .title-secondary .title-above::before {
    content: "";
    border-right: 0.01rem solid #01472b;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    width: unset;
  }
  .section-top-access .title-secondary .title-text {
    font-size: 0.24rem;
    display: block;
  }
  .section-top-access .access-information {
    padding: 0 0.1rem;
  }
  .section-top-access .title-secondary {
    margin-bottom: 0.4rem;
  }
  .section-top-access .access-label {
    font-size: 0.18rem;
    margin-bottom: 0.09rem;
    border-left: 0.07rem solid #01472b;
    padding-left: 0.15rem;
    line-height: 1.3;
  }
  .section-top-access .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.25rem;
  }
  .section-top-access .access-link {
    font-size: 0.15rem;
    text-underline-offset: 0.1rem;
    padding-right: 0.2rem;
    margin-top: -0.03rem;
    display: block;
  }
  .section-top-access .access-link::after {
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .section-top-access .access-map {
    position: absolute;
    top: 1.55rem;
    left: 0;
    width: 100%;
    height: 3rem;
  }
}
.section-top-voice .title-primary {
  color: #fff;
}
.section-top-voice .title-primary .title-above::before {
  border-color: #fff;
}
.section-top-voice .voice-text {
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.section-top-voice .voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-top-voice .voice-item {
  color: #4a4744;
  background: #fff;
}
.section-top-voice .voice-item .user-name {
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-voice .voice-item .user-name {
    font-weight: 600;
  }
}
.section-top-voice .voice-item .item-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
  font-weight: 500;
  margin-bottom: 0;
}
.section-top-voice .voice-item .information-rating {
  position: relative;
}
.section-top-voice .voice-item .information-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--width);
  height: 100%;
  background: #01472b;
}
.section-top-voice .voice-item .information-rating img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.section-top-voice .voice-link {
  text-align: center;
}
.section-top-voice .voice-link .button-primary {
  background: #c8a063;
}

@media print, (min-width: 768px) {
  .section-top-voice {
    background: url(../img/top/voice_background.jpg) center center/cover no-repeat;
    padding: 118px 0 160px;
  }
  .section-top-voice .title-primary {
    margin-bottom: 40px;
  }
  .section-top-voice .voice-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 34px;
    text-align: center;
  }
  .section-top-voice .voice-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .section-top-voice .voice-list li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .section-top-voice .voice-list li:nth-child(3n) {
    margin-right: 0;
  }
  .section-top-voice .voice-item {
    border-radius: 8px;
    padding: 28px 40px;
    height: 100%;
  }
  .section-top-voice .voice-item .item-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .section-top-voice .voice-item .information-user {
    display: flex;
    align-items: center;
  }
  .section-top-voice .voice-item .user-avatar {
    width: 57px;
    height: 57px;
    flex-shrink: 0;
  }
  .section-top-voice .voice-item .user-name {
    width: 100%;
    padding-left: 15px;
    font-size: 0.16rem;
  }
  .section-top-voice .voice-item .item-text {
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .section-top-voice .voice-item .information-rating {
    width: 105px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-voice {
    background: url(../img/top/sp/voice_background.jpg) center center/cover no-repeat;
    padding: 0.6rem 0 0.7rem;
  }
  .section-top-voice .title-primary {
    margin-bottom: 0.24rem;
  }
  .section-top-voice .voice-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.28rem;
    padding: 0 0.1rem;
  }
  .section-top-voice .voice-list {
    margin-bottom: 0.38rem;
  }
  .section-top-voice .voice-list li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-top-voice .voice-item {
    border-radius: 0.08rem;
    padding: 0.2rem 0.2rem 0.26rem;
  }
  .section-top-voice .voice-item .item-information {
    margin-bottom: 0.14rem;
  }
  .section-top-voice .voice-item .information-rating {
    width: 1.05rem;
    margin-left: auto;
  }
  .section-top-voice .voice-item .information-user {
    display: flex;
    align-items: center;
  }
  .section-top-voice .voice-item .user-avatar {
    width: 0.5rem;
    height: 0.5rem;
    flex-shrink: 0;
  }
  .section-top-voice .voice-item .user-name {
    width: 100%;
    padding-left: 0.1rem;
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .section-top-voice .voice-item .item-text {
    font-size: 0.15rem;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.section-top-news {
  background: #e6e3de;
}
.section-top-news .news-list, .section-top-news .faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-top-news .news-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.96875;
}
.section-top-news .news-item .item-information p {
  margin-bottom: 0;
}
.section-top-news .news-item .item-information .information-date {
  font-weight: 500;
  color: #4a4744;
  display: inline-block;
}
.section-top-news .news-item .item-information .information-title {
  font-weight: bold;
  color: #4a4744;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-news .news-item .item-information .information-title {
    font-weight: 600;
  }
}
.section-top-news .news-item .item-information .information-tag {
  font-weight: bold;
  color: #01472b;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-news .news-item .item-information .information-tag {
    font-weight: 600;
  }
}
.section-top-news .news-item .item-information .information-tag li {
  display: inline-block;
}
.section-top-news .faq-list li:first-child .fag-item {
  border-top: 1px solid #01472b;
}
.section-top-news .fag-item {
  border-bottom: 1px solid #01472b;
}
.section-top-news .fag-item .item-question, .section-top-news .fag-item .item-answer {
  display: flex;
  position: relative;
}
.section-top-news .fag-item.is-active .item-answer {
  display: flex;
}
.section-top-news .fag-item .item-question {
  color: #01472b;
  position: relative;
  cursor: pointer;
}
.section-top-news .fag-item .item-question .item-text {
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-news .fag-item .item-question .item-text {
    font-weight: 600;
  }
}
.section-top-news .fag-item .item-question .item-text::before {
  content: "Q.";
  font-family: "Avenir";
  color: #01472b;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-news .fag-item .item-question .item-text::before {
    font-weight: bold;
  }
}
.section-top-news .fag-item .item-question::before, .section-top-news .fag-item .item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.section-top-news .fag-item .item-question::after {
  opacity: 0;
  background: url(../img/common/icn_minus.png) center center/100% auto no-repeat;
}
.section-top-news .fag-item .item-question::before {
  opacity: 1;
  background: url(../img/common/icn_plus.png) center center/100% auto no-repeat;
}
.section-top-news .fag-item .item-question.is-active::after {
  opacity: 1;
}
.section-top-news .fag-item .item-question.is-active::before {
  opacity: 0;
}
.section-top-news .fag-item .item-answer {
  display: none;
}
.section-top-news .fag-item .item-answer .item-text {
  font-weight: 500;
  position: relative;
}
.section-top-news .fag-item .item-answer .item-text a {
  color: inherit;
}
.section-top-news .fag-item .item-answer .item-text::before {
  content: "A.";
  font-family: "Avenir";
  color: #01472b;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.04em;
}
.section-top-news .fag-item .item-label {
  color: #01472b;
  font-weight: bold;
  flex-shrink: 0;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-news .fag-item .item-label {
    font-weight: 600;
  }
}
.section-top-news .fag-item .item-text {
  letter-spacing: 0.02em;
  line-height: 1.6;
  width: 100%;
  display: block;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 120px 0 115px;
    margin-top: 60px;
  }
  .section-top-news .wrapper {
    width: 1120px;
    display: flex;
  }
  .section-top-news .news-information {
    width: 100%;
  }
  .section-top-news .news-content {
    width: 600px;
    flex-shrink: 0;
  }
  .section-top-news .title-secondary {
    margin-bottom: 50px;
    margin-bottom: 40px;
  }
  .section-top-news .news-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .section-top-news .news-list > li:not(:last-child) {
    margin-bottom: 42px;
  }
  .section-top-news .news-item {
    display: flex;
    align-items: center;
  }
  .section-top-news .news-item .item-image {
    width: 190px;
    flex-shrink: 0;
  }
  .section-top-news .news-item .item-information {
    width: 100%;
    padding-left: 30px;
  }
  .section-top-news .news-item .item-information .information-date {
    font-size: 0.14rem;
    margin-bottom: 5px;
  }
  .section-top-news .news-item .item-information .information-title {
    font-size: 0.2rem;
    margin-bottom: 7px;
  }
  .section-top-news .news-item .item-information .information-tag {
    font-size: 0.15rem;
  }
  .section-top-news .news-item .item-information .information-tag li:not(:last-child) {
    margin-right: 10px;
  }
  .section-top-news .fag-item .item-question {
    padding: 25px 30px 25px 12px;
  }
  .section-top-news .fag-item .item-question .item-text::before {
    font-size: 0.2rem;
  }
  .section-top-news .fag-item .item-question::before, .section-top-news .fag-item .item-question::after {
    right: 7px;
    width: 13px;
    height: 13px;
  }
  .section-top-news .fag-item .item-question::before::before, .section-top-news .fag-item .item-question::after::before {
    background: url(../img/common/icn_plus.png) center center/100% auto no-repeat;
  }
  .section-top-news .fag-item .item-question::before::after, .section-top-news .fag-item .item-question::after::after {
    background: url(../img/common/icn_minus.png) center center/100% auto no-repeat;
  }
  .section-top-news .fag-item .item-answer {
    padding-bottom: 25px;
    padding-left: 12px;
  }
  .section-top-news .fag-item .item-answer .item-text::before {
    font-size: 0.2rem;
  }
  .section-top-news .fag-item .item-label {
    font-size: 0.2rem;
    top: 0;
    left: 0;
  }
  .section-top-news .fag-item .item-text {
    font-size: 0.16rem;
    padding-top: 2px;
    padding-left: 40px;
  }
  .section-top-news + .section-top-news {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.6rem 0 0.7rem;
    margin-top: 0.2rem;
  }
  .section-top-news .news-information {
    width: 100%;
  }
  .section-top-news .news-content {
    margin-bottom: 0.4rem;
  }
  .section-top-news .title-secondary {
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .section-top-news .title-secondary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
    justify-content: center;
    position: relative;
  }
  .section-top-news .title-secondary .title-above::before {
    content: "";
    border-right: 0.01rem solid #01472b;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    width: unset;
  }
  .section-top-news .title-secondary .title-text {
    font-size: 0.24rem;
    display: block;
  }
  .section-top-news .news-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
  }
  .section-top-news .news-list {
    margin: 0 -0.1rem;
  }
  .section-top-news .news-list .slick-slide {
    padding: 0 0.075rem;
    width: 3.05rem;
  }
  .section-top-news .news-list .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0.1rem 0 0;
    display: flex;
    justify-content: center;
  }
  .section-top-news .news-list .slick-dots li {
    position: relative;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #01472b;
    opacity: 0.3;
    margin: 0 0.06rem;
  }
  .section-top-news .news-list .slick-dots li.slick-active {
    opacity: 1;
  }
  .section-top-news .news-list .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-top-news .news-item {
    width: 2.9rem;
    margin: 0 auto;
  }
  .section-top-news .news-item .item-image {
    margin-bottom: 0.1rem;
  }
  .section-top-news .news-item .item-information {
    width: 100%;
  }
  .section-top-news .news-item .item-information .information-date {
    font-size: 0.13rem;
    line-height: 2;
    display: block;
  }
  .section-top-news .news-item .item-information .information-title {
    font-size: 0.15rem;
    margin-bottom: 0.02rem;
  }
  .section-top-news .news-item .item-information .information-tag {
    font-size: 0.14rem;
  }
  .section-top-news .news-item .item-information .information-tag li:not(:last-child) {
    margin-right: 0.1rem;
  }
  .section-top-news .fag-item .item-question {
    padding: 0.14rem 0.3rem 0.15rem 0.11rem;
  }
  .section-top-news .fag-item .item-question .item-text::before {
    top: -0.02rem;
    font-size: 0.2rem;
  }
  .section-top-news .fag-item .item-question::before, .section-top-news .fag-item .item-question::after {
    right: 0;
    width: 0.13rem;
    height: 0.13rem;
  }
  .section-top-news .fag-item .item-question::before::before, .section-top-news .fag-item .item-question::after::before {
    background: url(../img/common/icn_plus.png) center center/100% auto no-repeat;
  }
  .section-top-news .fag-item .item-question::before::after, .section-top-news .fag-item .item-question::after::after {
    background: url(../img/common/icn_minus.png) center center/100% auto no-repeat;
  }
  .section-top-news .fag-item .item-answer {
    padding-bottom: 0.15rem;
    padding-left: 0.11rem;
  }
  .section-top-news .fag-item .item-answer .item-text::before {
    font-size: 0.2rem;
  }
  .section-top-news .fag-item .item-label {
    font-size: 0.2rem;
    top: 0;
    left: 0;
  }
  .section-top-news .fag-item .item-text {
    font-size: 0.15rem;
    line-height: 1.75;
    padding-top: 0.02rem;
    padding-left: 0.32rem;
  }
  .button-primary {
    margin: 0 auto;
    display: block;
  }
  .section-top-news + .section-top-news {
    margin-top: 0.2rem;
  }
}
.section-top-order .order-title {
  font-weight: bold;
  text-align: center;
  color: #01472b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-top-order .order-title {
    font-weight: 600;
  }
}
.section-top-order .form-inner {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-top-order {
    padding: 190px 0 140px;
  }
  .section-top-order .order-title {
    font-size: 0.38rem;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-order {
    padding: 0.76rem 0 1.2rem;
  }
  .section-top-order .order-title {
    font-size: 0.24rem;
    margin-bottom: 0.28rem;
  }
}