@charset "UTF-8";

/* stylelint-disable */
/* ******************************************************************

    --common.css--

    0. BoxModel change

    1. Common setting
        1-1. Reset styles
        1-2. Font styles
        1-3. General styles
        1-4. Text styles
        1-5. List styles
        1-6. CSS3 common styles


****************************************************************** */
/*==================================================================
    0. BoxModel change
===================================================================*/
/*==================================================================
    1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Reset styles
-------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Font styles
-------------------------------------------------------------------*/
select,
input,
button,
textarea,
button {
  font-size: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/* General styles
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.3rem;
}

/* ------------------------------------------------------------------
    1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0 {
  margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt15,
.mv15,
.ma15 {
  margin-top: 15px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

/* ------------------------------------------------------------------
    1-4. Text styles
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77%;
}

.f11 {
  font-size: 85%;
}

.f12 {
  font-size: 93%;
}

.f14 {
  font-size: 108%;
}

.f15 {
  font-size: 116%;
}

.f16 {
  font-size: 123.1%;
}

.f17 {
  font-size: 131%;
}

.f18 {
  font-size: 138.5%;
}

.f19 {
  font-size: 146.5%;
}

.f20 {
  font-size: 153.9%;
}

.f21 {
  font-size: 161.6%;
}

.f22 {
  font-size: 167%;
}

.f23 {
  font-size: 174%;
}

.f24 {
  font-size: 182%;
}

.f25 {
  font-size: 189%;
}

.f26 {
  font-size: 197%;
}

.red {
  color: #C00;
}

.white {
  color: #FFF;
}

.grayC {
  color: #CCC;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

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

.right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

/* ------------------------------------------------------------------
    1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

/* ------------------------------------------------------------------
    1-6. CSS3 common styles
-------------------------------------------------------------------*/
.boxShadow {
  box-shadow: 0 0 5px #DDD;
}

.textShadowW {
  text-shadow: 0 1px 0 #E7E7E7;
}

.textShadowB {
  text-shadow: 0 1px 0 #111;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.sp-display {
  display: none !important;
}

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

  .pc-display {
    display: none !important;
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  background: #FFF;
  font-size: 10px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

#wrapper {
  position: relative;
  isolation: isolate;
}

/**
 * Basic styles for links
 */
a {
  color: #36C;
  text-decoration: underline;
}

body {
  color: #000;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.231;
  font-family: "Noto Sans JP", sans-serif;
}

.font_min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3";
}

.font_go {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ";
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header {
  position: relative;
  z-index: 30;
  background-color: #FFF;
}

.header__inner {
  padding: 22px 43px 20px;
}

.header__logo {
  display: inline-block;
}

.header__logo img {
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 40px 15px 9px;
    text-align: center;
  }

  .header__logo img {
    max-width: 160px;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.inner01 {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

#main {
  width: 100%;
  position: relative;
  z-index: 10;
}

#footer {
  position: relative;
  z-index: 1;
}

.foot_upper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 36px 0 20px;
}

.foo_bottom {
  background-color: #fff;
  padding: 20px 0 146px;
}

.block-notes {
  margin-bottom: 46px;
}

.block-notes__ttl {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.1;
}

.block-notes_sub {
  font-weight: bold;
  padding: 30px 0 5px;
}

@media only screen and (max-width: 768px) {

  .inner_c {
    padding-left: 0px;
    padding-right: 0px;
  }

  .block-notes {
    margin-bottom: 56px;
  }

  .block-notes__ttl {
    text-align: center;
  }
}

