@charset "UTF-8";

/*************
FMT
*************/
.info_wrap,
.footer_container {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
.content_wrap {
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Kaku Gothic Antique",'Noto Sans JP', serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--text-color);
	margin-top: 66px;
	background-color: var(--bg-color);
	width: 100%;
	position: relative;
	z-index: 0;
}
a:hover img {opacity: 1;}

figure {
	margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
figcaption .caption {
	margin-left: auto;
    margin-right: 0;
    width: fit-content;
	font-size: 12px;
}
@media(min-width:751px){
	.content_wrap {
		margin-top: 90px;
	}
}
:root {
	--text-color: #000000;
	--primary-color: #01ACC6;
	--bg-color: #FFFFFF;
	--red-color: #f40000;
	--accent-color: #FFFF00;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}



/*アキ*/
.mgt48 {margin-top: 48px !important;}
.mgt32 {margin-top: 32px !important;}
.mgt24 {margin-top: 24px !important;}
.mgt16 {margin-top: 16px !important;}
.mgt8 {margin-top: 8px !important;}
.mgt4 {margin-top: 4px !important;}
.mgt0 {margin-top: 0 !important;}
.block {margin-top: 16px !important;}
@media(min-width:751px){
	.block {margin-top: 40px !important;}
}
/*テキストサイズ*/
.annotation {font-size: 12px;}
.smallest {font-size: 10px !important;}
.larger {font-size: 1.8em;}
.smaller {font-size: 0.75em;}
.note {font-size: 12px;}

/* テキスト揃え */
.center {text-align: center;}
.auto_center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.right {text-align: right;}
.left {text-align: left;}
.ib {display: inline-block;}

/* テキストカラー */
.fcPrimary {color: var(--primary-color);}
.fcRed {color: var(--red-color);}
.fcWhite {color: #FFF}
.fcYellow {color: #FF0;}
.fcBlue {color: #3D82BC}

/* テキスト汎用 */
.bold {font-weight: bold;}
.text_link{
	color: #FF5800;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.marker {
	background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {position: relative;}

/* 箇条書き */
ul.text_list li,
p.text_list,
.indent {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
ul.text_list li + li{
	margin-top: 2px;
}
ul.text_list.annotation li {
	font-size: 12px;
}
@media(min-width:751px){
	.red_box {
		font-size: 22px;
	}
	.pc_center {text-align: center;}

}
/* js-fadeUp */
.js-fadeUp {
	transform: translateY(10px);
	opacity: 0;
	transition: all 1s;
}
.js-fadeUp.is-inview {
	transform: translateY(0);
	opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
	display: block;
	max-width: 400px;
	margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
	pointer-events: none;
}
.qr_wrap {
	display: none;
}
@media(min-width:751px){
	    .qr_wrap {
        padding: 16px;
        margin: 32px auto 16px;
        border: 2px solid #FABA2B;
        display: flex;
        gap: 16px;
        border-radius: 16px;
        max-width: 480px;
        align-items: center;
        background-color: #F37609;
    }
	.qr_text {
		flex: 1;
	}
	.qr_text_wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.qr_text_hd {
        font-weight: bold;
        margin-bottom: 6px;
        font-size: 17px;
        color: #f37609;
        background-color: #fff;
        padding: 4px 12px;
        border-radius: 40px;
        text-align: center;
    }
	.qr_text p {
		text-align: left;
	}
	.qr_img {
		width: 100px;
		position: relative;
		padding: 4px;
		border-radius: 8px;
		background-color: #FFF;
	}
	.qr_img .comingSoon {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		color: var(--text-color);
		font-size: 20px;
		line-height: 1.2;
		text-align: center;
	}
}
/* アコーディオン */
.acc_body {
	display: none;
}
.acc_btn {
    width: fit-content;
    margin: 32px auto 0;
    color: var(--text-color);
    position: relative;
    padding-right: 28px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc_btn span {
	position: absolute;
	background-color: #FFF;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
	content: "";
	background-color: #3D82BC;
	position: absolute;
	width: 12px;
	height: 2px;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.acc_btn span::before {
	transform: translate(-50%,-50%) rotate(90deg);
}
.acc_btn.open span::before {
	transform: translate(-50%,-50%);
}
/* ご注意事項アコーディオン */
.caution_acc .acc_btn {
    padding: 3px 40px 5px 20px;
    border-radius: 30px;
    background-color: #3D82BC;
    color: #FFF;
    border: #fff 1px solid;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
    margin-top: 16px;
}
.caution_head {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.text_list + .caution_head {
	margin-top: 8px;
}
@media(min-width:751px){
	.caution_acc .acc_body {
		padding: 20px;
		border-radius: 16px;
	}
}
/*************
mainVisual
*************/


.bg_01 {
    position: relative;
    width: 100%;
    min-height: 100vh;
	overflow: hidden;
}

/* 1. 背景画像レイヤー（一番下） */
.bg_01::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; /* テクスチャより下に配置 */
    
    /* 背景画像の設定 */
    background-image: url(../img/03_bg-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 2. テクスチャレイヤー（背景画像の上に重ねる） */
.bg_01::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* 背景画像(::before)とコンテンツの間 */
    pointer-events: none; /* 下の要素のクリックを邪魔しない */

    /* テクスチャの設定 */
    background-image: url(../img/texture.png);
    background-repeat: repeat; /* パターンなので繰り返す */
    opacity: 0.6; /* 透明度60% */
    mix-blend-mode: screen; /* スクリーンで合成 */
}

.mainVisual__wrap {
    padding-top: 16px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

#mainVisual .period {
    background-image: linear-gradient(114deg, rgba(5, 189, 229, 1), rgba(8, 60, 235, 1) 50%, rgba(5, 189, 229, 1));
    text-align: center;
    padding: 2px 0px;
    font-size: 14px;
    margin-top: 8px;
    position: relative;
}
#mainVisual .period__box {
    background-color: #fff;
    padding: 0px 2px;
    font-size: 12px;
    margin-right: 8px;
}
.mainVisual__txt {
    margin-top: -42px;
}
#mainVisual .period::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 8px;
    width: 28px;
    height: 26px;
    background-image: url(../img/dec01_wh.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* PC用背景画像の切り替え */
@media (min-width: 751px) {
    .bg_01::before {
        background-image: url(../img/03_bg-pc.jpg);
    }

    .mainVisual__wrap {
        display: flex;
        align-items: center;
        margin-top: 64px;
    }
.mainVisual__img {
    width: 55%;
}
.mainVisual__txt {
    width: 45%;
}
#mainVisual .period {
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.4vw;
    }

}



/*************
introduction
*************/
.Container {
    padding: 40px 3vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.intro_lead_block span {
    background-color: #fff;
    padding: 2px 6px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 18px;
}
.ank_block div {
    max-width: 540px;
    margin: 40px auto 10px;
}
.ank__btn__wrap {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
}
.intro_lead_block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 22px;
    
    background-image: url(../img/dec02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(min-width:751px){
.introduction .Container {
	max-width: 1100px;
}
.ank__btn__wrap li {
	width: 32%;
}
.ank__btn__wrap {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.intro_lead_block span {
    padding: 4px 8px;
    font-size: 2vw;
}
.ank_block div {
    max-width: 540px;
    margin: 4vw auto 1.8vw;
}
.Container {
    padding: 80px 3vw;
}
.ank__btn__wrap a {
    transition: opacity 0.3s ease; /* ふわっと変化させるアニメーション */
}
.ank__btn__wrap a:hover {
    opacity: 0.7;
}
}
/*************
voice
*************/
.section__wrap {
	background-image: linear-gradient(90deg, rgba(222, 244, 255, 1), rgba(250, 253, 255, 1) 50%, rgba(222, 244, 255, 1));
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.heading__block .heading {
    margin-left: -3vw;
    width: 80%;
    margin-bottom: 10px;
}
.heading__block {
    margin-bottom: 8px;
}
.heading__block h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    
    background-image: url(../img/dec01_bl.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.period__wrap {
    display: flex;
    align-items: center; /* 期間と日付を中央揃えに */
	justify-content: center;
    gap: 10px;          /* ボックスと日付の間の余白 */
}

.kikan {
    /* 縦書きの設定 */
    writing-mode: vertical-rl;
    text-orientation: upright; /* 文字を正位置（寝かせない）で表示 */
    
    /* 見た目の設定 */
    background-color: #fff;    /* 白BOX */
    color: #333;               /* 文字色（適宜変更してください） */
    padding: 4px 2px;          /* 内側の余白（上下 左右） */
    line-height: 1;            /* 行間を詰めて中央寄りに */
    
    /* ボックスの調整 */
    display: inline-block;
}
.inner__wrap{
    background-color: #CEEEFF;
    border-radius: 6px;
    padding: 32px 16px;
}
#voice .inner__wrap {
    padding: 62px 16px 32px;
}
.box01 {
    border: #fff 1px solid;
    border-radius: 4px;
	position: relative;
}
.box01::after {
    content: "";
    display: block;
    background-image: url(../img/dec_03.png);
    position: absolute;
    width: 76px;
    height: 30px;
    background-size: cover;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.box01 .heading {
    padding-top: 16px;
}
.heading .subttl {
    font-size: 20px;
}
.box01 .heading h3 {
    background-image: linear-gradient(114deg, rgba(5, 189, 229, 1), rgba(8, 60, 235, 1) 50%, rgba(5, 189, 229, 1));
    padding: 4px 0px;
	font-size: 18px;
}
.box01 .content___wrap {
    padding: 8px 16px 16px;
}
.content___wrap .period__wrap {
    font-size: 12px;
    border-bottom: #fff 1px solid;
    padding-bottom: 4px;
}
.box01 .lead__txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 16px;
}
.content___wrap .lead__txt span {
    background-image: linear-gradient(114deg, rgba(5, 189, 229, 1), rgba(8, 60, 235, 1) 50%, rgba(5, 189, 229, 1));
    padding: 0px 4px;
}
.box02 {
    background-color: #F0FDFF;
    border-radius: 4px;
    padding: 16px;
}
.con01_img {
    transform: rotate(-3deg);
    width: 90%;
    margin: 10px auto;
}
.con01_aori {
    position: absolute;
    bottom: -10px;
    right: -60px;
    width: 80%;
}
.member___wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.member__chara {
	width: 42%;
}



@media(min-width:751px){
    .inner__wrap {
    max-width: 460px;
    margin: 0 auto;
    padding: 32px 64px;
}
#voice .inner__wrap {
    padding: 62px 64px 32px;
}
.heading__block .heading {
    max-width: 500px;
    width: 100%;
}
.heading__block h2 {
    max-width: 680px;
    margin: 24px auto;
}
.box01 .content___wrap {
    padding: 8px 24px 24px;
}
.box02 {
    padding: 32px;
}
.con01_aori {
    max-width: 240px;
}
.heading__block h2::after {
    width: 40px;
    height: 38px;
}
.box01 .heading h3 {
    padding: 8px 0px;
    font-size: 20px;
}
.content___wrap .period__wrap {
    font-size: 18px;
}
}
/*************
〇〇〇〇
*************/
#novelty .heading__block h2::after {
    left: 0;
}
#novelty .box01 .heading h3 {
    line-height: 1.2;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#novelty .content___wrap .period__wrap {
    padding-bottom: 2px;
}
#novelty .period__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
}
#novelty .kikan {
    writing-mode: unset;
    padding: 4px 8px;
}
.img__wrap {
    margin-top: 16px;
	padding: 0px 14px;
}
.img__wrap .con02_img {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
#novelty .content___wrap ul {
    margin: 4px auto;
}
.howto__box .ttl {
    background-color: #3D82BC;
    border-radius: 4px 4px 0 0;
    padding: 6px;
}
.howto__box .inner {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: #3D82BC 1px solid;
    padding: 10px;
}
.inner__Content .heading {
    background-color: #F4F4F4;
    border-radius: 4px;
    padding: 2px;
	font-size: 14px;
}
.inner__Content .main_txt {
    margin: 4px auto;
}
.inner__Content .step .heading {
    background-color: #3D82BC;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 13px;
	width: 18%;
}
.howto__box .step {
    display: flex;
    gap: 4px;
    align-items: flex-start;
	margin-top: 10px;
}
.howto__box .step:first-child {
	margin-top: 0;
}
.inner__Content .step .txt {
	width: 82%;
	font-size: 14px;
}
.mainlead__txt span {
    background-image: linear-gradient(114deg, rgba(5, 189, 229, 1), rgba(8, 60, 235, 1) 50%, rgba(5, 189, 229, 1));
    padding: 0px 4px;
}
.mainlead__txt {
    line-height: 1.8;
	font-size: 18px;
	margin-top: 16px;
}
#novelty .mainlead__txt {
	margin-top: 0px;
}
@media(min-width:751px){
    .howto__box .inner {
    padding: 20px 32px;
}
}
/*************
〇〇〇〇
*************/
#voicerally .box01 .heading h3 {
    padding: 6px 48px;
}
#voicerally .box02 {
    background-color: #5186B2;
    border: 1px solid #fff;
    text-align: center;
}
#voicerally .box02 .ttl__wrap p {
    font-size: 20px;
    color: #fff;
}
#voicerally .box02 .lead__txt{
    letter-spacing: -0.04rem;
    margin: 10px 0;
    line-height: 1.8;
}
.gl_red {
	background-image: linear-gradient(118deg, rgba(255, 147, 0, 1), rgba(255, 0, 196, 1));
    padding: 0px 4px;
}
#voicerally .box02 .ttl__wrap p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#voicerally .box02 .ttl__wrap p::before,
#voicerally .box02 .ttl__wrap p::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    
    background-image: url(../img/dec04.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#voicerally .box02 .ttl__wrap p::before {
    margin-left: -200px;
}
#voicerally .box02 .ttl__wrap p::after {
    margin-right: -200px;
}
#voicerally .box02 .ttl__wrap {
    border-bottom: #fff 1px solid;
    padding-bottom: 2px;
}

@media(min-width:751px){
    #voicerally .box01 .heading h3 {
    padding: 10px 80px;
}
#voicerally .box01 .content___wrap {
        padding: 16px 40px 24px;
    }
}




