@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* base styles */
:root {
  color-scheme: light;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

body {
  color: #000;
  margin: 0;
  line-height: inherit;
  font-size: 1.6rem;
  background: #fff;
}
@media (max-width: 1030px) {
  body {
    min-width: 320px;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: calc((100% - 500px) / 2);
  padding: 50px;
}
@media (max-width: 1030px) {
  .l-header {
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    position: relative;
  }
}

.l-nav {
  position: relative;
}

.l-main {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-left: 39%;
  width: 500px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
  background: #fff;
}
@media (max-width: 1030px) {
  .l-main {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    box-shadow: none;
  }
}

.l-footer {
  position: relative;
  background: #222222;
  padding-bottom: 50px;
}

.l-content {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1030px) {
  .l-content {
    max-width: 500px;
  }
}

.l-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100% - 700px) / 2);
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 1340px) {
  .l-sidebar {
    display: none;
  }
}

.c-impact {
  font-size: 2rem;
  font-weight: bold;
}

.c-lead {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6em;
}
@media (max-width: 1030px) {
  .c-lead {
    font-size: 1.8rem;
  }
}

.c-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 45px;
}
@media (max-width: 1030px) {
  .c-note {
    font-size: 1.3rem;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75em;
}
@media (max-width: 1030px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.7143em;
  }
}

.c-notice {
  font-size: 1.6rem;
  color: #888888;
  line-height: 1.5em;
}
.c-notice--toggle span {
  text-decoration: underline;
  cursor: pointer;
}
.c-notice--hide {
  display: none;
}

hr {
  border: none;
  border-bottom: 3px dashed white;
  margin: 40px auto;
  display: block;
}

.c-hr {
  border: none;
  border-bottom: 3px dashed white;
  margin: 40px auto;
  display: block;
}
.c-hr--line {
  border-bottom: 1px solid #e1e1e1;
  margin: 55px auto;
}