.copyright {
  background-color: #EFEFEF;
  padding: 15px 0;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.groupButton {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 41px;
  margin-bottom: 64px;
}

.groupButton__item {
  max-width: 279px;
  width: 100%;
}

.groupButton__item_top {
  max-width: 460px;
  min-width: 440px;
  width: 100%;
}


.groupButton .btn-1 {
  font-size: 1.6rem;
  padding: 18px 60px;
  background-position: center right 14px;
  background-size: 10px 11px;
}

.groupButton__item_top .btn-1 {
  font-size: 1.8rem;
  padding: 24px 50px;
  background-size: 15px 16px;
}

.groupButton__txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .groupButton {
    flex-direction: column;
    align-items: center;
    gap: 37px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .groupButton__item_top {
    max-width: 420px;
    min-width: 300px;
    width: 100%;
  }

}

.box-fixed-wrap {
  position: relative;
  z-index: 40;
}

.box-fixed {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #be0000 20%, #be0000 100%);
}

.box-fixed__group {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 770px;
  max-width: 1120px;
  height: 115px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.box-fixed__img--txt {
  width: 190px;
  height: auto;
}

.box-fixed__img--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
  height: auto;
  bottom: 0px;
}

.box-fixed__img--left {
  position: absolute;
  left: 3%;
  top: 35px;
  width: 100%;
  max-width: 370px;
  height: auto;
}



.box-fixed__txt {
  position: relative;
  padding-right: 160px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  margin-top: 30px;
}

.box-fixed__txt::after {
  content: "";
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/camp/00132/common/img/icon_link.svg");
}

.box-fixed__txt:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1040px) {


  .box-fixed__img--left {
    position: absolute;
    left: 0%;
    top: 42px;
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  .box-fixed__txt {
  position: relative;
  padding-right: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  margin-top: 35px;
}
.box-fixed__txt::after {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/camp/00132/common/img/icon_link.svg");
}
}

@media only screen and (max-width: 768px) {

  .box-fixed__group {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 320px;
    height: 64px;
    margin: 0 auto 18px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: last baseline;
    background: unset;
  }

  .box-fixed__group::before {
    content: none;
  }

  .box-fixed__group::after {
    content: none;
  }

  .box-fixed__img--txt {
    display: none;
  }

  .box-fixed__img--bear {
    left: 50%;
    top: auto;
    bottom: 0px;
    width: 240px;
    transform: translateX(-50%);
  }

  .box-fixed__txt {
    margin-top: 0px;
    padding-right: 10vw;
    font-size: 17px;
    text-decoration: none !important;
  }

  .box-fixed__txt::after {
    content: "";
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("/camp/00132/common/img/icon_link.svg");
  }

  .box-fixed__img--left {
    position: absolute;
    left: 0%;
    top: -20px;
    width: 100%;
    max-width: 426px;
    height: auto;
  }

  .box-fixed__img--center {
    left: 18px;
    transform: unset;
    max-width: 145px;
    bottom: -15px;
  }

}

.spDisplay {
  display: none !important;
}

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

.pcDisplay {
  display: block !important;
}

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

.spDisplay_in {
  display: none !important;
}

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

.pcDisplay_in {
  display: inline !important;
}

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

.sp-display--1024 {
  display: none !important;
}

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

.pc-display--1024 {
  display: block !important;
}

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

.sp-flex--1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .sp-flex--1024 {
    display: flex !important;
  }
}

.pc-flex--1024 {
  display: flex !important;
}

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

.spDisplayI {
  display: none !important;
}

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

.txt-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.txt-link--icon {
  position: relative;
  padding-right: 25px;
}

.txt-link--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("/camp/00132/common/img/icon_blank.png") no-repeat center;
}

@media only screen and (min-width: 1025px) {
  .txt-link:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  .txt-link {
    font-size: 13px;
  }
}

.notes-list__item {
  font-size: 12px;
  line-height: 1.67;
}

