@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Jost:wght@200;300;400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");
html {
  font-size: calc(10vw / 7.68);
  -webkit-font-smoothing: antialiased; }

body {
  color: #666666;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 10px; }

  body {
    font-size: 1.5rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

button {
  cursor: pointer; }
  button:disabled {
    cursor: auto;
    opacity: 0.5; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.txtBold {
  font-weight: 700; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.required {
  color: #e31d1d; }

.slide .item {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .item:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .item {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 25px 0 0 0; }
  .slide .slick-dots li {
    overflow: hidden;
    margin: 0 3px; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 6px;
      height: 6px;
      text-indent: -9999em;
      background-color: #cccccc;
      border-radius: 50%;
      transition: background-color 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      width: 6px;
      height: 6px;
      background-color: #666666; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }
  .slide .slick-arrow.slick-prev {
    right: 100%;
    background: url(/img/common/arrow_prev.png) left center no-repeat;
    background-size: 60%; }
  .slide .slick-arrow.slick-next {
    left: 100%;
    background: url(/img/common/arrow_next.png) right center no-repeat;
    background-size: 60%; }

.image.fadeContent {
  overflow: hidden;
  opacity: 1;
  transition: none; }
  .image.fadeContent img {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s; }
  .image.fadeContent.current img {
    transform: scale(1); }

@media screen and (min-width: 769px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.8; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.8; }

  .moverButton {
    position: relative;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .moverButton:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 0;
      width: 0;
      background-color: #333333;
      transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .moverButton:hover:not([disabled]):before {
      left: 0;
      right: auto;
      width: 100%; }

  .slide .slick-dots {
    margin: 25px 0 0 0; }
    .slide .slick-dots li {
      margin: 0 3px; }
      .slide .slick-dots li button {
        width: 5px;
        height: 5px; }
      .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
        width: 5px;
        height: 5px; }
  .slide .slick-arrow {
    width: 21px;
    height: 21px; }
    .slide .slick-arrow.slick-prev {
      right: calc(100% + 15px);
      background: url(/img/common/arrow_prev.png) left center no-repeat;
      background-size: contain; }
    .slide .slick-arrow.slick-next {
      left: calc(100% + 15px);
      background: url(/img/common/arrow_next.png) right center no-repeat;
      background-size: contain; } }
.mode_pc,
.mode_pc_ib {
  display: none; }
  .mode_pc.important,
  .mode_pc_ib.important {
    display: none !important; }

.mode_sp {
  display: block; }
  .mode_sp.important {
    display: block !important; }

.mode_sp_ib {
  display: inline-block; }
  .mode_sp_ib.important {
    display: inline-block !important; }

@media screen and (min-width: 769px) {
  .mode_pc {
    display: block; }
    .mode_pc.important {
      display: block !important; }

  .mode_pc_ib {
    display: inline-block; }
    .mode_pc_ib.important {
      display: inline-block !important; }

  .mode_sp,
  .mode_sp_ib {
    display: none; }
    .mode_sp.important,
    .mode_sp_ib.important {
      display: none !important; } }
.animate {
  overflow: hidden;
  opacity: 1; }

.animate .animate-text {
  display: block; }

.animated {
  opacity: 1; }

.lazyload {
  opacity: 1; }

@keyframes arrowMove {
  0% {
    transform: translateX(0); }
  99% {
    transform: translateX(50%); }
  100% {
    transform: translateX(0); } }
.wrapper {
  overflow: hidden;
  opacity: 0;
  position: relative;
  padding: 63px 0 0 0;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.contentInner {
  width: calc(648 / 768 * 100%);
  margin: auto; }

.scrollPosition {
  margin: -63px 0 0 0;
  padding: 63px 0 0 0; }

.fadeContent {
  opacity: 0;
  transition: opacity 1.0s ease-out; }

.fadeContent.current {
  opacity: 1; }

@media screen and (min-width: 769px) {
  .wrapper {
    padding: 91px 0 0 0; }

  .contentInner {
    position: relative;
    width: 100%;
    max-width: 1420px;
    padding: 0 10px;
    box-sizing: border-box; }

  .scrollPosition {
    margin: -91px 0 0 0;
    padding: 91px 0 0 0; } }
.layoutType01 {
  overflow: hidden;
  padding: calc(40 / 768 * 100%) 0 0 0; }
  .layoutType01:after {
    content: "";
    display: block;
    padding: calc(400 / 768 * 100%) 0 0 0; }
  .layoutType01 .title {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 0 0 calc(70 / 768 * 100%) 0; }
  .layoutType01.fadeContent {
    overflow: hidden; }
    .layoutType01.fadeContent:after {
      transform: scale(1.1);
      transition: transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s; }
    .layoutType01.fadeContent.current:after {
      transform: scale(1); }

@media screen and (min-width: 769px) {
  .layoutType01 {
    padding: calc(41 / 1400 * 100%) 0 0 0; }
    .layoutType01:after {
      padding: calc(480 / 1400 * 100%) 0 0 0; }
    .layoutType01 .title {
      padding: 0 0 calc(65 / 1400 * 100%) 0; }
      .layoutType01 .title .en {
        letter-spacing: 0.1em; } }
#bottomNav .list {
  margin: 0 0 calc(70 / 648 * 100%) 0; }
  #bottomNav .list .item {
    margin: 0 0 calc(40 / 648 * 100%) 0; }

@media screen and (min-width: 769px) {
  #bottomNav .contentInner {
    max-width: 1260px; }
  #bottomNav .list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(85 / 1240 * 100%) 0; }
    #bottomNav .list .item {
      flex-basis: calc(600 / 1240 * 100%);
      margin: 0; } }
/*----------------------
 modal
----------------------*/
.modalLink,
.modalLink2,
.arrowButton,
.thunmButton {
  cursor: pointer; }

#modalArea .modalContentWrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

#modalArea .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8); }

#modalArea .modalContentWrap.close .bg {
  display: none; }

#modalArea .modalContentWrap .modalContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#modalArea .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000; }

#modalArea .closeBtn .buttonArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 35px;
  height: 35px;
  box-sizing: border-box; }

#modalArea .closeBtn .buttonArea .wrap {
  position: relative;
  width: 100%;
  margin: auto; }