.c-btn {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 150%;
  font-size: 2.6rem;
  padding: 25px 20px;
  text-align: center;
  background: linear-gradient(to bottom, rgb(180, 166, 136) 0%, rgb(142, 122, 91) 100%);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
  margin: 30px auto 0px;
}
@media (max-width: 1030px) {
  .c-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-btn--mb {
  margin-top: 120px;
  margin-bottom: 0;
}
.c-btn:hover {
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
  opacity: 0.7;
}
.c-btn--angle {
  letter-spacing: 0.1em;
  width: 260px;
  font-size: 1.8rem;
  margin: 20px 0;
  text-align: left;
  padding-left: 70px;
}
.c-btn--angle img {
  width: 46px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -22px;
}
.c-btn--angle:after {
  content: "";
  display: block;
  background: url(../img/angle.png) 0 0 no-repeat;
  background-size: contain;
  width: 8.5px;
  height: 14.5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
@media (min-width: 1031px) and (max-height: 930px) {
  .c-btn--angle {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c-btn--gray {
  background: #f4f4f4;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding: 15px 25px;
  color: #000;
  text-align: left;
  max-width: 460px;
  font-weight: 600;
}
@media (max-width: 1030px) {
  .c-btn--gray {
    font-size: 2rem;
  }
}
.c-btn--pdf::after {
  content: "";
  display: block;
  background: url(../img/ic-pdf.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 31px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.c-btn--blank::after {
  content: "";
  display: block;
  background: url(../img/ic-blank.png) 0 0 no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
}

.c-title-2 {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.03em;
  margin-top: 85px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.c-title-2-caption {
  text-align: center;
  color: #a19071;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3636363636em;
  margin-top: 0;
  margin-bottom: 55px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

.c-title-3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-top: 65px;
  margin-bottom: 30px;
}
.c-title-3 sup {
  font-size: 2rem;
}
@media (max-width: 1030px) {
  .c-title-3 {
    font-size: 2.8rem;
  }
}

.c-qna-list {
  margin-bottom: 30px;
  display: none;
}
.c-qna-list.is-active {
  display: block;
}

.c-qna {
  margin-bottom: 20px;
}
.c-qna__q {
  font-size: 2.4rem;
  line-height: 1.25em;
  margin: 0;
  position: relative;
  padding: 20px 45px;
  padding-left: 76px;
  cursor: pointer;
  font-weight: 600;
  text-wrap: initial;
  background: #f4f4f4;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1030px) {
  .c-qna__q {
    font-size: 2rem;
  }
}
.c-qna__q::before {
  content: "";
  display: block;
  background: url(../img/q.png) 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 45px;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -22px;
}
.c-qna__q::after {
  content: "";
  display: block;
  background: url(../img/plus.png) center center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -14px;
}
@media (max-width: 1030px) {
  .c-qna__q::after {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -15px;
  }
}
.c-qna__q.is-active::after {
  background: url(../img/minus.png) center center no-repeat;
  background-size: contain;
}
.c-qna__a {
  display: none;
  padding: 15px 0;
}
.c-qna__a > p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.8em;
}
@media (max-width: 1030px) {
  .c-qna__a > p {
    font-size: 1.6rem;
  }
}

.c-tab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-tab-grid--bottom {
  border-bottom: 4px solid #a19071;
}

.c-tab-item {
  color: #c2c2c2;
  cursor: pointer;
  line-height: 120px;
  background: #f4f4f4;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1030px) {
  .c-tab-item {
    line-height: 100px;
  }
}
.c-tab-item--sim::before {
  content: "";
  display: inline-block;
  background: url(../img/tab-1.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 54px;
  vertical-align: middle;
  margin-right: 10px;
}
.c-tab-item--sim.is-active {
  background: linear-gradient(to bottom, rgb(180, 166, 136) 0%, rgb(142, 122, 91) 100%);
  color: #fff;
}
.c-tab-item--sim.is-active::before {
  background: url(../img/tab-1-active.png) center center no-repeat;
  background-size: contain;
}
.c-tab-item--wifi::before {
  content: "";
  display: inline-block;
  background: url(../img/tab-2.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 54px;
  vertical-align: middle;
  margin-right: 10px;
}
.c-tab-item--wifi.is-active {
  background: linear-gradient(to bottom, rgb(180, 166, 136) 0%, rgb(142, 122, 91) 100%);
  color: #fff;
}
.c-tab-item--wifi.is-active::before {
  background: url(../img/tab-2-active.png) center center no-repeat;
  background-size: contain;
}

.c-tab-list {
  background: url(../img/bg-yellow.jpg) 0 0 repeat;
  background-size: 300px 300px;
  border-radius: 20px;
  overflow: hidden;
}
.c-tab-list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tab-list ul li {
  border-right: 1px solid #dbd5b8;
}
.c-tab-list ul li:last-child {
  border-right: none;
}
.c-tab-list ul li a,
.c-tab-list ul li span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #58b5c3;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1030px) {
  .c-tab-list ul li a,
  .c-tab-list ul li span {
    padding: 15px;
  }
}
.c-tab-list ul li a:hover,
.c-tab-list ul li span:hover {
  opacity: 0.7;
}
.c-tab-list ul li.is-active a,
.c-tab-list ul li.is-active span {
  background: url(../img/bg-blue.jpg) 0 0 repeat;
  background-size: 100px 100px;
  pointer-events: none;
  color: #fff;
}

.c-tab {
  display: none;
  opacity: 0;
}
.c-tab.is-active {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-option-list {
  position: relative;
  border-bottom: 4px solid #e2dcd1;
  margin-top: 40px;
  margin-bottom: 15px;
}
.c-option-list--mb {
  margin-bottom: 90px;
}

.c-option {
  border-top: 4px solid #e2dcd1;
  border-left: 4px solid #e2dcd1;
  border-right: 4px solid #e2dcd1;
  padding: 25px;
}
.c-option__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 1030px) {
  .c-option__title {
    font-size: 1.8rem;
  }
}
.c-option__note {
  margin-top: 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 0;
}
@media (max-width: 1030px) {
  .c-option__note {
    font-size: 1.5rem;
  }
}
.c-option__price {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 5px;
}
@media (max-width: 1030px) {
  .c-option__price {
    font-size: 1.5rem;
  }
}
.c-option__price .u-color-gold {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 1030px) {
  .c-option__price .u-color-gold {
    font-size: 2rem;
  }
}
.c-option__price .u-color-gold .u-big {
  font-size: 3.2rem;
}
@media (max-width: 1030px) {
  .c-option__price .u-color-gold .u-big {
    font-size: 2.6rem;
  }
}
.c-option hr {
  border: none;
  border-top: 1px solid #eeeeee;
  margin: 20px auto;
}
.c-option__feat {
  font-size: 2rem;
  line-height: 2em;
  margin: 5px auto;
}
@media (max-width: 1030px) {
  .c-option__feat {
    font-size: 1.6rem;
  }
}
.c-option__feat img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.c-option__special {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  padding: 10px;
}
@media (max-width: 1030px) {
  .c-option__special {
    font-size: 1.8rem;
  }
}

.c-toggles {
  margin-top: 50px;
}

.c-toggle {
  margin: 20px auto;
}
.c-toggle__title {
  font-family: "Noto Serif JP", serif;
  position: relative;
  background: #f4f4f4;
  font-weight: 600;
  font-size: 2.4rem;
  padding: 20px 30px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1030px) {
  .c-toggle__title {
    font-size: 2rem;
  }
}
.c-toggle__title::after {
  content: "";
  display: block;
  background: url(../img/plus.png) 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.c-toggle__title.is-active::after {
  background: url(../img/minus.png) 0 0 no-repeat;
  background-size: contain;
}
.c-toggle__content {
  display: none;
}

.c-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-pop.is-active {
  display: flex;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
.c-pop.is-active .c-pop__overlay {
  opacity: 1;
}
.c-pop.is-active .c-pop__content {
  opacity: 1;
  transform: translateY(0);
}
.c-pop__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s;
  opacity: 0;
}
.c-pop__content {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 70px 35px 35px;
  z-index: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(20px);
  opacity: 0;
  border: 4px solid #a19071;
}
@media (max-width: 1030px) {
  .c-pop__content {
    padding: 40px 20px;
  }
}
.c-pop__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.c-pop__tel {
  font-size: 5rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: bold;
}
.c-pop__tel a {
  color: #a19071;
  text-decoration: underline;
}
@media (max-width: 1030px) {
  .c-pop__tel {
    font-size: 3rem;
  }
}
.c-pop__notice {
  font-size: 1.5rem;
}
.c-pop__btns {
  display: flex;
  gap: 15px;
  margin-top: 45px;
}
.c-pop__btns .c-btn {
  max-width: 260px;
  margin: 0;
  font-size: 1.8rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-pop__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.c-pop__close::before, .c-pop__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #333;
}
.c-pop__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pop__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-pop__close:hover {
  opacity: 0.7;
}

.p-header {
  position: relative;
}
.p-header__title {
  width: 300px;
  margin: 0 0 55px;
}
@media (min-width: 1031px) and (max-height: 930px) {
  .p-header__title {
    width: 200px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1030px) {
  .p-header__title {
    display: none;
  }
}

.p-nav__list {
  margin: 0 !important;
}
@media (max-width: 1030px) {
  .p-nav__list {
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    box-sizing: border-box;
    padding: 60px 50px !important;
    transform: translateX(100%);
    transition: 0.3s ease;
  }
}
.p-nav__list > li {
  margin-bottom: 20px;
}
@media (min-width: 1031px) and (max-height: 930px) {
  .p-nav__list > li {
    margin-bottom: 10px;
  }
}
.p-nav__list > li > a {
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-nav__list > li > a:hover {
  opacity: 0.7;
}
.p-nav.is-active .p-nav__list {
  transform: translate(0);
}
.p-nav__en {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
.p-nav__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 1030px) {
  .p-nav__overlay {
    z-index: 21;
  }
}
.p-nav.is-active .p-nav__overlay {
  transform: translate3d(0%, 0, 0);
}
.p-nav__toggle {
  background: #222;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 60px;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  box-sizing: border-box;
}
.p-nav__toggle span {
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 15px;
  top: 17px;
  transition: 0.3s ease;
  border-radius: 9999px;
}
.p-nav__toggle span:nth-child(2) {
  top: 27px;
}
.p-nav__toggle span:nth-child(3) {
  top: 37px;
}
.p-nav__toggle small {
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: center;
  width: 100%;
  font-size: 1rem;
}
.p-nav__toggle.is-active span:nth-child(1) {
  top: 27px;
}
.p-nav__toggle.is-active span:nth-child(2) {
  top: 27px;
}
.p-nav__toggle.is-active span:nth-child(3) {
  top: 27px;
}
@media (max-width: 1030px) {
  .p-nav__btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    display: flex;
  }
  .p-nav__btns .c-btn--angle {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
    padding: 0;
    width: calc((100vw - 60px) / 3);
    line-height: 1.5em;
    height: 60px;
    text-align: center;
    border-right: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-nav__btns .c-btn--angle::after {
    content: none;
  }
  .p-nav__btns .c-btn--angle img {
    display: none;
  }
}

.p-footer {
  position: relative;
  z-index: 6;
  padding: 95px 0 0;
}
.p-footer__logo {
  max-width: 300px;
  margin: 0 auto 65px;
}
.p-footer__nav a {
  color: white;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.875em;
  text-decoration: none;
}
.p-footer__nav a:hover {
  opacity: 0.7;
}
.p-footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid #444444;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.p-sidebar {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.p-sidebar__special {
  max-width: 300px;
}
.p-sidebar__links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  gap: 10px;
}
.p-sidebar__links a {
  color: #cccccc;
}
.p-sidebar__links a:hover {
  text-decoration: none;
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

@media (max-width: 1030px) {
  .u-left-sp {
    text-align: left;
  }
}

.u-mt--10 {
  margin-top: -10px;
  z-index: 3;
}

.u-strike {
  text-decoration: line-through;
}

.u-tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.u-tate-com {
  transform: rotate(90deg);
  transform-origin: center center;
  display: inline-block;
}

.u-tate-com-2 {
  transform: rotate(180deg);
  transform-origin: center center;
  display: inline-block;
  left: 5px;
  position: relative;
}

.u-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.u-sans-all * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.u-serif-all * {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.u-en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-en-all * {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-small {
  font-size: 0.7em;
}

.u-big {
  font-size: 1.3em;
}

.u-font-lg {
  font-size: 2.4rem !important;
}

.u-bold {
  font-weight: bold;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pic-round {
  border-radius: 15px;
}

@media (max-width: 1030px) {
  .u-br-pc {
    display: none;
  }
}

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

@media (max-width: 1030px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 1031px) {
  .u-sp {
    display: none !important;
  }
}

.u-mt-lg {
  margin-top: 3rem;
}

.u-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-list-reset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.u-over {
  transition: 0.3s ease;
}

.u-over:hover {
  opacity: 0.7;
}

.u-under-yellow {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #fdf3dd;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-under-red {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #fbe3e6;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-under-blue {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #dceaf6;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-color-gold {
  color: #a19071 !important;
}

.u-color-blue {
  color: #58b5c3 !important;
}

.u-color-blue-2 {
  color: #4e95d0 !important;
}

.u-color-blue-sub {
  color: #0050ad !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-lightblue {
  color: #3ed2e3 !important;
}

.u-color-yellow {
  color: #f4c555 !important;
}

.u-color-yellow-2 {
  color: #fce36d !important;
}

.u-bg-yellow {
  background: #f4c555 !important;
}

.u-color-pink {
  color: #f7c1bc !important;
}

.u-color-gray {
  color: #fbfbfb !important;
}

.u-color-red {
  color: #990808 !important;
}

.u-bleed-right {
  flex: 1;
  margin-right: calc(50% - 50vw) !important;
}
@media (max-width: 1030px) {
  .u-bleed-right {
    margin-right: 0;
    width: auto;
  }
}

.u-bleed-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1030px) {
  .u-bleed-left {
    margin-left: 0;
    width: 100%;
  }
}

/*
BG
*/
.u-bg-red {
  background: #990808;
}

.u-bg-green {
  background: #53bd84;
}

.u-bg-blue-3 {
  background: #58b5c3;
}

.p-visual {
  position: relative;
}

.p-mov {
  position: relative;
}
.p-mov__item {
  margin: 20px auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-mov__item iframe {
  width: 100%;
  height: 100%;
}

.p-intro {
  position: relative;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.p-intro__title {
  max-width: 360px;
  margin: 100px auto 80px;
}
@media (max-width: 1030px) {
  .p-intro__title {
    margin: 50px auto 40px;
  }
}
.p-intro__lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 55px;
}
@media (max-width: 1030px) {
  .p-intro__lead {
    font-size: 2.4rem;
  }
}
.p-intro .c-lead {
  margin-bottom: 30px;
}

.p-offer {
  position: relative;
  padding-top: 1px;
  background: url(../img/offer-bg.jpg) center top no-repeat;
  background-size: contain;
  padding-bottom: 70px;
}
@media (max-width: 1030px) {
  .p-offer {
    padding-bottom: 40px;
  }
}
.p-offer__list {
  margin: 30px auto !important;
  border-bottom: 3px solid #a19071;
}
.p-offer__item {
  border: 3px solid #a19071;
  border-bottom: none;
  position: relative;
  padding: 20px 20px 15px;
  min-height: 185px;
}
@media (max-width: 1030px) {
  .p-offer__item {
    padding: 15px 15px;
    min-height: 130px;
  }
}
.p-offer__tag {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  width: 180px;
  line-height: 36px;
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1030px) {
  .p-offer__tag {
    font-size: 1.8rem;
    width: 160px;
  }
}
.p-offer__caption {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1030px) {
  .p-offer__caption {
    margin-top: 30px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-offer__title {
  font-size: 4rem;
  line-height: 1.1em;
  margin-top: 0;
}
@media (max-width: 1030px) {
  .p-offer__title {
    font-size: 3rem;
  }
}
.p-offer__note {
  font-size: 1.8rem;
  line-height: 1.666em;
}
@media (max-width: 1030px) {
  .p-offer__note {
    font-size: 1.5rem;
  }
}
.p-offer__ic {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 1030px) {
  .p-offer__ic {
    transform: scale(0.7);
    transform-origin: right top;
  }
}
.p-offer__ic--1 {
  width: 215px;
}
@media (max-width: 1030px) {
  .p-offer__ic--1 {
    transform: scale(0.8);
    transform-origin: right top;
    right: 10px;
  }
}
.p-offer__ic--2 {
  width: 164px;
  right: -15px;
  top: 15px;
}
.p-offer__ic--3 {
  width: 121.5px;
  top: 15px;
  z-index: 3;
}
@media (max-width: 1030px) {
  .p-offer__ic--3 {
    right: 10px;
    transform: scale(0.9);
    transform-origin: right top;
  }
}
.p-offer__ic--4 {
  width: 145px;
  top: 35px;
  right: 5px;
}
@media (max-width: 1030px) {
  .p-offer__ic--4 {
    transform: scale(0.8);
    transform-origin: right top;
  }
}

.p-plan {
  position: relative;
  padding-top: 1px;
  background: url(../img/offer-bg.jpg) center top no-repeat;
  background-size: contain;
}
.p-plan__title {
  max-width: 330px;
  margin: 65px auto 55px;
}
.p-plan__sim {
  max-width: 132px;
  margin: 0 auto 35px;
}
.p-plan .c-btn--pdf {
  margin-top: 55px;
}
.p-plan .c-title-3 {
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 3rem;
}
@media (max-width: 1030px) {
  .p-plan .c-title-3 {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.p-plan__list {
  margin: 0 auto;
  border-bottom: 4px solid #d6cfc1;
}
.p-plan__item {
  border-top: 4px solid #d6cfc1;
  border-left: 4px solid #d6cfc1;
  border-right: 4px solid #d6cfc1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 25px 0;
}
@media (max-width: 1030px) {
  .p-plan__item {
    padding: 15px 0;
  }
}
.p-plan__gb {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin: 0;
}
@media (max-width: 1030px) {
  .p-plan__gb {
    font-size: 2.2rem;
  }
}
.p-plan__price {
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
}
.p-plan__price .u-color-gold {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 1030px) {
  .p-plan__price .u-color-gold {
    font-size: 2.2rem;
  }
}
.p-plan__price .u-big {
  font-size: 3.4rem;
}
@media (max-width: 1030px) {
  .p-plan__price .u-big {
    font-size: 3rem;
  }
}

.p-docomo {
  position: relative;
  margin-top: 100px;
  background: #f7f7f7;
  padding-top: 1px;
  padding-bottom: 45px;
  margin-bottom: 10px;
}
@media (max-width: 1030px) {
  .p-docomo {
    margin-top: 60px;
  }
}
.p-docomo__title {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5384615385em;
}
.p-docomo__map {
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 1030px) {
  .p-docomo__map {
    max-width: 90%;
  }
}
.p-docomo__note {
  margin-top: 80px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px;
  font-size: 2rem;
  line-height: 1.8em;
}
.p-docomo__note img {
  flex: 0 0 100px;
  width: 100px;
}
@media (max-width: 1030px) {
  .p-docomo__note {
    margin-top: 40px;
    padding: 15px;
    gap: 15px;
    font-size: 1.5rem;
  }
}
.p-docomo__area {
  color: #000;
  font-size: 1.8rem;
}

.p-option {
  position: relative;
  padding-top: 1px;
  padding-bottom: 100px;
}
.p-option.is-hide {
  display: none;
}
.p-option--wifi {
  padding-bottom: 70px;
}
.p-option .c-title-3 {
  font-size: 3.6rem;
}
@media (max-width: 1030px) {
  .p-option .c-title-3 {
    font-size: 2.8rem;
  }
}
.p-option .c-notice {
  font-size: 1.4rem;
}

.p-flow {
  position: relative;
  background: url(../img/flow-bg.jpg) center center no-repeat;
  background-size: cover;
  border-top: 4px solid #a19071;
  padding-bottom: 65px;
}
.p-flow__list {
  margin: 0 auto;
}
.p-flow__item {
  background: #fff;
  position: relative;
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1030px) {
  .p-flow__item {
    padding: 20px;
  }
}
.p-flow__item::after {
  content: "";
  display: block;
  background: url(../img/flow.png) center top no-repeat;
  background-size: contain;
  width: 80px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -40px;
  z-index: 3;
}
.p-flow__item:last-child::after {
  content: none;
}
.p-flow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0;
  position: relative;
}
.p-flow__title .u-big {
  font-size: 5rem;
}
@media (max-width: 1030px) {
  .p-flow__title .u-big {
    font-size: 4rem;
  }
}
@media (max-width: 1030px) {
  .p-flow__title {
    font-size: 2.2rem;
  }
}
.p-flow__ic {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 66px;
  margin-top: -33px;
}
.p-flow .c-btn {
  margin: 10px auto 0;
}
.p-flow .c-notice {
  font-size: 1.4rem;
}

.p-qna {
  position: relative;
  border-top: 4px solid #a19071;
  padding-top: 1px;
  background: url(../img/offer-bg.jpg) center top no-repeat;
  background-size: contain;
  padding-bottom: 70px;
}
.p-qna .c-btn--gray {
  margin: 20px auto;
}
.p-qna .c-btn:not(.c-btn--gray) {
  margin-bottom: 50px;
}
.p-qna__etc {
  margin-bottom: 50px;
}
.p-qna__etc a {
  color: #000;
  font-size: 1.8rem;
}
.p-qna__etc a::after {
  content: "";
  display: inline-block;
  background: url(../img/ic-blank.png) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

.p-wifi {
  position: relative;
  padding-bottom: 60px;
}
.p-wifi__title {
  max-width: 380px;
  margin: 65px auto 55px;
}
.p-wifi__img {
  max-width: 413px;
  margin: 0 auto 40px;
}
@media (max-width: 1030px) {
  .p-wifi__img {
    width: 100%;
  }
}
.p-wifi__img + .c-lead {
  line-height: 1.8em;
}

.p-area {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 65px;
}
.p-area .c-title-3 {
  margin-top: 60px;
  margin-bottom: 55px;
  font-size: 3.6rem;
}
.p-area__img {
  max-width: 312px;
  margin: 0 auto 40px;
}
.p-area .c-lead {
  line-height: 1.8em;
  letter-spacing: -0.08em;
}
.p-area .c-notice {
  font-size: 1.4rem;
}

.p-data {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}
.p-data__img {
  margin: 0 auto;
}
.p-data__real {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-data__real .u-big {
  font-size: 4rem;
  font-weight: bold;
}
.p-data__table {
  margin-top: 35px;
}
.p-data .c-notice {
  font-size: 1.4rem;
}

.p-kaigai {
  position: relative;
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 30px;
}
.p-kaigai__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5384615385em;
  margin-bottom: 35px;
  margin-bottom: 20px;
}
.p-kaigai__link {
  color: #000;
  text-decoration: underline;
  font-size: 1.8rem;
}
.p-kaigai__compare {
  margin-top: 30px;
}
.p-kaigai .c-notice {
  font-size: 1.4rem;
}
/*# sourceMappingURL=style.css.map */