@media only screen and (max-width: 768px) {
  .notes-list {
    padding: 0 9px 30px;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.social-link--style01 {
  margin: 0 -8px 25px;
}

.social-link--style01 .social-link__item {
  margin: 0 8px;
}

.social-link--style02 {
  margin: 0 -17px 38px;
  gap: 33px;
}

.social-link--style02 .social-link__item {
  max-width: 50%;
}

.social-link--style03 {
  margin: 0 -4px 24px;
}

.social-link--style03 .social-link__item {
  max-width: calc(50% - 14px);
  margin: 0 7px;
}

.social-link--style03 .social-link__item img {
  max-height: 25px;
}

.social-link__item img {
  vertical-align: middle;
}

.social-link__item a {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 1025px) {
  .social-link__item a:hover {
    opacity: 0.7;
  }
}

.social-link__item .txt-link:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .social-link--style02 {
    margin: 0 0 40px;
    gap: 8px;
  }

  .social-link--style02 .social-link__item {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .social-link--style02 .social-link__item:not(:first-child) {
    border-left: 0;
  }

  .social-link--style03 {
    margin: 0 -4px 14px;
  }

  .social-link--style03 .social-link__item {
    max-width: calc(50% - 8px);
    margin: 0 4px;
  }

  .social-link--style03 .social-link__item img {
    max-height: 16.21px;
  }
}

/* -------------------------------------------------------------------------------------------------*/

body {
  overflow: hidden;
  isolation: isolate;
}

.bg-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #DAE24A;
  z-index: -1;
  /* 背景レイヤー */
}



#keyv_bg {
  position: absolute;
  top: 0;
  background-color: #DAE24A;
  height: 100vh;
  width: 100vw;
}

#flare {
  position: fixed;
  top: 0;
  background-image: url(/camp/00132/common/img/bg_flare.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;

}

#keyv {
  height: clamp(320px, 30vw + 480px, 860px);
  width: 100vw;
  position: relative;
  margin-top: 0px;
  z-index: 20;
}

#keyv .keyv_wrap {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#keyv .keyv__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

#keyv .keyv__inner p.top_reader {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0 20px;
}

#keyv .keyv__inner img {
  width: 100%;
}

#keyv .keyv__inner h2 img {
  width: 90%;
  margin: 0 auto;
}

#keyv .keyv__inner .keyv_card {
  width: 50%;
  margin-bottom: 20px;
}

#keyv h1 {
  background-image: url(/camp/00132/common/img/keyv_logo.png);
  background-size: min(2500px, 210%);
  transition: background-size 0.3s ease;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: clamp(320px, 10vw + 550px, 800px);
  color: rgba(255, 0, 0, 0);
}

@media only screen and (max-width: 1000px) {
  #keyv h1 {
    background-size: min(2500px, 220%);
  }
}

@media only screen and (max-width: 768px) {

  .bg-sections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #DAE24A;
    z-index: -1;
    /* 背景レイヤー */
  }


  #keyv_bg {
    position: absolute;
    top: 0;
    background-color: #DAE24A;
    height: 100vh;
    width: 100vw;
  }

  #flare {
    height: 100vh;
    width: 100vw;
  }

  #keyv {
    height: clamp(300px, 30vw + 380px, 710px);
    min-height: 680px;
    width: 100vw;
    position: relative;
    margin-top: 0px;

  }

  #keyv .keyv_wrap {
    height: clamp(300px, 30vw + 380px, 710px);
    min-height: 680px;
    align-items: flex-start;
    max-width: 780px;
    padding-top: 20px;
  }

  #keyv .keyv__inner p.top_reader {
    font-size: 16px;
    padding: 20px 0 10px;
  }

  #keyv h1 {
    background-image: url(/camp/00132/common/img/keyv_logo_sp.png);
    background-size: min(980px, 235%);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: clamp(320px, 30vw + 355px, 520px);
    min-height: 520px;
    position: relative;
    z-index: 0;
  }

  #keyv .keyv_entry {
    background-color: #a40002;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #keyv .keyv_entry img {
    max-width: 300px;

  }

}

#point_list {
  height: 1100px;
  min-height: 800px;
  background-image: url(/camp/00132/common/img/white_dot.png);
  background-repeat: repeat;
  background-size: 10%;
  padding-top: 100px;
}

#point_list h2 {
  font-size: 24px;
  line-height: 2;
  color: #000;
  font-weight: bold;
  text-align: center;
}

#point_list p.po_att {
  font-size: 16px;
  text-align: center;
  margin: 30px 0 110px;
}

#point_list ul.list_set {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 70px 0 15px;
}

#point_list ul.list_set li {
  flex-basis: 66%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-left: #000 2px solid;
  padding: 10px 0;
  height: 100%;
}

#point_list ul.list_set li:last-child {
  flex-basis: 33%;
  border-right: #000 2px solid;
}

#point_list ul.list_set li ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 0px;
  width: 100%;
}