#modalArea .closeBtn .buttonArea .wrap span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
  margin: auto;
  transition: all 0.2s; }

#modalArea .closeBtn .buttonArea .wrap span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateY(-1px) rotate(-45deg); }

#modalArea .closeBtn .buttonArea .wrap span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-50%) translateY(1px) rotate(45deg); }

/* movieModal */
#modalArea #movieModal .modalContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90vw;
  text-align: center;
  margin: auto; }

#modalArea #movieModal .movieArea {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0 0; }

#modalArea #movieModal .movieArea iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 769px) {
  #modalArea #movieModal .modalContent {
    max-width: 1200px; }

  #modalArea .closeBtn .buttonArea {
    top: 23px;
    right: 27px;
    width: 50px;
    height: 50px; } }
#header .content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 63px;
  border-bottom: 1px solid #d6d6d6; }
  #header .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff; }
#header .contentInner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%; }
#header .logoArea {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  padding: 0 0 0 calc(50 / 768 * 100%);
  box-sizing: border-box; }
  #header .logoArea .logo {
    flex-basis: calc(135 / 768 * 100%);
    position: relative;
    z-index: 1100;
    max-width: 70px; }
    #header .logoArea .logo img:nth-child(1) {
      display: none; }
    #header .logoArea .logo img:nth-child(2) {
      display: block; }
  #header .logoArea .company {
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 0 0 calc(35 / 768 * 100%);
    white-space: nowrap; }
    #header .logoArea .company .name {
      font-size: 2.6rem;
      line-height: 1;
      font-weight: 500; }
#header .sideArea {
  position: fixed;
  top: 63px;
  right: 0;
  z-index: 50;
  writing-mode: vertical-lr; }
  #header .sideArea .reserve {
    transform: rotate(180deg); }
    #header .sideArea .reserve a {
      display: block;
      color: #ffffff;
      background-color: #08859b;
      padding: 1.2em 1em 1.15em 1em;
      letter-spacing: 0.07em; }
      #header .sideArea .reserve a .icon:after {
        content: "";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        vertical-align: bottom;
        background: url(/img/common/icon_blank.png) center center no-repeat;
        background-size: contain;
        margin: 0.5em 0 0 0.2em;
        transform: rotate(90deg); }

