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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*
色
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

.siteWrapper {
  display: flex;
  flex-direction: column;
}

main {
  width: 100%;
  min-height: 100vh;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.75;
}

ul {
  list-style: none;
}

.section-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .section-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

picture {
  display: block;
}

.c-moreBtns {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-moreBtns {
    display: flex;
  }
}

.c-moreBtn {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-moreBtn {
    padding-top: 1.4375rem;
    padding-bottom: 2.0625rem;
    width: calc(50% - 1.25rem);
    font-size: 1.875rem;
  }
}

.c-moreBtn:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-moreBtn:not(:first-child) {
    margin-top: 0rem;
    margin-left: 2.5rem;
  }
}

.c-reason3__image {
  margin-top: 1.125rem;
  display: block;
  width: 100%;
}

.c-reason3__images {
  margin-top: 1.875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-reason3__images {
    display: flex;
  }
}

.c-reason3__images picture {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-reason3__images picture {
    width: 50%;
  }
}

.c-reason3__images img {
  display: block;
  width: 100%;
}

.c-reason4__images {
  margin-top: 1.875rem;
  display: flex;
}

.c-reason4__images picture {
  display: block;
  width: 50%;
}

.c-reason4__images img {
  display: block;
  width: 100%;
}

.c-reason5__inner {
  padding-top: 2.8125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-reason5__inner {
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
  }
}

.c-reason5__image {
  display: block;
}

.c-reason5__image img {
  display: block;
  width: 100%;
}

.c-reason__body {
  background-image: url("./images/bg_reason.png");
  background-repeat: no-repeat;
  background-size: 29.8125rem 19.875rem;
  background-position: 140% 0%;
}
@media screen and (min-width: 768px) {
  .c-reason__body {
    background-position: 0% 0%;
    background-size: 44.6875rem 29.8125rem;
  }
}

.c-reason__heading5 {
  margin-left: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-reason__heading5 {
    font-size: 2rem;
  }
}

.c-reason2__images,
.c-reason2__imageBlock2,
.c-reason2__imageBlocks {
  display: block;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-reason2__images,
  .c-reason2__imageBlock2,
  .c-reason2__imageBlocks {
    display: flex;
  }
}

.c-reason2__images picture {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-reason2__images picture {
    width: 50%;
  }
}

.c-reason2__images img {
  width: 100%;
  display: block;
}

.c-reason2__imageBlock {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-reason2__imageBlock {
    width: calc(50% - 2.5rem);
  }
}

.c-reason2__imageBlock:not(:first-child) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-reason2__imageBlock:not(:first-child) {
    margin-top: 0rem;
    margin-left: 5rem;
  }
}

.c-reason2__icon {
  display: block;
  position: relative;
}

.c-reason2__icon::before {
  content: "";
  display: block;
  width: 1.7225rem;
  height: 3.59rem;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url("./images/icon_bigger.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-reason2__icon::before {
    top: 50%;
    left: -2.5rem;
    transform: translate(-50%, -50%);
  }
}

.c-reason2__imageBlock h5 {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-reason2__imageBlock h5 {
    font-size: 1.5rem;
  }
}

.c-reason2__imageBlock p {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-reason2__imageBlock p {
    font-size: 1rem;
    font-weight: 500;
  }
}

.c-reason2__imageBlock img {
  width: 100%;
  display: block;
}

.c-reason2__imageBlock2 picture {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-reason2__imageBlock2 picture {
    width: calc(50% - 0.625rem);
  }
}

.c-reason2__imageBlock2 img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-reason2__imageBlock2 picture:not(:first-child) {
    margin-left: 0.625rem;
  }
}

.c-heading2 {
  text-align: center;
  font-size: 1.875rem;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 768px) {
  .c-heading2 {
    font-size: 3.75rem;
  }
}

.p-plan {
  padding-top: 1.75rem;
  padding-bottom: 2.8125rem;
  background-image: url(./images/bg_price.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
  }
}

.p-plan__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-plan__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-plan__paragraph {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-plan__paragraph {
    font-size: 2.75rem;
    line-height: 1.1363636364;
  }
}