#point_list ul.list_set li li {
  flex-basis: 100%;
  border: none;
  padding: 0 20px;
}

#point_list ul.list_set li li:last-child {
  flex-basis: 100%;
  border-left: #000 2px solid;
  border-right: none;
}

#point_list ul.list_set li h3 {
  font-size: 31px;
  font-weight: bold;
  color: #004098;
  position: absolute;
  left: 20px;
  top: 10px;
}

#point_list ul.list_set li .po_read_a,
#point_list ul.list_set li .po_read_b {
  font-size: 50px;
  font-weight: bold;
}

#point_list ul.list_set li .po_read_a {
  color: #BE0000;
}

#point_list ul.list_set li .po_read_b {
  color: #007E72;
  margin-bottom: 20px;
}

#point_list ul.list_set li img {
  width: 100%;
}

#point_list ul.list_set li img.size_a {
  max-width: 290px;
}

#point_list ul.list_set li img.size_b {
  max-width: 310px;
}

#point_list ul.list_set li p.pl_num {
  display: inline-block;
  background-color: #004098;
  border-radius: 60px;
  padding: 10px 0px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  min-width: 80%;
  text-align: center;
}

@media only screen and (max-width: 768px) {

  #point_list {
    height: auto;
    min-height: auto;
    padding-top: 40px;
  }

  #point_list h2 {
    font-size: 16px;
    line-height: 1.8;
  }

  #point_list p.po_att {
    font-size: 18px;
    text-align: center;
    margin: 30px 20px 20px;
  }

  #point_list ul.list_set {
    flex-direction: column;
    margin: 30px 0;
  }

  #point_list ul.list_set li {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-left: unset;
    padding: 10px 20px 30px;
  }

  #point_list ul.list_set li:last-child {
    border-right: unset;
  }

  #point_list ul.list_set li h3 {
    font-size: 31px;
    font-weight: bold;
    color: #004098;
    position: absolute;
    left: 60px;
    top: 10px;
  }

  #point_list ul.list_set li img {
    width: 100%;
  }


  #point_list ul.list_set li ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0 0px;
    width: 100%;
  }

  #point_list ul.list_set li li {
    flex-basis: 100%;
    border: none;
    padding: 0 20px 30px;
  }

  #point_list ul.list_set li li:last-child {
    flex-basis: 100%;
    border-left: none;
    border-right: none;
    padding: 0 20px 10px;
  }

  #point_list ul.list_set li h3 {
    font-size: 31px;
    font-weight: bold;
    color: #004098;
    position: absolute;
    left: 20px;
    top: 10px;
  }


  #point_list ul.list_set li .po_read_a,
  #point_list ul.list_set li .po_read_b {
    font-size: 30px;
    text-align: center;
  }

  #point_list ul.list_set li img {
    width: 100%;
  }

  #point_list ul.list_set li img.size_a {
    max-width: 290px;
  }

  #point_list ul.list_set li img.size_b {
    max-width: 310px;
  }

  #point_list ul.list_set li p.pl_num {
    display: inline-block;
    background-color: #004098;
    border-radius: 60px;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    min-width: 80%;
    text-align: center;
  }

}

#flow {
  background-color: #E83820;
}

#flow h2 {
  background-color: #a40002;
  padding: 20px;
  text-align: center;
  width: 100vw;
}

#flow h2 img {
  width: 440px;
}

#flow .flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#flow .flow_step img.step {
  width: 310px;
}

#flow .flow_step p.read {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
}

#flow .flow_step p.read2 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
}

#flow .flow_step p.sub {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 10px 0 30px;
}

#flow .flow_step_1 {
  background-image: url(/camp/00132/common/img/flow_step1_pic.png);
  background-position: right top 30px;
  background-repeat: no-repeat;
  background-size: 340px;
  padding: 30px 0 0;
}

#flow .flow_step_2 {
  padding: 30px 0 80px;

}

#flow .flow_step_2 img.flow_pic2 {
  width: auto;
  max-width: 800px;
}

#flow .flow_step_2 img.flow_mat {
  width: auto;
  max-width: 900px;
}