@media screen and (min-width: 769px) {
  #header .content {
    height: 91px;
    color: #333333;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box; }
  #header .contentInner {
    justify-content: space-between;
    width: calc(1340 / 1400 * 100%);
    max-width: 100%;
    padding: 0;
    box-sizing: border-box; }
  #header .logoArea {
    align-items: center;
    flex-basis: 92px;
    padding: 0; }
    #header .logoArea .logo {
      flex-basis: 100%;
      min-width: 92px; }
      #header .logoArea .logo img:nth-child(1) {
        display: none; }
      #header .logoArea .logo img:nth-child(2) {
        display: block; }
    #header .logoArea .company {
      display: none;
      font-size: 1.1rem;
      line-height: 1.45;
      padding: 0 0 0 2em; }
      #header .logoArea .company .name {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 700; }
  #header .navWrap {
    flex-basis: calc(1150 / 1310 * 100%); }
  #header .snsArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 12px;
    z-index: 10;
    width: 22px;
    margin: auto 0; }
    #header .snsArea .inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
    #header .snsArea .follow {
      color: #171516;
      font-family: 'Jost', sans-serif;
      font-size: 1rem;
      line-height: 1;
      font-weight: 300;
      letter-spacing: 0.2em;
      writing-mode: vertical-lr;
      margin: 0 0 6px 0;
      padding: 5px 0 7px 0;
      border-bottom: 1px solid #171516; }
    #header .snsArea .list .item {
      position: relative;
      width: 22px;
      padding: 5px 0; }
      #header .snsArea .list .item a {
        display: block;
        position: relative; }
      #header .snsArea .list .item img:nth-child(1) {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      #header .snsArea .list .item img:nth-child(2) {
        opacity: 1; }
  #header.tracking:before {
    height: 100%; } }
@media screen and (min-width: 1200px) {
  #header .logoArea {
    flex-basis: calc(400 / 1340 * 100%);
    max-width: 400px; }
    #header .logoArea .company {
      display: block; }
  #header .navWrap {
    flex-basis: calc(935 / 1340 * 100%);
    max-width: 935px; } }
#globalNav .buttonWrap {
  position: fixed;
  top: 0;
  right: 2vw;
  z-index: 1000; }
#globalNav .buttonArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 63px;
  padding: 0 10px;
  box-sizing: border-box; }
  #globalNav .buttonArea .wrap {
    position: relative;
    width: 25px;
    padding: 15px 0 0 0; }
    #globalNav .buttonArea .wrap span {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #000000;
      margin: auto;
      transition: all 0.2s; }
      #globalNav .buttonArea .wrap span:nth-of-type(1) {
        top: 0; }
      #globalNav .buttonArea .wrap span:nth-of-type(2) {
        top: calc(50% - 1px); }
      #globalNav .buttonArea .wrap span:nth-of-type(3) {
        bottom: 0; }
#globalNav .menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch; }
#globalNav .logoAreaSP {
  width: calc(86 / 768 * 100%);
  margin: 0 0 calc(35 / 768 * 100%) 0;
  padding: calc(33 / 768 * 100%) 0 0 calc(50 / 768 * 100%); }
#globalNav .list {
  margin: 0 0 calc(70 / 768 * 100%) 0;
  padding: 63px 0 0 0; }
  #globalNav .list .item {
    color: #666666;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 500; }
    #globalNav .list .item a {
      display: block;
      letter-spacing: 0.1em;
      padding: calc(29 / 768 * 100%) 0 calc(29 / 768 * 100%) calc(56 / 768 * 100%); }
#globalNav .snsAreaSP .follow {
  color: #666666;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 0 calc(45 / 768 * 100%) calc(60 / 768 * 100%); }
#globalNav .snsAreaSP .snsList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(307 / 768 * 100%);
  margin: 0 0 0 calc(56 / 768 * 100%); }
  #globalNav .snsAreaSP .snsList .item {
    flex-basis: calc(75 / 307 * 100%); }
