@charset "utf-8";
/* CSS Document */

.anchor {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background-color: #ffffff;
	font-size: 16px;
	width: 800px;
	margin: 0 auto;
	line-height: 1.5;

}

a:hover {
	opacity: 0.5;
}

/* ヘッダ（固定）
---------------------------------------- */

.top {
	width: 800px;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 4;
}

.top .logo {
	background: #ffffff;
	height: 80px;
	padding: 0 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/* /ヘッダ（固定）
---------------------------------------- */


/* ファーストビュー
---------------------------------------- */

.fv {

	margin-top: 80px;
	margin-bottom: 24px;

}

.fv .kikan {

	height: 77px;
	background: #ff6700;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}


.cta{
color: #0c4177;
font-size: 1.1rem;
font-weight: 600;
text-align: center;
margin: 20px auto;
}

.btn_wrap{
margin: 10px auto;
text-align: center;
}

.btn{
width: 70%;
margin: 10px auto;
}

.web_btn_wrap {
/*background: url("../image/LP_DTCP202204_image03_web_ bg.png") no-repeat;
background-size: contain;
text-align: right;*/
}
.big{
font-size: 120%;
}
/* ファーストビュー
---------------------------------------- */

/* アンカーリンク
---------------------------------------- */

.alink {
	padding: 20px 0;
    background: #1b8562;
    margin: 40px 0 0;
}

.alink ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;

}
.alink ul li{
    width: 36%;
    padding-bottom: 10px;
    }

.alink ul li:nth-of-type(odd) {
	margin-right: 10px;

}
small{
font-size: 0.9rem;
font-weight: normal;
}

/* /アンカーリンク
---------------------------------------- */

/* 共通
---------------------------------------- */
.ttl{
width: 100%;
margin: 0 auto 20px;
}
.note{
    font-size: 0.95rem;
    color: #5d254e;
    margin-top: 10px;
}
.icon{
    width: 48px;
    height: auto;
    margin-right: 20px;
    display: inline;
    margin-bottom: -5px;
}
.t-link{
    text-align: center;
    display: inherit;
    margin: 5px auto;
    color: #053e79;
}

/* /共通
---------------------------------------- */

/* キャンペーン概要
---------------------------------------- */
#sec1 .ttl{
background: #ff90b1;
padding: 20px 60px 20px 40px;
text-align: center;
margin-bottom: 40px;
}
#sec1 .ttl img{
width: 340px;
}
.campaign {
	padding: 0 24px;
}

.cam_img{
    position: relative;
    margin-bottom: 200px;
}

.cam_img .cam_bg{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    top: 0;
}
.cam_img .cam_viva{
    position: absolute;
    z-index: 3;
    width: 180px;
    height: auto;
    right: 100px;
    top: -5px;
}
.cam_img .cam_medal{
    position: relative;
    z-index: 2;
    width: 620px;
    left: 50%;
    transform: translateX(-50%);
    top:125px;
}

.campaign .st_chance1 {
	padding: 0 24px;
	margin-bottom: 40px;
    text-align: center;
    color: #57274d;
}

.campaign .st_chance1 .ttl {
	margin-bottom: 24px;
}

.campaign .st_chance1 span {
    color: #ec5404;
    font-weight: 700;
}

.campaign .st_taisho {
	padding: 0 24px;
	margin-bottom: 24px;
}