@media only screen and (max-width: 768px) {


  #flow .flow_step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #flow .flow_step img.step {
    width: 210px;
  }

  #flow .flow_step p.read {
    font-size: 36px;
    padding: 15px 0;
  }

  #flow .flow_step p.read2 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
  }

  #flow .flow_step p.sub {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 10px 0 30px;
    text-align: center;
  }

  #flow .flow_step_1 {
    background-image: none;
    padding: 30px 0 0;
  }

  #flow .flow_step_1 img.chara {
    width: 200px;
    padding-bottom: 20px;
  }

  #flow .flow_step_2 {
    padding: 30px 0 80px;

  }

  #flow .flow_step_2 img.flow_pic2 {
    width: auto;
    max-width: 300px;
  }

  #flow .flow_step_2 img.flow_mat {
    width: 100%;
    max-width: 440px;
  }

  .step_arr {
    width: 100px;
  }

}


#flow2 {
  background-color: #61C1BE;
}

#flow2 .flow_arr_2 {
  text-align: center;
  width: 100%;
}

#flow2 .flow_arr_2 img {
  margin: -30px auto 0;
}

#flow2 .flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#flow2 .flow_step img.step {
  width: 310px;
}

#flow2 .flow_step p.read2 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
}

#flow2 .flow_step p.sub {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding: 10px 0 30px;
}

#flow2 .flow_step_3 {
  padding: 30px 0;

}

#flow2 .flow_step_3 img.flow_pic3 {
  width: auto;
  max-width: 800px;
}

#flow2 .flow_step_3 img.flow_mat {
  width: auto;
  max-width: 900px;
}

@media only screen and (max-width: 768px) {


  #flow2 .flow_step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #flow2 .flow_step img.step {
    width: 210px;
  }

  #flow2 .flow_step p.read2 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
  }

  #flow2 .flow_step p.sub {
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    color: #000;
    font-weight: normal;
    padding: 10px 0 10px;
  }

  #flow2 .flow_step_3 {
    padding: 30px 0;

  }

  #flow2 .flow_step_3 img.flow_pic3 {
    width: auto;
    max-width: 300px;
  }

  #flow2 .flow_step_3 img.flow_mat {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}



#servis {
  background-color: rgba(97, 193, 190, 0.7);
  padding-bottom: 50px;
}

#servis h2 {
  color: #004098;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 10px;
}

#servis h2.h2_sub {
  font-size: 36px;
}

#servis p.sub {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
}

#servis .btn_box_a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#servis .servis_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 40px;
  margin: 10px 0 30px;
}

#servis .servis_box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

#servis .servis_box h3 img {
  width: 60px;
}

#servis .servis_box ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#servis .servis_box ul li {
  display: flex;
  align-items: center;
  flex-basis: 49%;
  border-bottom: #000 1px solid;
}

#servis .servis_box ul li:nth-child(-n+2) {
  border-top: #000 1px solid;
}

#servis .servis_box ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  width: 100%;
  min-height: 66px;
  text-decoration: none;
  padding: 8px 12px;
  color: #000;
  cursor: pointer;
  background-image: url(/camp/00132/common/img/servis_ico_arr_r.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px;
}

#servis .servis_box ul li a img {
  width: 50px;
  margin-left: 15px;
}

#servis .servis_box ul li p.nolink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  width: 100%;
  min-height: 66px;
  text-decoration: none;
  padding: 8px 12px;
  color: #000;
}

#servis ul.flow_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 50px;
}

#servis ul.flow_box li {
  background-color: #fff;
  border-radius: 10px;
  flex-basis: 32%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: auto;
  overflow: visible;
  /* 念のため明示 */

}

#servis ul.flow_box li::after {
  position: absolute;
  content: "";
  right: -50px;
  display: inline-block;
  width: 64px;
  height: 75px;
  background-image: url(/camp/00132/common/img/servis_step_arr_r.png);
  background-size: cover;
  top: 42%;
  z-index: 5;
}

#servis ul.flow_box li:last-child::after {
  content: none;
}


#servis ul.flow_box li h3 img {
  width: 80px;
}

#servis ul.flow_box li p {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #servis h2 {
    font-size: 24px;
    padding: 40px 0 10px;
  }

  #servis h2.h2_sub {
    font-size: 24px;
  }

  #servis p.sub {
    font-size: 16px;
    padding-bottom: 20px;
  }

  #servis .servis_box ul {
    flex-direction: column;
  }

  #servis .servis_box ul li a {
    padding: 6px 12px;
    min-height: 40px;
  }

  #servis .servis_box ul li a img {
    width: 36px;
    margin-left: 15px;
  }

  #servis .servis_box ul li:nth-child(-n+2) {
    border-top: none;
  }

  #servis .servis_box ul li:nth-child(1) {
    border-top: #000 1px solid;
  }

  #servis .servis_box ul li p.nolink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  padding: 6px 12px;
  color: #000;
}

  #servis ul.flow_box {
    display: flex;
    flex-direction: column;
  }

  #servis ul.flow_box li {
    margin: 0 0 20px;

  }

  #servis ul.flow_box li::after {
    right: 40%;
    top: unset;
    bottom: -40px;
    width: 75px;
    height: 64px;
    background-image: url(/camp/00132/common/img/servis_step_arr_d.png);
    background-size: cover;
  }

  #servis ul.flow_box li p {
    font-size: 20px;
    padding-bottom: 10px;
  }

}

#merit {
  background-image: url(/camp/00132/common/img/white_dot.png);
  background-repeat: repeat;
  background-size: 10%;
  padding: 100px 0 50px;

}

#merit p.txt_a {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
}

#merit p.txt_b {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

#merit .txt_set_a {
  background-image: url(/camp/00132/common/img/merit_main_v.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 80%;
  height: 350px;
  margin: 30px auto;
  min-width: 850px;

}

#merit .txt_set_a .txt_c {
  font-size: 32px;
  font-weight: bold;
}

#merit .txt_set_a .txt_d {
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: 600;
  line-height: 0.3;
  margin: 48px 0 8px;
  padding-bottom: 20px;
}

#merit .txt_set_a .txt_e {
  font-size: 20px;
  font-weight: normal;
}

#merit h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: -20px;
}

#merit ul.flow_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 10px;
}

#merit ul.flow_box li {
  background-color: #fff;
  border-radius: 10px;
  flex-basis: 32%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#merit ul.flow_box li:last-child::after {
  content: none;
}


#merit ul.flow_box li h3 img {
  width: 80px;
}

#merit ul.flow_box li p {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

#merit ul.flow_box li span {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  padding: 60px 0 0;
}

#merit .att {
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: normal;
}

.btn_box_a {
  text-align: center;
}


@media only screen and (max-width: 768px) {


  #merit p.txt_a {
    font-size: 20px;
    margin-top: 0px;
  }

  #merit p.txt_b {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
  }

  #merit .txt_set_a {
    background-image: unset;
    width: auto;
    height: auto;
    margin: 30px auto;
    min-width: 320px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #merit .txt_set_a .txt_c {
    font-size: 20px;
    font-weight: bold;
    flex-basis: 100%;
  }

  #merit .txt_set_b {
    flex-basis: 49%;

    min-width: 140px;
    max-width: 180px;
    display: block;
    margin-bottom: 20px;
  }

  #merit .txt_set_a .txt_d {
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 0.3;
    margin: 48px 0 8px;
    padding-bottom: 20px;
  }

  #merit .txt_set_a .txt_e {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  #merit .txt_set_a .mainV {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    flex-basis: 50%;
  }

  #merit .txt_set_a .mainV img {
    width: 100%;
    max-width: 165px;
    margin-left: 18px;
    padding-bottom: 10px;

  }

  #merit h3 {
    font-size: 20px;
    margin-top: -20px;
  }

  #merit ul.flow_box {
    flex-direction: column;
    position: relative;
    margin: 20px 0 10px;
  }

  #merit ul.flow_box li {
    margin-bottom: 20px;
  }

  #merit ul.flow_box li:last-child::after {
    content: none;
  }


  #merit ul.flow_box li h3 img {
    width: 80px;
  }

  #merit ul.flow_box li p {
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
  }

  #merit ul.flow_box li span {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    padding: 60px 0 0;
  }

  #merit .att {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: normal;
  }

  img.prev-arrow {
    width: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 18;
  }

  img.next-arrow {
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 18;
  }

}