#globalNav.open .buttonArea .wrap span {
  background-color: #000000; }
  #globalNav.open .buttonArea .wrap span:nth-of-type(1) {
    bottom: 0;
    left: 0;
    transform: translateY(50%) translateY(-1px) rotate(-45deg); }
  #globalNav.open .buttonArea .wrap span:nth-of-type(2) {
    opacity: 0;
    left: 0; }
  #globalNav.open .buttonArea .wrap span:nth-of-type(3) {
    top: 0;
    left: 0;
    transform: translateY(-50%) translateY(1px) rotate(45deg); }
#globalNav.open .menu {
  overflow: auto;
  height: 100vh; }

@media screen and (min-width: 769px) {
  #globalNav .buttonArea {
    height: 91px; }
  #globalNav .list {
    width: calc(500 / 1050 * 100%);
    margin: 0 auto;
    padding: 91px 0 0 0; }
    #globalNav .list .item {
      font-size: 2rem;
      line-height: 1;
      text-align: center; }
      #globalNav .list .item a {
        padding: calc(20 / 500 * 100%) 0 calc(20 / 500 * 100%) 0; } }
@media screen and (min-width: 960px) {
  #globalNav .buttonWrap {
    display: none; }
  #globalNav .menu {
    display: block !important;
    position: static;
    height: auto !important;
    background-color: transparent; }
  #globalNav .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    #globalNav .list .item {
      color: #333333;
      font-size: 1.4rem;
      line-height: 1; }
      #globalNav .list .item a {
        padding: 1em 0.96em; }
      #globalNav .list .item.reservation {
        margin: 0 0 0 1em; }
        #globalNav .list .item.reservation a {
          color: #ffffff !important;
          background-color: #08859b;
          letter-spacing: 0.07em;
          padding: 1.34em 1.65em; }
          #globalNav .list .item.reservation a .icon:after {
            content: "";
            display: inline-block;
            width: 0.7em;
            height: 0.7em;
            vertical-align: bottom;
            background: url(/img/common/icon_blank.png) center center no-repeat;
            background-size: contain;
            margin: 0 0 0.15em 0.2em; }
  .tracking #globalNav .item .child {
    top: 91px; } }
#footer .content {
  padding: calc(15 / 768 * 100%) 0 0 0; }
#footer .contentInner {
  width: 100%; }
#footer .logoArea {
  width: calc(110 / 768 * 100%);
  margin: 0 0 0 calc(30 / 768 * 100%); }
#footer .copyright {
  text-align: center;
  padding: calc(15 / 768 * 100%) 0 calc(20 / 768 * 100%) 0; }
  #footer .copyright small {
    font-family: 'Jost', sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 300; }

@media screen and (min-width: 769px) {
  #footer .content {
    padding: calc(15 / 1400 * 100%) 0 calc(20 / 1400 * 100%) 0; }
  #footer .contentInner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%; }
  #footer .logoArea {
    width: 110px;
    margin: 0 0 0 calc(50 / 1400 * 100%); }
  #footer .copyright {
    text-align: left;
    padding: 0 0 calc(5 / 1400 * 100vw) calc(25 / 1400 * 100vw); }
    #footer .copyright small {
      font-size: 1.1rem;
      line-height: 1;
      letter-spacing: 0.1em; } }
/* titleType01 */
.titleType01, .titleType03 {
  color: #000000;
  text-align: center; }
  .titleType01:before, .titleType03:before {
    content: "";
    display: block;
    width: 1px;
    height: 10vw;
    background-color: #000000;
    margin: auto; }
  .titleType01 .en, .titleType03 .en {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 5rem;
    line-height: 1;
    padding: 0.5em 0 0.5em 0; }
  .titleType01 .ja, .titleType03 .ja {
    display: block;
    font-size: 2rem;
    line-height: 1; }

@media screen and (min-width: 769px) {
  .titleType01:before, .titleType03:before {
    height: 5.7vw; }
  .titleType01 .en, .titleType03 .en {
    font-size: 4.4rem;
    line-height: 1;
    padding: 0.3em 0 0.17em 0; }
  .titleType01 .ja, .titleType03 .ja {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500; } }