.campaign .st_taisho .list {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.campaign .st_taisho .list li {

	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	border-bottom: 1px dotted #cccccc;
	padding-bottom: 24px;
	margin-bottom: 24px;

}

.campaign .st_taisho .list li p:nth-of-type(1) {

	width: 100px;
	margin-right: 24px;

}

.campaign .st_taisho .list li p:nth-of-type(2) {
	flex: 1;
}

.campaign .st_taisho .note {
	margin-bottom: 48px;
}

.campaign .st_kikan {
	margin: 50px 0 30px;

}

.campaign .st_kikan p {
	margin: 10px auto 5px;
    padding-left: 20px;
    text-align: center;
}

.campaign .st_kikan .case {
	text-align: center;
	font-weight: bold;
}

.campaign .st_kikan p span {
	color: #2a558d;
    font-weight: 700;
}

.st_zougaku{
margin: 30px auto;
padding: 0 24px;
}
/*.st_zougaku .title-border {
display: flex;
align-items: center;
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 15px;
padding: 0.5rem 1rem;
border-left: 7px solid #ff7800;
}*/

.title-border {
font-size: 1.4em;
font-weight: bold;
color: #5d254e;
letter-spacing: 0.4px;
margin-bottom: 15px;
padding: 0.5rem 1rem;
border-left: 7px solid #ff90b1;
}

.st_zougaku p{
    padding-left: 20px;
    text-align: center;
}
.st_zougaku span {
	color: #cb151d;
    font-size: 1.3rem;
    font-weight: 700;
}

.st_zougaku a img{
width: 250px;
margin: 10px auto 20px;
display: block;
}


/*増額アコーディオン*/
.accordion ul {
	width:100%;
    padding-top: 20px;
}
.accordion li {
	position:relative;
    background: #fff;
    border: 2px solid #063f79;
}

.accordion > ul > li > a {
	display: block;
	position: relative;
    background: #063f79;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}
.accordion > ul > li > a:hover{
    opacity: 1;
}

.accordion > ul > li > p {
	display: none;
}

.accordion > ul > li > section {
	display: flex;
    justify-content: space-around;
	vertical-align:top;
    padding: 20px 10px ;
    
}

.tel-ttl,.shop-ttl{
	color: #063f79;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 0 5px;
}
.tel-ttl::before {
  content: '';
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../image/LP_DTCP202207_image15_tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.tel-num{
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 5px;
    color: #222;
    text-decoration: none;
}
.shop-ttl::before{
  content: '';
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../image/LP_DTCP202207_image16_shop-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.accordion > ul > li > section > .t-link{
    text-align: left;
    color: #eb582c;
}
 
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	right:10%;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 2.2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}




/* /キャンペーン概要
---------------------------------------- */


/* キャプチャ
---------------------------------------- */
.st_capture{
background: #ffe2eb;
padding: 50px 20px;
text-align: center;
border-radius: 15px;
width: 90%;
margin: 0 auto;
}
.st_capture img{
max-width: 450px;
    margin: 0 auto;
    margin-left: -5%;
}
.st_capture h3 {
    text-align: center;
    font-weight:800;
    color: #063f79;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
/* /キャプチャ
---------------------------------------- */

/* 期間
---------------------------------------- */
.days{
    font-size: 1.2rem;
    line-height: 50px;
    font-weight: 700;
    color: #57274d;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #57274d;
    background: #ffadc6;
    border-radius: 25px; 
    height: 50px;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.txt_red{
    font-size: 1.3rem;
    font-weight: 800;
    color: #cb151d;
    text-align: center;
}
/* /期間
---------------------------------------- */

/* プレゼント進呈
---------------------------------------- */
.st_present{
margin-bottom: 40px;
}

.st_present p span{
    color: #cb151d;
    font-weight: 700;
}

.st_present p{
    padding-left: 20px;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #5d254e;
}


/* /プレゼント進呈
---------------------------------------- */

/* その他
---------------------------------------- */
.other{
    background-color: #ffe2eb;
    border-top: 10px solid #ff90b1;
    text-align: center;
    padding-bottom: 30px;
}
.other_ttl{
    font-size: 1.4rem;
    font-weight: 700;
    color: #9f4a29;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}
.other .banner{
    width: 48%;
    margin: 0 auto;
    display: inline-block;
}
/* /その他
---------------------------------------- */

/* Vポイント
---------------------------------------- */
.vpoint{
    background-color: #f8fded;
    border-top: 10px solid #054832;
    padding-bottom: 20px;
}
.vpoint_ttl{
    font-size: 1.4rem;
    font-weight: 700;
    color: #054832;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}
.vpoint p{
padding-left: 15px;
}

.right_img1{
    float:right;
    padding-left: 30px;
    width: 25%;
    height: auto;
}
.right_img2{
    float:right;
    padding: 0 0 15px 20px;
    width: 38%;
    height: auto;
}
.clearfix{
    content: "";
    display: block;
    clear: both;
    margin-bottom: 40px;
}

.head_line{
    padding-left: 10px;
    border-left: 4px solid #054832;
    color: #054832;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

/* /Vポイント
---------------------------------------- */

/* キャンペーン概要
---------------------------------------- */

.kiyaku {
	padding: 10px 30px 30px;
    margin: 30px 0;
    background: #eff2f4;
    border-top: 10px solid #053e79;
}

.kiyaku_ttl{
    font-size: 1.2rem;
    font-weight: 700;
    color: #053e79;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0 30px;
}

.kiyaku .ttl {
	margin-bottom: 24px;
}

.kiyaku .read {
	padding: 0 24px;
	margin-bottom: 24px;
}

.kiyaku .trigger.aco {

	width: 60%;
	margin-bottom: 24px;

}

.kiyaku .detail_days {

	margin-top: 24px;
	margin-bottom: 48px;

	display: none;

}

.kiyaku_wrap{
margin-bottom: 30px;
	display: none;

}

.kiyaku_wrap h3{
    font-size: 1.2rem;
}

.kiyaku_wrap h4{
    font-size: 1.1rem;
    padding-top: 25px;
    padding-bottom: 5px;
}

.kiyaku ul{
    padding-top: 5px;
}
.kiyaku ul li{
    padding-left: 3rem;
    text-indent: -3rem;
    padding-top: 5px;
}
.kiyaku ol li{
    list-style: none;
    padding-left: 1rem;
    text-indent: -1rem;
}

.t-right{
    text-align: right;
}

.kiyaku .kiyaku_taisho .trigger.aco {
	width: 60%;
	margin-bottom: 24px;
}

.kiyaku .kiyaku_taisho .detail_taisho {

/*display: none;*/
margin-bottom: 24px;

}

.kiyaku .kiyaku_taisho .detail_taisho table {

	width: 100%;
	border-collapse: separate;
	margin-bottom: 24px;

}

.kiyaku .kiyaku_taisho .detail_taisho table span {
	font-size: 0.8em;
}

.kiyaku .kiyaku_taisho .detail_taisho table tr th,
.kiyaku .kiyaku_taisho .detail_taisho table tr td {
	padding: 1em;
	vertical-align: middle;
}

.kiyaku .kiyaku_taisho .detail_taisho table tr th {
	background: #000000;
	color: #ffffff;
}

.kiyaku .kiyaku_taisho .detail_taisho table tr td {
	border: 1px solid #000000;
	text-align: left;
	;
}

.kiyaku .kiyaku_taisho .detail_taisho table tr td:first-of-type {
	white-space: nowrap;
}

.kiyaku .kiyaku_taisho .detail_taisho table tr:not(:last-of-type) td {
	border-bottom: none;
}

.kiyaku .kiyaku_taisho .detail_taisho table tr td+td {
	border-left: none;
}
/* /キャンペーン概要
---------------------------------------- */

/* 規約
---------------------------------------- */

.agree {
	padding: 20px 24px;
	margin-bottom: 24px;
}

.agree .ttl {
	margin-bottom: 24px;
}

.agree .trigger.aco {
	width: 80%;
	margin-bottom: 24px;
}

.agree .rule {

display: none;
	border: 1px solid #cccccc;
	padding: 24px;
	margin-bottom: 48px;
}

.agree .tm {

	font-size: 24px;
	margin-top: 24px;
	text-align: center;
	font-weight: bold;

	margin-bottom: 24px;

}

.agree .tm_read {
	margin-bottom: 48px;
}

.agree .confirm {

	margin-bottom: 48px;

}

.agree .confirm p:first-of-type {

	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;

	font-size: 1.2rem;

}

.agree .tel {
	width: 445px;
	margin: 0 auto;
	margin-bottom: 48px;
}

.agree .close {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 48px;
}

/* /規約
---------------------------------------- */

/* 開閉トリガー
---------------------------------------- */

.trigger {

	position: relative;

	width: 100%;
	margin: 0 auto;
	text-align: center;

	padding: 0.5em 1em 0.4em;
	border: 2px solid #5681b9;
	border-radius: 2em;

	font-size: 24px;
	font-weight: bold;
	color: #5681b9;

	cursor: pointer;

}

.trigger::after {
	position: absolute;
	display: inline-block;
	content: "▼";
	right: 1em;
}

.trigger.close::after {
	content: "▲";
}

/* /開閉トリガー
---------------------------------------- */
/* フッター
---------------------------------------- */

#stcp002gensen footer {
	width: 100%;

}

#stcp002gensen footer .company {
	font-size: 16px;
	margin: 0 60px;
	border-top: 1px solid #cccccc;

	padding: 30px;
	text-align: center;
}

#stcp002gensen footer .copy {
	background-color: #0f4276;
	text-align: center;
	padding: 3em;
	color: #ffffff;
}

/* /フッター
---------------------------------------- */

/*TOPへ戻る
----------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9000;
	cursor: pointer;
	width: 86px;
	height: auto;
}

/*/TOPへ戻る
----------------------------------------*/