/*************
NEWS
*************/
.bg__wrap {
    background-color: #fff;
    background-image: unset;
}
.txt-grad {
    /* グラデーションの設定 */
  background: linear-gradient(to right, #05C8E5, #083CEB, #05C8E5);
  
  /* 背景を文字の形に切り抜く */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* 文字自体の色を透明にして背景を見せる */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

#NEWS .head .heading {
  /* 見栄えの調整（任意） */
  font-weight: bold;
  font-size: 32px;
  display: inline-block; /* 背景範囲を文字幅に合わせる */
}
#NEWS .head {
    max-width: 480px;
    margin: 0 auto;
}
#NEWS .head .lead {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
}

#NEWS .inner__wrap {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 16px;
}
#NEWS .period {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
#NEWS .inner__wrap .ttl{
    font-size: 22px;
}
#NEWS .sub__ttl {
    font-size: 12px;
}
#NEWS .inner__wrap img {
    margin: 8px auto;
    max-width: 380px;
}
#NEWS .head::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 80px;
    height: 53px;
    
    background-image: url(../img/dec_news.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media(min-width:751px){
    #NEWS .inner__wrap {
    padding: 32px;
}
#NEWS .head .heading {
    font-size: 40px;
}
#NEWS .head .lead {
    font-size: 20px;
}
#NEWS .inner__wrap .ttl {
    font-size: 26px;
}
#NEWS .head::after {
    width: 90px;
    height: 60px;
    top: 24px;
}
}



