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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

* {
  box-sizing: border-box;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

html {
  font-size: 10px;
  line-height: 1.6; }

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; }

.container {
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  pointer-events: none; }
  .loaded .container {
    opacity: 1;
    transition: opacity 1s;
    pointer-events: auto; }

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s; }
  a:hover {
    opacity: 0.5; }

img {
  display: block;
  width: 100%;
  height: auto; }

.inview:not(.view) {
  opacity: 0; }

.inview.view {
  opacity: 1;
  -webkit-animation: view 0.5s backwards;
          animation: view 0.5s backwards; }

@-webkit-keyframes view {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes view {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media only screen and (max-width: 768px) {
  .-pc {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .-pc {
    display: block; } }

@media only screen and (max-width: 768px) {
  .-sp {
    display: block; } }

@media only screen and (min-width: 769px) {
  .-sp {
    display: none !important; } }

.inviews:not(.view) > * {
  opacity: 0; }

.inviews.view > * {
  opacity: 1;
  -webkit-animation: views 0.5s backwards;
          animation: views 0.5s backwards; }

@-webkit-keyframes views {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes views {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.linkBtn {
  width: inherit;
  min-height: inherit;
  font-size: 1.8rem; }
  .linkBtn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    min-height: inherit;
    font-size: inherit;
    font-weight: bold;
    background-color: #eee;
    border-radius: 5px; }
    .linkBtn a::after {
      position: absolute;
      top: 50%;
      right: 20px;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      transform: translateY(-50%); }
  .linkBtn.-sm {
    font-size: 1.5rem; }
    .linkBtn.-sm a::after {
      right: 10px; }
  .linkBtn.-tel a {
    flex-direction: column;
    color: #fff;
    background-color: #33436B; }
    .linkBtn.-tel a .info {
      font-size: 1rem;
      font-weight: bold;
      line-height: 1; }
    .linkBtn.-tel a .tel::before {
      content: '';
      position: relative;
      top: 3px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M15.6514%2017.2163C15.5894%2017.422%2015.4656%2017.6804%2015.28%2017.9914C15.0943%2018.3024%2014.9257%2018.5419%2014.774%2018.71C14.4791%2019.0481%2013.8345%2019.3273%2012.8401%2019.5478C11.9173%2019.7445%2011.0615%2019.7489%2010.2729%2019.5611C10.0415%2019.506%209.82047%2019.4391%209.60994%2019.3603C9.39939%2019.2816%209.16732%2019.1753%208.91369%2019.0414C8.66005%2018.9075%208.47315%2018.8037%208.3529%2018.7302C8.23267%2018.6566%208.01834%2018.5219%207.70992%2018.3259C7.40152%2018.13%207.21218%2018.0114%207.14191%2017.9702C6.38227%2017.5034%205.72755%2017.0085%205.17777%2016.4856C4.26204%2015.6224%203.37591%2014.5314%202.51937%2013.2127C1.66284%2011.8939%201.04297%2010.6663%200.659786%209.52973C0.42521%208.84504%200.270454%208.09362%200.195527%207.27545C0.190477%207.20075%200.169615%206.9957%200.132901%206.66031C0.0961916%206.32491%200.0720638%206.09254%200.0605129%205.96321C0.0489795%205.83389%200.0413852%205.63813%200.0377344%205.37592C0.0340965%205.11373%200.0465418%204.88192%200.0751278%204.68048C0.103651%204.47906%200.148967%204.27549%200.210985%204.06975C0.422291%203.36877%200.85448%202.71223%201.50751%202.10014C2.21952%201.44491%202.81395%201.08833%203.29076%201.0304C3.53032%200.997635%203.84802%200.987554%204.24386%201.00018C4.63968%201.01278%204.95334%201.04666%205.18478%201.10178C5.30479%201.13037%205.39135%201.16323%205.44444%201.20038C5.58497%201.28285%205.72483%201.62648%205.86407%202.2313C5.91472%202.39852%205.98128%202.63487%206.06376%202.94033C6.14623%203.2458%206.22332%203.52345%206.29501%203.77326C6.36669%204.02307%206.43811%204.25854%206.50927%204.47966C6.52581%204.51626%206.57209%204.62937%206.64815%204.81897C6.7242%205.00858%206.7756%205.16577%206.8023%205.29054C6.829%205.41531%206.82625%205.53104%206.7941%205.63769C6.74816%205.79008%206.56861%205.95149%206.2554%206.12187C5.9422%206.29228%205.61332%206.43852%205.26875%206.56061C4.92417%206.68269%204.59758%206.82132%204.28898%206.97648C3.98036%207.13163%203.80539%207.27779%203.76404%207.41493C3.74337%207.48351%203.73896%207.57432%203.75083%207.6874C3.76268%207.80046%203.77555%207.88724%203.78948%207.94772C3.8034%208.00821%203.83584%208.11393%203.8868%208.26489C3.93776%208.41586%203.96525%208.49999%203.96921%208.51727C4.306%209.71628%204.78187%2010.7892%205.39681%2011.7359C6.01178%2012.6827%206.81913%2013.5855%207.81892%2014.4443C7.83377%2014.456%207.90198%2014.5192%208.02359%2014.6339C8.14519%2014.7486%208.23196%2014.8264%208.28393%2014.8674C8.33589%2014.9084%208.414%2014.9617%208.51825%2015.0273C8.62247%2015.093%208.71317%2015.135%208.7903%2015.1534C8.94459%2015.1901%209.17449%2015.1285%209.47994%2014.9685C9.78541%2014.8085%2010.0838%2014.6264%2010.375%2014.4222C10.6662%2014.218%2010.9732%2014.0379%2011.2958%2013.882C11.6184%2013.7261%2011.8654%2013.6686%2012.0369%2013.7094C12.1568%2013.738%2012.271%2013.7938%2012.3792%2013.8767C12.4874%2013.9597%2012.6148%2014.0778%2012.7615%2014.2312C12.9083%2014.3845%2012.9953%2014.4767%2013.0227%2014.5077C13.2025%2014.6731%2013.3962%2014.8458%2013.6038%2015.0259C13.8113%2015.206%2014.0433%2015.4041%2014.2997%2015.6203C14.556%2015.8366%2014.753%2016.006%2014.8906%2016.1286C15.4103%2016.5382%2015.6751%2016.8177%2015.6852%2016.9671C15.6949%2017.0265%2015.6836%2017.1096%2015.6514%2017.2163Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .linkBtn.-line a {
    color: #fff;
    background-color: #00B732; }
    .linkBtn.-line a::after {
      content: '';
      width: 23px;
      height: 21px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2023%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.6804%208.43333C22.6804%204.4%2017.7663%200%2011.3402%200C4.91409%200%200%203.575%200%208.43333C0%2012.9158%203.95962%2016.6192%209.5305%2017.1646C9.87543%2017.1921%2010.1873%2017.3708%2010.3763%2017.6504C10.5086%2017.8567%2010.5842%2018.0904%2010.5842%2018.3333C10.57%2018.8283%2010.5133%2019.3279%2010.4141%2019.8138C10.3668%2020.0108%2010.4944%2020.2079%2010.6976%2020.2538C10.7779%2020.2721%2010.8582%2020.2629%2010.9338%2020.2308C13.6035%2019.085%2022.6804%2014.3733%2022.6804%208.43333Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .linkBtn.-navy a {
    color: #fff;
    background-color: #33436B; }
    .linkBtn.-navy a::after {
      content: '';
      width: 13px;
      height: 20px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.338004%200.828196L12.0901%2010.0991L0.338004%2019.37L5.20588%2010.0991L0.338004%200.828196Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.footer {
  background-color: #DEE4E5;
  padding-bottom: 40px; }
  .footer__logo {
    width: 224px; }
    @media only screen and (max-width: 768px) {
      .footer__logo {
        margin-left: auto;
        margin-right: auto; } }
  .footer__cont {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px; }
    @media only screen and (min-width: 769px) {
      .footer__cont {
        flex-direction: row;
        align-items: stretch;
        -moz-column-gap: 50px;
             column-gap: 50px; } }
  .footer__address {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .footer__address dl dt {
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1; }
      @media only screen and (min-width: 769px) {
        .footer__address dl dt {
          font-size: 2.4rem; } }
    .footer__address dl dd {
      font-size: 1.4rem;
      margin-top: 5px; }
      @media only screen and (min-width: 769px) {
        .footer__address dl dd {
          font-size: 1.6rem;
          margin-top: 10px; } }
    .footer__address p a {
      display: inline-flex;
      align-items: center;
      font-family: "Crimson Text", serif;
      font-size: 1.4rem;
      font-weight: bold; }
      @media only screen and (min-width: 769px) {
        .footer__address p a {
          font-size: 1.6rem; } }
      .footer__address p a::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%221280.000000pt%22%20height%3D%221280.000000pt%22%20viewBox%3D%220%200%201280.000000%201280.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate(0.000000%2C1280.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3035%2012789%20c-144%20-13%20-390%20-55%20-540%20-94%20-1169%20-301%20-2089%20-1221%0A-2390%20-2390%20-40%20-157%20-81%20-397%20-95%20-560%20-6%20-78%20-10%20-1256%20-10%20-3346%200%20-3508%0A-2%20-3362%2055%20-3675%20157%20-855%20646%20-1617%201358%20-2118%20498%20-350%201058%20-549%201677%0A-596%20214%20-16%206632%20-9%206750%208%20576%2082%201009%20238%201444%20519%20193%20125%20323%20230%20509%0A413%20320%20312%20548%20637%20722%201033%20134%20302%20211%20587%20267%20977%2017%20118%2024%206536%208%206750%0A-45%20585%20-225%201118%20-541%201595%20-503%20760%20-1282%201276%20-2173%201440%20-313%2057%20-163%2055%0A-3695%2054%20-1785%20-1%20-3291%20-6%20-3346%20-10z%20m6705%20-1099%20c927%20-114%201678%20-775%201905%0A-1675%2069%20-274%2065%20-29%2065%20-3620%200%20-2856%20-2%20-3258%20-15%20-3362%20-50%20-379%20-194%20-738%0A-423%20-1047%20-96%20-130%20-328%20-362%20-458%20-458%20-309%20-229%20-668%20-373%20-1047%20-423%20-104%0A-13%20-506%20-15%20-3362%20-15%20-3591%200%20-3346%20-4%20-3620%2065%20-903%20228%20-1571%20990%20-1675%0A1914%20-8%2068%20-10%201065%20-8%203386%20l3%203290%2028%20138%20c162%20811%20724%201453%201494%201707%20132%0A43%20345%2091%20463%20103%2091%2010%206571%206%206650%20-3z%22%2F%3E%0A%3Cpath%20d%3D%22M9785%2010656%20c-278%20-65%20-491%20-272%20-559%20-547%20-23%20-93%20-21%20-255%204%20-353%0A110%20-432%20583%20-666%20995%20-493%20111%2046%20253%20160%20316%20253%20175%20258%20173%20598%20-6%20849%0A-89%20125%20-211%20215%20-362%20268%20-75%2026%20-106%2030%20-208%2033%20-78%203%20-141%20-1%20-180%20-10z%22%2F%3E%0A%3Cpath%20d%3D%22M6195%209574%20c-786%20-62%20-1494%20-384%20-2039%20-930%20-504%20-503%20-813%20-1135%0A-913%20-1864%20-24%20-177%20-24%20-596%201%20-775%2071%20-521%20231%20-950%20511%20-1370%20436%20-655%0A1087%20-1123%201837%20-1320%20470%20-123%20982%20-137%201457%20-39%20612%20126%201160%20422%201606%20869%0A507%20507%20815%201133%20912%201855%2022%20167%2025%20590%205%20750%20-94%20744%20-404%201383%20-922%201900%0A-500%20499%20-1139%20811%20-1855%20905%20-114%2016%20-494%2027%20-600%2019z%20m400%20-975%20c428%20-36%0A853%20-207%201195%20-479%20113%20-91%20299%20-283%20386%20-400%20224%20-300%20361%20-628%20421%20-1005%2024%0A-154%2024%20-487%200%20-644%20-152%20-971%20-897%20-1716%20-1868%20-1868%20-153%20-24%20-499%20-24%20-647%0A0%20-732%20118%20-1341%20565%20-1662%201220%20-332%20676%20-298%201470%2091%202114%20177%20292%20460%20575%0A752%20752%20399%20241%20869%20350%201332%20310z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 5px; }
  .footer__info p {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.8; }
    @media only screen and (min-width: 769px) {
      .footer__info p {
        font-size: 1.4rem; } }
    .footer__info p + p {
      margin-top: 1em; }
  @media only screen and (min-width: 769px) {
    .footer__cta {
      width: 350px;
      margin-left: auto; } }
  .footer__cta ul li {
    width: 100%;
    min-height: 80px; }
    .footer__cta ul li + li {
      margin-top: 20px; }
    .footer__cta ul li .linkBtn {
      font-size: 2.2rem; }
    .footer__cta ul li .anno {
      font-size: 1.1rem;
      text-align: center;
      margin-top: 5px; }
      @media only screen and (min-width: 769px) {
        .footer__cta ul li .anno {
          font-size: 1.2rem; } }
  .footer__copy {
    font-family: "Crimson Text", serif;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 30px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  transition: background-color 0.25s ease-out; }
  @media only screen and (min-width: 1151px) {
    .header {
      height: 96px; } }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    height: inherit;
    padding: 0 0 0 20px; }
    @media only screen and (min-width: 1151px) {
      .header__inner {
        padding: 0 40px; } }
  .header__logo {
    width: 150px; }
    @media only screen and (min-width: 1151px) {
      .header__logo {
        width: 224px; } }
  .header__sp {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #33436B;
    cursor: pointer; }
    @media only screen and (min-width: 1151px) {
      .header__sp {
        display: none; } }
    .header__sp i {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      width: 30px;
      height: 2px;
      background-color: #fff;
      transform: translate(-50%, -50%);
      transition-duration: 0.25s;
      transition-property: top, transform;
      transition-delay: 0.25s, 0s, 0s; }
      .header__sp i:nth-of-type(1) {
        top: calc(50% - 10px); }
      .header__sp i:nth-of-type(3) {
        top: calc(50% + 10px); }
  .header__cont {
    display: flex; }
    @media only screen and (min-width: 1151px) {
      .header__cont {
        flex: 1;
        justify-content: flex-end;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px; } }
    @media only screen and (max-width: 1150px) {
      .header__cont {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding-top: 70px;
        z-index: -1; } }
    .header__cont ul {
      display: flex;
      flex-direction: column;
      -moz-column-gap: 32px;
           column-gap: 32px;
      row-gap: 30px; }
      @media only screen and (min-width: 1151px) {
        .header__cont ul {
          flex-direction: row; } }
      .header__cont ul li a {
        display: block;
        color: #222;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        text-align: center; }
        @media only screen and (min-width: 1151px) {
          .header__cont ul li a {
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left; } }
  .header__button {
    max-width: 200px;
    width: 100%;
    min-height: 48px; }
  .header__so {
    display: block; }
    @media only screen and (min-width: 961px) {
      .header__so {
        display: none; } }
  .header.-scroll {
    background-color: #fff; }
    .header.-scroll .header__cont ul li a {
      color: #222; }

.heading {
  position: relative;
  padding-bottom: 15px; }
  .heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #222;
    border-radius: 2px; }
  .heading p {
    font-family: "Crimson Text", serif;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 769px) {
      .heading p {
        font-size: 5rem; } }
  .heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 5px; }
    @media only screen and (min-width: 769px) {
      .heading h2 {
        font-size: 2.2rem; } }

.inner {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .inner {
      max-width: 1280px;
      padding-left: 40px;
      padding-right: 40px; } }

.post {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 228, 229, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100; }
  .post__inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .post__cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(70vh);
    margin: 0 auto;
    background-color: #fff;
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 769px) {
      .post__cont {
        max-width: 980px;
        width: calc(100% - 80px); } }
    .post__cont::after {
      content: '';
      position: absolute;
      top: -40px;
      right: 0px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20y%3D%227%22%20width%3D%2216%22%20height%3D%222.13333%22%20fill%3D%22%23222222%22%2F%3E%0A%3Crect%20x%3D%229%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22rotate(90%209%200)%22%20fill%3D%22%23222222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(45deg);
      cursor: pointer;
      pointer-events: none; }
  .post__detail {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    overflow-y: scroll; }
    @media only screen and (min-width: 769px) {
      .post__detail {
        padding: 40px 60px; } }

.detail__date {
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1; }

.detail__title {
  font-size: 2.4rem;
  font-weight: bold; }

.detail__cont {
  margin-top: 50px; }

.wysiwyg * {
  line-height: 2;
  letter-spacing: 0.1em; }
  .wysiwyg * + * {
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .wysiwyg * + * {
        margin-top: 30px; } }

.wysiwyg h1 {
  font-size: 2.4rem;
  font-weight: bold; }

.wysiwyg h2 {
  font-size: 2rem;
  font-weight: bold; }

.wysiwyg h3 {
  font-size: 1.8rem;
  font-weight: bold; }

.wysiwyg h4 {
  font-weight: bold; }

.wysiwyg a {
  color: #33436B;
  text-decoration: underline; }

.about {
  margin-top: 80px; }
  @media only screen and (min-width: 769px) {
    .about {
      margin-top: 120px; } }
  .about__list {
    margin-top: 80px; }
    @media only screen and (min-width: 769px) {
      .about__list {
        margin-top: 180px; } }
  .about__item {
    counter-increment: about;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 30px; }
    @media only screen and (min-width: 769px) {
      .about__item {
        flex-direction: row; } }
    .about__item + .about__item {
      margin-top: 100px; }
      @media only screen and (min-width: 769px) {
        .about__item + .about__item {
          margin-top: 170px; } }
    @media only screen and (min-width: 769px) {
      .about__item:nth-of-type(even) {
        flex-direction: row-reverse; } }
    .about__itemDetail {
      flex: 1;
      position: relative; }
      @media only screen and (min-width: 769px) {
        .about__itemDetail {
          padding: 0 50px; } }
      .about__itemDetail::before {
        content: 'Point';
        display: block;
        font-family: "Crimson Text", serif;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) {
          .about__itemDetail::before {
            font-size: 2rem; } }
      .about__itemDetail::after {
        content: counter(about, decimal-leading-zero);
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        color: #DEE4E5;
        font-family: "Crimson Text", serif;
        font-size: 12rem;
        font-weight: bold;
        line-height: 1;
        z-index: -1;
        pointer-events: none;
        transform: translateY(-50%); }
        @media only screen and (min-width: 769px) {
          .about__itemDetail::after {
            font-size: 20rem; } }
      .about__itemDetail dt {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.6; }
        @media only screen and (min-width: 769px) {
          .about__itemDetail dt {
            font-size: 2.4rem;
            margin-top: 10px;
            line-height: 1.4; } }
      .about__itemDetail dd {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 30px; }
        @media only screen and (min-width: 769px) {
          .about__itemDetail dd {
            font-size: 2rem;
            margin-top: 50px; } }
    .about__itemImg {
      aspect-ratio: 3 / 2; }
      @media only screen and (min-width: 769px) {
        .about__itemImg {
          max-width: 600px;
          width: calc(600 / 1440 * 100vw); } }
      .about__itemImg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .about__check {
    position: relative;
    left: calc((100% - 100vw) / 2);
    width: 100vw;
    width: 100svw;
    margin-bottom: calc(360 / 375 * 100vw);
    margin-top: 80px; }
    @media only screen and (min-width: 769px) {
      .about__check {
        margin-top: 100px;
        margin-bottom: calc(300 / 1440 * 100vw); } }
    .about__checkInner {
      position: relative;
      max-width: 1440px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 769px) {
        .about__checkInner::after {
          content: '';
          position: absolute;
          top: 0;
          left: calc((100% - 100vw) / 2);
          display: inline-block;
          width: calc((100vw - (100% - 10px)) / 2);
          height: 100%;
          background-color: #DEE4E5;
          z-index: -1; } }
    .about__checkDetail {
      width: calc(100% - 40px);
      background-color: #DEE4E5;
      padding: 30px 30px 100px 30px; }
      @media only screen and (min-width: 769px) {
        .about__checkDetail {
          max-width: 820px;
          width: calc(820 / 1440 * 100vw);
          padding: calc(60 / 1440 * 100vw) calc(120 / 1440 * 100vw); } }
      @media only screen and (min-width: 1441px) {
        .about__checkDetail {
          padding: 60px 120px; } }
      .about__checkDetail dt {
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
        font-size: 2.1rem;
        font-weight: bold;
        line-height: 1.8; }
        @media only screen and (min-width: 769px) {
          .about__checkDetail dt {
            font-size: calc(32 / 1440 * 100vw); } }
        @media only screen and (min-width: 1441px) {
          .about__checkDetail dt {
            font-size: 3.2rem; } }
      .about__checkDetail dd {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 20px; }
        @media only screen and (min-width: 769px) {
          .about__checkDetail dd {
            font-size: calc(22 / 1440 * 100vw);
            margin-top: 30px; } }
  @media only screen and (min-width: 769px) and (min-width: 1441px) {
    .about__checkDetail dd {
      font-size: 2.2rem; } }
    .about__checkImg .img01 {
      position: absolute;
      top: calc(100% - 70px);
      right: 0;
      width: calc(250 / 375 * 100vw); }
      @media only screen and (min-width: 769px) {
        .about__checkImg .img01 {
          top: calc(100 / 1440 * 100vw);
          right: calc(40 / 1440 * 100vw);
          max-width: 450px;
          width: calc(450 / 1440 * 100vw); } }
  @media only screen and (min-width: 769px) and (min-width: 1441px) {
    .about__checkImg .img01 {
      top: 100px;
      right: 40px; } }
    .about__checkImg .img02 {
      position: absolute;
      top: calc(100% + (70 / 375 * 100vw));
      right: calc(150 / 375 * 100vw);
      width: calc(200 / 375 * 100vw); }
      @media only screen and (min-width: 769px) {
        .about__checkImg .img02 {
          top: calc(360 / 1440 * 100vw);
          right: calc(320 / 1440 * 100vw);
          max-width: 400px;
          width: calc(400 / 1440 * 100vw); } }
  @media only screen and (min-width: 769px) and (min-width: 1441px) {
    .about__checkImg .img02 {
      top: 360px;
      right: 320px; } }

.access {
  background-color: #DEE4E5;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 769px) {
    .access {
      padding-top: 120px;
      padding-bottom: 80px; } }
  .access__cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 60px; }
    @media only screen and (min-width: 769px) {
      .access__cont {
        flex-direction: row;
        -moz-column-gap: 50px;
             column-gap: 50px; } }
  .access__stop {
    margin-top: 30px; }
    .access__stop dl + dl {
      margin-top: 40px; }
    .access__stop dl dt {
      font-size: 1.8rem;
      font-weight: bold; }
    .access__stop dl dd {
      margin-top: 10px; }
      .access__stop dl dd p {
        font-size: 1.2rem; }
        .access__stop dl dd p + p {
          margin-top: 10px; }
        .access__stop dl dd p span {
          font-weight: bold; }
        .access__stop dl dd p a {
          color: #33436B;
          text-decoration: underline; }
  .access__map {
    flex: 1;
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3; }
    @media only screen and (min-width: 769px) {
      .access__map {
        max-width: 860px;
        aspect-ratio: 3 / 2; } }
    .access__map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.faq {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 769px) {
    .faq {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .faq__cont {
    margin-top: 60px; }
    @media only screen and (min-width: 769px) {
      .faq__cont {
        margin-top: 80px; } }
  .faq__item + li {
    margin-top: 30px; }
  .faq__detail {
    position: relative;
    border: 1px solid #DEE4E5;
    transition: background-color 0.25s ease-out;
    cursor: pointer; }
    .faq__detail::after {
      content: 'Q';
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      color: #fff;
      font-family: "Crimson Text", serif;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1;
      background-color: #222; }
      @media only screen and (min-width: 769px) {
        .faq__detail::after {
          width: 80px;
          height: 80px;
          font-size: 3.2rem; } }
    .faq__detail dt {
      position: relative;
      min-height: 48px;
      display: flex;
      justify-content: stretch;
      align-items: center;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 1.8rem;
      font-weight: bold;
      padding: 7px 45px 7px 60px; }
      @media only screen and (min-width: 769px) {
        .faq__detail dt {
          min-height: 78px;
          font-size: 2.4rem;
          padding: 7px 80px 7px 110px; } }
      .faq__detail dt::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20y%3D%227%22%20width%3D%2216%22%20height%3D%222.13333%22%20fill%3D%22%23222222%22%2F%3E%0A%3Crect%20x%3D%229%22%20width%3D%2216%22%20height%3D%222%22%20transform%3D%22rotate(90%209%200)%22%20fill%3D%22%23222222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%); }
        @media only screen and (min-width: 769px) {
          .faq__detail dt::after {
            right: 20px;
            width: 16px;
            height: 16px; } }
    .faq__detail dd {
      font-size: 1.3rem;
      line-height: 2;
      letter-spacing: 0.08em;
      padding: 0 10px 20px 20px; }
      @media only screen and (min-width: 769px) {
        .faq__detail dd {
          font-size: 1.6rem;
          padding: 20px 80px 20px 40px; } }
      .faq__detail dd a {
        color: #33436B; }
    .faq__detail:hover {
      background-color: #DEE4E5; }
    .faq__detail.-open {
      background-color: #DEE4E5; }
      .faq__detail.-open dt::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%223%22%20viewBox%3D%220%200%2016%203%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%222.13333%22%20fill%3D%22%23222222%22%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.flow {
  background-color: #DEE4E5;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 769px) {
    .flow {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .flow__cont {
    width: 100%;
    margin-top: 60px; }
    @media only screen and (min-width: 769px) {
      .flow__cont {
        max-width: 760px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto; } }
  .flow__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px; }
    @media only screen and (min-width: 769px) {
      .flow__list li {
        flex-direction: row;
        align-items: flex-start;
        -moz-column-gap: 75px;
             column-gap: 75px; } }
    .flow__list li + li {
      margin-top: 50px; }
    .flow__list li p {
      position: relative;
      font-family: "Crimson Text", serif;
      font-size: 6rem;
      font-weight: bold;
      line-height: 1;
      text-align: center; }
      .flow__list li p::before {
        content: 'STEP';
        display: block;
        font-size: 2.2rem; }
    .flow__list li dl {
      flex: 1;
      width: 100%; }
      .flow__list li dl dt {
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1;
        text-align: center; }
        @media only screen and (min-width: 769px) {
          .flow__list li dl dt {
            font-size: 2.6rem;
            text-align: left; } }
      .flow__list li dl dd {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 10px; }
        @media only screen and (min-width: 769px) {
          .flow__list li dl dd {
            font-size: 2rem;
            margin-top: 15px; } }
        .flow__list li dl dd a {
          color: #33436B;
          text-decoration: underline; }
          .flow__list li dl dd a:hover {
            text-decoration: none;
            opacity: 1; }
        .flow__list li dl dd span {
          font-size: 1.3rem; }
          @media only screen and (min-width: 769px) {
            .flow__list li dl dd span {
              font-size: 1.6rem; } }
    .flow__list li:nth-of-type(4) p {
      color: #33436B; }
      .flow__list li:nth-of-type(4) p::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 19px;
        height: 19px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cline%20y1%3D%2217.5%22%20x2%3D%2212%22%20y2%3D%2217.5%22%20stroke%3D%22%2333436B%22%20stroke-width%3D%223%22%2F%3E%0A%3Cline%20x1%3D%225.06066%22%20y1%3D%224.93934%22%20x2%3D%2213.5459%22%20y2%3D%2213.4246%22%20stroke%3D%22%2333436B%22%20stroke-width%3D%223%22%2F%3E%0A%3Cline%20x1%3D%2217.5%22%20y1%3D%2212%22%20x2%3D%2217.5%22%20stroke%3D%22%2333436B%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(-75%, -75%); }
  .flow__button {
    max-width: 350px;
    width: 100%;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
    @media only screen and (min-width: 769px) {
      .flow__button {
        margin-top: 80px; } }

.intro {
  margin-top: 80px; }
  @media only screen and (min-width: 769px) {
    .intro {
      margin-top: 120px; } }
  .intro__cont {
    position: relative; }
  .intro__text {
    padding: 40px 30px; }
    @media only screen and (min-width: 769px) {
      .intro__text {
        padding: 80 40px; } }
    .intro__text p {
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 2; }
      @media only screen and (min-width: 769px) {
        .intro__text p {
          font-size: 2.4rem;
          text-align: center; } }
      .intro__text p + p {
        margin-top: 2em; }
  .intro__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }
    .intro__img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0.6;
      z-index: 1; }
    .intro__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: blur(7px);
              filter: blur(7px); }

.mv__inner {
  position: relative; }

.mv__cont {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1; }
  @media only screen and (min-width: 769px) {
    .mv__cont {
      left: unset;
      right: 290px;
      width: calc(1000 / 1440 * 100vw);
      margin: 0; } }

.mv__heading {
  width: 100%;
  padding: 0 40px; }
  @media only screen and (min-width: 769px) {
    .mv__heading {
      max-width: 512px;
      padding: 0 70px; } }
  .mv__heading h1 {
    color: #fff;
    font-size: 2.9rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
    @media only screen and (min-width: 769px) {
      .mv__heading h1 {
        color: #222;
        font-size: 4.8rem;
        text-shadow: 1px 1px #fff, 2px 2px #fff, 3px 3px #fff; } }
  .mv__heading ul {
    margin-top: 32px; }
    .mv__heading ul li {
      max-width: 275px;
      width: 100%;
      min-height: 60px;
      margin-left: auto;
      margin-right: auto; }
      .mv__heading ul li + li {
        margin-top: 32px; }

.mv__img {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-left: auto; }
  @media only screen and (min-width: 769px) {
    .mv__img {
      width: calc(1000 / 1440 * 100vw); } }
  .mv__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.3);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); }
    @media only screen and (min-width: 769px) {
      .mv__img::before {
        display: none; } }
  .mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.news {
  padding-bottom: 80px; }
  @media only screen and (min-width: 769px) {
    .news {
      padding-bottom: 120px; } }
  .news__cont {
    width: 100%;
    margin-top: 60px; }
    @media only screen and (min-width: 769px) {
      .news__cont {
        max-width: 900px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto; } }
  .news__list {
    border-top: 1px solid #DEE4E5; }
  .news__item {
    border-bottom: 1px solid #DEE4E5; }
  .news__intro {
    cursor: pointer;
    padding: 10px;
    transition: 0.25s ease-out; }
    @media only screen and (min-width: 769px) {
      .news__intro {
        padding: 15px 20px; } }
    .news__intro p {
      font-family: "Crimson Text", serif;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1;
      transition: 0.25s ease-out; }
      @media only screen and (min-width: 769px) {
        .news__intro p {
          font-size: 3.2rem; } }
    .news__intro h3 {
      font-size: 1.4rem;
      line-height: 2;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: 0.25s ease-out; }
      @media only screen and (min-width: 769px) {
        .news__intro h3 {
          font-size: 1.8rem; } }
    .news__intro:hover {
      background-color: #DEE4E5; }
      .news__intro:hover > * {
        transform: translateX(10px); }
        @media only screen and (min-width: 769px) {
          .news__intro:hover > * {
            transform: translateX(20px); } }

.outro {
  position: relative; }
  .outro__img {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .outro__img {
        aspect-ratio: 2 / 1; } }
    .outro__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .outro__cont {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .outro__cont {
        max-width: 960px;
        margin: 0 auto; } }
    .outro__cont p {
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 2; }
      @media only screen and (min-width: 769px) {
        .outro__cont p {
          font-size: 2.2rem;
          text-align: center; } }
      .outro__cont p + p {
        margin-top: 2em; }
  .outro__credit {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 40px auto 80px; }
    @media only screen and (min-width: 769px) {
      .outro__credit {
        max-width: 820px;
        margin: 60px auto 120px; } }
    .outro__creditFigure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .outro__creditCont {
      margin-top: 15px; }
      @media only screen and (min-width: 769px) {
        .outro__creditCont {
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%); } }
      .outro__creditCont dl {
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
        text-align: right;
        font-weight: bold; }
        .outro__creditCont dl dt {
          font-size: 1.6rem; }
          @media only screen and (min-width: 769px) {
            .outro__creditCont dl dt {
              font-size: 2.2rem; } }
        .outro__creditCont dl dd {
          font-size: 2.4rem;
          line-height: 1;
          letter-spacing: 0.1em;
          margin-top: 10px; }
          @media only screen and (min-width: 769px) {
            .outro__creditCont dl dd {
              font-size: 3.2rem; } }

.price {
  padding-bottom: 80px; }
  @media only screen and (min-width: 769px) {
    .price {
      padding-bottom: 90px; } }
  .price__cont {
    width: 100%;
    margin-top: 60px; }
    @media only screen and (min-width: 769px) {
      .price__cont {
        max-width: 760px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto; } }
  .price__table + .price__table {
    margin-top: 50px; }
  .price__tableCaption {
    font-size: 2.4rem;
    font-weight: bold; }
  .price__tableDetail {
    margin-top: 15px; }
  .price .priceDetail__intro {
    font-size: 1.3rem;
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      .price .priceDetail__intro {
        font-size: 1.4rem;
        margin-bottom: 15px; } }
  .price .priceDetail__table {
    border: 1px solid #DEE4E5; }
    .price .priceDetail__table dl {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 769px) {
        .price .priceDetail__table dl {
          flex-direction: row; } }
      .price .priceDetail__table dl + dl {
        border-top: 1px solid #DEE4E5; }
      .price .priceDetail__table dl dt {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        min-height: 75px;
        background-color: #222;
        padding: 7px 20px; }
        @media only screen and (min-width: 769px) {
          .price .priceDetail__table dl dt {
            min-height: 90px;
            width: 285px; } }
        .price .priceDetail__table dl dt p {
          color: #fff;
          font-size: 1.8rem;
          font-weight: bold; }
          @media only screen and (min-width: 769px) {
            .price .priceDetail__table dl dt p {
              font-size: 2.2rem; } }
          .price .priceDetail__table dl dt p span {
            display: block;
            font-size: 1.3rem; }
            @media only screen and (min-width: 769px) {
              .price .priceDetail__table dl dt p span {
                font-size: 1.5rem; } }
      .price .priceDetail__table dl dd {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 75px; }
        @media only screen and (min-width: 769px) {
          .price .priceDetail__table dl dd {
            min-height: 90px; } }
        .price .priceDetail__table dl dd p {
          font-family: "Crimson Text", serif;
          font-size: 2.8rem;
          font-weight: bold; }
          @media only screen and (min-width: 769px) {
            .price .priceDetail__table dl dd p {
              font-size: 3.6rem; } }
    .price .priceDetail__table--02 dl {
      flex-direction: column; }
      .price .priceDetail__table--02 dl dt {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .price .priceDetail__table--02 dl dt dt p span {
            font-size: 1.2rem; } }
      .price .priceDetail__table--02 dl dd {
        width: 100%; }
        .price .priceDetail__table--02 dl dd + dd {
          border-top: 1px solid #DEE4E5; }
  .price .priceDetail__anno {
    margin-top: 10px; }
    @media only screen and (min-width: 769px) {
      .price .priceDetail__anno {
        margin-top: 15px; } }
    .price .priceDetail__anno li {
      font-size: 1.3rem;
      text-indent: -1em;
      padding-left: 1em; }
      @media only screen and (min-width: 769px) {
        .price .priceDetail__anno li {
          font-size: 1.5rem; } }
      .price .priceDetail__anno li::before {
        content: '・'; }

