@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: 18px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
.content_wrap {
	-webkit-font-smoothing: antialiased;
	font-family: "〇〇〇〇〇〇〇〇〇〇〇〇",'Noto Sans JP', serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--text-color);
	margin-top: 66px;
	width: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	overflow: hidden;
}
.bg__wrap {background-image: linear-gradient(0deg, #220b01, #553e21);}
.Container {
	padding: 48px 4vw;
}
.block {margin-top: 32px;}
.list {margin-top: 16px;}
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;
		font-size: 22px;
	}
}
:root {
	--text-color: #220B01;
	--primary-color: #219EBE;
	--red-color: #f40000;
	--accent-color: #FFFF00;
}
/*アキ*/
.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;}

/*テキストサイズ*/
.annotation {font-size: 14px;}
.smallest {font-size: 12px;}
.larger {font-size: 1.4em;}
.smaller {font-size: 0.75em;}

/* テキスト揃え */
.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: #2B8B9F;}

/* テキスト汎用 */
.bold {font-weight: bold;}
.text_link{
	color: var(--primary-color);
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.marker {
	background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {position: relative;}

/* 箇条書き */
ul.text_list li,
p.text_list {
	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;
}
.text_list.annotation {
	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;
}


/* リンクボタンアニメーション */
/* 通常状態 */
.ank__wrap ul li a img {
  transition: transform 0.5s ease; /* ゆっくり・柔らかく */
}

/* ホバー時 */
.ank__wrap ul li a:hover img {
  transform: scale(0.9); /* 少し縮小 */
}

/* クリック時（さらに縮小） */
.ank__wrap ul li a:active img {
  transform: scale(0.85);
}

.btn__wrap a img {
  transition: transform 0.5s ease; /* ゆっくり・柔らかく */
}

/* ホバー時 */
.btn__wrap a:hover img {
  transform: scale(0.9); /* 少し縮小 */
}

/* クリック時（さらに縮小） */
.btn__wrap a:active img {
  transform: scale(0.85);
}



/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
	display: block;
	max-width: 400px;
	margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
	pointer-events: none;
}
.comingSoon {
    pointer-events: none;
}
.qr_wrap {
	display: none;
}
@media(min-width:751px){
	.qr_wrap {
        padding: 6px;
        margin: 32px auto 16px;
        border: 2px solid #602222;
        max-width: 480px;
        background-image: linear-gradient(0deg, #9A2E1C, #D7442F);
        position: relative;
        display: block;
    }
    .qr_wrap::before {
        content: '';
        position: absolute;
        background-image: url(../img/pattern.svg);
        background-repeat: repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        mix-blend-mode: multiply;
        opacity: 0.2;
    }
    .qr_wrap__inner {
        display: flex;
        gap: 16px;
        align-items: center;
        border: solid #D4A175 1px;
        padding: 12px;
    }

	.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: 16px;
        color: #FFF;
        background-color: #000;
        padding: 4px 12px;
        border-radius: 40px;
        text-align: center;
    }
	.qr_text p {
		text-align: left;
		font-size: 16px;
        color: #fff;
	}
	    .qr_img {
        width: 100px;
        position: relative;
        padding: 4px;
        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 {
	font-weight: bold;
    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: #553E21;
	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: 4px 40px 6px 20px;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #38260a, #0d0000);
    color: #FFF;
    border: solid 1px #fff;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
	padding: 10px 0;
	border-radius: 8px;
	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;
	}
}


.custom__line {
    border-style: solid;
    margin: 0;
    border-color: #997E4F;
    border-width: 7px;
    position: relative;
    z-index: 5;
}



/*************
mainVisual
*************/
@media(min-width:751px){
	#mainVisual .pc_img {
		max-width: 1366px;
		margin: 0 auto;
	}
	#mainVisual {
		background-image: linear-gradient(0deg, #38260a, #0d0000);
	}
}
/*************
intro__wrap
*************/
.intro__txt__wrap .lead {
    color: #fff;
    padding: 30px 0px;
    line-height: 1.8;
}
.ank__ttl {
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ank__wrap .flex{
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.ank__ttl::before, .ank__ttl::after {
    content: '';
    position: absolute;
    background-image: url(../img/item_Star_Bl.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 8px;
}
.ank__ttl::before {
    margin-right: 150px;
}
.ank__ttl::after {
    margin-left: 150px;
}
@media(min-width:751px){
	.ank__wrap .flex {
        display: flex;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        max-width: 1100px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
.ank__wrap .flex li {
	width: 32%;
}
.intro__txt__wrap .lead {
    padding: 48px 0px;
}
.intro__txt__wrap {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
}
/*************
Voice
*************/
.sec__head {
    border-right: solid #997E4F 2px;
    border-top: solid #997E4F 2px;
    border-left: solid #997E4F 2px;
    background-image: linear-gradient(#220b01, #553e21 83%, #fcecd0 83%);
    padding: 0 20px;
    position: relative;
    height: 130px;
}
.sec__head__inner {
    position: relative;
    top: -110px;
    z-index: 9;
}
.sec_Content__wrap {
    background-image: linear-gradient(#fcecd0, #fcecd0 70%, #b79b6c);
    border-right: solid #997E4F 2px;
    border-left: solid #997E4F 2px;
    border-bottom: solid #997E4F 2px;
    padding: 40px 20px 32px;
}
.sec__h2__wrap {
    background-image: linear-gradient(#48a0b6, #2b6574);
    border-bottom: solid #997E4F 2px;
    border-top: solid #997E4F 2px;
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
	position: relative;
}
.sec__h2__wrap::before {
    content: '';
    position: absolute;
    background-image: url(../img/pattern.svg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.2;
}
.sec__h2 {position: relative;}
.sec__number {
    width: 56px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.sec__period {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    justify-content: center;
}
.period_txt {
    position: absolute;
    color: #fff;
    font-size: 12px;
    width: 260px;
}

.chara__img {
    width: 145px;
    margin-right: -10px;
    
}
.chara__img__right {
	margin-left: auto;
}
.lead__txt {
    line-height: 1.8;
}
.Prologue__txt {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    width: 270px;
    margin: 0 auto;
}
.sec_Content__wrap .heading {
    font-size: 26px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.heading::before, .heading::after {
    content: '';
    position: absolute;
    background-image: url(../img/item_Star_Br.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 8px;
}
.heading::before {
    margin-right: 150px;
}
.heading::after {
    margin-left: 150px;
}

.sec__h2__innerwrap::after,.sec__h2__innerwrap::before {
	content: '';
    position: absolute;
    background-image: url(../img/item_Star_Wh.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 30px;
}
.sec__h2__innerwrap::after {
    top: 40px;
    left: 10px;
}
.sec__h2__innerwrap::before {
    bottom: -10px;
    right: 10px;
}

#Voice .Container::after,
#Stamprally .Container::after,
#Drink .Container::after {
    content: '';
    position: absolute;
    background-image: url(../img/item_diagonal.png);
    background-size: cover;
    background-repeat: repeat-x;
    width: 164px;
    height: 15px;
    top: 33px;
    right: 0;
}

#Voice .Container::before,
#Stamprally .Container::before,
#Drink .Container::before {
    content: '';
    position: absolute;
    background-image: url(../img/bg_dot.png);
    background-size: cover;
    background-repeat: repeat-x;
    width: 200px;
    height: 200px;
    top: -10px;
    left: -70px;
    mix-blend-mode: multiply;
    opacity: 0.6;
}


@media(min-width:751px){
	.sec__wrap {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}
.sec__head {
    padding: 10px 30px;
}
.sec_Content__wrap {
    padding: 40px 80px 32px;
    position: relative;
}
.sec__h2__wrap {
        font-size: 30px;
        padding: 10px 0 30px;
    }
.sec__period_frame {
    max-width: 330px;
}
.sec__period {
    justify-content: center;
}
#Voice .Container::after, #Stamprally .Container::after, #Drink .Container::after {
    right: 4vw;
}
.sec__head__inner {
    top: 10px;
}
    .sec__head::after {
        content: '';
        position: absolute;
        background-image: url(../img/chara01_pc.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 248px;
        height: 370px;
        top: -80px;
        right: -75px;
        z-index: 20;
    }
	.acc_btn {
    font-size: 18px;
}
.Prologue__txt {
        width: fit-content;
    }
.sec__number {
    width: 72px;
    margin-top: -42px;
}
.sec_Content__wrap .lead__txt {
    font-size: 19px;
}
#Voice .Container::before, #Stamprally .Container::before, #Drink .Container::before {
    width: 260px;
    height: 260px;
    top: -70px;
    left: -120px;
}

}


/*************
Present
*************/
#Present .sec__h2__wrap {
    background-image: linear-gradient(#1E3285, #090849);
}

#Present .Container::after,
#Goods .Container::after {
    content: '';
    position: absolute;
    background-image: url(../img/item_diagonal.png);
    background-size: cover;
    background-repeat: repeat-x;
    width: 164px;
    height: 15px;
    top: 33px;
    left: 0;
}

#Present .Container::before,
#Goods .Container::before {
    content: '';
    position: absolute;
    background-image: url(../img/bg_dot.png);
    background-size: cover;
    background-repeat: repeat-x;
    width: 200px;
    height: 200px;
    top: -10px;
    right: -70px;
    mix-blend-mode: multiply;
    opacity: 0.6;
}
#Present .sec__head {
    height: 100px;
}
#Present .sec_Content__wrap {
    padding: 20px 20px 32px;
	position: relative;
}
.item__wrap {
    border: solid 6px #F4FDFD;
    padding: 16px;
	position: relative;
}
.item__wrap::before {
    content: '';
    position: absolute;
    background-image: url(../img/bg_img.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: -16px;
    z-index: 0;
    top: 0;
    left: 0;
}
.item__wrap .header {
    padding: 8px;
    font-size: 19px;
	position: relative;
}
.item__wrap .header::before,
.item__wrap .header::after {
	content: '';
    position: absolute;
    background-image: url(../img/pre_parts01.svg);
    background-size: cover;
    width: 30px;
    height: 9px;
    z-index: 0;
}
.item__wrap .header::before {	
    top:-4px;
    left: 0;
}
.item__wrap .header::after {
    right: 0;
    bottom: -4px;
}
.line__bottom,
.line__top {
    border: 1px #2B8B9F solid;
}
.line__top {
    margin-left: 40px;
}
.line__bottom {
    margin-right: 40px;
}

.howto__wrap {
    border: solid 6px #220B01;
    padding: 16px;
}
.howto__wrap .heading {
	font-size: 21px;
	position: relative;
}
.howto__wrap .howto__ttl__wrap::after {
    content: '';
    display: block;
    background-image: url(../img/howto_parts.svg);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 7px;
    margin-bottom: 16px;
    left: 0;
}
.howto_list {
	text-align: left;
	font-size: 16px;
}
.howto_list .ttl{
	background-image: linear-gradient(0deg, #220b01, #553e21);
	padding: 1px 4px;
	color: #fff;
	
}
.info__wrap .heading {
	font-size: 21px;
	color: #fff;
	background-image: linear-gradient(0deg, #220b01, #553e21);
	margin-bottom: 4px;
	padding: 2px;
}
.info__wrap .heading::before, .info__wrap .heading::after {
    background-image: url(../img/parts_x.svg);
    width: 48px;
    height: 13px;
    background-repeat: repeat-x;
    background-size: contain;
}
.heading_other::after {
    margin-right: 340px;
} 
.heading_other::before {
    margin-left: 340px;
} 
.info__list__txt {
	font-size: 16px;
}
@media(min-width:751px){
	#Present .Container::after, #Goods .Container::after {
    left: 4vw;
}
#Present .sec_Content__wrap {
    padding: 20px 80px 48px;
}
#Present .sec__head::after {
        background-image: url(../img/chara02_pc.png);
        left: -75px;
    }
	.item__wrap {
    padding: 40px;
}
.howto__wrap {
    padding: 30px 40px;
}
#Present .Container::before,
#Goods .Container::before {
    width: 260px;
    height: 260px;
    top: -70x;
    right: -120px;
}
}


/*************
Stamprally
*************/
#Stamprally .sec__h2__wrap {
    background-image: linear-gradient(#B12C31, #5A0F0C);
}
.h2__sub {
	font-size: 14px;
}
#Stamprally .sec_Content__wrap {
    padding: 64px 20px 32px;
}
.spot_acc .acc_btn {
    padding: 4px 40px 6px 20px;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #DA9838, #986823);
    color: #FFF;
    border: solid 1px #fff;
    font-size: 16px;
}
.spot_acc .acc_btn span {
    right: 10px;
}
#Stamprally .item__wrap .header {
    padding: 10px;
    line-height: 1;
}
.main_header {
    background-image: linear-gradient(#146A7C, #4CA3B5);
    margin: -16px;
    margin-bottom: 10px;
    padding: 8px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(9, 79, 93, 0.9);
}
.main_header::before {
    content: '';
    background-image: url(../img/pre_parts03.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -3px;
}
.main_header::after {
    content: '';
    position: absolute;
    background-image: url(../img/pre_parts02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 106px;
    right: 4px;
    top: 10px;
}
.spot_acc .acc_body {
    padding: 10px 0;
    margin-top: 16px;
}
.map__txt {
    background-color: #7E6840;
    border: 2px #220B01 solid;
    border-radius: 8px;
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
}
.spot__list {
    border: 1px solid #220B01;
}
.spot_ttl {
    background-image: linear-gradient(#B12C31, #5A0F0C);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px #997E4F solid;
    font-size: 22px;
    line-height: 1.2;
}
.spot__list__inner {
    background-color: #fff;
    padding: 20px 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.spot__list__inner dl {
    display: flex;
	font-size: 12px;
}
.time {
    width: 58px;
}
.spot__list__inner .img__wrap {
    width: 190px;
    margin: 0 auto;
}
.spot__list .txt__wrap {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
#Stamprally .heading_other::after {
    margin-right: 340px;
} 
#Stamprally .heading_other::before {
    margin-left: 340px;
} 
.list03 {
    position: relative;
    padding-left: 20px;
}
.list03::before {
    content: '';
    position: absolute;
    background-image: url(../img/ic_camera.svg);
    background-size: cover;
    width: 24px;
    height: 20px;
    display: inline-block;
    bottom: 1px;
    margin-left: -20px;
}
@media(min-width:751px){
	#Stamprally .sec_Content__wrap {
    padding: 64px 80px 32px;
}
#Stamprally .sec__head::after {
        background-image: url(../img/chara03_pc.png);
    }
  
  #Voice .sec_Content__wrap .lead__txt,
  #Stamprally .sec_Content__wrap .lead__txt {
        margin-top: 30px;
    }
}



/*************
Goods
*************/
#Goods .sec__h2__wrap {
    background-image: linear-gradient(#CD7988, #3B0F19);
}
#Goods .heading_other::before, 
#Goods .heading_other::after,
#Drink .heading_other::before, 
#Drink .heading_other::after {
    background-repeat: no-repeat;
	width: 16px;
}
#Goods .heading_other::after,
#Drink .heading_other::after {
    margin-right: 420px;
} 
#Goods .heading_other::before,
#Drink .heading_other::before {
    margin-left: 420px;
} 
.btn__wrap {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.goods__wrap {
	max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width:751px){
	#Goods .sec__head::after {
        background-image: url(../img/chara04_pc.png);
        left: -75px;
    }
	
}
/*************
Drink
*************/
#Drink .sec__h2__wrap {
    background-image: linear-gradient(#7CBEA4, #1B3D31);
}
@media(min-width:751px){
	#Drink .sec__head::after {
        background-image: url(../img/chara05_pc.png);
    }
}
/*************
official__btn
*************/
.official__btn__wrap .Container{
	padding-top: 0;
}
.chara__wrap {
    margin-left: -6vw;
    margin-right: -6vw;
}
.btn_block {
    width: 320px;
    margin: -70px auto 0;
}
.official__btn__wrap p {
	color: #C7DADD;
}

@media(min-width:460px){
    .btn_block {
    margin: -120px auto 0;
}
}

@media(min-width:751px){
	.btn_block {
		width: 350px;
	}
	.chara__wrap {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
}
/*************
終了処理
*************/

.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;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.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;
	}

}
	
