@charset "UTF-8";
/* ============================
    reset
============================*/
/* 
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  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;
}

a:active, a:hover {
  outline-width: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* 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;
  box-sizing: border-box;
}

/* 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;
}

ul, ol, ul li, ol li {
  list-style: none;
}

/*color*/
/*mono*/
/*add color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*grid settings*/
/* media query */
a {
  color: #000;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  a:hover {
    color: #000;
  }
}
a:focus {
  color: #000;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.contents {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

button {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

:focus {
  outline: none;
}

.is-animate.-slide {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-slide[data-type=right] {
  transform: translate(5%);
}
.is-animate.-slide[data-type=left] {
  transform: translate(-5%);
}
.is-animate.-slide[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-slide.active {
  opacity: 1;
  transform: translate(0%);
}
.is-animate.-slide[data-type=pyon].active {
  animation-name: pyon;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-delay: var(--delay);
  animation-fill-mode: backwards;
}

@keyframes pyon {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  50% {
    opacity: 1;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.is-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-show[data-type=fade] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-show[data-type=img] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=img] img {
  transform: scale(1.2);
  transition: 2s 0.5s;
}
.p-concept__gall__2 .is-animate.-show[data-type=img] img {
  transform: scale(1.2) translateY(-50%);
  transition: 2s 0.5s;
}
.is-animate.-show.active {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.is-animate.-show.active img {
  transform: scale(1);
}

/* ------------------------------------------------------------
    header common
------------------------------------------------------------ */
.u-btn-i {
  width: 2rem;
  height: 2rem;
}

.header {
  overflow-x: hidden;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 100%;
  }
}
.is-open .header {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.6);
}

.container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .container {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: scroll;
  }
}

.logo {
  pointer-events: all;
}
@media only screen and (max-width: 768px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
  }
}
.logo a {
  display: block;
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem 1rem 1rem;
}
@media only screen and (max-width: 768px) {
  .logo a {
    height: 5rem;
    padding: 0;
  }
}
.logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.nav {
  background-color: #fff;
  border-bottom-left-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 0 2rem 0 3rem;
  min-width: 90rem;
  pointer-events: all;
}
@media only screen and (max-width: 1080px) {
  .nav {
    min-width: 61rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    transform: translateY(-77.4rem);
    transition: 1s;
    opacity: 1;
    min-width: unset;
    padding: 2rem;
    padding-top: 11rem;
    padding-bottom: 4rem;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    pointer-events: all;
    background-color: #fff;
    border-radius: 0 0 3rem 3rem;
    overflow: hidden;
    gap: 2rem;
  }
}
.nav.is-active {
  transform: translateY(0rem);
  transition: 1s;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 80%;
    gap: 1.5rem;
  }
}
.nav-btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .nav-btn {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .nav-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1080px) {
  .nav-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 0.3rem;
    width: 100%;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
  }
  .nav-btn .u-arw-next {
    color: #007d91;
  }
  .nav-btn .u-arw-next::before {
    height: 0.14em;
  }
  .nav-btn .u-arw-next::after {
    width: 0.18em;
  }
}

@media only screen and (max-width: 768px) {
  .conv {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .conv a {
    width: 100%;
  }
}
.conv a.white {
  background-color: #fff;
  color: #007d91;
  border: 2px solid #4ca4b2;
}
.conv a.white img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(54%) saturate(367%) hue-rotate(140deg) brightness(92%) contrast(94%);
  transition: 0.3s;
}
.conv a.white:hover {
  background-color: rgb(0, 72.2413793103, 83.8);
  border: 2px solid rgb(0, 72.2413793103, 83.8);
  color: #fff;
  transition: 0.3s;
}
.conv a.white:hover img {
  filter: unset;
  transition: 0.3s;
}