.p-plan__heading2 {
  margin-top: 1.0125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__heading2 {
    font-size: 1.625rem;
    line-height: 1.9230769231;
    -webkit-clip-path: polygon(5.3125rem 0%, 100% 0%, calc(100% - 5.3125rem) 100%, 0% 100%);
            clip-path: polygon(5.3125rem 0%, 100% 0%, calc(100% - 5.3125rem) 100%, 0% 100%);
  }
}

.p-plan__price {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__price {
    font-size: 2.5rem;
  }
}

.p-plan__number1 {
  margin-left: 0.75rem;
}

.p-plan__number2 {
  margin-left: 1.875rem;
}

.p-plan__minute {
  margin-left: 0.3125rem;
}

.p-plan__space {
  display: inline-block;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-plan__space {
    margin-top: 0rem;
  }
}

.p-plan__yen {
  color: #BE1515;
  margin-left: 1.125rem;
}

.p-plan__btns {
  margin-top: 1.625rem;
}

.p-worries {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-worries {
    margin-top: 4.375rem;
    padding-top: 4.5rem;
    padding-bottom: 1.75rem;
    background-image: url(./images/bg_worries.jpg);
    background-size: 63.3vw 48.28vw;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .p-worries__body {
    display: flex;
  }
}

.p-worries__block:nth-child(1) {
  flex: 1;
  display: block;
}

.p-worries__blockImage {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-worries__blockImage {
    display: none;
  }
}

.p-worries__block:nth-child(2) {
  color: #fff;
  background-image: url(./images/bg_black.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 3rem;
  padding-bottom: 4.0625rem;
  width: 100%;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-worries__block:nth-child(2) {
    width: 59.78vw;
    -webkit-clip-path: polygon(7.0625rem 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(7.0625rem 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 7.9375rem;
    padding-right: 7.0625rem;
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
}

.p-worries__text {
  font-size: 1.3125rem;
  font-weight: 500;
}

.p-worries__heading2 {
  margin-top: 0.5rem;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-worries__heading2 {
    margin-top: 1.0625rem;
    font-size: 2.1875rem;
  }
}

.p-worries__items {
  list-style: none;
  margin-top: 2.1875rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-worries__items {
    margin-top: 1.875rem;
    font-size: 1.3125rem;
    line-height: 1;
  }
}

.p-worries__item:not(:first-child) {
  margin-top: 1.125rem;
}

.p-worries__item {
  padding-left: 2.1875rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-worries__item {
    padding-left: 3.625rem;
  }
}

.p-worries__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(./images/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.268125rem;
  height: 0.766875rem;
}
@media screen and (min-width: 768px) {
  .p-worries__item::before {
    width: 1.920625rem;
    height: 1.16125rem;
  }
}

.p-support__icon {
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 4.375rem;
  height: auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-support__icon {
    width: 6.97875rem;
    height: auto;
  }
}

.p-supoort__message {
  margin-top: 1.875rem;
  text-align: center;
}

.p-support__text1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-support__text1 {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.p-support__text2 {
  margin-top: 3px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-support__text2 {
    font-size: 2.75rem;
    background-image: url(./images/font-marker_yellow.svg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }
}

.p-support__text3 {
  margin-top: 2.125rem;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-support__text3 {
    font-size: 2rem;
    line-height: 1.6666666667;
  }
}

.p-support__contents {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-support__contents {
    margin-top: 3.125rem;
  }
}

.p-support__heading3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-support__heading3 {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.p-support__paragraph {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-support__paragraph {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    line-height: 2;
  }
}

.p-support__image {
  margin-top: 3.125rem;
  width: 100%;
}

.p-support__image img {
  display: block;
  width: 100%;
}

.p-support__marker {
  background-image: url(./images/font-marker_pink.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media screen and (min-width: 768px) {
  .p-support__marker {
    background-position: 50% 100%;
  }
}

.p-support__marker2 {
  background-image: url(./images/font-marker_pink2.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media screen and (min-width: 768px) {
  .p-support__marker2 {
    background-position: 50% 100%;
  }
}

.p-step {
  margin-top: 0.9375rem;
}

.p-step__body {
  background-color: #F7F7F7;
}

.p-step__notice {
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-image: repeating-linear-gradient(124deg, rgb(0, 0, 0) 0.9375rem 1.875rem, rgb(255, 203, 0) 1.88125rem 2.8125rem);
  transform: skewY(-4deg);
  transform-origin: 100% 0%;
}
@media screen and (min-width: 768px) {
  .p-step__notice {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
    background-image: repeating-linear-gradient(124deg, rgb(0, 0, 0) 1.25rem 2.5rem, rgb(255, 203, 0) 2.50625rem 3.75rem);
  }
}

.p-step__notice span {
  width: 100%;
  display: block;
  background-color: rgb(255, 203, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-step__notice span {
    font-size: 2.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    line-height: 1;
  }
}

.p-step__notice span::before {
  content: "";
  display: inline-block;
  background-image: url("./images/icon_notice.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.125rem;
  height: 2rem;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-step__notice span::before {
    margin-right: 1.125rem;
    width: 3.8rem;
    height: 3.4925rem;
  }
}

.p-step__title {
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-step__title {
    padding-top: 7.1875rem;
    padding-bottom: 3.75rem;
  }
}

.p-step__paragraph {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-step__paragraph {
    font-size: 1.875rem;
  }
}

.p-step__heading2 {
  margin-top: 0.9375rem;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-step__heading2 {
    margin-top: 0rem;
    font-size: 3.75rem;
  }
}

.p-step__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-step__item {
  display: block;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-step__item {
    display: flex;
  }
}

.p-step__item:not(:first-child) {
  margin-top: 5.625rem;
}

.p-step__itemImage {
  max-width: 26.4375rem;
  width: 100%;
  display: block;
  position: relative;
}

.p-step__itemImage::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.p-step__itemImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-step__itemText {
  flex: 1;
  padding-top: 1.75rem;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  padding-bottom: 2.6875rem;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-step__itemText {
    padding-top: 5rem;
    padding-left: 3.3125rem;
    padding-right: 2.9375rem;
    padding-bottom: 0rem;
  }
}

.p-step__heading3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2916666667;
}
@media screen and (min-width: 768px) {
  .p-step__heading3 {
    font-size: 1.625rem;
  }
}

.p-step__text1 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-step__text1 {
    font-size: 1.25rem;
  }
}

.p-step__text2 {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-step__number {
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  width: 4.875rem;
  height: 4.875rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .p-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.p-step__number::before {
  content: "step";
  display: block;
  font-size: 1.125rem;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.p-step__number::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: rotate(45deg);
}

.p-step__number--sp {
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  width: 4.875rem;
  height: 4.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-step__number--sp {
    display: none;
  }
}

.p-step__number--sp::before {
  content: "step";
  display: block;
  font-size: 1.125rem;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.p-step__number--sp::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: rotate(45deg);
}

.p-voice {
  margin-top: 7.1875rem;
}

.p-voice__images {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice__images {
    display: flex;
  }
}

.p-voice__icon {
  width: 5.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.625rem auto 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-voice__icon {
    margin: 0;
  }
}

.p-voice__icon::after {
  margin-top: 0.625rem;
  content: "";
  display: block;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 20px solid #c3c3c3;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__icon::after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #c3c3c3;
    border-right: 0;
  }
}

.p-voice__icon::before {
  display: block;
  content: "1ヶ月後";
  font-size: 1.25rem;
  font-weight: 700;
}

.p-voice__image {
  flex: 1;
  width: 100%;
  display: block;
}

.p-voice__image img {
  width: 100%;
  display: block;
}

.p-voice__text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    margin-top: 2.8125rem;
  }
}

.p-voice__text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-voice__text h3 {
    font-size: 2.25rem;
  }
}

.p-voice__paragraph {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-voice__paragraph {
    font-size: 1rem;
  }
}

.p-reason {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason {
    margin-top: 6.25rem;
  }
}

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

.p-reason__items {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-reason__items {
    margin-top: 8.125rem;
  }
}

.p-reason__title {
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #fff;
  font-family: "EB Garamond", serif;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    padding-bottom: 3.4375rem;
  }
}

.p-reason__number {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  max-width: 33.375rem;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #CDA338, #805C10 40.1%, #805C10);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-reason__title p {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-reason__title p {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-reason__title h3 {
  margin-top: 0.625rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-reason__title h3 {
    font-size: 3.125rem;
  }
}

.p-reason__itemImg {
  padding-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.5rem;
  width: 100%;
  height: auto;
  display: block;
}

.p-reason__block {
  margin-top: 2.8125rem;
}

.p-reason__heading4 {
  margin-top: 4.375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-reason__heading4 {
    font-size: 2.25rem;
  }
}

.p-reason__paragraph {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-reason__paragraph {
    font-size: 1.25rem;
  }
}

.p-reason__sParagraph {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-reason__steps {
  margin-top: 2.1875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reason__steps {
    display: flex;
  }
}

.p-reason__step {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-reason__step {
    width: calc(33.3333% - 23.3333333333px);
  }
}

.p-reason__step:not(:first-child) {
  display: block;
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__step:not(:first-child) {
    margin-top: 0;
    margin-left: 2.1875rem;
  }
}

.p-reason__stepTitle {
  display: flex;
  align-items: center;
  margin-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__stepTitle {
    margin-left: 0;
  }
}

.p-reason__stepNumber {
  font-size: 2.375rem;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background-color: #F0C026;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-reason__stepNumber {
    font-size: 3.125rem;
    width: 6.0625rem;
    height: 6.0625rem;
  }
}

.p-reason__stepNumber::before {
  content: "step";
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-reason__stepNumber::before {
    font-size: 1.125rem;
  }
}

.p-reason__stepImg {
  margin-top: 0.5rem;
  width: 100%;
  display: block;
  border-radius: 50%;
  position: relative;
}

.p-reason__stepImage {
  position: relative;
}

.p-reason__stepImage::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -1.0625rem;
  transform: translate(-50%, -50%);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 20px solid #c3c3c3;
  border-right: 0;
}

.p-reason__heading5 {
  font-feature-settings: "palt";
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-reason__heading5 {
    font-size: 1.5rem;
  }
}

.p-reason__block2 {
  display: flex;
}

.p-reason__inspections {
  margin-top: 1.25rem;
  max-width: 33.4375rem;
  width: 100%;
}

.p-reason__inspection {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

.p-reason__sampleImage {
  flex: 1;
  display: block;
  margin-left: 4.1875rem;
  transform: translateY(-1.5625rem);
}

.p-reason__sampleImage img {
  width: 100%;
  display: block;
}

.p-reason__typeImage {
  margin-top: 3.4375rem;
  display: block;
  width: 100%;
}

.p-reason__typeImage img {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
}

.p-reason__types {
  margin-top: 3.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reason__types {
    display: flex;
  }
}

.p-reason__type {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__type {
    width: calc(33.333% - 33.3333333333px);
  }
}

.p-reason__type:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason__type:not(:first-child) {
    margin-top: 0rem;
    margin-left: 3.125rem;
  }
}

.p-reason__icon {
  text-align: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  border-style: solid;
}

.p-reason__icon::before {
  content: "";
  display: inline-block;
  border-right: 1.625rem solid transparent;
  border-left: 1.625rem solid transparent;
  border-top: 1.8125rem solid #c3c3c3;
  border-bottom: 0;
}

.p-reason__typePagaraph {
  text-align: center;
  margin-top: 1.4375rem;
  font-size: 1.25rem;
  font-family: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reason__typePagaraph {
    font-size: 1.875rem;
  }
}

/*
2個目
*/
.p-reason__item:not(:first-child) {
  margin-top: 8.75rem;
}

.p-reason__remarks p:nth-child(1) {
  margin-top: 1.875rem;
}

.p-reason__remark {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.2857142857;
}

.p-faq {
  margin-top: 3.75rem;
  background-color: #F8F7F7;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin-top: 7.5rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

/*
faq
*/
.p-faq__items {
  margin-top: 2.75rem;
}

.p-faq__item:not(:first-child) {
  margin-top: 2.6875rem;
}

.p-faq__title {
  background-color: #3D3C3C;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.0625rem;
    padding-right: 2.0625rem;
  }
}

.p-faq__title::before {
  content: "q";
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  display: block;
  margin-right: 1.25rem;
}

.p-faq__answer {
  margin-top: 1.875rem;
  padding-left: 3.75rem;
  padding-right: 1.0625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding-left: 6.25rem;
    font-size: 1.25rem;
  }
}

.p-faq__answer::before {
  content: "a";
  text-transform: uppercase;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #C79F1A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(10%);
}
@media screen and (min-width: 768px) {
  .p-faq__answer::before {
    width: 3.75rem;
    height: 3.75rem;
    transform: translateX(25%);
  }
}

.p-access {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-access__map {
  margin-top: 2.5rem;
  width: 100%;
  position: relative;
  display: block;
}

.p-access__map::before {
  content: "";
  padding-top: 43.5%;
  display: block;
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-access__block {
  margin-top: 3.125rem;
  text-align: center;
}

.p-access__logo {
  width: 10.3125rem;
  height: auto;
  display: inline-block;
  text-align: center;
}

.p-access__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-access__shopName {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}

.p-access__paragraph {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-access__paragraph {
    font-size: 1rem;
  }
}

.p-footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-footer__copyRight {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copyRight {
    font-size: 1rem;
  }
}

.p-contact {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #F8F7F7;
}

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

.p-contact__heading2 {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-contact__heading2 {
    font-size: 2.5rem;
  }
}

.p-contact__paragraph {
  margin-top: 2.8125rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__paragraph {
    font-size: 1rem;
  }
}

.p-contact__items {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__items {
    margin-top: 3.125rem;
  }
}

.p-contact__item {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    display: flex;
  }
}

.p-contact__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-contact__item dt {
  max-width: 15rem;
  width: 100%;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-contact__item dt {
    font-size: 1rem;
  }
}

.p-contact__item dt::after {
  content: "*";
  color: #FF0000;
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.p-contact__item dd {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}

.p-contact__description input[type=text], input[type=email], input[type=tel] {
  padding: 0.8125rem 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #BABABA;
}

.p-contact__description textarea {
  padding: 0.8125rem 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #BABABA;
}

input::placeholder {
  color: #C7C7C7; /* テキストの色を赤に設定 */
}

.p-contact__privacy {
  margin-top: 4.0625rem;
}

.p-contact__privacy textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #BABABA;
  padding-top: 1.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}

.p-contact__checkbox {
  margin-top: 4.0625rem;
  justify-content: center;
  display: flex;
  font-size: 1rem;
}

.p-contact__submit {
  max-width: 22.5rem;
  width: 100%;
  margin-top: 2.375rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  transition: opacity 0.3s;
}

.p-contact__submit img {
  width: 1.0625rem;
  height: 0.85375rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.p-contact__submit input {
  width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 1.75rem;
  border-radius: 0.625rem;
  background-color: #BE1515;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-contact__submit input {
    font-size: 1.125rem;
  }
}

.p-contact__submit input:disabled {
  opacity: 0.75;
  cursor: unset !important;
}

.p-contact__submit input {
  opacity: 1;
}

.p-contact__submit input:hover {
  cursor: pointer;
}

.p-mv {
  position: relative;
  display: block;
  background-image: url("./images/bg_mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-mv::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    background-image: url(./images/bg-mvIcon.png);
    background-position: 42vw 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-mv__title {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 1.4375rem;
  padding-bottom: 1.3125rem;
  background: linear-gradient(to right, #CDA338, #805C10);
  color: #fff;
  padding-left: 3.125rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    display: block;
  }
}

.p-mv__body {
  position: relative;
  z-index: 3;
  padding-top: 2.96875rem;
  padding-bottom: 2.25rem;
}

.p-mv__inner {
  max-width: 1400px;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.p-mv__texts {
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__texts {
    text-align: left;
  }
}

.p-mv__text1 {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mv__text1 {
    font-size: 1.8125rem;
    padding-left: 2.1875rem;
  }
}

.p-mv__text2 {
  margin-top: 0.25rem;
  font-size: 1.75rem;
  line-height: 1.3571428571;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  display: block;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 1.125rem;
  background-image: url(./images/marker_redSp.svg);
}
@media screen and (min-width: 768px) {
  .p-mv__text2 {
    font-size: 3.125rem;
    line-height: 1;
    padding-left: 2.1875rem;
    padding-top: 3.0625rem;
    padding-bottom: 2.125rem;
    background-image: url(./images/marker_red.svg);
  }
}

.p-mv__marker {
  background-image: url(./images/font-marker_beige.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 0.3125rem;
}

.p-mv__text3 {
  margin-top: 1.4375rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__text3 {
    margin-top: 2.1875rem;
    font-size: 1.5625rem;
    line-height: 1;
    padding-left: 2.1875rem;
  }
}

.p-mv__text4 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mv__text4 {
    margin-top: 0.125rem;
    padding-left: 2.1875rem;
    font-size: 3.125rem;
    line-height: 1.72;
  }
}

.p-mv__items {
  margin-top: 1.3125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1220px;
  width: 100%;
  margin: 1.3125rem auto 0;
  position: relative;
}
.p-mv__items--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3.4375rem;
  height: 0.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #987A16;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__items--icon::before {
    display: none;
  }
}

.p-mv__items--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3.4375rem;
  height: 0.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #987A16;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__items--icon::after {
    display: none;
  }
}

.p-mv__item {
  width: calc(50% - 3.125rem);
  padding-bottom: 2.1875rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__item {
    width: calc(25% - 4.359375rem);
  }
}

.p-mv__item:not(:first-child) {
  margin-left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__item:not(:first-child) {
    margin-left: 5.8125rem;
  }
}

.p-mv__item:nth-child(n+3) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__item:nth-child(n+3) {
    margin-top: 0rem;
  }
}

.p-mv__item:nth-child(2n+1) {
  margin-left: 0rem;
}
@media screen and (min-width: 768px) {
  .p-mv__item:nth-child(2n+1) {
    margin-left: 5.8125rem;
  }
}

.p-mv__item:first-child {
  margin-left: 0rem;
}

.p-mv__image--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  transform: translate(-100%, -50%) rotate(45deg);
  width: 5rem;
  height: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #987A16;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__image--icon::before {
    display: block;
  }
}

.p-mv__image--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  transform: translate(-100%, -50%) rotate(-45deg);
  width: 5rem;
  height: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #987A16;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__image--icon::after {
    display: block;
  }
}

.p-mv__image {
  display: block;
  width: 100%;
  position: relative;
}

.p-mv__item figcaption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-mv__item figcaption {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-mv__image img {
  border-radius: 50%;
  width: 100%;
}

.main {
  background-color: #F8F7F7;
}

.p-thanks {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.p-thanks__subTitle {
  margin-top: 0.625rem;
  display: inline-block;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__subTitle {
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
  }
}

.p-thanks__paragraph {
  margin-top: 5rem;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

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

.p-thanks__link {
  display: inline-block;
  margin-top: 5rem;
  color: #000000;
  text-decoration: underline;
  font-size: 1.25rem;
}

.bg-green {
  background-image: linear-gradient(0deg, rgb(66, 147, 52) 10%, rgb(95, 188, 79));
}

.bg-beige {
  background-image: linear-gradient(0deg, rgb(130, 94, 17) 10%, rgb(205, 163, 56));
}

.bg-yellow {
  background-color: #F7DF92;
}

.cl-red {
  color: #BE1515;
}

.cl-red2 {
  color: #FF0000;
}

.cl-yellow {
  color: #F0C026;
}

.ft-40 {
  margin-left: 0.5rem;
  font-size: 2.5rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
}
.ft-42 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ft-42 {
    font-size: 2.625rem;
  }
}

.ft-44 {
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .ft-44 {
    font-size: 2.75rem;
  }
}

.ft-75 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .ft-75 {
    font-size: 4.6875rem;
  }
}

.ft-103 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #BE1515;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ft-103 {
    font-size: 6.4375rem;
  }
}

.ft-134 {
  font-size: 4.0625rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ft-134 {
    font-size: 8.375rem;
  }
}

.ft-bold {
  font-weight: 700;
}

.txt-upper {
  text-transform: uppercase;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mt-30 {
    margin-top: 1.875rem;
  }
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

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

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

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */