@charset "utf-8";

/* =reset
------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,header, section, article, footer, article, aside, time ,nav,a{
margin:0;
padding:0;
}

fieldset,img{
  border:0;
}
address,caption,cite,code,dfn,em,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul{
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:0;
}
p{
text-justify:inter-ideograph;
margin: 0;
}

header, section, article, footer, article, aside, time ,nav { display: block; }

ul{
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
}
figure {
display: block;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}

button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

.swiper{ position: relative; overflow-x: hidden;}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{pointer-events: inherit;}
.swiper-button-prev{left: 0;}
.swiper-button-next{right: 0;}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
  background-image: url(https://eplus.jp/s/oki_img/0000160189/baycurrentclassic/icon_link.svg);
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
transform: rotate(180deg);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {

}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch; padding: 0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#fff;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{}
#cboxLoadingGraphic{background:url(https://eplus.jp/s/oki_img/0000160189/baycurrentclassic/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:40px; height:20px; position:absolute; top:-30px; background:url(https://eplus.jp/s/oki_img/0000160189/baycurrentclassic/controls4.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{ right:0;}
#cboxClose:hover{}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

@media screen and (max-width: 768px) {
.cboxElement{pointer-events: none;}
}

/* =base
------------------------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body { background: #fff; color: #000; counter-reset: number 0;/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/ font-family: 'Noto Sans JP', 'Noto Sans JP IE', sans-serif; font-feature-settings : "palt"; font-size: 16px; line-height: 1.6em; letter-spacing: .1em;}
img { vertical-align: bottom; max-width: 100%; height: auto;}
a { color: #333; text-decoration: none; outline: none; }
a:hover { text-decoration: none; }
a:hover img { opacity: 0.8; filter: alpha(opacity=80); }
.section-wrap p:not(:last-of-type) { margin-bottom: 1em; }

/* =header
------------------------------------------------------------------------------------------*/
header { background: #e95098; display: table; position: relative; top: 0; width: 100%; z-index: 1; }
header .header-wrap { display: table; margin: 0 auto; padding: 15px 20px; width: 100%; }
header .left { display: table-cell; line-height: 1em; vertical-align: middle; width: 16%; }
header .right { display: table-cell; margin: .5em 0; vertical-align: middle; width: 84%; }
header h1 { color: #fff; font-size: 10px; line-height: 1em; text-align: right; /*margin-bottom: 1em;*/}
header .logo-eplus { width: 100px; height: 21px;}
header .logo-eplus img { width: 100%; max-width: 100%; height: auto;}

/* =foot
-----------------------------------------------------------------------------------------*/
footer { background: #e95098; color: #fff; text-align: center; width: 100%;  margin: 0 auto; padding: 50px 0; }
footer img { width: 100%; max-width: 100%; height: auto;}
footer p { font-size: 12px; line-height: 1em;}
footer .footer-logo-eplus a{ width: 41px; height: 37px; margin: 0 auto; display: block;}

  /* =ページトップ
------------------------------------------------------------------------------------------*/
.page_top { margin: 0; position: fixed; right: 100px; bottom: 50px; text-align: center; z-index: 10; }
.page_top a { background: rgba(255,255,255,.8); border: 1px solid #ccc; border-radius: 40px; color: #000; display: block; font-size: 11px; height: 80px; line-height: 80px; transition: all .2s; width: 80px; }

/* = sp nav
------------------------------------------------------------------------------------------*/
.sp-nav { display: none; }

/* = breadcrumb
------------------------------------------------------------------------------------------*/
.breadcrumb { margin: 30px auto ; max-width: 1000px; width: 92%; }
.breadcrumb li { color: #696969; display: inline; }
.breadcrumb li a { font-size: 14px; line-height: 1.2em; text-decoration: underline; }
.breadcrumb li:not(:last-child)::after { content: " > "; color: #696969; }

/* = parts
------------------------------------------------------------------------------------------*/
.pc-none { display: none; }
.sp-none { display: block; }

/* 横並びbox */
.clearfix::after,
.clearfix::before,
.float-box::after,
.float-box::before { content: ""; clear: both; display: block; }
.float-box { width: 102%; margin-bottom: -5%;}
.float-box .box01 { width: 98%; margin-bottom: 5%;}
.float-box .box02,
.float-box .box03,
.float-box .box04 { float: left; margin: 0 2% 5% 0; }
.float-box .box02 { width: 48%; }
.float-box .box03 { width: 31.3%; }
.float-box .box04 { width: 23%; }
.float-box .box01 img,
.float-box .box02 img,
.float-box .box03 img,
.float-box .box04 img { width: 100%; }
.table-box { display: table; width: 100%; }
.table-box .box02,
.table-box .box03,
.table-box .box04 { display: table-cell; vertical-align: middle; }
.table-box .box02 { width: 50%; }
.table-box .box03 { width: 33.3%; }
.table-box .box04 { width: 25%; }
.table-box .box02 img,
.table-box .box03 img,
.table-box .box04 img { width: 100%; }


/* font */
.moreless { font-size: .8em; line-height: 1.4em; }
.less { font-size: .9em; line-height: 1.4em; }
.mid { font-size: 1.1em; line-height: 1em; }
.big { font-size: 1.2em; line-height: 1em; }
.bigger { font-size: 1.3em; line-height: 1em; }
.biggest { font-size: 1.5em; line-height: 1em; }
.font-bold { font-weight: bold; }
.font-normal { font-weight: normal; }
.font-minchou { font-family: "ＭＳ 明朝",serif; font-weight: normal; }
.font-yu-minchou { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; font-weight: normal; }
.font-italic { font-style: italic; }
.copyright { font-size: 12px; line-height: 1.4em;}

/* textColor */
.text-red { color: #cc0000; }
.text-white { color: #fff; }
.text-black { color: #000; }
.sat { color: #0b5792; }
.sun { color: #a63646; }

/* textAlign */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* margin */
.mb-05vw { margin-bottom: .5vw !important; }
.mb-1vw { margin-bottom: 1vw !important; }
.mb-2vw { margin-bottom: 2vw !important; }
.mb-3vw { margin-bottom: 3vw !important; }
.mb-4vw { margin-bottom: 4vw !important; }
.mb-5vw { margin-bottom: 5vw !important; }
.mb-6vw { margin-bottom: 6vw !important; }
.mb-7vw { margin-bottom: 7vw !important; }
.mb-8vw { margin-bottom: 8vw !important; }
.mb-9vw { margin-bottom: 9vw !important; }
.mb-10vw { margin-bottom: 10vw !important; }
.mb-01em { margin-bottom: .1em !important; }
.mb-02em { margin-bottom: .2em !important; }
.mb-03em { margin-bottom: .3em !important; }
.mb-04em { margin-bottom: .4em !important; }
.mb-05em { margin-bottom: .5em !important; }
.mb-06em { margin-bottom: .6em !important; }
.mb-07em { margin-bottom: .7em !important; }
.mb-08em { margin-bottom: .8em !important; }
.mb-09em { margin-bottom: .9em !important; }
.mb-1em { margin-bottom: 1em !important; }
.mb-2em { margin-bottom: 2em !important; }

/* linkButtonBased */
.link-button a { box-sizing: border-box; text-decoration:none;  display: block; border-radius: 100px; font-size: 22px; font-weight: bold; line-height: 1em; margin: 0 auto; padding: 1.5em .2em; position: relative; text-align: center; transition: .1s; width: 100%; max-width: 550px;}
.link-button a:hover { text-decoration: none; opacity: .8;}
.link-button a:active { box-shadow: none; }

/* linkButtonColor */
.link-button a { background: #f16baa; color: #fff; }

/* 16:9 wrap(youteubeとか) */
.video-outer-wrap { margin: 0 auto; width: 100%; max-width: 550px;}
.video-wrap { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0px; width: 100%; }
.video-wrap iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

/* periodBox */
.period-box { background: #f8f8f8; border: 1px solid #cc0000; box-sizing: border-box; color: #cc0000; font-size: 26px; font-weight: bold; line-height: 1.4em; margin: 0 auto 20px; padding: 25px 0; text-align: center; width: 80%; }

/* bottomLineBased */
.solid-line { border-bottom: 1px solid #000; }
.dotted-line { border-bottom: 1px dotted #000; }
.dashed-line { border-bottom: 1px dashed #000; }

/* bottomLinePadding */
.solid-line,
.dotted-line,
.dashed-line { padding-bottom: 16px; }

/* textList(div等で囲む) */
p.text-list,
.text-list ul li { padding: 0 0 0 1.1em; position: relative; }
p:not(:last-of-type).text-list { margin-bottom: 1em; }
.text-list ul li:not(:last-of-type) { margin-bottom: .2em; }
p.text-list::before,
.text-list ul li::before { content: "※"; position: absolute; left: 0; }
p.text-list-dotted::before,
.text-list-dotted ul li::before { content: "・"; }
p.text-list-circle::before,
.text-list-circle ul li::before { content: "●"; }
p.text-list-square::before,
.text-list-square ul li::before { content: "■"; }
p.text-list-counter,
.text-list-counter{ counter-reset: number 0;}
p.text-list-counter,
.text-list-counter ul li { padding-left: 2.1em; }
p.text-list-counter::before,
.text-list-counter ul li::before { counter-increment: number 1; content: "" counter(number) ""; }

/* linkOff */
.link-off a { background: #ccc!important; border: none!important; box-shadow: none!important; pointer-events: none!important; }
.link-off a::after { display: none!important; }

/* smartphone
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
  /* =base
  ------------------------------------------------------------------------------------------*/
  body { font-size: 14px; line-height: 1.6em; }

  /* =header
  ------------------------------------------------------------------------------------------*/
  header { border-top: solid 2px #e95098; }
  header .header-wrap { padding: 8px 8px 10px; }
  header .left,
  header .right { display: block; width: 100%; }
  header .left { margin-bottom: 10px; }
  header .right { margin: 0; }
  header h1 { text-align: left; line-height: 1.2em;}
  header .logo-eplus { width: 60px; height: 12px;}

  /* =foot
  -----------------------------------------------------------------------------------------*/
  footer { padding: 30px 0; }

  /* =pagetop
  ------------------------------------------------------------------------------------------*/
  .page_top{ display: none; }

  /* = sp nav
  ------------------------------------------------------------------------------------------*/
  .sp-nav { display: block; }
  #toggle { background: #fcc700; position: fixed; top: 0; right: 0; height: 45px; width: 45px; transition: .2s; z-index: 11; }
  #toggle .button { background: #fff; height: 4px; position: absolute; top: calc(50% - 2px); left: 20%; transition: .3s; width: 60%; }
  #toggle .button::before,
  #toggle .button::after { background: #fff; content: ""; display: block; height: 4px; position: absolute; top: 50%; left: 0; transition: .3s; width: 100%; }
  #toggle .button::before { margin-top: -12px; }
  #toggle .button::after { margin-top: 8px; }
  #toggle .close { background: transparent; top: calc(50% - 4px); }
  #toggle .close::before,
  #toggle .close::after{ margin-top: 0; }
  #toggle .close::before{ transform: rotate(-45deg); }
  #toggle .close::after{ transform: rotate(-135deg); }
  #menu { opacity: 0; transition: .3s; display: none;}
  #menu.open { display: block !important; opacity: 1; transition: .1s; }
  .nav-menu { background: rgba(0,0,0,.8); height: 100%; height: 100vh; position: fixed; top: 0; transition: .3s; width: 100%; width: 100vw; z-index: 10; }
  .nav-menu li:first-child { border-bottom: 1px solid #666; height: 45px; }
  .nav-menu li a { border-bottom: 1px solid #666; color: #fff; display: inherit; font-size: 14px; line-height: 1em; padding: 14px 0; width: 100%; text-align: center; }

  /* = parts
  ------------------------------------------------------------------------------------------*/
  .pc-none { display: block; }
  .sp-none { display: none; }

  /* 横並びbox */
  .float-box,
  .float-box .box01,
  .float-box .box02,
  .float-box .box03 { width: 100%;}
  .float-box .box02,
  .float-box .box03 { float: none; margin: 0 0 5% 0; }
  .float-box .box04 { width: 48%; }
  .table-box .box02,
  .table-box .box03 { display: block; width: 100%; }
  .table-box .box04 { width: 50%; }


  /* textAlign */
  .sp-text-left { text-align: left; }
  .sp-text-right { text-align: right; }
  .sp-text-center { text-align: center; }

  /* margin */
  .sp-mb-05vw { margin-bottom: .5vw !important; }
  .sp-mb-1vw { margin-bottom: 1vw !important; }
  .sp-mb-2vw { margin-bottom: 2vw !important; }
  .sp-mb-3vw { margin-bottom: 3vw !important; }
  .sp-mb-4vw { margin-bottom: 4vw !important; }
  .sp-mb-5vw { margin-bottom: 5vw !important; }
  .sp-mb-6vw { margin-bottom: 6vw !important; }
  .sp-mb-7vw { margin-bottom: 7vw !important; }
  .sp-mb-8vw { margin-bottom: 8vw !important; }
  .sp-mb-9vw { margin-bottom: 9vw !important; }
  .sp-mb-10vw { margin-bottom: 10vw !important; }

  /* linkButton */
  .link-button a { font-size: 16px; width: 100%;}


  /* periodBox */
  .period-box { font-size: 18px; line-height: 1.2em; margin-bottom: 4vw; padding: .6em 0; width: 90%; }
}

/* css add*/

/* = FixedBg
------------------------------------------------------------------------------------------*/
/*body::before {content:""; display:block; position:fixed; top:0; left:0; z-index:-1; width:100%; height:100vh; background:url(../images/page_background.jpg) center top no-repeat #fff;  background-size:cover; }*/

/* = parts
------------------------------------------------------------------------------------------*/
body {letter-spacing: 0; overflow-wrap: anywhere;}
#wordCustom-wrap {background-color: #f4f4f4;}
#wordCustom-wrap .moremoreless { font-size: .6em; line-height: 1.4em; }
#wordCustom-wrap .flex-box{ display: flex; flex-wrap: wrap; width: 100%; gap: 20px 2%;}
#wordCustom-wrap .flex-box .box01 { width: 100%;}
#wordCustom-wrap .flex-box .box02 { width: 49%;}
#wordCustom-wrap .flex-box .box03 { width: 32%;}
#wordCustom-wrap .flex-box .box04 { width: 23.5%;}
#wordCustom-wrap .text-link{text-decoration: underline;}
#wordCustom-wrap .text-link:hover{text-decoration: none;}
#wordCustom-wrap .big-text{font-size: 32px; line-height: 1.4em;}
#wordCustom-wrap .mid-text{font-size: 20px; line-height: 1.4em;}
#wordCustom-wrap .min-text{font-size: 14px; line-height: 1.4em;}
#wordCustom-wrap .marker-text{ background: linear-gradient(transparent 50%, #fffc00 0%);}
#wordCustom-wrap .indent-text{padding-left: 1.1em; text-indent: -1.1em; display: block;}
#wordCustom-wrap .in-b{display: inline-block; white-space: pre-wrap;}
#wordCustom-wrap .bp-list:not(:last-of-type){margin-bottom: .2em;}
#wordCustom-wrap .inline-list{display: inline-block;}
#wordCustom-wrap .inline-list:not(:last-of-type){ margin: 0 1em 0 0;}
#wordCustom-wrap .inline-list.slash-list:not(:last-of-type){ margin: 0;}
#wordCustom-wrap .inline-list.slash-list:not(:last-of-type)::after{ content: "／"; margin: 0;}
#wordCustom-wrap .period-txt{font-size: 24px; line-height: 1.6em; text-align: center; margin-bottom: 1em; font-weight: bold;}
#wordCustom-wrap .note-block{ box-sizing: border-box; padding: 40px 50px;}
#wordCustom-wrap .note-block.border-block{border: 1px solid #707070; }
@media screen and (max-width: 768px) {
#wordCustom-wrap .flex-box{ gap: 15px 2%;}
#wordCustom-wrap .flex-box .box02,
#wordCustom-wrap .flex-box .box03 { width: 100%;}
#wordCustom-wrap .flex-box .box04 { width: 49%;}
#wordCustom-wrap .big-text{font-size: 24px;}
#wordCustom-wrap .mid-text{font-size: 18px;}
#wordCustom-wrap .min-text{font-size: 12px;}
#wordCustom-wrap .period-txt{font-size: 18px;}
#wordCustom-wrap .note-block{ padding: 20px 25px;}
}

/* = wrap
------------------------------------------------------------------------------------------*/
#wordCustom-wrap .main-wrap {display: block;width: 100%;}
#wordCustom-wrap .main-wrap img{width: 100%;}
#wordCustom-wrap .bg-inner{padding: 100px 0; box-sizing: border-box;}
#wordCustom-wrap .wrap-1000px { margin: 0 auto; position: relative; max-width: 1000px; width: 92%;}
#wordCustom-wrap .section-wrap:not(:last-of-type){margin-bottom: 100px;}
#wordCustom-wrap .content-wrap:not(:last-of-type){margin-bottom: 80px;}
#wordCustom-wrap .mid-content-wrap:not(:last-of-type){margin-bottom: 50px;}
#wordCustom-wrap .min-content-wrap:not(:last-of-type){margin-bottom: 20px;}
@media screen and (max-width: 768px) {
#wordCustom-wrap .bg-inner{padding: 70px 0;}
#wordCustom-wrap .section-wrap:not(:last-of-type){margin-bottom: 70px;}
#wordCustom-wrap .content-wrap:not(:last-of-type){margin-bottom: 45px;}
#wordCustom-wrap .mid-content-wrap:not(:last-of-type){margin-bottom: 30px;}
#wordCustom-wrap .min-content-wrap:not(:last-of-type){margin-bottom: 15px;}
}


/* = inline-modal
------------------------------------------------------------------------------------------*/
#wordCustom-wrap .popup-inner{ box-sizing: border-box; padding: 35px; color: #000; font-size:16px; line-height: 1.5em; }
#wordCustom-wrap .popup-inner img{width: 100%;}
#wordCustom-wrap .popup-inner .popup-h{font-size: 22px; line-height: 1.4em; text-align: center; font-weight: bold;}
#wordCustom-wrap .popup-inner p:not(:last-of-type){margin-bottom: 1em;}
@media screen and (max-width: 768px){
#wordCustom-wrap .popup-inner{font-size:14px; padding: 25px;}
#wordCustom-wrap .popup-inner .popup-h{font-size: 18px;}
}

/* = 
------------------------------------------------------------------------------------------*/
:root{--key-color: #315290;}
#wordCustom-wrap #toggle{z-index: 12; background-color: var(--key-color);}
#wordCustom-wrap .nav-menu{z-index: 11;}
#wordCustom-wrap .mid-text{font-size: 20px; line-height: 1.4em;}
#wordCustom-wrap .text-pink { color: #E173A8; }
@media (max-width: 768px) {
#wordCustom-wrap .mid-text{font-size: 18px;}
}


/* = heading
------------------------------------------------------------------------------------------*/
#wordCustom-wrap .sec-h{position: relative; text-align: center; font-weight: bold; margin-bottom: 1.4em; line-height: 1.2em; font-size: 52px;font-family: 'Noto Serif JP', serif; z-index: 0;  color: var(--key-color);}
#wordCustom-wrap .sec-h::before{position: absolute; content:""; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0); width: 153px; height: 160px; background-image: url(../images/ob_h.svg); background-size: contain; background-repeat: no-repeat; z-index: -1;}
/* #wordCustom-wrap .sec-h::after{position: absolute; content:attr(data-txt)""; left: 50%; bottom: 0; transform: translate3d(-50%,0,0); font-size: 20px; line-height: 1em; width: 100%;} */
#wordCustom-wrap .con-h{ font-weight: bold; margin-bottom: .6em; line-height: 1em; font-size: 20px;}
#wordCustom-wrap .ticket-type-h{ font-size: 36px; line-height: 1em;font-weight: bold; margin-bottom: .6em; text-align: center;}
#wordCustom-wrap .ticket-type-h.mastercard .inner-text{position: relative; display: inline-block; margin-inline: auto; padding-left: 2em;}
#wordCustom-wrap .ticket-type-h.mastercard .inner-text::before{position: absolute; content: ""; height: 100%; aspect-ratio: 168 / 104; left: 0; top: 50%; translate: 0 -40%; background: url(../images/logo_mastercard.png) no-repeat center top / cover;}
@media screen and (max-width: 768px){
#wordCustom-wrap .sec-h{ font-size: 30px;}
#wordCustom-wrap .sec-h::before{width: 100px; height: 105px;}
/* #wordCustom-wrap .sec-h::after{ font-size: 16px;} */
#wordCustom-wrap .con-h{ font-size: 16px;}
#wordCustom-wrap .ticket-type-h{ font-size: 24px;}
}

/* = mainImage
------------------------------------------------------------------------------------------*/
#wordCustom-wrap #main-img { background: #fff; width: 100%; }
#wordCustom-wrap #main-img h2 { margin: 0 auto; max-width: 1200px;}
@media screen and (max-width: 768px) {
}

/* = outline
------------------------------------------------------------------------------------------*/
#wordCustom-wrap #outline .ttl{ font-size: 36px; line-height: 1.4em; text-align: center; font-weight: bold;margin-bottom: .6em;  color: var(--key-color);}
#wordCustom-wrap #outline .outline-wrap{ padding: 30px 0; box-sizing: border-box; border-top: 1px dashed; border-bottom: 1px dashed;}
#wordCustom-wrap #outline .outline-list{ display: flex; flex-wrap: wrap; width: 100%; align-items: center; gap: 2%;}
#wordCustom-wrap #outline .outline-list:not(:last-of-type){ margin-bottom: 25px;}
#wordCustom-wrap #outline .outline-list .outline-l{ font-size: 26px; font-weight: bold; line-height: 1em; text-align: center; width: 280px; color: var(--key-color);}
#wordCustom-wrap #outline .outline-list .outline-r{ width: calc(100% - 280px - 2%); font-size: 20px;}
#wordCustom-wrap #outline .date{display: flex; flex-wrap: wrap; width: 100%; gap: 2%;}
#wordCustom-wrap #outline .date:not(:last-of-type){margin-bottom: .4em;}
#wordCustom-wrap #outline .date .date-l{font-weight: bold; width: 9em;}
#wordCustom-wrap #outline .date .date-r{width: calc(100% - 9em - 2%);}
@media screen and (max-width: 768px) {
#wordCustom-wrap #outline .ttl{ font-size: 24px;}
#wordCustom-wrap #outline .outline-wrap{ padding: 20px 0;}
#wordCustom-wrap #outline .outline-list:not(:last-of-type){ margin-bottom: 20px;}
#wordCustom-wrap #outline .outline-list{gap: 16px;}
#wordCustom-wrap #outline .outline-list .outline-l{ font-size: 20px; width: 100%;}
#wordCustom-wrap #outline .outline-list .outline-r{ width: 100%; font-size: 16px;}
}

/* = ticket
------------------------------------------------------------------------------------------*/
#wordCustom-wrap #ticket .high-price-h{font-weight: bold; font-size: 32px; line-height: 1.4em; text-align: center; box-sizing: border-box; padding: 0.6em 0.4em;}
#wordCustom-wrap #ticket .high-price{ box-sizing: border-box; padding: 35px 30px;}
#wordCustom-wrap #ticket .ticket-h{font-weight: bold; font-size: 32px; line-height: 1.4em; text-align: center; box-sizing: border-box; padding: .6em .4em;     background-color: var(--key-color); color:#fff;}
#wordCustom-wrap #ticket .ticket-h-in{ padding: 0.4em 1em; font-size: 20px; font-weight: bold; margin-bottom: 1em;}
#wordCustom-wrap #ticket .ticket-block{box-sizing: border-box; padding: 40px 50px;}
#wordCustom-wrap #ticket .period{font-size: 24px; line-height: 1.4em;}
#wordCustom-wrap #ticket .sub-txt{}
#wordCustom-wrap #ticket .detail-wrap{border-top: 1px dashed;border-bottom: 1px dashed; box-sizing: border-box; padding: 20px 0; margin:20px 0 40px; }
#wordCustom-wrap #ticket .img-wrap{display: flex; flex-wrap: wrap; width: 100%; align-items: flex-start;}
#wordCustom-wrap #ticket .img-wrap .img-box{width: 30%; margin-right: 4%;}
#wordCustom-wrap #ticket .img-wrap .img-block:not(:last-of-type){margin-bottom: 20px;}
#wordCustom-wrap #ticket .img-wrap .ph-img{position: relative; padding-bottom: 66.7%; overflow: hidden; display: block;}
#wordCustom-wrap #ticket .img-wrap .ph-img img{position: absolute; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#wordCustom-wrap #ticket .img-wrap .txt-box {width: 66%;}
#wordCustom-wrap #ticket .price-list{display: flex; flex-wrap: wrap; width: 100%; align-items: center;}
#wordCustom-wrap #ticket .price-list:not(:last-of-type){border-bottom: 1px dashed; margin-bottom: 15px; padding-bottom: 15px;}
#wordCustom-wrap #ticket .price-list dt,
#wordCustom-wrap #ticket .price-list dd{font-weight: bold; font-size: 18px; line-height: 1.6em;}
#wordCustom-wrap #ticket .price-list dt{width: 38%; margin-right: 2%;}
#wordCustom-wrap #ticket .price-list dd{width: 60%; text-align: right;}
#wordCustom-wrap #ticket .price-list .jump{font-size: 1.4em;}
#wordCustom-wrap #ticket .price-list .small-text{font-size: .8em; line-height: 1em;}
#wordCustom-wrap #ticket .sche-h{font-size: 28px; line-height: 1em; text-align: center; font-weight: bold; margin-bottom: 0.7em;}
@media screen and (max-width: 768px) {
#wordCustom-wrap #ticket .high-price-h{font-size: 20px;}
#wordCustom-wrap #ticket .high-price{padding: 15px 20px;}
#wordCustom-wrap #ticket .ticket-h{ font-size: 20px;}
#wordCustom-wrap #ticket .ticket-h-in{font-size: 16px;}
#wordCustom-wrap #ticket .ticket-block{ padding: 15px 20px;}
#wordCustom-wrap #ticket .period{font-size: 18px;}
#wordCustom-wrap #ticket .detail-wrap{ padding: 15px 0; margin:15px 0 20px; }
#wordCustom-wrap #ticket .img-wrap .img-box{width: 100%; margin:0 0 20px; }
#wordCustom-wrap #ticket .img-wrap .ph-img{padding-bottom: 67%;}
#wordCustom-wrap #ticket .img-wrap .txt-box {width: 100%;}
#wordCustom-wrap #ticket .price-list dt,
#wordCustom-wrap #ticket .price-list dd{ font-size: 16px;}
#wordCustom-wrap #ticket .price-list dt{width: 100%; margin:0 0 .4em;}
#wordCustom-wrap #ticket .price-list dd{width: 100%;}
#wordCustom-wrap #ticket .sche-h{font-size: 20px;}
}

/* = step
------------------------------------------------------------------------------------------*/
#wordCustom-wrap #step .step-outer{ counter-reset: number 0;}
#wordCustom-wrap #step .step-content-wrap{position: relative;}
#wordCustom-wrap #step .step-content-wrap:not(:last-of-type){margin-bottom: 60px;}
#wordCustom-wrap #step .step-content-wrap:not(:last-of-type)::before{position: absolute; content: ""; border-left: 5px solid; left: 48px; height: calc(100% + 60px); z-index: 0;}
#wordCustom-wrap #step .step-box {display: flex; flex-wrap: wrap; align-items: flex-start;}
#wordCustom-wrap #step .step-box .h-beforebox { text-align: center; width: 100px; height: 100px; border-radius: 100px; margin-right: 2%; position: relative; background-color: #fff;}
#wordCustom-wrap #step .step-box .before-text {position: relative; font-size: 20px; line-height: 1.4em; font-weight: bold; display: inline-block; font-weight: bold;top: 50%; transform: translate3d(0, -50%, 0);}
#wordCustom-wrap #step .step-box .before-text .num::before{counter-increment: number 1; content: "" counter(number) ""; font-size: 32px; line-height: 1em;}
#wordCustom-wrap #step .step-box .inner-wrap {width: calc(100% - 100px - 2%);}
#wordCustom-wrap #step .step-box .step-h { font-weight: bold; font-size: 22px; line-height: 1.4em; color: var(--key-color); margin-bottom: .8em;}
#wordCustom-wrap #step .type-flex-box{display: flex; flex-wrap: wrap; width: 100%; margin-bottom: -35px;}
#wordCustom-wrap #step .type-flex-box .box02{width: 48%; margin: 0 4% 35px 0; box-sizing: border-box;}
#wordCustom-wrap #step .type-flex-box .box02:nth-of-type(2n){margin-right: 0;}
#wordCustom-wrap #step .type-flex-box .type-h{font-size: 24px; line-height: 1.4em; font-weight: bold; text-align: center;box-sizing: border-box; padding: .6em .4em; background-color: var(--key-color); color: #fff;}
#wordCustom-wrap #step .type-flex-box .note-block{padding: 20px 35px; background-color: #fff;}
#wordCustom-wrap #step .type-flex-box .icon-qr{max-width: 142px; width: 90%; margin:0 auto; }
#wordCustom-wrap #step .type-flex-box .icon-smtk{max-width: 225px; width: 90%; margin:0 auto; }
#wordCustom-wrap #step .type-flex-box .icon-paper{max-width: 180px; width: 90%; margin:0 auto;}
#wordCustom-wrap #step .get-block{box-sizing: border-box;padding: 1em .4em .8em; margin-bottom: 30px;border-left: 36px solid var(--key-color);}
#wordCustom-wrap #step .get-block .get-h,
#wordCustom-wrap #step .get-block .get-store{font-size: 32px; line-height: 1.4em; font-weight: bold; text-align: center; margin-bottom: .1em; color: var(--key-color);}
#wordCustom-wrap #step .flow{ display: flex; flex-wrap: wrap; width: 100%; box-sizing: border-box; padding: 0 20px;}
#wordCustom-wrap #step .flow li{position: relative; font-weight: bold; line-height: 1.4em; z-index: 1; box-sizing: border-box; padding: 20px 0; padding-right: 2%;}
#wordCustom-wrap #step .flow li.box02{width: 48%; margin-right: 4%;}
#wordCustom-wrap #step .flow li.box02:nth-of-type(2n){margin-right: 0;}
#wordCustom-wrap #step .flow li.box05{width: 18%; margin-right: 2.5%;}
#wordCustom-wrap #step .flow li.box05:nth-of-type(5n){margin-right: 0; padding-right: 0;}
#wordCustom-wrap #step .flow li:not(:first-of-type){padding-right: 1%; padding-left: 2%;}
#wordCustom-wrap #step .flow li:not(:first-of-type)::before{position: absolute; content: ""; background-image: url(../images/box_arrow.svg); background-size: contain; background-repeat: no-repeat; height: 102%;width: 100%; top: 50%; transform: translate3d(0,-50%,0); z-index: -1;}
#wordCustom-wrap #step .flow li.box02:not(:first-of-type)::before{left: -12%;}
#wordCustom-wrap #step .flow li.box05:not(:first-of-type)::before{left: -21%;}
@media screen and (max-width: 1000px) {
#wordCustom-wrap #step .flow{padding: 0 15px; }
#wordCustom-wrap #step .flow li{padding-right: 0%;}
#wordCustom-wrap #step .flow li.box02{width: 100%; margin-right: 0;}
#wordCustom-wrap #step .flow li.box02:nth-of-type(2n){margin-right: 0;}
#wordCustom-wrap #step .flow li.box05{width: 100%; margin-right: 0;}
#wordCustom-wrap #step .flow li.box05:nth-of-type(5n){margin-right: 0;}
#wordCustom-wrap #step .flow li:not(:first-of-type){ padding-left: 0;}
#wordCustom-wrap #step .flow li:not(:first-of-type)::before{background-image: none; height: 1px; top: 0; left: 50%; transform: translate3d(-50%,0,0); z-index: -1; background-color: var(--key-color);}
#wordCustom-wrap #step .flow li.box02:not(:first-of-type)::before{left: 50%;}
#wordCustom-wrap #step .flow li.box05:not(:first-of-type)::before{left: 50%;}
}
@media screen and (max-width: 768px) {
#wordCustom-wrap #step .step-content-wrap:not(:last-of-type){margin-bottom: 35px;}
#wordCustom-wrap #step .step-content-wrap:not(:last-of-type)::before{ content: none;}
#wordCustom-wrap #step .step-box .h-beforebox { width: 100%; padding: 5px 0px 7px; border-radius: 0px; margin:0 0 15px; height: inherit;}
#wordCustom-wrap #step .step-box .before-text {font-size: 16px; top: inherit; transform: none;}
#wordCustom-wrap #step .step-box .before-text .num::before{font-size: 24px; }
#wordCustom-wrap #step .step-box .before-text .num{ position: relative; top: 1px;}
#wordCustom-wrap #step .step-box .inner-wrap {width: 100%;}
#wordCustom-wrap #step .step-box .step-h {font-size: 18px;}
#wordCustom-wrap #step .type-flex-box{ margin:0 0 -25px;}
#wordCustom-wrap #step .type-flex-box .box02{width: 100%; margin:0 0 25px;}
#wordCustom-wrap #step .type-flex-box .type-h{font-size: 20px;}
#wordCustom-wrap #step .type-flex-box .note-block{ padding: 15px 20px;}
#wordCustom-wrap #step .type-flex-box .icon-qr{max-width: 155px;}
#wordCustom-wrap #step .type-flex-box .icon-smtk{max-width: 200px;}
#wordCustom-wrap #step .type-flex-box .icon-paper{max-width: 155px;}
#wordCustom-wrap #step .get-block{ margin-bottom: 25px; border-left: 20px solid var(--key-color);}
#wordCustom-wrap #step .get-block .get-h,
#wordCustom-wrap #step .get-block .get-store{font-size: 20px; text-align: left;}
}

/* = Colors
------------------------------------------------------------------------------------------*/
#wordCustom-wrap .link-button a { background: #f16baa; color: #fff; }
#wordCustom-wrap .link-button a .button-inner::after{border-color: #fff;}
#wordCustom-wrap .link-button.ghost-button a { background: transparent; color: #f16baa; border: 4px solid #f16baa;}
#wordCustom-wrap .link-button.ghost-button a .button-inner::after{border-color: #f16baa;}
#wordCustom-wrap #ticket .img-wrap .ph-img{}
#wordCustom-wrap .bg-color:nth-of-type(even){ }
#wordCustom-wrap .bg-color:nth-of-type(odd) {}
#wordCustom-wrap .sec-h,
#wordCustom-wrap #outline .ttl,
#wordCustom-wrap #outline .outline-list .outline-l,
#wordCustom-wrap #ticket .period,
#wordCustom-wrap #ticket .sub-txt,
#wordCustom-wrap #step .step-box .h-beforebox,
#wordCustom-wrap #step .step-box .before-text,
#wordCustom-wrap #step .step-box .step-h,
#wordCustom-wrap #step .get-block .get-h {}
#wordCustom-wrap #ticket .ticket-h,
#wordCustom-wrap #step .type-flex-box .type-h{ }
#wordCustom-wrap #step .get-block{}
#wordCustom-wrap #step .flow{background-color: #fff; }
#wordCustom-wrap #outline .outline-wrap,
#wordCustom-wrap #ticket .detail-wrap,
#wordCustom-wrap #ticket .price-list:not(:last-of-type){ border-color: #616161;}
#wordCustom-wrap #step .flow li{}
#wordCustom-wrap .bg-color:nth-of-type(odd) #step .get-block{background: #fff; box-sizing: border-box;}
#wordCustom-wrap #step .get-block .get-store{}
#wordCustom-wrap #step .step-content-wrap:not(:last-of-type)::before{color: var(--key-color); }
#wordCustom-wrap #step .step-box .h-beforebox {  box-sizing: border-box; color:var(--key-color) ;}
#wordCustom-wrap .bg-color:nth-of-type(odd){}
#wordCustom-wrap .bg-color:nth-of-type(even) .note-block.bg-block{ }
#wordCustom-wrap .note-block.bg-block{ background-color: #fff;}
#wordCustom-wrap #ticket .ticket-block{background-color: #fff;}
#wordCustom-wrap .bg-color:nth-of-type(even) #step .get-block{}
#wordCustom-wrap #ticket .type-h{ padding: 0.4em 1em; font-size: 20px; font-weight: bold; background: #6d96e0; color: #fff;}
#wordCustom-wrap #ticket .type-block{  padding: .6em 1em; box-sizing: border-box;}
@media screen and (max-width: 768px) {
#wordCustom-wrap #ticket .type-h{font-size: 16px;}
#wordCustom-wrap #ticket .type-block{}
}

/* = sche-block
------------------------------------------------------------------------------------------*/
#wordCustom-wrap .sche-block{margin-bottom: .6em;}
#wordCustom-wrap .sche-block .list06{ display: flex; width: 100%; flex-wrap: wrap;}
#wordCustom-wrap .sche-block .sche-list{}
#wordCustom-wrap .sche-block .sche-list.tic-type{width: 20%;}
#wordCustom-wrap .sche-block .sche-list.date-price{width: calc(80% / 6);}
#wordCustom-wrap .sche-block .sche-list.date-price.dbl{width: calc(80% / 6 * 2);}
#wordCustom-wrap .sche-block .sche-list dt,
#wordCustom-wrap .sche-block .sche-list dd{border: 1px solid #616161; border-collapse: collapse; text-align: center; padding: 1em 0.4em; box-sizing: border-box; margin: 0 -1px -1px 0; background: #fff; }
#wordCustom-wrap .sche-block .sche-list dt{ font-weight: bold; background-color: #EFEFEF;}
#wordCustom-wrap .sche-block .sche-list dd{}
#wordCustom-wrap .sche-block .sche-list .center-txt{position: relative; top: 50%; transform: translate3d(0,-50%,0); display: block;}
#wordCustom-wrap .sche-block .sche-list dd a{}
#wordCustom-wrap .sche-block li:not(:first-of-type) .sche-list dt {display: none; }
@media screen and (max-width: 768px) {
#wordCustom-wrap .sche-block .list06:not(:last-of-type){ margin-bottom: 20px;}
#wordCustom-wrap .sche-block .sche-list.tic-type{width: 100%;}
#wordCustom-wrap .sche-block .sche-list.date-price{width: calc(100% / 6);}
#wordCustom-wrap .sche-block .sche-list.date-price.dbl{width: calc(80% / 6 * 2);}
#wordCustom-wrap .sche-block .sche-list dt,
#wordCustom-wrap .sche-block .sche-list dd{ padding: .6em 0.2em;}
#wordCustom-wrap .sche-block .sche-list .center-txt{top: 0; transform: translate3d(0,0,0);}
#wordCustom-wrap .sche-block .sche-list.tic-type dd{}
#wordCustom-wrap .sche-block .sche-list.date-price dt{font-size: 12px;}
#wordCustom-wrap .sche-block li:not(:first-of-type) .sche-list dt {display: block; }
#wordCustom-wrap .sche-block .sche-list dt.blank{display: none!important;}
}

/* =ページトップ(ワードのみ)
------------------------------------------------------------------------------------------*/
/* .page_top {position: fixed; right: 60px; bottom: -200px; width: 80px; aspect-ratio: 1; border: 1px solid var(--key-color); border-radius: 50%; box-sizing: border-box; background-color: #fff; z-index: 10;}
.page_top::after {position: absolute; content: ""; top: 50%; left: 50%; translate: -50% -30%; width: 20px; aspect-ratio: 1; color: var(--key-color); border: 1px solid currentColor; border-left: 0; border-bottom: 0; rotate: -45deg;}
@media (max-width: 768px) {
.page_top {display: none;}
} */

/* = 追加
------------------------------------------------------------------------------------------*/
#wordCustom-wrap .text-list-none ul li { padding-left: 0;}
#wordCustom-wrap .text-list-none ul li::before { content: "";}
#wordCustom-wrap .sche-block .sche-list.date-price.quad{width: 64%;}
#wordCustom-wrap .sche-block .sche-list.date-price.full{width: 80%;}
#wordCustom-wrap .sub-txt{font-size: 20px; line-height: 1.4em; margin-bottom: 1em;}
#wordCustom-wrap #ticket .price-list .price-before { color: #ccc;}

@media screen and (max-width: 768px) {
  #wordCustom-wrap .sche-block .sche-list.date-price.quad{width: 80%;}
  #wordCustom-wrap .sche-block .sche-list.date-price.full{width: 100%;}
  #wordCustom-wrap .sub-txt{font-size: 16px;}
  #wordCustom-wrap #ticket .price-list .price-before {font-size: 0.9em;}
}