@charset "Shift_JIS";

main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.letter-spacing-6{letter-spacing:-6px!important;}
.fc_red{color:#db063c!important;}
section{margin: 0;}
main article{background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.iframe_end-content_gadget,
#dirPathBlock,
#anchorLinkBlock {
	width: 98%;
	margin: 1%;
	display: block;
	box-sizing: border-box;
}

.kokuchi {
    width: 80%;
    color: #F00;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid #ff0000;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    background: #FFF;
}

/*title*/
#title{position:relative;}
.container_top{
	width: 100%;
    display: inline-block;
    margin: 0 auto;
	padding: 0 0 2px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #db063c;
}
div.title {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #FFF;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 70px;
    position: absolute;
	top: -15px;
    left: -10px;
    padding-top: 0;
    box-sizing: border-box;
    transform: scale(0.4, 0.4);
}
div.title svg {width: 75px;}
.cls-1,
div.title svg circle,
.cls-3 {
	fill-rule: evenodd;
	fill: #333;
}
div.title svg .cls-2 {fill: #FFF;}
div.title .circle-text {
	font-size: 24px;
	font-weight: normal;
}
div.title .circle-text span {
	font-family: "Limelight", sans-serif!important;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    transform-origin: center bottom;
	color: #db063c;
}

.circle-text span:nth-child(1) {transform: rotate(-50deg);}
.circle-text span:nth-child(2) {transform: rotate(-30deg);}
.circle-text span:nth-child(3) {transform: rotate(-10deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(30deg);}
.circle-text span:nth-child(6) {transform: rotate(50deg);}

#mv_txt{
	text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
#mv_txt b{font-size: 1.1em;}
#mv_txt strong{
	font-size: 1.8em;
    color: #db063c;
    font-weight: bold;
    line-height: 1.5;
}
h2{
	width: fit-content;
    border-bottom: 3px solid #20208c;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 5px 0;
}
h2.title {
	width: 94%;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #ebebf9;
    position: relative;
}
h2.title:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #EBEBF9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px) / 2);
}
h3 {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #ebebf9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -38px;
    left: calc((100% - 50px) / 2);
    padding-top: 9px;
    box-sizing: border-box;
	z-index: 1;
}
h3 .circle-text {
	font-size: 16px;
	font-weight: normal;
}
h3 .circle-text span {
	font-family: "Limelight", sans-serif!important;
	position: absolute;
    top: -22px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    transform-origin: center bottom;
}
h4{
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 b{
	font-size:1.2em;
	color:#db063c;
}

#dirPathBlock{font-size:10px!important;}

/*期限*/
#detail .inner {
    padding: 0 0 15px;
}
.detailDay{
	margin: 10px;
    padding: 10px;
    background: #FFF;
    border-radius: 10px;
}
.detailDay li{
	font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.detailDay dl{
    margin: 0 0 5px;
    display: flex;
}
.detailDay dl dt{
	width: 35%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.detailDay dl dd{
    width: 62%;
    padding: 1%;
	line-height:1.5;
}

/*キャンペーン詳細*/
/*#campaign .inner {padding: 15px 0;}
.cmpBox{
	margin: 10px 0;
    font-size: 13px;
}
.cmpBox dl{
    margin: 0 0 5px;
    display: flex;
}
.cmpBox dl dt{
	width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.cmpBox dl dd{
    width: 72%;
    padding: 1%;
	line-height:1.5;
}
.cmpBox dl dd strong{color:#F00;}*/

/*campaign*/
#campaign {background: #FFF;}
#campaign .inner {padding: 15px 0;}
.discount_Wrap{
	margin: 15px 0;
    border-bottom: 1px dashed;
}
.discount_Wrap > li{
	width: 330px;
    padding: 0;
    border: 8px solid #ebebf9;
    position: relative;
    width: 330px;
    margin: 60px auto 5%;
    box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
}
.discount_Wrap.ko_airset > li{background: #0093da;}
.discount_Wrap > li *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.discount_Wrap dl{
	height: 166px;
    margin: 5px;
    padding: 5px 0 0;
    box-sizing: border-box;
	background: #FFF;
    color: #0093da;
}
.discount_Wrap dl:hover {cursor:pointer;}
.discount_Wrap dt{
	height: 60px;
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
}
.discount_Wrap dt > small{
	width: 24%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -2px;
    padding-left: 1%;
}
.discount_Wrap dt strong{
	width: 72%;
	font-size: 45px;
}
.discount_Wrap dt strong small {
    font-size: 20px;
    margin-left:5px;
}
.discount_Wrap dd.about_mycoupon {
	height: 60px;
	display: flex;
    text-align: center;
    margin: 5px 0 5px 28px;
}
.discount_Wrap .fcf {
	background: #343474;
    width: 52px;
    height: 52px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 12px;
    display: grid;
    align-items: center;
    margin-right: 50px;
}
.discount_Wrap .mycoupon {
	height: 60px;
    font-weight: bold;
    font-size: 28px;
	display: grid;
    align-items: center;
}
.discount_Wrap .cpnget{
    height: 36px;
	padding: 5px;
	background: #0093da;
}
.discount_Wrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 120px;
    display: inline-block;
    box-sizing: border-box;
}
.discount_Wrap .cpnget a{
	text-align: center;
    width: 140px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 0 calc(100% - 260px);
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    position: relative;
}
.discount_Wrap .cpnget a:before{
	content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 2px;
    left: -25px;
}
.discount_Wrap .cpnget a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    position: absolute;
    top: 6px;
    left: -17px;
}

.discount_Wrap.ko_airset .cpnget a:after{border-color: transparent transparent transparent #0093da;}

.discount_Wrap .conditions{
	padding: 10px;
    background: #FFF;
    border-bottom: 1px dashed #ccc;
}
.discount_Wrap .conditions li{
	font-size: 12px;
	margin-bottom: 5px;
	display: flex;
}
.discount_Wrap .conditions li strong{
	width: 60px;
	display: inline-block;
	font-weight: bold;
}
.discount_Wrap .cpndetai {
	padding: 0 10px;
    font-size: 11px;
    text-align: center;
    background: #FFF url(/mycoupon/cpn/images/im_mycopon.png) no-repeat 8px;
    background-size: 30px auto;
}
.discount_Wrap .cpndetai a{
	background: url(/mycoupon/cpn/images/im_arrow_close.png) no-repeat 100% 56%;
    background-size: 15px auto;
    display: block;
    padding: 10px 0;
}

/*red_btn*/
div.red_btn {
    display: flex;
    margin-bottom: 10px;
}
div.red_btn a {
    width: 98%;
    text-align: center;
    color: #fff;
    background: #db063c;
    margin: 1%;
    padding-bottom: 3px;
    font-size: 18px;
    line-height: 2.4;
    box-shadow: 1px 1px 2px #aaa;
    text-shadow: 1px 1px 2px #9d072d;
    position: relative;
    border-radius: 5px;
}
div.red_btn a svg {
    position: absolute;
    top: 30%;
    right: 1%;
}

/*PR*/
#other .inner {padding: 15px 0;}
.pr_banner {
    width: 96%;
    margin: 25px auto 50px;
    text-align: center;
}
.pr_banner img {
    width: 100%;
}

.end {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: grid;
    align-items: center;
    font-size: 36px;
}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print{
#wrapper main{font-size: 18px;}
.iframe_end-content_gadget,
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
    box-sizing: border-box;
}
#dirPathBlock,
#anchorLinkBlock {font-size: 14px;}
#anchorLinkBlock{margin-top:10px;}

.kokuchi {
    width: 650px;
    color: #F00;
    margin: 15px auto;
    padding: 10px 10px 12px;
    border: 1px solid #ff0000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    background: #FFF;
}

/*title*/
#title{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
	padding: 15px 0;
	position:relative;
}
.container_top{
	width: 100%;
    display: inline-block;
    margin: 0 auto;
	padding: 0 0 2px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #db063c;
}
div.title {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #FFF;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 70px;
    position: absolute;
    top: 48px;
    left: 150px;
    padding-top: 0;
    box-sizing: border-box;
    transform: scale(0.8, 0.8);
}
div.title svg {width: 75px;}
.cls-1,
div.title svg circle,
.cls-3 {
	fill-rule: evenodd;
	fill: #333;
}
div.title svg .cls-2 {fill: #FFF;}
div.title .circle-text {
	font-size: 24px;
	font-weight: normal;
}
div.title .circle-text span {
	font-family: "Limelight", sans-serif!important;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    transform-origin: center bottom;
	color: #db063c;
}

.circle-text span:nth-child(1) {transform: rotate(-50deg);}
.circle-text span:nth-child(2) {transform: rotate(-30deg);}
.circle-text span:nth-child(3) {transform: rotate(-10deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(30deg);}
.circle-text span:nth-child(6) {transform: rotate(50deg);}

#mv_txt{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
}
#mv_txt b{font-size: 1.1em;}
#mv_txt strong{
	font-size: 2.4em;
    color: #db063c;
    font-weight: bold;
    line-height: 1.5;
}
h2{
	width: fit-content;
    border-bottom: 3px solid #20208c;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 15px;
    padding: 5px 0;
}
h2.title {
	width: 100%;
    border: none;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #EBEBF9;
    position: relative;
}
h2.title:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #EBEBF9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px) / 2);
}
h3 {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #ebebf9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -28px;
    left: calc((100% - 50px) / 2);
    padding-top: 7px;
    box-sizing: border-box;
	z-index: 1;
}
h3 .circle-text {
	font-size: 16px;
	font-weight: normal;
}
h3 .circle-text span {
	font-family: "Limelight", sans-serif!important;
	position: absolute;
    top: -22px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    transform-origin: center bottom;
}
h4{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 b{
	font-size:1.2em;
	color:#db063c;
}

#dirPathBlock{font-size:10px!important;}

/*期限*/
#detail .inner {
    padding: 0 0 15px;
}
.detailDay{
	width: 100%;
    max-width: 810px;
    min-width: 760px;
    margin: 10px auto;
    padding: 25px;
    background: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
}
.detailDay li{
	font-size: 16px;
    overflow: hidden;
    line-height: 1.8;
}

.detailDay dl{
    margin: 0 0 5px;
    display: flex;
}
.detailDay dl dt{
	width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.detailDay dl dd{
    width: 72%;
    padding: 1%;
	line-height:1.5;
}

/*キャンペーン詳細*/
/*#campaign .inner {padding: 15px 0;}
.cmpBox{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 10px auto;
    font-size: 16px;
}
.cmpBox dl{
    margin: 0 0 5px;
    display: flex;
}
.cmpBox dl dt{
	width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.cmpBox dl dd{
    width: 72%;
    padding: 1%;
	line-height:1.5;
}
.cmpBox dl dd strong{color:#F00;}*/

/*campaign*/
#campaign {background: #FFF;}
#campaign .inner {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	padding: 25px 0;
}
.discount_Wrap{
	display: flex;
    flex-wrap: wrap;
    margin: 50px 0 40px;
    border-bottom: 1px dashed;
}
.discount_Wrap > li {
    border: 8px solid #ebebf9;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px 5%;
    box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
}
.discount_Wrap.ko_airset > li{background: #0093da;}
@media screen and (max-width: 940px) {.discount_Wrap > li{width: 96%;}}
.discount_Wrap > li *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.discount_Wrap dl{
    margin: 5px 5px 3px;
    padding: 5px 0 0;
	cursor:pointer;
	background: #FFF;
	color: #0093da;
}
.discount_Wrap dl:hover {opacity: 0.9;}
.discount_Wrap dt{
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
}
.discount_Wrap dt > small{
	width: 24%;
	padding-left: 1%;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -3px;
}
.discount_Wrap dt strong{
	width: 72%;
	font-size: 64px;
}
.discount_Wrap dt strong small {
    font-size: 28px;
    letter-spacing: 0;
	margin-left: 5px;
}
.discount_Wrap dd.about_mycoupon {
	display: flex;
    text-align: center;
	margin: 0 5%;
}
.discount_Wrap .fcf {
	background: #343474;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 16px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.discount_Wrap .mycoupon {
    width: calc(90% - 72px);
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 48px;
}
.discount_Wrap .cpnget{
	padding: 10px 5px 0;
	background: #0093da;
}
.discount_Wrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    width: 180px;
    display: inline-block;
    box-sizing: border-box;
}
.discount_Wrap .cpnget a{
	text-align: center;
    width: 200px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 10px calc(100% - 380px);
    display: inline-block;
	font-weight: bold;
    color: #FFF;
    font-size: 22px;
	position:relative;
}
.discount_Wrap .cpnget a:before{
	content: "";
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 4px;
    left: -25px;
}
.discount_Wrap .cpnget a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    position: absolute;
    top: 10px;
    left: -15px;
}
.discount_Wrap.ko_airset .cpnget a:after{border-color: transparent transparent transparent #0093da;}
.discount_Wrap .conditions{
	padding: 10px;
    background: #FFF;
    border-bottom: 1px dashed #ccc;
}
.discount_Wrap .conditions li{
	font-size: 14px;
	display: flex;
}
.discount_Wrap .conditions li strong{
	width: 60px;
	display: inline-block;
	font-weight: bold;
}
.discount_Wrap .cpndetai {
	padding: 0 15px;
    font-size: 14px;
    text-align: center;
    background: #FFF url(/mycoupon/cpn/images/im_mycopon.png) no-repeat 8px;
    background-size: 40px auto;
}
.discount_Wrap .cpndetai a{
	background: url(/mycoupon/cpn/images/im_arrow_close.png) no-repeat 100% 56%;
    background-size: 15px auto;
    display: block;
    padding: 15px 0;
}

/*red_btn*/
div.red_btn {
    display: flex;
    margin-bottom: 10px;
}
div.red_btn a {
    width: 98%;
    text-align: center;
    color: #fff;
    background: #db063c;
    margin: 1%;
    padding-bottom: 3px;
    font-size: 18px;
    line-height: 2.4;
    box-shadow: 1px 1px 2px #aaa;
    text-shadow: 1px 1px 2px #9d072d;
    position: relative;
    border-radius: 5px;
}
div.red_btn a svg {
    position: absolute;
    top: 30%;
    right: 5%;
}

/*PR*/
#other .inner {padding: 15px 0;}
.pr_banner {
    width: 640px;
    margin: 50px auto 100px;
    text-align: center;
}

.end {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: grid;
    align-items: center;
    font-size: 36px;
}
}

/*underbox anim*/
section {
  width: 100%;        /* 横幅いっぱい */
  opacity: 0;         /* 初期値は透明にしておく */
  transition: .5s;    /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  top: 50px;          /* 事前に下に50pxずらしておく */
}
section:not(.fadeIn) {
	opacity: 1;
	top: 0;
}
.active {
  opacity: 1;
  top: 0;
}