@charset "UTF-8";
/*!
Theme Name: hama's
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

stylecreates is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
  margin: 0 0 2px 10px;
  padding: 4px;
}

img.alignleft {
  display: inline;
  margin: 0 10px 2px 0;
  padding: 4px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

main {
  display: block;
}

html {
  color: #121212;
  font-size: 62.5%;
}

body:not(br) {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  body:not(br) {
    font-size: 1.6em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
li,
th,
td,
a,
span,
address {
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
li,
th,
td,
a,
span,
address {
    line-height: 1.75;
  }
}

#l-footer {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  #l-footer {
    margin-bottom: 0;
  }
}

body {
  background-color: #fff8ea;
}

#l-main {
  display: block;
  overflow: hidden;
  width: 100%;
}
.l-wrapper {
  background-color: #fff8ea;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-bottom: 10rem;
  }
}

#l-main > .l-wrapper:first-child {
  margin-top: 7.6rem;
}
@media screen and (min-width: 992px) {
  #l-main > .l-wrapper:first-child {
    margin-top: 9.6rem;
  }
}
@media screen and (min-width: 1212px) {
  #l-main > .l-wrapper:first-child {
    margin-top: 11.5rem;
  }
}

.l-inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  width: 100%;
}

.w-xxl {
  max-width: 1852px;
}

.w-xl {
  max-width: 1212px;
}

.w-lg {
  max-width: 1012px;
}

.w-sm {
  max-width: 612px;
}

.breadcrumbs {
  font-size: 1.4rem;
  padding-bottom: 6rem;
  padding-top: 2rem;
}

.c-section-heading-mix,
.c-page-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.c-section-heading-mix .ja,
.c-page-heading .ja {
  color: #cc2236;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-heading-mix .ja,
.c-page-heading .ja {
    font-size: 4rem;
  }
}
.c-section-heading-mix .en,
.c-page-heading .en {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading-mix .en,
.c-page-heading .en {
    font-size: 2rem;
  }
}
.c-section-heading-mix .en:after,
.c-page-heading .en:after {
  background-image: -webkit-linear-gradient(left, #121212, #121212 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #121212, #121212 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}

.c-section-heading-reverse {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.c-section-heading-reverse .ja {
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-heading-reverse .ja {
    font-size: 4rem;
  }
}
.c-section-heading-reverse .en {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading-reverse .en {
    font-size: 2rem;
  }
}
.c-section-heading-reverse .en:after {
  background-image: -webkit-linear-gradient(left, #121212, #121212 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #121212, #121212 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}

.c-visual-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(204, 34, 54, 0.8);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  height: 260px;
  justify-content: center;
  position: relative;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .c-visual-heading {
    font-size: 3.2rem;
    height: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1212px) {
  .c-visual-heading {
    font-size: 4rem;
    height: 350px;
    width: 350px;
  }
}

.c-visual-heading::after {
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.c-main-visual {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-main-visual {
    padding-top: 9.6rem;
  }
}
@media screen and (min-width: 1212px) {
  .c-main-visual {
    padding-top: 11.5rem;
  }
}
.c-main-visual--top-page {
  background-image: url(assets/img/dst/common/top-visual-pc.jpg);
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 544px) {
  .c-main-visual--top-page {
    background-image: url(assets/img/dst/common/top-visual-pc.jpg);
  }
}
.c-main-visual--shop-page {
  background-image: url(assets/img/dst/common/shop-visual-pc.jpg);
  height: 500px;
}
@media screen and (min-width: 544px) {
  .c-main-visual--shop-page {
    background-image: url(assets/img/dst/common/shop-visual-pc.jpg);
  }
}
@media screen and (min-width: 992px) {
  .c-main-visual--shop-page {
    height: 700px;
  }
}
.c-main-visual--buy-posts-page {
  background-image: url(assets/img/dst/common/buy-visual-pc.jpg);
  height: 500px;
}
@media screen and (min-width: 544px) {
  .c-main-visual--buy-posts-page {
    background-image: url(assets/img/dst/common/buy-visual-pc.jpg);
  }
}
@media screen and (min-width: 992px) {
  .c-main-visual--buy-posts-page {
    height: 700px;
  }
}
.c-main-visual--contact-page {
  background-image: url(assets/img/dst/common/contact-visual-pc.jpg);
  height: 500px;
}
@media screen and (min-width: 544px) {
  .c-main-visual--contact-page {
    background-image: url(assets/img/dst/common/contact-visual-pc.jpg);
  }
}
@media screen and (min-width: 992px) {
  .c-main-visual--contact-page {
    height: 700px;
  }
}
.c-main-visual--application-page {
  background-image: url(assets/img/dst/common/application-visual-pc.jpg);
  height: 500px;
}
@media screen and (min-width: 544px) {
  .c-main-visual--application-page {
    background-image: url(assets/img/dst/common/application-visual-pc.jpg);
  }
}
@media screen and (min-width: 992px) {
  .c-main-visual--application-page {
    height: 700px;
  }
}

.c-pagenation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
.c-pagenation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.c-pagenation__body > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}
.c-pagenation__body li + li {
  margin-left: 1rem;
}
.c-pagenation__body > li.-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #cc2236;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}
.c-pagenation__prev > a, .c-pagenation__next > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}
.c-pagenation__prev {
  margin-right: 1rem;
}
.c-pagenation__next {
  margin-left: 1rem;
}
.c-pagenation .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}
.c-pagenation .page-numbers + .page-numbers {
  margin-left: 1rem;
}
.c-pagenation .page-numbers.current {
  background-color: #cc2236;
  color: #fff;
}

.navigation.post-navigation {
  padding-top: 6rem;
}
.navigation.post-navigation .screen-reader-text {
  display: none;
}
.navigation.post-navigation .nav-links {
  border-top: 1px solid #333;
  padding-top: 2rem;
}
.navigation.post-navigation .nav-links::after {
  clear: both;
  content: "";
  display: block;
}
.navigation.post-navigation .nav-previous {
  float: left;
  font-size: 1.4rem;
}
.navigation.post-navigation .nav-next {
  float: right;
  font-size: 1.4rem;
}

.pager_nav .pre {
  float: left;
}
.pager_nav .next {
  float: right;
}

.swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-backface-visibility: hidden;
  align-items: center;
  backface-visibility: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 597px;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    height: 880px;
  }
}
.swiper-slide__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 544px) {
  .swiper-slide__ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__ttl {
    font-size: 5rem;
  }
}

.swiper-slide.s1 {
  background-image: url(assets/img/dst/top/slide1-sp.jpg);
}
@media screen and (min-width: 768px) {
  .swiper-slide.s1 {
    background-image: url(assets/img/dst/top/slide1-pc.jpg);
  }
}

.swiper-slide.s2 {
  background-image: url(assets/img/dst/top/slide2-sp.jpg);
}
@media screen and (min-width: 768px) {
  .swiper-slide.s2 {
    background-image: url(assets/img/dst/top/slide2-pc.jpg);
  }
}

.c-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.c-btn--primary {
  background: #fff;
  border: 1px solid #cc2236;
  border-radius: 100px;
  color: #cc2236;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 280px;
  overflow: hidden;
  padding: 1.1rem 8.4rem;
  position: relative;
  z-index: 1;
}

.c-btn--primary::before {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  -webkit-transition: -webkit-transform ease 0.3s;
  background: #d6bf72;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 100%;
  z-index: -1;
}

.c-btn--primary:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-btn--primary:after {
  -webkit-transform: translateY(-50%);
  background-image: url(assets/img/dst/common/icon-btn-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  z-index: 1;
}

.c-btn--contact,
.c-btn--phone {
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 1.8rem;
  position: relative;
}
.c-btn--contact span,
.c-btn--phone span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: block;
  flex-grow: 1;
  margin-left: 32px;
  text-align: center;
}

.c-btn--contact {
  background-color: #13bf00;
}

.c-btn--phone {
  background-color: #cc2236;
}

.c-btn--contact::before,
.c-btn--phone::before {
  -webkit-transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.c-btn--contact::before {
  background-image: url(assets/img/dst/common/icon-balloon.svg);
}

.c-btn--phone::before {
  background-image: url(assets/img/dst/common/icon-phone.svg);
}

.c-btn--contact-footer {
  background-color: #fff;
  border-radius: 10px;
  color: #cc2236;
  font-size: 2.1rem;
  padding: 2.4rem 3.6rem;
}

.c-btn--contact-footer::before {
  background-image: url(assets/img/dst/common/icon-mail-r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  margin-right: 2.2rem;
  width: 40px;
}

.c-btn--submit-application {
  background: #cc2236;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.4rem 2.4rem;
}

.c-btn--submit-contact {
  background: #cc2236;
  color: #fff;
  font-size: 1.6rem;
  padding: 2.2rem 4rem;
}
@media screen and (min-width: 1212px) {
  .c-btn--submit-contact {
    padding: 2.2rem 8.4rem;
  }
}

.c-btn--back {
  background-color: #13bf00;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.1rem 2rem;
}

.c-btn--back::after {
  background-image: url(assets/img/dst/icon-circle-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  margin-left: 1rem;
  width: 19px;
}

.c-btn--send {
  background: #cc2236;
  color: #fff;
  font-size: 2rem;
  padding: 0.8rem 6.6rem;
  white-space: nowrap;
}

.c-btn--contact-fnav,
.c-btn--phone-fnav {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: space-evenly;
  padding: 1rem 1.8rem;
  position: relative;
}
@media screen and (min-width: 544px) {
  .c-btn--contact-fnav,
.c-btn--phone-fnav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-btn--contact-fnav {
  background-color: #13bf00;
}

.c-btn--phone-fnav {
  background-color: #cc2236;
  line-height: 1.4;
}

.c-btn--contact-fnav::before,
.c-btn--phone-fnav::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  width: 32px;
}
@media screen and (min-width: 544px) {
  .c-btn--contact-fnav::before,
.c-btn--phone-fnav::before {
    margin-right: 2rem;
  }
}

.c-btn--contact-fnav::before {
  background-image: url(assets/img/dst/common/icon-balloon.svg);
}

.c-btn--phone-fnav::before {
  background-image: url(assets/img/dst/common/icon-phone.svg);
}

.c-btn--buy-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  padding-bottom: 1rem;
}

.c-btn--buy-ttl:before,
.c-btn--buy-ttl:after {
  background-color: #121212;
  content: "";
  display: block;
  height: 20px;
  width: 4px;
}

.c-btn--buy-ttl:before {
  -webkit-transform: rotate(-45deg);
  margin-right: 2rem;
  transform: rotate(-45deg);
}

.c-btn--buy-ttl:after {
  -webkit-transform: rotate(45deg);
  margin-left: 2rem;
  transform: rotate(45deg);
}

.c-btn--buy {
  background: #cc2236;
  border-radius: 100px;
  max-width: 680px;
  overflow: hidden;
  padding: 1.7rem 6rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn--buy span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-hamburger {
  -webkit-box-shadow: 0 0 2rem transparent;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 2rem transparent;
  display: block;
  height: 28px;
  outline: none;
  position: fixed;
  right: 32px;
  top: 32px;
  transition: all 0.3s ease-in-out;
  width: 30px;
  z-index: 199999;
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__bar {
  -webkit-transition: inherit;
  background-color: #cc2236;
  display: block;
  height: 4px;
  position: relative;
  transition: inherit;
  width: 30px;
}
.c-hamburger__bar:before, .c-hamburger__bar:after {
  -webkit-transition: inherit;
  background-color: #cc2236;
  background-color: inherit;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: inherit;
  width: 30px;
}
.c-hamburger__bar:before {
  top: -12px;
}
.c-hamburger__bar:after {
  top: 12px;
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar:before, .c-hamburger[aria-expanded=true] > .c-hamburger__bar:after {
  background-color: #cc2236;
  top: 0;
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-scroll-button {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #121212;
  bottom: 190px;
  height: 40px;
  position: fixed;
  right: 16px;
  width: 40px;
  z-index: 999;
}
.c-scroll-button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.c-drawer {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.c-drawer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-drawer__item {
  color: #cc2236;
  font-size: 2rem;
}
.c-drawer__item + .c-drawer__item {
  margin-top: 4rem;
}

.c-f-nav {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .c-f-nav {
    display: none;
  }
}
.c-f-nav .c-btn {
  width: 50%;
}

.c-gnav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: none;
  flex-grow: 1;
  height: 100%;
  justify-content: flex-end;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .c-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 1212px) {
  .c-gnav__list {
    padding: 0 1rem;
  }
}
.c-gnav__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  padding: 0 1rem;
  position: relative;
}
@media screen and (min-width: 1212px) {
  .c-gnav__item {
    padding: 0 1.8rem;
  }
}
@media screen and (min-width: 1852px) {
  .c-gnav__item {
    padding: 0 3rem;
  }
}
.c-gnav__item > a,
.c-gnav__item > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #cc2236;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.c-gnav .c-btn + .c-btn {
  margin-left: 0.6rem;
}
@media screen and (min-width: 1212px) {
  .c-gnav .c-btn + .c-btn {
    margin-left: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .c-gnav .c-btn {
    min-width: 196px;
  }
}
.c-gnav .c-btn--phone {
  pointer-events: none;
}

.p-not-found__ttl {
  text-align: center;
}
.p-not-found__lead {
  font-size: 2rem;
  margin-top: 3.4rem;
  text-align: center;
}
.p-not-found__txt {
  margin-top: 4rem;
  text-align: center;
}
.p-not-found__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-application-form {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-application-form {
    padding-top: 7rem;
  }
}
.p-application-form__ttl {
  color: #cc2236;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-form__ttl {
    font-size: 2.4rem;
  }
}
.p-application-form__inner {
  padding-top: 4rem;
}
.p-application-form__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.p-application-form__row + .p-application-form__row {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-application-form__row + .p-application-form__row.policy {
    margin-top: 2.8rem;
  }
}
.p-application-form__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.p-application-form__label.bold {
  font-weight: bold;
}
.p-application-form__label + br {
  display: none;
}
.p-application-form input[type=text],
.p-application-form input[type=email],
.p-application-form textarea {
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1.6rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
.p-application-form input.no-border {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 0.7rem 0;
}
.p-application-form__label::after {
  -ms-flex-negative: 0;
  background-color: inherit;
  content: "";
  display: block;
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.5rem 0.6rem;
  text-align: center;
  width: 4rem;
}
.p-application-form__label.essential::after {
  background-color: #cc2236;
  color: #fff;
  content: "必須";
}
.p-application-form__label > a {
  font-weight: normal;
  margin-left: 2rem;
}
.p-application-form__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.p-application-form__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  justify-content: center;
  margin-top: 5rem;
  position: relative;
}
.p-application-form__btn input {
  -webkit-appearance: none;
}
.p-application-form__btn input + input {
  margin-left: 1.6rem;
}
.p-application-form__success {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.p-application-form__success-ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-form__success-ttl {
    font-size: 2.4rem;
  }
}
.p-application-form__txt:first-of-type {
  margin-bottom: 1em;
}
.p-application-form .mwform-checkbox-field-text {
  font-size: 1.6rem;
}
.p-application-form .mw_wp_form .error {
  display: inline-block;
  font-size: 1.6rem;
}
.p-application-form .mw_wp_form .p-contact-form__row.policy .error {
  display: inline-block;
}
@media screen and (min-width: 544px) {
  .p-application-form .mw_wp_form .p-contact-form__row.policy .error {
    margin-left: 1rem;
  }
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-application-form__link {
  display: none;
}

.p-application-page .c-section-heading-mix + *,
.p-application-page .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-application-page .c-section-heading-mix + *,
.p-application-page .c-page-heading + * {
    margin-top: 4rem;
  }
}
.p-application-page__lead {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-buy-post__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.p-buy-post__img-wrapper {
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .p-buy-post__img-wrapper {
    width: calc((100% - 20px) / 2);
  }
}
.p-buy-post__img {
  background-color: #fff;
  border: 1px solid #707070;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.p-buy-post__img-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -o-object-fit: cover;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  object-fit: cover;
  padding: 2.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-buy-post__img-inner img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-buy-post__contents {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post__contents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 2rem;
    margin-top: 0;
    width: calc((100% - 20px) / 2);
  }
}
.p-buy-post__label {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post__label {
    font-size: 2rem;
  }
}
.p-buy-post__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post__ttl {
    font-size: 3.2rem;
  }
}
.p-buy-post__price {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  margin-top: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.p-buy-post__price .price {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post__price .price {
    font-size: 2rem;
  }
}
.p-buy-post__price .num {
  font-size: 3rem;
  font-weight: bold;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .p-buy-post__price .num {
    font-size: 4rem;
  }
}
.p-buy-post__cat {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem -0.7rem 0;
  padding-top: 1rem;
}
.p-buy-post__cat > a {
  background-color: #fff;
  border: 1px solid #cc2236;
  color: #cc2236;
  display: block;
  font-size: 1.4rem;
  margin: 0.8rem 0.7rem 0;
  padding: 0.2rem 1rem;
}
.p-buy-post__txt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post__txt {
    margin-top: 3rem;
  }
}
.p-buy-post__btn {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post__btn {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1852px) {
  .p-buy-post__btn {
    margin-top: 12rem;
  }
}
.p-buy-post .p-line-contact {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-buy-post .p-line-contact {
    padding-top: 10rem;
  }
}

.p-buy-posts section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-buy-posts section {
    padding: 5rem 0;
  }
}
.p-buy-posts section:first-of-type {
  padding-top: 0;
}
.p-buy-posts section:last-of-type {
  padding-bottom: 0;
}
.p-buy-posts .c-section-heading-mix + *,
.p-buy-posts .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-buy-posts .c-section-heading-mix + *,
.p-buy-posts .c-page-heading + * {
    margin-top: 4rem;
  }
}
.p-buy-posts .p-line-contact {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-buy-posts .p-line-contact {
    padding-top: 10rem;
  }
}

.p-buy-top__lead {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-buy-top__lead {
    font-size: 2rem;
  }
}

.p-flow__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: -3rem;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__list {
    margin-top: 0;
  }
}
.p-flow__item {
  -ms-grid-columns: auto;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  display: -ms-grid;
  display: grid;
  gap: 0px 0px;
  grid-auto-columns: 1fr;
  grid-template-areas: "area1" "area2" "area3" "area4";
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    -ms-grid-columns: auto 0px 74px;
    -ms-grid-rows: auto 0px auto 0px 1fr;
    gap: 0px 0px;
    grid-auto-columns: 1fr;
    grid-template-areas: "area1 ." "area2 area4" "area3 .";
    grid-template-columns: auto 74px;
    grid-template-rows: auto auto 1fr;
    width: 50%;
  }
  .p-flow__item:not(:nth-child(2n+1)) {
    margin-left: 0%;
  }
  .p-flow__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-grid-columns: auto 0px 40px;
    -ms-grid-rows: auto 0px auto 0px 1fr;
    flex-grow: 1;
    gap: 0px 0px;
    grid-auto-columns: 1fr;
    grid-template-areas: "area1 ." "area2 area4" "area3 .";
    grid-template-columns: auto 40px;
    grid-template-rows: auto auto 1fr;
    margin-top: 0;
    width: 25%;
  }
  .p-flow__item:not(:nth-child(4n+1)) {
    margin-left: 0%;
  }
  .p-flow__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__item {
    -ms-grid-columns: auto 60px;
    grid-auto-columns: 1fr;
    grid-template-columns: auto 60px;
    width: 25%;
  }
  .p-flow__item:not(:nth-child(4n+1)) {
    margin-left: 0%;
  }
  .p-flow__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__item.item4 {
    -ms-grid-columns: auto;
    -ms-grid-rows: auto 0px auto 0px 1fr;
    gap: 0px 0px;
    grid-auto-columns: 1fr;
    grid-template-areas: "area1" "area2" "area3";
    grid-template-columns: auto;
    grid-template-rows: auto auto 1fr;
    width: 25%;
    width: calc(25% - 40px);
  }
  .p-flow__item.item4:not(:nth-child(4n+1)) {
    margin-left: 0%;
  }
  .p-flow__item.item4:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1212px) {
  .p-flow__item.item4 {
    width: calc(25% - 60px);
  }
}
.p-flow__contents-num {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  color: #cc2236;
  grid-area: area1;
}
.p-flow__contents-num .step {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-flow__contents-num .num {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.p-flow__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: area2;
  margin-top: 10px;
  width: 100%;
}
.p-flow__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__img img {
    width: 100%;
  }
}
.p-flow__arrow {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  grid-area: area4;
  justify-self: center;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-flow__arrow {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    align-self: center;
    justify-self: center;
    margin-top: 0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__arrow {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.p-flow__arrow img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-flow__arrow img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.p-flow__contents {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: area3;
  margin-top: 1rem;
}
@media screen and (min-width: 768px){
  .p-flow__contents-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow__img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-flow__arrow {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-flow__contents {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 992px){
  .p-flow__contents-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow__item.item4 > .p-flow__contents-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow__img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-flow__item.item4 > .p-flow__img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-flow__arrow {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-flow__contents {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-flow__item.item4 > .p-flow__contents {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.p-products__cat {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  margin-top: 2.4rem;
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-products__cat {
    margin-top: 9.6rem;
    padding-top: 3rem 0;
  }
}
.p-products__cat-list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-products__cat-list-ttl {
    font-size: 2rem;
  }
}
.p-products__cat-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 544px) {
  .p-products__cat-list {
    margin-top: -2rem;
  }
}
.p-products__cat-list .cat-item {
  margin-top: 1rem;
  width: calc(50% - 5px);
}
.p-products__cat-list .cat-item:not(:nth-child(2n+1)) {
  margin-left: 10px;
}
.p-products__cat-list .cat-item:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 544px) {
  .p-products__cat-list .cat-item {
    margin-top: 2rem;
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .p-products__cat-list .cat-item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .p-products__cat-list .cat-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-products__cat-list .cat-item {
    width: calc(25% - 15px);
  }
  .p-products__cat-list .cat-item:not(:nth-child(4n+1)) {
    margin-left: 20px;
  }
  .p-products__cat-list .cat-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.p-products .cat-item > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #cc2236;
  color: #cc2236;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.6rem 1.6rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-products .cat-item > a {
    padding: 1rem 1.6rem;
  }
}
.p-products .cat-item.current-cat > a {
  background-color: #cc2236;
  color: #fff;
}
.p-products__list-ttl {
  color: #cc2236;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-products__list-ttl {
    font-size: 2.4rem;
  }
}
.p-products__list {
  margin-top: -4rem;
  padding-top: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 544px) {
  .p-products__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -5rem;
    padding-top: 2rem;
  }
}
.p-products__item {
  margin-top: 4rem;
}
@media screen and (min-width: 544px) {
  .p-products__item {
    margin-top: 5rem;
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .p-products__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .p-products__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.p-products__img {
  background-color: #fff;
  border: 1px solid #707070;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.p-products__img-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -o-object-fit: cover;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  object-fit: cover;
  padding: 2.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-products__img-inner img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-products__item-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}
.p-products__item-price {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  margin-top: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-products__item-price {
    margin-top: 2rem;
    padding-top: 1rem;
  }
}
.p-products__item-price .price {
  font-size: 1.6rem;
}
.p-products__item-price .num {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .p-products__item-price .num {
    font-size: 2.4rem;
  }
}
.p-products__item-cat {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem -0.7rem 0;
  padding-top: 2rem;
}
.p-products__item-cat > a {
  background-color: #fff;
  border: 1px solid #cc2236;
  color: #cc2236;
  display: block;
  font-size: 1.4rem;
  margin: 0.8rem 0.7rem 0;
  padding: 0.2rem 1rem;
}
.p-products__none {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-products__none {
    font-size: 2.4rem;
    margin-top: 8rem;
  }
}

.p-contact-form {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    padding-top: 7rem;
  }
}
.p-contact-form__lead {
  display: table;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__lead {
    font-size: 2rem;
  }
}
.p-contact-form__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.p-contact-form__row + .p-contact-form__row {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__row + .p-contact-form__row.policy {
    margin-top: 2.8rem;
  }
}
.p-contact-form__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.p-contact-form__label + br {
  display: none;
}
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form textarea {
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1.6rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
.p-contact-form__label::after {
  -ms-flex-negative: 0;
  background-color: inherit;
  content: "";
  display: block;
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.5rem 0.6rem;
  text-align: center;
  width: 4rem;
}
.p-contact-form__label.essential::after {
  background-color: #cc2236;
  color: #fff;
  content: "必須";
}
.p-contact-form__label > a {
  font-weight: normal;
  margin-left: 2rem;
}
.p-contact-form__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.p-contact-form__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  justify-content: center;
  margin-top: 5rem;
  position: relative;
}
.p-contact-form__btn input {
  -webkit-appearance: none;
}
.p-contact-form__btn input + input {
  margin-left: 1.6rem;
}
.p-contact-form__success {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.p-contact-form__success-ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form__success-ttl {
    font-size: 2.4rem;
  }
}
.p-contact-form__txt:first-of-type {
  margin-bottom: 1em;
}
.p-contact-form .mwform-checkbox-field-text {
  font-size: 1.6rem;
}
.p-contact-form .mw_wp_form .error {
  display: inline-block;
  font-size: 1.6rem;
}
.p-contact-form .mw_wp_form .p-contact-form__row.policy .error {
  display: inline-block;
}
@media screen and (min-width: 544px) {
  .p-contact-form .mw_wp_form .p-contact-form__row.policy .error {
    margin-left: 1rem;
  }
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-contact-form__link {
  display: none;
}

.p-contact-page .c-section-heading-mix + *,
.p-contact-page .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page .c-section-heading-mix + *,
.p-contact-page .c-page-heading + * {
    margin-top: 4rem;
  }
}
.p-contact-page__lead {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-page__lead {
    font-size: 2rem;
  }
}

.p-f-map {
  background-color: #fafafa;
  padding: 4rem 0;
  width: 100%;
}
@media screen and (min-width: 1852px) {
  .p-f-map {
    padding: 6rem 0 9rem;
  }
}
.p-f-map__ttl {
  color: #cc2236;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-f-map__ttl {
    font-size: 1.8rem;
  }
}
.p-f-map__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-f-map__list {
    margin-top: 3.2rem;
  }
}
.p-f-map__item {
  position: relative;
  width: calc(50% - 5px);
}
.p-f-map__item:not(:nth-child(2n+1)) {
  margin-left: 10px;
}
.p-f-map__item:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 544px) {
  .p-f-map__item {
    width: calc(33.3333333333% - 8.6666666667px);
  }
  .p-f-map__item:not(:nth-child(3n+1)) {
    margin-left: 13px;
  }
  .p-f-map__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-f-map__item {
    width: calc(25% - 9.75px);
  }
  .p-f-map__item:not(:nth-child(4n+1)) {
    margin-left: 13px;
  }
  .p-f-map__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-f-map__item {
    width: calc(20% - 10.4px);
  }
  .p-f-map__item:not(:nth-child(5n+1)) {
    margin-left: 13px;
  }
  .p-f-map__item:nth-child(5n+1) {
    margin-left: 0;
  }
}
.p-f-map__item:nth-child(n+3) {
  margin-top: 4rem;
}
@media screen and (min-width: 544px) {
  .p-f-map__item:nth-child(n+3) {
    margin-top: 0;
  }
}
.p-f-map__item:nth-child(n+4) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__item:nth-child(n+4) {
    margin-top: 0;
  }
}
.p-f-map__item:nth-child(n+5) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__item:nth-child(n+5) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-f-map__item:nth-child(n+5) {
    margin-top: 0;
  }
}
.p-f-map__item-ttl {
  border-bottom: 1px solid #cc2236;
  display: block;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__item-ttl {
    padding-bottom: 1.5rem;
  }
}
.p-f-map a.p-f-map__item-ttl:hover {
  color: #454545;
}
.p-f-map__child-list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__child-list {
    margin-top: 2rem;
  }
}
.p-f-map__child-item {
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__child-item {
    margin-top: 0.4rem;
  }
}
.p-f-map__child-item a {
  line-height: 1.4;
}
.p-f-map__child-item:hover {
  color: #454545;
}

.p-f-overview {
  background: #121212;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .p-f-overview__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.p-f-overview__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-f-overview__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    align-items: center;
    flex-direction: row;
  }
}
.p-f-overview__logo {
  width: 160px;
}
@media screen and (min-width: 992px) {
  .p-f-overview__logo {
    width: 180px;
  }
}
.p-f-overview__logo img {
  display: block;
  width: 100%;
}
.p-f-overview__info {
  color: #fff;
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .p-f-overview__info {
    margin-left: 4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1212px) {
  .p-f-overview__info {
    margin-left: 8rem;
  }
}
@media screen and (min-width: 1852px) {
  .p-f-overview__info {
    margin-left: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .p-f-overview .c-btn {
    display: none;
  }
}

.p-footer__copyright {
  background-color: #cc2236;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0.7rem 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1.4rem;
    padding: 0.4rem 1.6rem;
  }
}

.p-header {
  position: fixed;
  top: 16px;
  width: 100%;
  z-index: 10000;
}
@media screen and (min-width: 1212px) {
  .p-header {
    top: 35px;
  }
}
.p-header__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 1.6rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-header__contents {
    height: 80px;
    padding: 1.5rem 1.6rem;
  }
}
@media screen and (min-width: 1212px) {
  .p-header__contents {
    padding: 1.5rem 1.6rem 1.5rem 2.6rem;
  }
}
.p-header__logo {
  font-size: 2rem;
  font-weight: bold;
  width: 106px;
}
@media screen and (min-width: 1212px) {
  .p-header__logo {
    width: 126px;
  }
}
.p-header__logo img {
  display: block;
  width: 100%;
}

.p-line-contact {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-line-contact {
    padding: 5rem 0;
  }
}
.p-line-contact__container {
  background-color: #fff;
  border: 4px solid #13bf00;
  border-radius: 20px;
  padding: 1.6rem;
}
@media screen and (min-width: 992px) {
  .p-line-contact__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-line-contact__contents-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-line-contact__contents {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .p-line-contact__contents {
    margin-left: 2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1212px) {
  .p-line-contact__contents {
    margin-left: 3rem;
  }
}
.p-line-contact__icon {
  text-align: center;
}
.p-line-contact__icon i {
  color: #13bf00;
  font-family: "Font Awesome 5 Brands";
  font-size: 11.4rem;
  font-style: normal;
  line-height: 1;
}
.p-line-contact__ttl {
  color: #13bf00;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line-contact__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-line-contact__ttl {
    font-size: 2.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1212px) {
  .p-line-contact__txt .u-xl-none {
    display: none;
  }
}
.p-line-contact__link {
  color: #13bf00;
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line-contact__link {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 992px) {
  .p-line-contact__link {
    text-align: left;
  }
}
.p-line-contact__link > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-line-contact__link > span::before {
  border-color: transparent transparent transparent #13bf00;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  content: "";
  display: block;
  height: 0;
  margin-right: 0.5rem;
  width: 0;
}
@media screen and (min-width: 992px) {
  .p-line-contact__qr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-line-contact__img {
  display: none;
  width: 106px;
}
@media screen and (min-width: 992px) {
  .p-line-contact__img {
    display: block;
    margin-left: 2rem;
  }
}
.p-line-contact__img img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.p-news-post__ttl {
  border-bottom: 1px solid #707070;
  color: #cc2236;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-news-post__ttl {
    font-size: 2.4rem;
    padding-bottom: 3rem;
  }
}
.p-news-post__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 980px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news-post__img {
    margin-top: 3rem;
  }
}
.p-news-post__img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.p-news-post__contents {
  padding-top: 2rem;
}
.p-news-post__contents img {
  display: block;
  max-width: 100%;
}
.p-news-post__date {
  font-size: 1.6rem;
}
.p-news-post__txt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news-post__txt {
    margin-top: 3rem;
  }
}
.p-news-post__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-post__btn {
    margin-top: 6rem;
  }
}

.p-news-posts .c-section-heading-mix + *,
.p-news-posts .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-posts .c-section-heading-mix + *,
.p-news-posts .c-page-heading + * {
    margin-top: 4rem;
  }
}
.p-news-posts__list {
  margin-top: -3.5rem;
  padding-top: 5rem;
  width: 100%;
}
@media screen and (min-width: 544px) {
  .p-news-posts__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5rem;
    padding-top: 7rem;
  }
}
.p-news-posts__item {
  margin-top: 3.5rem;
}
@media screen and (min-width: 544px) {
  .p-news-posts__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .p-news-posts__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .p-news-posts__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-news-posts__item {
    margin-top: 7.5rem;
  }
}
.p-news-posts__img {
  display: block;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.p-news-posts__img img {
  -o-object-fit: cover;
  -webkit-transition-duration: 0.2s;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  width: 100%;
}
.p-news-posts__contents {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: -5rem auto 0;
  padding: 1rem 1.6rem;
  position: relative;
  width: 84%;
}
@media screen and (min-width: 768px) {
  .p-news-posts__contents {
    padding: 2rem 3rem;
  }
}
.p-news-posts__item-ttl {
  color: #cc2236;
  font-weight: bold;
  margin-top: 0.4rem;
}
.p-news-posts__none {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-posts__none {
    margin-top: 8rem;
  }
}

.p-privacy .c-section-heading-mix + *,
.p-privacy .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy .c-section-heading-mix + *,
.p-privacy .c-page-heading + * {
    margin-top: 4rem;
  }
}
.p-privacy__lead {
  font-size: 1.6rem;
}
.p-privacy__list {
  list-style: none;
  padding-bottom: 6rem;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-privacy__item {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__item {
    width: calc(50% - 10px);
  }
  .p-privacy__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .p-privacy__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.p-privacy__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-privacy__item:nth-child(n+3) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
.p-privacy__item-ttl {
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__item-ttl {
    font-size: 2rem;
  }
}
.p-privacy__txt {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__txt {
    font-size: 1.6rem;
  }
}
.p-privacy__child-item {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 3rem;
  text-indent: -3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__child-item {
    font-size: 1.6rem;
  }
}
.p-privacy__contact {
  border: 1px solid #333;
  padding: 2.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__contact {
    padding: 2.8rem;
    width: calc(50% - 10px);
  }
}
.p-privacy__contact > span {
  display: block;
}
.p-privacy__contact-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-privacy__contact-lead {
  margin-top: 0.6rem;
}
.p-privacy__contact-company {
  margin-top: 2.6rem;
}
@media screen and (min-width: 992px) {
  .p-privacy__contact-phone br {
    display: none;
  }
}
.p-privacy__contact-link {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
}

.p-access__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-access__map {
  height: 219px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    height: 435px;
    margin-top: 0;
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1212px) {
  .p-access__map {
    max-width: 680px;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .p-access__contents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 2rem;
    width: calc((100% - 2rem) / 2);
  }
}
.p-access__dl {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-access__dl {
    margin-top: 0;
  }
}
.p-access__drow {
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1212px) {
  .p-access__drow {
    padding-bottom: 2rem;
  }
}
.p-access__drow dt {
  font-weight: normal;
  min-width: 102px;
  white-space: nowrap;
}
.p-access__drow dd {
  margin-top: 1rem;
}
.p-access__drow + .p-access__drow {
  margin-top: 1.6rem;
}

.p-shop-about__ttl {
  white-space: nowrap;
}
.p-shop-about__message {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin: 6rem auto 0;
  max-width: 780px;
  padding: 3rem 1.6rem;
}
.p-shop-about__message-ttl {
  color: #cc2236;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop-about__message-ttl {
    font-size: 2rem;
  }
}
.p-shop-about__message-txt {
  display: table;
  font-size: 2rem;
  margin: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-shop-about__message-txt {
    font-size: 2.4rem;
  }
}

.p-shop-about__lead-text + .p-shop-about__lead-text {
  margin-top: 1em;
}

.p-shop-page section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-shop-page section {
    padding: 5rem 0;
  }
}
.p-shop-page section:first-of-type {
  padding-top: 0;
}
.p-shop-page section:last-of-type {
  padding-bottom: 0;
}
.p-shop-page section:nth-of-type(even) {
  background-color: #fafafa;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100vw;
}
@media screen and (min-width: 1212px) {
  .p-shop-page section:nth-of-type(even) {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}
.p-shop-page .c-section-heading-mix + *,
.p-shop-page .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-shop-page .c-section-heading-mix + *,
.p-shop-page .c-page-heading + * {
    margin-top: 4rem;
  }
}

.p-shop-service__list-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 4rem auto 0;
  max-width: 980px;
}
@media screen and (min-width: 544px) {
  .p-shop-service__list-wrapper {
    margin: 6rem auto 0;
  }
}
.p-shop-service__list-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.p-shop-service__list-ttl > span {
  background-color: #fafafa;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-shop-service__list-ttl > span {
    font-size: 2.4rem;
  }
}
.p-shop-service__list-ttl:before {
  -webkit-transform: translateY(-50%);
  background-color: #121212;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.p-shop-service__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2rem;
  max-width: 980px;
  padding: 3rem 0;
}
.p-shop-service__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 0.8rem 1rem;
  width: 100%;
}
@media screen and (min-width: 544px) {
  .p-shop-service__item {
    width: calc(50% - 10px);
  }
  .p-shop-service__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .p-shop-service__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-shop-service__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .p-shop-service__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .p-shop-service__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.p-shop-service__item-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-shop-service__item-ttl .en {
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-shop-service__item-ttl .en {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1212px) {
  .p-shop-service__item-ttl .en {
    font-size: 2.8rem;
  }
}
.p-shop-service__item-ttl .ja {
  color: #d6bf72;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-shop-service__item-ttl .ja {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1212px) {
  .p-shop-service__item-ttl .ja {
    font-size: 2rem;
  }
}

.p-about__inner {
  position: relative;
}
.p-about__img {
  overflow: hidden;
  padding-top: 62%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    min-height: 524px;
    padding-top: 42%;
    width: 67%;
  }
}
.p-about__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-about__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-top: -5rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    -webkit-transform: translateY(-50%);
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .p-about__contents {
    padding: 5rem;
    width: 60%;
  }
}
@media screen and (min-width: 1852px) {
  .p-about__contents {
    width: 57%;
  }
}
.p-about__contents-ttl {
  width: 100%;
}
.p-about__contents-ttl > span {
  color: #cc2236;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.85;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents-ttl > span {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-about__contents-ttl > span {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1212px) {
  .p-about__contents-ttl > span {
    font-size: 2.8rem;
    padding-bottom: 3.6rem;
  }
}
.p-about__contents-ttl::after {
  background-image: -webkit-linear-gradient(left, #121212, #121212 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #121212, #121212 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.p-about__txt {
  font-size: 1.6rem;
  margin-top: 3rem;
  max-width: 780px;
}
@media screen and (min-width: 768px) {
  .p-about__txt {
    margin-top: 4rem;
  }
}
.p-about__btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about__btn {
    margin-top: 4rem;
  }
}

.p-company__drow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-company__drow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8rem 4rem;
  }
}
@media screen and (min-width: 1212px) {
  .p-company__drow dt,
.p-company__drow dd {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__drow dt {
    min-width: 200px;
  }
}
.p-company__drow dd {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-company__drow dd {
    margin-top: 0;
  }
}
.p-company__drow + .p-company__drow {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-news__lead {
    text-align: center;
  }
}
.p-news__list {
  margin-top: -3.5rem;
  padding-top: 5rem;
  width: 100%;
}
@media screen and (min-width: 544px) {
  .p-news__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5rem;
    padding-top: 7rem;
  }
}
.p-news__item {
  margin-top: 4rem;
}
@media screen and (min-width: 544px) {
  .p-news__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .p-news__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .p-news__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-news__item {
    margin-top: 6rem;
  }
}
.p-news__img {
  display: block;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.p-news__img img {
  -o-object-fit: cover;
  -webkit-transition-duration: 0.2s;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  width: 100%;
}
.p-news__contents {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: -5rem auto 0;
  padding: 1rem 1.6rem;
  position: relative;
  width: 84%;
}
@media screen and (min-width: 768px) {
  .p-news__contents {
    padding: 2rem 3rem;
  }
}
.p-news__item-ttl {
  color: #cc2236;
  font-weight: bold;
  margin-top: 0.4rem;
}
.p-news__none {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__none {
    margin-top: 8rem;
  }
}
.p-news__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 6rem;
  }
}

.p-service__inner {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-service__inner {
    padding: 4rem 0;
    position: relative;
  }
}
@media screen and (min-width: 1212px) {
  .p-service__inner {
    padding: 6rem 0;
    position: relative;
  }
}
@media screen and (min-width: 1852px) {
  .p-service__inner {
    padding: 10rem 0;
    position: relative;
  }
}
.p-service__bkg {
  background-image: url(assets/img/dst/common/buy-banner-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 250px;
  width: 100vw;
}
@media screen and (min-width: 992px) {
  .p-service__bkg {
    background-image: url(assets/img/dst/common/buy-banner-pc.jpg);
    background-position: left;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.p-service__inner:hover {
  opacity: 0.8;
}
.p-service__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(204, 34, 54, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    padding: 5rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-service__contents {
    max-width: 650px;
    width: 60%;
  }
}
@media screen and (min-width: 1212px) {
  .p-service__contents {
    padding: 5rem 9.4rem;
  }
}
.p-service__lead {
  color: #fff;
  margin-top: 2rem;
}

.p-top-page section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-page section {
    padding: 5rem 0;
  }
}
.p-top-page section:first-of-type {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-page section:first-of-type {
    padding-top: 6rem;
  }
}
.p-top-page section:last-of-type {
  padding-bottom: 0;
}
.p-top-page .c-section-heading-mix + *,
.p-top-page .c-page-heading + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-page .c-section-heading-mix + *,
.p-top-page .c-page-heading + * {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-page__visual {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 5rem;
  }
}
.p-top-page__visual-ttl {
  width: 282px;
}
@media screen and (min-width: 1212px) {
  .p-top-page__visual-ttl {
    width: 420px;
  }
}
.p-top-page__visual-ttl img {
  display: block;
  width: 100%;
}

.u-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lh::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.71) * 0.5em);
  width: 0;
}
.lh::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.71) * 0.5em);
  width: 0;
}
@media screen and (min-width: 768px) {
  .lh::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    width: 0;
  }
  .lh::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    width: 0;
  }
}

.u-link a {
  color: #0351ff;
}

.u-link a:hover {
  color: #00309c;
}

a.u-link {
  color: #0351ff;
}

a.u-link:hover {
  color: #00309c;
}

@media screen and (min-width: 992px) {
  .u-pc-none {
    display: none;
  }
}

@media screen and (min-width: 1212px) {
  .u-xl-none {
    display: none;
  }
}

@media screen and (min-width: 1852px) {
  .u-xxl-none {
    display: none;
  }
}

.u-pc-visible {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-pc-visible {
    display: block;
  }
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-none {
    display: block;
  }
}

.u-sp-visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp-visible {
    display: none;
  }
}

.u-tablet-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-tablet-visible {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .u-tablet-visible {
    display: none;
  }
}