.headsns {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.headadd {
  text-align: center;
}

.snsi {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100px;
  border: 1px solid #007d91;
}
.snsi img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ハンバーガーボタン */
.hamburger-btn {
  pointer-events: all;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: #007d91;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hamburger-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

.hamburger-btn:active {
  transform: scale(0.95);
}

/* アイコン共通スタイル */
.hbicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ハンバーガーアイコン */
.icon-hamburger {
  opacity: 1;
}

/* クローズアイコン */
.icon-close {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* アクティブ状態 */
.hamburger-btn.is-active .icon-hamburger {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.hamburger-btn.is-active .icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ------------------------------------------------------------
    footer common
------------------------------------------------------------ */
.footer {
  padding: 2rem 0;
}

.f-container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .f-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .f-logowrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.f-logo {
  width: 13rem;
  height: 13rem;
  padding: 2rem 0;
  aspect-ratio: 110/114;
}
@media only screen and (max-width: 768px) {
  .f-logo {
    padding: 2rem;
  }
}
.f-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}
.f-address {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .f-address {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .f-address {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .f-address {
    text-align: center;
  }
}
.f-navwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .f-navwrap {
    align-items: center;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.f-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  order: 3;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .f-nav {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .f-nav {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .f-nav {
    order: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .f-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0.3rem;
    width: 100%;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
  }
  .f-nav a .u-arw-next {
    color: #007d91;
  }
  .f-nav a .u-arw-next::before {
    height: 0.14em;
  }
  .f-nav a .u-arw-next::after {
    width: 0.18em;
  }
}
.f-sns {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .f-sns {
    gap: 2rem;
  }
}
.f-snsi {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .f-snsi {
    border-radius: 100px;
    border: 1px solid #007d91;
  }
}
.f-snsi:nth-of-type(1) {
  padding: 0.7rem;
}
.f-snsi img {
  height: 100%;
}
.f-conv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: 100%;
  max-width: 65rem;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .f-conv {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1rem;
  }
}
.f-conv li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-conv a {
  width: 100%;
  max-width: 32rem;
}
.f-conv a.white {
  background-color: #fff;
  color: #007d91;
  border: 2px solid #4ca4b2;
}
.f-conv a.white img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(54%) saturate(367%) hue-rotate(140deg) brightness(92%) contrast(94%);
  transition: 0.3s;
}
.f-conv a.white:hover {
  background-color: rgb(0, 72.2413793103, 83.8);
  border: 2px solid rgb(0, 72.2413793103, 83.8);
  color: #fff;
  transition: 0.3s;
}
.f-conv a.white:hover img {
  filter: unset;
  transition: 0.3s;
}
.f-copywrap {
  border-top: 2px solid #b8b4ac;
  margin-top: 2rem;
}
.f-copyright {
  font-size: 10px;
  font-size: 1rem;
  color: #b8b4ac;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .f-copyright {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .f-copyright {
    font-size: 0.9rem;
  }
}

/* ------------------------------------------------------------
    btn
------------------------------------------------------------ */
.c-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 1000px;
  font-weight: 500;
  padding: 0.7rem 2rem 0.8rem;
  gap: 1rem;
  background-color: #007d91;
  color: #fff;
  height: 4.4rem;
  transition: 0.3s;
}
.c-btn-main .u-arw-next {
  position: absolute;
  right: 2rem;
}
.c-btn-main:hover {
  background-color: #ee6340;
  color: #fff;
  transition: 0.3s;
}
.c-btn-control {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  color: #007d91;
  cursor: pointer;
  border-radius: 1000px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .c-btn-control {
    width: 5vw;
    height: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-control {
    width: 4.3rem !important;
    height: 4.3rem !important;
  }
}
.c-btn-control.c-prev .u-arw-next {
  transform: rotate(225deg);
}
.c-btn-control:hover {
  background-color: #d9ebee;
  transition: 0.3s;
}

.c-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-icon-plus {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transition: 0.3s;
}
.c-icon-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s;
}
.js-minus .c-icon-plus::before {
  width: 0;
  height: 0;
  transition: 0.3s;
}
.js-minus .c-icon-plus {
  transform: rotate(180deg);
  transition: 0.3s;
}

.c-conv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007d91;
  color: #fff;
  position: relative;
  width: 10rem;
  height: 8rem;
  border-radius: 2rem;
  transform: translate(-5px, -5px);
  transition: 0.3s;
  pointer-events: all;
}
.c-conv:hover {
  transform: translate(0, 0);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-conv {
    width: 8rem;
    height: 5.4rem;
    border-radius: 1rem;
    transform: translate(-3px, -3px);
  }
}
.c-conv.is-click {
  transform: translate(0, 0);
  transition: 0.3s;
}
.c-conv-ticket {
  width: 8rem;
  height: 17rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-conv-ticket {
    width: 5.5rem;
    height: 11rem;
  }
}
.c-conv-ticket .c-conv__txt {
  writing-mode: vertical-rl;
  z-index: 1;
  width: 100%;
  justify-content: center;
  transform: translate(-5px, -5px);
  padding-bottom: 3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-conv-ticket .c-conv__txt {
    padding-bottom: 2rem;
  }
}
.c-conv-ticket .ticket__shad {
  position: absolute;
}
.c-conv-ticket .ticket__bg {
  position: absolute;
  transform: translate(-5px, -5px);
  transition: 0.3s;
}
.c-conv-ticket:hover .c-conv__txt {
  transform: translate(0, 0);
  transition: 0.3s;
}
.c-conv-ticket:hover .ticket__bg {
  transform: translate(0, 0);
  transition: 0.3s;
}
.c-conv-wrap {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 100%;
  z-index: 19;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .c-conv-wrap {
    bottom: 1rem;
    left: 3%;
    width: 94%;
  }
}
.c-conv-wrap.hidden {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.c-conv-list {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .c-conv-list {
    justify-content: space-between;
  }
}
.c-conv-list .li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-conv-list .li.ticket {
  background-color: unset;
  pointer-events: all;
}
@media only screen and (max-width: 768px) {
  .c-conv-list .li {
    border-radius: 1rem;
  }
}
.c-conv-list .justwrap {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .c-conv-list .justwrap {
    gap: 1rem;
  }
}
.c-conv__txt {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-conv__txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-conv__txt {
    font-size: 1.2rem;
  }
}
.c-conv__icon {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}
.c-convhov {
  pointer-events: none;
  position: absolute;
  background: white;
  border: 1px solid gray;
  right: 0;
  color: black;
  border-radius: 2rem;
  opacity: 0;
  transition: 0.3s;
  transform: translate(5px, 5px);
}
@media only screen and (max-width: 768px) {
  .c-convhov {
    right: unset;
    left: 0;
    border-radius: 1rem;
  }
}
.is-click .c-convhov {
  opacity: 1;
  transition: 0.3s;
  transform: translate(0, 0);
}
.c-convhov.mod--time {
  top: -4lh;
  width: 27rem;
  padding: 1rem 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .c-convhov.mod--time {
    top: -3.5lh;
    max-width: 27rem;
    width: 70vw;
    padding-bottom: 1rem;
  }
}
.c-convhov.mod--cash {
  top: -5.1lh;
  width: 30rem;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-convhov.mod--cash {
    top: -4.5lh;
    max-width: 30rem;
    right: unset;
    left: -9.4rem;
    padding: 1rem;
    width: 72vw;
  }
}
.c-convhov-line {
  pointer-events: none;
  width: 0.6rem;
  height: 0;
  position: absolute;
  bottom: 100%;
  background: #007d91;
  border-radius: 10rem 10rem 0 0;
  transition: 0.3s;
  transform: translate(5px, 5px);
}
.is-click .c-convhov-line {
  height: 0.8lh;
  transition: 0.3s;
  transform: translate(0, 0);
}
.c-convhov__txt {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .c-convhov__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-convhov__txt {
    font-size: 1.6rem;
  }
}
.c-convhov__txt small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-convhov__txt small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-convhov__txt small {
    font-size: 1.2rem;
  }
}
.c-conv .u-arw-next {
  position: absolute;
  right: 2rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .c-conv:hover {
    background-color: #007d91;
    color: #fff;
    transition: 0.3s;
  }
  .c-conv:hover .c-convhov {
    opacity: 1;
    transition: 0.3s;
    transform: translate(0, 0);
  }
  .c-conv:hover .c-convhov-line {
    height: 0.8lh;
    transition: 0.3s;
    transform: translate(0, 0);
  }
}
.c-conv:focus {
  color: #fff;
}

.price-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.price-item::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  border-bottom: 1px dotted #999;
  z-index: -1;
}

.price-label,
.price-value {
  background: white;
}

/* ------------------------------------------------------------
    block
------------------------------------------------------------ */
.u-cont {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.u-arw-right {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 0.1em;
  background: currentColor;
}

.u-arw-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.u-arw-next {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 0.65em;
  height: 0.65em;
  transform: translateX(-25%) rotate(45deg);
}
.u-arw-next::after, .u-arw-next::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw-next::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.u-arw-next::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.09em;
}
.u-arw-next--ret {
  transform: translateX(0) rotate(225deg);
}

.u-mrg-t5 {
  margin-top: 5rem !important;
}
@media only screen and (max-width: 768px) {
  .u-mrg-t5 {
    margin-top: 3rem !important;
  }
}

/* ------------------------------------------------------------
    display
------------------------------------------------------------ */
.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

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

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-pcf {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .u-pcf {
    display: none;
  }
}

.u-spf {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spf {
    display: flex;
  }
}

.u-pcg {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .u-pcg {
    display: none;
  }
}

.u-spg {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spg {
    display: grid;
  }
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}/*# sourceMappingURL=common.css.map */