/* titleType02 */
.titleType02 {
  color: #333333;
  text-align: center; }
  .titleType02 .ja {
    display: block;
    font-size: 3rem;
    line-height: 1; }
  .titleType02 .en {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 2.6rem;
    line-height: 1;
    padding: 0.7em 0 0.7em 0; }

@media screen and (min-width: 769px) {
  .titleType02 .ja {
    font-size: 2rem;
    line-height: 1; }
  .titleType02 .en {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.5em 0 0.5em 0; } }
/* titleType03 */
.titleType03:before {
  display: none; }

@media screen and (min-width: 769px) {
  .titleType03 .en {
    font-size: 4.6rem;
    line-height: 1; } }
.buttonType01, .buttonType02 {
  width: calc(386 / 648 * 100%);
  margin: auto; }
  .buttonType01 a, .buttonType02 a,
  .buttonType01 button,
  .buttonType02 button {
    display: block;
    width: 100%;
    color: #000000;
    font-family: 'Jost', sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    padding: 1.32em 0;
    border: 1px solid #7a7873;
    box-sizing: border-box; }
  .buttonType01.next .icon, .next.buttonType02 .icon, .buttonType01.back .icon, .back.buttonType02 .icon, .buttonType01.blank .icon, .blank.buttonType02 .icon {
    display: block;
    position: relative; }
  .buttonType01.next .icon svg, .next.buttonType02 .icon svg {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.5em;
    height: 0.8em;
    margin: 0 1em 0 0; }
    .buttonType01.next .icon svg .cls-1, .next.buttonType02 .icon svg .cls-1 {
      fill: #000000;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .buttonType01.back .icon svg, .back.buttonType02 .icon svg {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5em;
    height: 0.8em;
    margin: 0 0 0 1em; }
    .buttonType01.back .icon svg .cls-1, .back.buttonType02 .icon svg .cls-1 {
      fill: #000000;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .buttonType01.blank .icon svg, .blank.buttonType02 .icon svg {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.8em;
    height: 0.8em;
    margin: 0 1em 0 0; }
    .buttonType01.blank .icon svg .cls-1, .blank.buttonType02 .icon svg .cls-1 {
      fill: #000000;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media screen and (min-width: 769px) {
  .buttonType01, .buttonType02 {
    max-width: 210px; }
    .buttonType01 a, .buttonType02 a,
    .buttonType01 button,
    .buttonType02 button {
      font-size: 1.5rem;
      line-height: 1;
      padding: 1.1em 0; }
      .buttonType01 a:hover:not([disabled]), .buttonType02 a:hover:not([disabled]),
      .buttonType01 button:hover:not([disabled]),
      .buttonType02 button:hover:not([disabled]) {
        color: #ffffff; }
        .buttonType01 a:hover:not([disabled]) .icon svg .cls-1, .buttonType02 a:hover:not([disabled]) .icon svg .cls-1,
        .buttonType01 button:hover:not([disabled]) .icon svg .cls-1,
        .buttonType02 button:hover:not([disabled]) .icon svg .cls-1 {
          fill: #ffffff; } }
/* buttonType02 */
.buttonType02 {
  width: calc(586 / 648 * 100%); }
  .buttonType02 a,
  .buttonType02 button {
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    background-color: #ee5400;
    padding: 1.58em 0;
    border: 0; }
  .buttonType02.blue a,
  .buttonType02.blue button {
    background-color: #08859b; }
  .buttonType02.blank .icon:after {
    width: 0.8em;
    height: 0.8em;
    background: url(/img/common/icon_blank.svg) center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0; }

@media screen and (min-width: 769px) {
  .buttonType02 {
    max-width: 542px; }
    .buttonType02 a,
    .buttonType02 button {
      font-size: 1.8rem;
      line-height: 1;
      padding: 1.95em 0; }
    .buttonType02.blank .icon:after {
      width: 0.6em;
      height: 0.6em;
      margin: 0.2em 2em 0 0; } }
#toTop {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: opacity 0.4s ease-out; }
  #toTop.on {
    opacity: 1; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 7vw;
    right: 3vw;
    width: calc(67 / 768 * 100vw); }

@media screen and (min-width: 769px) {
  #toTop a {
    bottom: 20px;
    right: 40px;
    width: 42px; } }
