@charset "UTF-8";
.gHeader .gNav .btn--menu {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 751px) {
  :root {
    font-size: 7.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.18rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
.gHeader {
/*   display: flex;
  justify-content: space-between;
  height: 0.8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff; */
}
.gHeader .branding {
  align-self: center;
  width: 2.14rem;
}
.gHeader .gNav {
  position: relative;
}
.gHeader img{
	width:100%;
	
}
.gHeader .gNav .btn--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  z-index: 1;
  background: #001e67;
  font-size: 0.14rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.gHeader .gNav .btn--menu .bar {
  width: 0.4rem;
  height: 0.28rem;
  margin: 0 0 0.08rem;
  position: relative;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after,
.gHeader .gNav .btn--menu .bar span {
  display: block;
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  background: #fff;
  transition: 0.2s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  transition-property: transform;
}
.gHeader .gNav .btn--menu .bar::before {
  top: 50%;
  transform: translate3D(0, -0.14rem, 0);
}
.gHeader .gNav .btn--menu .bar::after {
  bottom: 50%;
  transform: translate3D(0, 0.14rem, 0);
}
.gHeader .gNav .btn--menu .bar span {
  top: 50%;
  transform: translate(0, -50%);
  transition-property: opacity;
}
.gHeader .gNav.ready .navigation {
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
.gHeader .gNav.active .btn--menu .bar::before {
  transform: translate3D(0, -50%, 0) rotate(135deg);
}
.gHeader .gNav.active .btn--menu .bar::after {
  transform: translate3D(0, 50%, 0) rotate(45deg);
}
.gHeader .gNav.active .btn--menu .bar span {
  opacity: 0;
}
.gHeader .gNav.active .navigation {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.gHeader .gNav .navigation {
  box-sizing: border-box;
  width: 4.5rem;
  height: 100vh;
  padding: 0.8rem 0.3rem 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.gHeader .gNav .navigation .list {
  font-size: 0.27rem;
  line-height: 1;
}
.gHeader .gNav .navigation .list li {
  margin: 0.24rem 0 0;
  border-bottom: 0.02rem solid #fff;
}
.gHeader .gNav .navigation .list li.secondary {
  margin: 0.32rem 0 0;
  border-bottom: none;
  padding: 0 0 0 1em;
}
.gHeader .gNav .navigation .list a {
  display: block;
  padding: 0.13rem 0;
  background: url(../images/arrow.svg) 100% 50%/0.08rem auto no-repeat;
  color: #fff;
}

.main .anchor {
  position: absolute;
  top: -1rem;
  left: 0;
}
.main .cv {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .cv {
    margin: 0.88rem 0 0;
  }
}
.main .cv .btn {
  display: block;
  width: 7.12rem;
  margin: 0 auto;
  border-radius: 0.625rem;
}
@media screen and (max-width: 750px) {
  .main .cv .btn {
    width: 6.07rem;
    border-radius: 0.535rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .cv .btn {
    background: #fff;
  }
  .main .cv .btn img {
    transition: opacity 0.4s;
  }
  .main .cv .btn:hover img {
    opacity: 0.8;
  }
}
body.home .main .hero {
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .hero {
    overflow: hidden;
  }
}
body.home .main .hero .obi {
  width: 8.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .obi {
    width: 4.66rem;
  }
}
body.home .main .hero .wrap {
  padding: 1.44rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .wrap {
    padding: 0.72rem 0 0;
  }
}
body.home .main .hero .vape60th {
  width: 2.14rem;
  position: absolute;
  top: 0.18rem;
  right: -0.84rem;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .vape60th {
    width: 1.96rem;
    top: 0.07rem;
    right: 0.08rem;
  }
}
body.home .main .hero .ttl {
  width: 10.78rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .ttl {
    width: auto;
    margin: 0 -0.15rem;
  }
}
body.home .main .hero .text {
  width: 8.84rem;
  margin: 0.92rem auto 0;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .text {
    width: 7.09rem;
    margin: 0.3rem auto 0;
  }
}
body.home .main .currentLineup {
  margin: 0.6rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup {
    margin: 0.44rem 0 0;
  }
}
body.home .main .currentLineup .course {
  padding: 0.04rem;
  position: relative;
  background: url(../imgs/top/line.png) 0 0/100% auto repeat;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course {
    background-image: url(../imgs/top/line_sp.png);
  }
}
body.home .main .currentLineup .course .inner {
  background: #000;
}
body.home .main .currentLineup .course .sttl {
  width: 2.47rem;
  position: absolute;
  top: -0.3rem;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course .sttl {
    width: 2.12rem;
    top: -0.26rem;
  }
}
body.home .main .currentLineup .course--01 {
  margin: 1.18rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--01 {
    margin: 0.75rem 0 0;
  }
}
body.home .main .currentLineup .course--01 .inner {
  padding: 0.16rem 0 0.24rem;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--01 .inner {
    padding: 0 0 0.12rem;
  }
}
body.home .main .currentLineup .course--01 .image {
  width: 11.33rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--01 .image {
    width: 5.75rem;
  }
}
body.home .main .currentLineup .course--02 {
  margin: 1.05rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--02 {
    margin: 0.74 rem 0 0;
  }
}
body.home .main .currentLineup .course--02 .inner {
  padding: 0.82rem 0 0.56rem;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--02 .inner {
    padding: 0.1rem 0 0.46rem;
  }
}
body.home .main .currentLineup .course--02 .image {
  width: 11.38rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--02 .image {
    width: 5.77rem;
  }
}
body.home .main .currentLineup .course--02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 11.38rem;
  margin: 0.45rem auto 0;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--02 .list {
    width: 5.77rem;
    justify-content: space-between;
    margin: 0.3rem auto 0;
  }
}
body.home .main .currentLineup .course--02 .list .item {
  display: block;
}
@media screen and (min-width: 751px) {
  body.home .main .currentLineup .course--02 .list .item {
    width: 3.65rem;
    margin: 0 0.21rem 0 0;
  }
  body.home .main .currentLineup .course--02 .list .item:nth-child(3n+3) {
    margin-right: 0;
  }
  body.home .main .currentLineup .course--02 .list .item:nth-child(n+4) {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--02 .list .item {
    width: 2.8rem;
  }
  body.home .main .currentLineup .course--02 .list .item:nth-child(n+3) {
    margin-top: 0.3rem;
  }
}
body.home .main .currentLineup .course--02 .list .item .image {
  width: auto;
}
body.home .main .currentLineup .course--02 .list .item .text {
  padding: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .currentLineup .course--02 .list .item .text {
    padding: 0.1rem 0 0;
  }
}
body.home .main .currentLineup .course--02 .list .item .notice {
  margin-top: 0.8em;
  font-size: 0.12rem;
}
body.home .main .currentLineup .course--02 .list .item:hover .image {
  background: #fff;
}
body.home .main .currentLineup .course--02 .list .item:hover .image img {
  transition: opacity 0.4s;
}
body.home .main .currentLineup .course--02 .list .item:hover:hover .image img {
  opacity: 0.8;
}
body.home .main .currentLineup .course--02 .list .item:hover:hover .text {
  text-decoration: underline;
}
body.home .main .term {
  margin: 1.2rem 0 0;
  padding: 0.3rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .term {
    margin: 0.6rem 0 0;
    padding: 0.26rem 0 0;
  }
}
body.home .main .term .inner {
  padding: 0.96rem 0.44rem 1rem;
  position: relative;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0.06rem #007bb8, 0 0 0.1rem #007bb8, 0 0 0.06rem #007bb8, 0 0 0.1rem #007bb8, 0 0 0.06rem #007bb8, 0 0 0.1rem #007bb8;
}
@media screen and (max-width: 750px) {
  body.home .main .term .inner {
    box-sizing: border-box;
    width: 6.06rem;
    margin: 0 auto;
    padding: 0.72rem 0.2rem 0.48rem;
  }
}
body.home .main .term .ttl {
  width: 2.47rem;
  position: absolute;
  top: -0.3rem;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 750px) {
  body.home .main .term .ttl {
    width: 2.12rem;
    top: -0.26rem;
  }
}
body.home .main .term .sub + .sub {
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .term .sub + .sub {
    margin: 0.58rem 0 0;
  }
}
body.home .main .term .sub .small {
  font-size: 13px;
}
body.home .main .term .sttl {
  border-bottom: 0.02rem solid currentColor;
  padding: 0 0 0.1rem;
  color: #007bb8;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .term .sttl {
    font-size: 0.35rem;
  }
}
body.home .main .term p,
body.home .main .term ul,
body.home .main .term ol {
  line-height: 1.7647058824;
  padding: 0.2rem 0 0 1em;
  font-size: 0.17rem;
  font-weight: 400;
}
body.home .main .term p::before, body.home .main .term p::after,
body.home .main .term ul::before,
body.home .main .term ul::after,
body.home .main .term ol::before,
body.home .main .term ol::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.home .main .term p::before,
body.home .main .term ul::before,
body.home .main .term ol::before {
  margin-bottom: -0.3823529412em;
}
body.home .main .term p::after,
body.home .main .term ul::after,
body.home .main .term ol::after {
  margin-top: -0.3823529412em;
}
@media screen and (max-width: 750px) {
  body.home .main .term p,
body.home .main .term ul,
body.home .main .term ol {
    line-height: 1.5625;
    padding: 0.1rem 0 0 0em;
    font-size: 0.24rem;
  }
  body.home .main .term p::before, body.home .main .term p::after,
body.home .main .term ul::before,
body.home .main .term ul::after,
body.home .main .term ol::before,
body.home .main .term ol::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.home .main .term p::before,
body.home .main .term ul::before,
body.home .main .term ol::before {
    margin-bottom: -0.28125em;
  }
  body.home .main .term p::after,
body.home .main .term ul::after,
body.home .main .term ol::after {
    margin-top: -0.28125em;
  }
}
body.home .main .term ul li,
body.home .main .term ol li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
body.home .main .term ul li ul,
body.home .main .term ol li ul {
  padding: 0;
}
body.home .main .term ul li ul::before, body.home .main .term ul li ul::after,
body.home .main .term ol li ul::before,
body.home .main .term ol li ul::after {
  content: none;
}
@media screen and (max-width: 750px) {
  body.home .main .term ul li ul li,
body.home .main .term ol li ul li {
    padding: 0;
    text-indent: 0;
  }
}
body.home .main .term .image {
  width: 10rem;
  margin: 0.25rem 0;
}
@media screen and (max-width: 750px) {
  body.home .main .term .image {
    width: 5.45rem;
    margin: 0.05rem 0 0;
  }
}
body.home .main .term .list--02 {
  box-sizing: border-box;
  width: 10rem;
  margin: 0.08rem 0 0 0.17rem;
  padding: 0.18rem 0 0.18rem 0.17rem;
  background: #c0ede7;
}
@media screen and (max-width: 750px) {
  body.home .main .term .list--02 {
    width: 5.26rem;
    margin: 0.05rem 0 0 0.15rem;
    padding: 0.15rem 0.1rem;
  }
}
body.home .main .term a {
  color: #ff002b;
  text-decoration: underline;
}
body.item .main .summary {
  margin: 0.4rem 0 0;
}
body.item .main .summary .date {
  display: flex;
  box-sizing: border-box;
  width: 6.72rem;
  padding: 0.18rem 0 0.14rem 0.2rem;
  background: repeating-linear-gradient(90deg, #66cc99, #007bb8);
  font-size: 0.27rem;
  font-weight: 600;
  line-height: 0.4rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.72rem) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 0.72rem) 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  body.item .main .summary .date {
    display: inline-flex;
    width: auto;
    padding: 0.1rem 0.44rem 0.08rem 0.14rem;
    font-size: 0.15rem;
    line-height: 0.4rem;
    -webkit-clip-path: polygon(0 0, calc(100% - 0.24rem) 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 0.24rem) 0, 100% 100%, 0 100%);
  }
}
body.item .main .summary .date .deadline {
  width: 2.68rem;
  margin: 0 0 0 0.18rem;
  background: #fff;
  font-size: 0.21rem;
  color: #007bb8;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .date .deadline {
    width: auto;
    margin: 0 0 0 0.08rem;
    padding: 0 0.05rem;
    font-size: 0.15rem;
  }
}
body.item .main .summary .headline {
  padding: 0.38rem 0.48rem 0.4rem;
  background: #007bb8;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .headline {
    padding: 0.2rem 0.25rem;
  }
}
body.item .main .summary .headline .ttl {
  line-height: 1.5208333333;
  font-size: 0.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
body.item .main .summary .headline .ttl::before, body.item .main .summary .headline .ttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.item .main .summary .headline .ttl::before {
  margin-bottom: -0.2604166667em;
}
body.item .main .summary .headline .ttl::after {
  margin-top: -0.2604166667em;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .headline .ttl {
    line-height: 1.5384615385;
    font-size: 0.33rem;
  }
  body.item .main .summary .headline .ttl::before, body.item .main .summary .headline .ttl::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.item .main .summary .headline .ttl::before {
    margin-bottom: -0.2692307692em;
  }
  body.item .main .summary .headline .ttl::after {
    margin-top: -0.2692307692em;
  }
}
body.item .main .summary .headline .ttl .small {
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .headline .ttl .small {
    font-size: 0.21rem;
  }
}
body.item .main .summary .headline .ttl .provider {
  font-size: 0.29rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .headline .ttl .provider {
    font-size: 0.17rem;
  }
}
body.item .main .summary .headline .data {
  line-height: 1.9;
  margin: 0.34rem 0 0;
  border-top: 0.02rem solid currentColor;
  padding: 0.3rem 0 0;
  font-size: 0.2rem;
}
body.item .main .summary .headline .data::before, body.item .main .summary .headline .data::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.item .main .summary .headline .data::before {
  margin-bottom: -0.45em;
}
body.item .main .summary .headline .data::after {
  margin-top: -0.45em;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .headline .data {
    line-height: 1.75;
    margin: 0.16rem 0 0;
    padding: 0.14rem 0 0;
    font-size: 0.2rem;
  }
  body.item .main .summary .headline .data::before, body.item .main .summary .headline .data::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.item .main .summary .headline .data::before {
    margin-bottom: -0.375em;
  }
  body.item .main .summary .headline .data::after {
    margin-top: -0.375em;
  }
}
body.item .main .summary .text {
  padding: 0.34rem 0.48rem 0.52rem;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .text {
    padding: 0.2rem 0.2rem 0.24 rem;
  }
}
body.item .main .summary .text p {
  line-height: 2.1111111111;
  font-size: 0.18rem;
}
body.item .main .summary .text p::before, body.item .main .summary .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.item .main .summary .text p::before {
  margin-bottom: -0.5555555556em;
}
body.item .main .summary .text p::after {
  margin-top: -0.5555555556em;
}
@media screen and (max-width: 750px) {
  body.item .main .summary .text p {
    line-height: 1.5;
    font-size: 0.2rem;
  }
  body.item .main .summary .text p::before, body.item .main .summary .text p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.item .main .summary .text p::before {
    margin-bottom: -0.25em;
  }
  body.item .main .summary .text p::after {
    margin-top: -0.25em;
  }
}
body.item .main .detail {
  margin: 0.7rem 0 0;
}
body.item .main .detail .inner {
  padding: 0.48rem 1.17rem 0.9rem;
  position: relative;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0.06rem #007bb8, 0 0 0.1rem #007bb8, 0 0 0.06rem #007bb8, 0 0 0.1rem #007bb8, 0 0 0.06rem #007bb8, 0 0 0.1rem #007bb8;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .inner {
    padding: 0.25rem 0.64rem 0.76rem;
  }
}
body.item .main .detail .image + .image {
  margin: 0.78rem 0 0;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .image + .image {
    margin: 0.52rem 0 0;
  }
}
body.item .main .detail .sub .image + .ttl {
  padding: 0.44rem 0 0;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .sub .image + .ttl {
    padding: 0.24rem 0 0;
  }
}
body.item .main .detail .sub .ttl {
  line-height: 1.5;
  color: #007bb8;
  font-size: 0.22rem;
  font-weight: 700;
}
body.item .main .detail .sub .ttl::before, body.item .main .detail .sub .ttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.item .main .detail .sub .ttl::before {
  margin-bottom: -0.25em;
}
body.item .main .detail .sub .ttl::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .sub .ttl {
    font-size: 0.24rem;
  }
}
body.item .main .detail .sub p {
  line-height: 1.8333333333;
  padding: 0.26rem 0 0;
  font-size: 0.18rem;
}
body.item .main .detail .sub p::before, body.item .main .detail .sub p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.item .main .detail .sub p::before {
  margin-bottom: -0.4166666667em;
}
body.item .main .detail .sub p::after {
  margin-top: -0.4166666667em;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .sub p {
    line-height: 1.4285714286;
    padding: 0.1rem 0 0;
    font-size: 0.2rem;
  }
  body.item .main .detail .sub p::before, body.item .main .detail .sub p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.item .main .detail .sub p::before {
    margin-bottom: -0.2142857143em;
  }
  body.item .main .detail .sub p::after {
    margin-top: -0.2142857143em;
  }
}
body.item .main .detail .sub p strong {
  color: #cf211b;
  font-weight: inherit;
}
body.item .main .detail .sub p + .ttl {
  padding: 0.58rem 0 0;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .sub p + .ttl {
    padding: 0.28rem 0 0;
  }
}
body.item .main .detail .sub p + .image {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .sub p + .image {
    margin: 0.44rem 0 0;
  }
}
body.item .main .detail .sub + .sub {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  body.item .main .detail .sub + .sub {
    margin: 0.64rem 0 0;
  }
}
body.item .main .append {
  margin: 0.8rem 0 0;
}
body.item .main .append .inner {
  width: 11rem;
  margin: 0 auto;
  border: 0.02rem solid currentColor;
  padding: 0.22rem 0;
  font-size: 0.22rem;
  line-height: 1.7272727273;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.item .main .append .inner {
    width: auto;
  }
}
body.item .main .append a {
  color: #77c4ae;
  text-decoration: underline;
}

.gFooter {
  margin: 0 0;
  padding: 0.36rem 0;
  background-color: #ed2e23;
  color: #fff;
  font-size: 0.15rem;
  line-height: 1;
  text-align: center;
      position: relative;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 750px) {
  .gFooter {
    /* margin: 1.2rem 0 0; */
    padding: 0.38rem 0;
  }
}
.gFooter .navigation {
  margin: 0.1rem 0 0;
}
/*# sourceMappingURL=common.css.map */




/* 1. スイッチ用チェックボックスは隠す */
.toggle-check {
    display: none;
}

/* 2. 任意項目と「追加ボタン」は最初はすべて非表示 */
.optional-group, 
.add-btn {
    display: none;
}

/* 3. レシート2用のボタンだけは、最初から表示しておく */
label[for="check_photo2"] {
    display: inline-block;
}

/* 4. チェックが入ったら、そのボタンを消し、入力欄を表示する */
.toggle-check:checked + .add-btn {
    display: none !important;
}
.toggle-check:checked + .add-btn + .optional-group {
    display: block;
}

/* 5. 【重要】「前の項目がチェックされたら、次のボタンを出す」連鎖設定 */
#check_photo2:checked ~ label[for="check_photo3"] { display: inline-block; }
#check_photo3:checked ~ label[for="check_photo4"] { display: inline-block; }
#check_photo4:checked ~ label[for="check_photo5"] { display: inline-block; }

/* ボタンのデザイン（お好みで） */
.add-btn {
    cursor: pointer;
    padding: 10px 15px;
    background: white; 
    border: 1px solid #999;
    /* margin: 10px 0; */
    font-size: 14px;
    border-radius: 4px;
    width: 60%;
    text-align: center;
    /* margin: auto; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#errMsgArea{
	padding: 23px 12px 12px;
    width: 95%;
    max-width: 760px;
    margin: 0 auto;
    color: red;
    font-size:1.5em;
}


#selectLeisure {
    /* 1. ブラウザ標準の小さな矢印を消す */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 2. 背景に大きな「▼」を入れる（SVGデータ） */
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23666" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center; /* 右端から8pxの位置 */
    background-size: 64px; /* ここで「▼」の大きさを調整！ */

    /* 3. 文字と矢印が重ならないように右側に余白を作る */
    padding-right: 32px; 
    
    /* 4. その他、枠線などの微調整 */
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

/* 無効化（チェックされてない時）のスタイル */
#selectLeisure:disabled {
    background-color: #f0f0f0;
    opacity: 0.6;
    cursor: not-allowed;
}


/*------------レジャー券のselect----------*/
/* 親要素を相対位置の基準にする */
.keihin_mei_td {
    position: relative;
}

/* 1. チェックがついていない(disabled)時のセレクトの中身を消す */
#selectLeisure:disabled {
    color: transparent; /* 元のoptionの文字を透明にする */
    background-image: none; /* 矢印も消すとより「未選択」感が出ます */
}

/* 2. disabledの時だけ、追加したspanに「選択してください」を表示 */
#selectLeisure:disabled + .select-placeholder::before {
    content: "施設を選択してください ▼";
    position: absolute;
    
    /* 重なる位置を調整（環境に合わせて微調整してください） */
    left: 28px;   /* チェックボックスの右あたり */
    top: 70%;
    transform: translateY(-50%);
    
    color: #888;
    /* font-size: 0.9em; */
    pointer-events: none; /* 重なっていても下のselectを触れるようにする */
    z-index: 10;
}

@media screen and (max-width: 750px) {
	#selectLeisure:disabled + .select-placeholder::before {
	top:76%;
	}
}

/* iOS Safari (iPhone/iPad) 専用の指定 */
@supports (-webkit-touch-callout: none) {
    /* さらにスマホサイズ(750px以下)に絞る */
    @media screen and (max-width: 750px) {
        #selectLeisure:disabled + .select-placeholder::before {
            top: 72%; /* ここでSafariだけの位置を調整 */
        }
    }
}