.owner {
  background-color: #F7EC96;
  padding: 63px 0 80px;
}

.owner__inner {
  max-width: 970px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.owner h2 {
  background-color: #00987A;
  color: #fff;
  padding: 12px;
  font-size: 26px;
  position: relative;
  width: 100%;
  border-radius: 30px;
  text-align: center;
}

.owner h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  /* 吹き出し本体からの距離 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #00987A transparent transparent transparent;
}

.owner .timetable {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 12px;
}

.owner .timetable p.txt_a {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0 8px;
}

.owner .timetable p.txt_b {
  font-size: 14px;
  font-weight: normal;
  padding: 16px 0 8px;
}

.owner .timetable h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 8px;
}

.owner .timetable ul {
  margin: 12px 0;
}

.owner .timetable ul li {
  text-indent: -1em;
  padding-left: 1.8em;
  padding-bottom: 8px;
}

.owner__content {
  margin-top: 40px;
}

.owner__headline {
  margin-bottom: 50px;
}

.owner__headline img {
  display: block;
  margin: 0 auto;
}

.owner__title {
  margin: 0px 0 30px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

.owner__title br.sp {
  display: none;
}

.owner__row,
.owner__row--first {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.owner__row--first {
  border-top: 1px solid #000;
}

.owner__col1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-right: 45px;
  text-align: center;
}

.owner__col2 {
  width: calc(100% - 200px);
  color: #000;
  font-weight: 500;
}

.owner__col2 .sub_head {
  font-size: 20px;
  padding-top: 16px;
}

.owner__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.owner__list {
  margin-top: 15px;
}

.owner__list>li {
  display: flex;
  padding: 17px 0;
  border-top: 1px dashed #000;
  font-size: 2rem;
  line-height: 1.5;
  list-style-type: none;
}

.owner__list>li:first-child {
  border-top: none;
}

.owner__list-ttl {
  width: 64px;
  padding-right: 5px;
}

.owner__list-txt {
  width: calc(100% - 64px);
}

.owner__txt1 {
  font-size: 2.2rem;
  font-weight: 500;
}

.owner__txt2 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.owner__txt3 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.owner__txt4 {
  font-size: 1.6rem;
  line-height: 1.5;
}

dl.owner__txt5 {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}



dl.topb {
  border-top: 1px solid #000;
}

dl.owner__txt5 dt {
  padding: 4px 0;
  flex-basis: 18%;
}

dl.owner__txt5 dd {
  padding: 4px 0;
  flex-basis: 80%;
}

dl.owner__txt5 .att {
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  .owner__title {
    display: flex;
    justify-content: center;
    margin: 0 0 17px;
    text-align: center;
  }

  .owner__title br.sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .owner {
    padding: 40px 0 32px;
  }

  .owner h2 {
    padding: 12px;
    font-size: 21px;
  }

  .owner__headline {
    width: 220px;
    margin: 0 auto 20px;
  }

  .owner__title {
    margin-bottom: 20px;
    font-size: 2.1rem;
    line-height: 1.3;
  }


  .owner .timetable {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 24px;
    margin: 12px;
  }

  .owner .timetable p.txt_a {
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 8px;
  }

  .owner .timetable p.txt_b {
    font-size: 14px;
    font-weight: normal;
    padding: 16px 0 8px;
  }

  .owner .timetable h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 8px;
  }

  .owner .timetable ul {
    margin: 12px 0;
  }

  .owner .timetable ul li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1.8em;
    padding-bottom: 8px;
  }

  .owner__row,
  .owner__row--first {
    flex-direction: column;
    padding: 20px 0;
  }

  .owner__col1 {
    width: 100%;
    margin-bottom: 14px;
    padding-right: 0;
  }

  .owner__col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .owner__list {
    width: 100%;
    margin-top: 24px;
  }

  .owner__list>li {
    flex-direction: column;
  }

  .owner__list-ttl {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .owner__list-txt {
    width: 100%;
    text-align: center;
    line-height: 1.3;
  }

  .owner__txt1 {
    font-size: 2rem;
  }

  .owner__txt2 {
    line-height: 1.4;
    font-size: 15px;
  }

  .owner__txt3 {
    text-align: left;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }

  .owner__txt4 {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  dl.owner__txt5 {
    font-size: 17px;
    margin: 4px 0 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  dl.owner__txt5 dt {
    text-align: center;
    padding: 4px 0;
    flex-basis: 10%;
  }

  dl.owner__txt5 dd {
    text-align: center;
    padding: 4px 0;
    flex-basis: 90%;
  }

  dl.owner__txt5 .att {
    font-size: 12px;
    line-height: 0.5;
  }

  .owner__col2 .sub_head {
    font-size: 18px;
    padding: 30px 0 15px;
  }


}


.btn_red {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  height: auto;
  font-weight: bold;
  transition: 0.3s;
  background-color: #be0000;
  position: relative;
}

.btn_red::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/camp/00132/common/img/icon_link.svg");
}

.btn_red:hover {
  opacity: .7;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 9px 12px 12px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.btn--primary {
  background-color: #004098 !important;
}

.btn--second {
  background-color: #BE0000 !important;
}

.btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 456px;
  min-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 60px 33px 60px;
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #BE0000 url("/camp/00132/common/img/icon_link.svg") no-repeat center right 22px/15px auto;
  transition: 0.2s opacity;
  text-decoration: none;
}

.btn-1--second {
  background-color: #004098;
}

.btn-1--second_a {
  background-color: #004098;
  font-size: 1.5rem !important;
  font-weight: normal;
  padding: 13px 30px;
  max-width: 510px;
  margin: 0 10px;
}

.btn-1--second_b {
  background-color: #004098;
  font-size: 1.8rem !important;
  font-weight: normal;
  padding: 33px 30px;
  max-width: 510px;
  margin: 0 10px;
}

.btn-1--second_c {
  background-color: #004098;
  font-size: 1.8rem !important;
  font-weight: normal;
  padding: 33px 30px;
  max-width: 300px;
  margin: 0 auto 20px;
}

.btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 35px 18px 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #BE0000 url("/camp/00132/common/img/icon_link.svg") no-repeat center right 14px/10px auto;
  transition: 0.2s opacity;
}

.btn-3 {
  position: relative;
  padding: 8px 40px;
  transition: opacity 0.3s;
  color: #fff;
  background: #004098 url("/camp/00132/common/img/icon_link.svg") no-repeat center right 20px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.2s opacity;
}

@media only screen and (min-width: 1025px) {
  .btn-1:hover {
    opacity: 0.7;
  }

  .btn-2:hover {
    opacity: 0.7;
  }

  .btn-3:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .btn {
    min-height: 40px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .btn-1 {
    max-width: 400px;
    padding: 18px 35px 20px 35px;
    background-size: 11px auto;
    background-position: center right 13px;
    font-size: 1.6rem;
  }

  .btn-2 {
    max-width: 280px;
    padding: 18px 35px 20px 35px;
    background-size: 11px auto;
    background-position: center right 13px;
    font-size: 1.6rem;
  }

  .btn-3 {
    padding: 16px 30px;
    background-position: center right 14px;
    background-size: 10px;
    font-size: 16px;
  }
}


/*  animation  */

body.scroll-lock {
  overflow: hidden;
}

.content {
  padding: 20px;
}

/* 一般用 fade-in（fade-in クラス） */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: relative; /* ← z-indexを効かせるため */
  z-index: 0;         /* ← スタッキング順をリセット */
}


.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* cbox 系専用（アニメーション別） */
.cbox_b_animate {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cbox_b_animate.visible {
  opacity: 1;
  transform: scale(1);
}


/* scale-up のアニメーション */
.scale-up {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  /* 初期状態で少し小さく、下から登場 */
  transition: opacity 1s ease-out, transform 1.5s ease-out;
  /* フェードインとスケールアニメーション */
}

.scale-up.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  /* 元の大きさに戻り、位置も元に */
}


.pagetop {
  position: fixed;
  right: 20px;
  bottom: 105px;
  width: 50px;
  height: 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 999;
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 65px;
  }
}