/*************
collaboration
*************/
#collaboration .section__wrap {
    background-image: linear-gradient(90deg, rgba(222, 255, 247, 1), rgba(247, 255, 253, 1) 50%, rgba(222, 255, 247, 1));
}
#collaboration .inner__wrap {
    background-color: #D1F7ED;
}
#collaboration .heading__block h2::after {
    top: 40px;    
    background-image: url(../img/dec01_gr.svg);
}
#collaboration .bn__collab {
    width: 90%;
    display: block;
    margin: 0 auto;
}


@media(min-width:751px){
    #collaboration .bn__collab {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 400px;
    transition: opacity 0.3s ease; /* ふわっと変化させるアニメーション */
}
.bn__collab:hover {
    opacity: 0.7;
}

}




/*************
official_info
*************/
.official_info {
    background-color: #01ACC6;
}
.official_info::after{
	content: "";
    display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; 
    pointer-events: none; /* 下の要素のクリックを邪魔しない */

    /* テクスチャの設定 */
    background-image: url(../img/texture.png);
    background-repeat: repeat; /* パターンなので繰り返す */
    opacity: 0.6; /* 透明度60% */
    mix-blend-mode: screen; /* スクリーンで合成 */
}
.official_info_Contents {
	position: relative;
	z-index: 2;
}
.official__bn__wrap .txt {
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.official__bn__wrap .txt::before,
.official__bn__wrap .txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 40px;
    
    background-image: url(../img/dec05.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.official__bn__wrap .txt::before {
    margin-left: -240px;
}
.official__bn__wrap .txt::after {
    margin-right: -240px;
    transform: scale(-1, 1);
}


/* loop/css */
/* ループの外枠 */
.official_info_Contents {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* 画像を横に並べるコンテナ */
.loop {
    display: flex;
    width: fit-content;
    /* translate3d(0,0,0) でハードウェアアクセラレーションを強制 */
    transform: translate3d(0, 0, 0);
    animation: loop-animation 40s linear infinite; /* サイズを大きくしたので少し遅め(40s)がおすすめ */
    padding-top: 10px;
    
    /* カクつき防止の魔法のプロパティ */
    will-change: transform;
}

/* SVG画像の設定：ここでサイズを大きくする */
.loop img {
   /* 1. 横幅の制限を完全に解除する */
    width: 1500px !important;  /* 現在の900pxより大きな値を指定 */
    max-width: none !important; /* 100%制限などを無効化 */
    
    /* 2. 高さを自動にする（または具体的に指定） */
    height: auto !important;

    /* 3. レイアウト崩れ防止 */
    display: block;
    flex-shrink: 0; /* 親が flex の場合に画像が潰れるのを防ぐ */
    /* 画像の境界線のチラつき防止 */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* アニメーション：translate3dを使うことで滑らかになります */
@keyframes loop-animation {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}



@media(min-width:751px){
    .official__bn {
    max-width: 480px;
    margin: 0 auto;
}
.main_kv {
    max-width: 580px;
    margin: 0 auto;
}
.loop {
    padding-top: 32px;
}
.loop img {
    width: 2000px !important;
}
}

.access_note {
    padding-left: 33% !important;
}

/*************
終了処理
*************/

.red_box {
	font-weight: bold;
	border: 2px solid var(--red-color);
	color: var(--red-color);
	font-size: 18px;
	text-align: center;
	padding: 8px;
	margin: 16px auto 0;
	max-width: 800px;
	width: calc(100% - 40px);
	background-color: #FFF;
}
.VoiStock_btn.sign-off-btn {
	pointer-events: none;
	position: relative;
}
.sign-off {
    background-color: rgba(255, 255, 255, 0.8);
    color: #EE0000;
    border: #EE0000 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 16px 0;
}
@media(min-width:751px){

	/* 終了処理 QR枠用 */
	.sign-off-pc {
        background-color: rgba(255, 255, 255, 0.9);
        color: #EE0000;
        border: #EE0000 2px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }
}








/*************
footer
*************/
/*その他の推し旅プラン*/
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	background-color: #FFF;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background-color: #FFF;
	max-width: 740px;
	margin: 32px auto 0;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	padding: 10px 30px 10px 5px;
	font-size: 18px;
	transition: all 0.3s;
}
.oshitabi_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	height: 12px;
	width: 12px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.oshitabi_btn:hover {
	background-color: var(--primary-color);
	color: #FFF;
	border: 4px solid var(--primary-color);
}
.oshitabi_btn:hover::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;

}
.credit {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
}

.footer_container {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	padding-top: 1px;
}
@media(min-width:751px){
	.info_wrap {
		margin: 0 auto;
		padding: 8px 20px 100px;
	}
	.oshitabi_btn {
		padding: 15px;
		font-size: 20px;
	}
}





/*************
メディアクエリ
*************/
@media(min-width:751px){
	.sp {
		display: none;
	}
}
@media(max-width:750px){
	.pc {
		display: none;
	}

}
	
