@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap');

/*-----------------------------------

common-共通項目-

------------------------------------*/
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}
table th,table td{
	vertical-align: middle;
}

html,body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 180%;
    font-size: 16px;
}
body {
    background: #FFF9F1;
    padding: 8rem 0 0;
    position: relative;
    background-size: 100% auto;
}

main {
    overflow-x: hidden;
}
a:link,
a:visited {
    color: #001DFF;
    text-decoration: underline;  
}
a:hover {
    text-decoration: none;
}

a, a img {
    color: #000;
    text-decoration: none;
    transition: all ease .2s;
}
img {
    max-width: 100%;
}

.pc {
    display: inline-block;
}
.sp {
    display: none;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.small {
    font-size: 90%;
}
footer {
    padding: 24px;
    text-align: center;
    background: #8fdd84;
    color: #fff;
    font-size: 14px;
}
footer span {
    color: #fff;
}
#return {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 1rem;
    background: #f8f8f8;
}
#return img {
    vertical-align: baseline;
}

@media screen and (max-width: 480px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #return {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: .3rem;
        text-align: center;
    }
    #return img {
        width: 20px;  
    }
    footer {
        padding: 16px 56px 16px 16px;
        text-align: left;
    }
    .inner {
        width: 100%;
    }
}


/*-----------------------------------

title-タイトル設定-

------------------------------------*/
h2 {
    font-size: 40px;
    text-align: center;
    width: 94%;
    margin: 80px auto 0;
}
h2 span {
    color: #00daab;
    font-size: 1rem;
    display: block;
    margin-bottom: .5rem;
    font-weight: 900;
    letter-spacing: .1rem;
}
.barTtl {
    padding: 1rem 0;
    text-align: center;
    max-width: 960px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #ee86a7;
    border-radius: 30px;
    position: relative;
    margin:40px auto 0;
}
.barTtl:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ee86a7;
    display: block;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -15px;
}

@media screen and (max-width: 480px) {
    .barTtl {
        font-size: 1.5rem;
        border-radius: 50px;
    }
    h2 {
        font-size: 32px;
    }
}



/*-----------------------------------

btn-ボタン設定-

------------------------------------*/
.btn {
    max-width: 460px;
    width: 90%;
    font-weight: bold;
    background:linear-gradient(to left,#EE86A7 0%,#EEA986 100%);
    box-shadow:rgba(255,213,185,0.8) 0 3px 8px 5px;
    margin: 3rem auto;
    text-align: center;
    font-size: 20px;
    border-radius: 80px;
    transition: .3s all;
}

.btn a {
    display: block;
    padding: 2rem 0;
    width: 100%;
    color: #fff;
    position: relative;
    text-decoration: none;
    border-radius: 80px;
}

.btn a:hover {
    background:rgb(255 135 66);

}
.btn {
    font-size: 18px;
    outline: none;
}
.btn a {
    padding: 1.2rem 0;
    text-align: center;
 }
 .btn a img {
    width: 15px;
    vertical-align: baseline;
    margin-left: 15px;
 }


/*-----------------------------------

-カード詳細-

------------------------------------*/
.cardDetail > *,
.cardDetail > dl table {
    width: 100%;
    text-align: left;
}
.cardDetail > table:first-of-type,
.cardDetail > dl {
    background: #fff;
    /*border: 1px solid #ee8ba2;*/
    box-shadow: 0 0 15px #d0d0d0
}
.cardDetail > dl {
    box-shadow: 0 8px 10px #ebebeb;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.cardDetail > table:first-of-type {
    border-bottom: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.cardDetail > table thead,
.cardDetail > table thead tr {
    border-radius: 20px;
}
.cardDetail > table thead th:first-of-type {
    border-top-left-radius: 20px;
}
.cardDetail > table thead th:last-of-type {
    border-top-right-radius: 20px;
}
.cardDetail > table thead th {
    background: #efefef;
    color: #333;
    padding:16px;
    font-size: 20px;
    width: calc(100% / 3);
    border-left: #FFF 1px solid;
    text-align: center;
}
.cardDetail > table tbody td {
    padding:23px;  
    border-left: #F0EEEA 1px solid;
    vertical-align: top;
}

.cardDetail > table tbody td img {
    margin: 0 auto;
}
.cardDetail > table thead th:first-of-type,
.cardDetail > table tbody td:first-of-type {
    border-left: none;
}
.cardDetail > table tbody td:first-of-type img {
    display: block;
}
.cardDetail > table tbody td:first-of-type img:first-of-type {
    margin-bottom: 5px;
}
.cardDetail > table tbody td:last-of-type img {
    margin:0 6px 6px 0;
}
.cardDetail > table tbody h4 {
    font-size: 20px;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.cardDetail > table tbody h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #eea789;
    position: absolute;
    bottom: 0;
}
.cardDetail > dl dt {
    border: 2px solid #efefef;
    border-right: none;
    border-left: none;
    text-align: center;
    padding: 1rem;
    font-weight: 900;
    color: #ee86a7;
    font-size: 20px;
    letter-spacing: .1rem;
    position: relative;
    cursor: pointer;
}
.cardDetail > dl dt span {
    position: relative;
}
.cardDetail > dl dt span:before {
    content: "+";
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #fff;
    background: #ee86a7;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: -35px;
}
.cardDetail > dl dt.open span:before {
    content: "−";
}
.cardDetail > dl dd {
    padding: 32px;
    text-align: center;
    display: none;
} 
.cardDetail > dl dd b {
    font-weight: 700;
    color: #EF0466;
}
.cardDetail > dl dd h4 {
    color: #ea749a;
    border: 2px solid #ea749a;
    border-left:none;
    border-right:none;
    display: inline-block;
    padding: .8rem;
    letter-spacing: .1rem;
    margin: 0 auto 40px;
    font-size: 30px;
    line-height: %;
    min-width: 80%;
}
.cardDetail > dl dd h5 {
    text-align: left;
    margin-bottom: 24px;
    color:#7F4F21;
    font-size: 26px;
}
.cardDetail > dl dd h5 + p {
    text-align: left;
}
.cardDetail > dl dd table {
    margin: 8px auto 40px;
}
.cardDetail > dl dd table tr{
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
}
.cardDetail > dl dd table tr > * {
    padding: 1rem 1.5rem;
    vertical-align: top;
}
.cardDetail > dl dd table tr th {
    background: #F2EFEF;
    max-width: 340px;
    width: 35%;
    min-width: 17.4rem;
}
.cardDetail .btn {
    margin: 24px auto 80px;
}

.cardDetail > dl dd .grantCond h4 {
    background: #be907d;
	border: none;
    color: #fff;
    text-align: center;
    padding: .25em;
    text-indent: 38px;
    font-size: 20px;
}

.cardDetail > dl dd .grantCond h5,
.cardDetail > dl dd .grantCond h6 {
    color: black;
    margin-bottom: .25em;
    font-size: 1em;
    text-align: left;
}

.cardDetail > dl dd .grantCond ul,
.cardDetail > dl dd .grantCond ol {
    text-align: left;
	margin-inline-start: 2em;
}

.cardDetail > dl dd .grantCond ul {
    list-style: disc;
}

.cardDetail > dl dd .grantCond ol {
    list-style: decimal;
}

@media screen and (max-width: 480px) {
    .cardDetail > table thead {
        display: none;
    }
    .cardDetail > table tbody td,
    .cardDetail > dl dd table tr > * {
        width: 100% !important;
        display: block;
        position: relative;
        padding-top: 90px;
    }
    .cardDetail > table tbody td:before {
        content: "カードの券面・ブランド";
        display: block;
        width: 100%;
        padding:16px 24px;
        box-sizing: border-box;
        background: #7F4F21;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }
    .cardDetail > table tbody td:nth-of-type(2):before {
        content: "概要";
    }
    .cardDetail > table tbody td:nth-of-type(3):before {
        content: "便利な機能";
    }
    .cardDetail > dl dd {
        padding: 24px 20px;
    }
    .cardDetail > dl dd h4 {
        font-size: 20px;
        padding: .8rem 0;
        letter-spacing: 0;
    }
    .cardDetail > dl dd table tr > * {
        padding: 16px;
    }
    .cardDetail > dl dd h5 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}


/*-----------------------------------

-付与条件-

------------------------------------*/
#agreement{
    margin-top: 160px !important;
}
#agreement > div {
    background: #fff;
}
#agreement > div  h4 {
    background: #be907d;
    color: #fff;
    text-align: center;
    padding: 24px;
    text-indent: 38px;
    font-size: 20px;
    cursor: pointer;
}
#agreement > div h4 span {
    position: relative;
}
#agreement > div h4 span:before {
    display: block;
    content: "+";
    background: #fff;
    color: #be907d;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    text-indent: 0;
    position: absolute;
    left: -45px;
    top: 0;
}
#agreement > div h4.open span:before {
    content: "−";
}
#agreement > div > div{
    padding: 40px;
    display: none;
}
#agreement dl dt {
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    color: #40372E;
}
#agreement dd {
    padding:6px 16px 6px 24px;
    position: relative;
}
#agreement dd:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #343333;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 12px;
    top: 16px;
}
#agreement dt:not(:first-of-type) {
    margin-top:32px;
} 
#agreement dt.small {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
}
@media screen and (max-width:480px) {
    #agreement {
        margin-top: 120px !important;
    }
    #agreement dl dt {
        font-size: 20px;
    }
    #agreement > div > div {
        padding: 24px;
        font-size: 14px;
    }
}
/*-----------------------------------

-個別設定-

------------------------------------*/

#cardDetail {
    max-width: 1080px;
    width: 90%;
    margin: 3rem auto 0;
    position: relative;
}

#headLogo {
    position:absolute;
    top: -9em;
    left: -5%;
    width: 110%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* campaign */
#campaign {
    background: #F6F6F6;
    padding-top: 140px;
    box-shadow:inset 0 0 30px #b2b2b2;
    padding-bottom: 140px;
}
#campaign > * {
    max-width: 960px;
    width: 94%;
    margin: auto;
}
#capmaign h2 {
    margin-top: 0;
}
#campaign .typeList {
    display: flex;
    flex-wrap:wrap;
    margin-top: 8rem;
}

#campaign .typeList li {
    width: 50%;
}
#campaign h3.barTtl {
    margin: 4rem auto 2rem;
}


@media screen and (max-width: 480px) {
    body {
        padding-top: 1.5em;
        background: url(../img/bg.png) no-repeat center top,#f1fbff;
        background-size:auto 100vh,100%;
    }
    /* mainvisual */
    #headLogo  {
        top: -4.5em;
    }
    #headLogo li {
        height: 30px;
    }
    #headLogo li img {
        height: 100%;
        width: auto;
        max-width: 120px;
    }
    #campaign {
        padding-top: 80px;
    }
    #campaign .typeList {
        margin-top: 32px;
    }
    #campaign .typeList li {
        width: 100%;
    }
    #campaign .typeList li:not(:first-of-type) {
        margin-top: -1rem;
    }
}

body {
  padding: 0;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#campaign {
	box-shadow: none;
	padding-top: 4em;
	height: auto;
}

#campaign h3.barTtl {
	margin-top: 0;
}

header {
  width: 100%;
  margin: auto;
}

.headLogo {
  display: flex;
  justify-content: space-between;
}

.campHead {
  margin: 2em auto;
  width: 476px;
  text-align: center;
}

.campHead h1 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}

.campHead h2 {
  font-size: 1.92rem;
  margin: .5em auto 1.5em;
  position: relative;
}

.campJQ {
  position: relative;
}

.campJQ .rectLine {
  position: absolute;
  bottom: -.3rem;
  left: 1em;
  width: 92%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1.2rem solid rgba(255, 242, 128, 1);
}

.campHead img {
  width: 95%;
  max-width: 95%;
}

.jqMain {
  max-width: 1080px;
  margin: auto;
}

main section {
  background: white;
}

#mainHead {
  justify-content: space-between;
  background: rgba(255, 215, 224, 1);
  margin-bottom: 1rem;
}

.jqcardImage img {
	width: 100%;
}

.icoBox {
}

.txtBig {
  font-size: 1.2em;
}

.greatValue {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

.gvIcon {
  background-color: white;
  border: 3px solid #FF1660;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;

  width: 240px;
  height: 230px;
  margin: 10px;
  overflow: hidden;
}

.icoTitle {
  font-size: 1.2em;
  font-weight: bold;
}

.icoDesc {
  color: #FF002E;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .7em;
}

.qpLogo {
  text-align: center;
  margin: 1em auto;
}

.qpFeatures {
  display: flex;
  justify-content: center;
}

.qpIcon {
  background-color: white;
  border: 3px solid #FF1660;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;

  width: 160px;
  height: 145px;
  margin: 10px;
  overflow: hidden;
}

.qpIcon .icoDesc {
  border-top: 2px dotted #E60012;
  margin-top: 4px;
  padding-top: 4px;
}

#nowMax {
  margin-bottom: 2em;
  padding-bottom: .5rem;
  text-align: center;
}

.nowMaxTitle {
  background-color: white;
  margin: 2em auto;
  width: fit-content;
  text-align: center;
  padding: 1em;
}

.divP8000 {
  justify-content: space-between;
  align-items: flex-end;
  width: 1000px;
  margin: auto auto 1em auto;
}

.p8Left {
  width: 266px;
  padding-bottom: .5em;
}

.p8Center {
  width: 490px;
}

.p8Right {
  width: 212px;
  padding-bottom: .5em;
}

#nowMax hr {
  height: 0;
  width: 90%;
  border-top: 3px solid #E02232;
  margin: .4em auto .8em auto;
}

.p8Desc {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: anchor-center;
}

.p8Button {
  background-color: #FF0051;
  color: white;
  font-weight: bold;
}

.byNewbie {
  width: 155px;
  text-align: center;
  padding: 2em auto;
}

.byAmount {
  width: 200px;
  text-align: center;
  margin-left: 2em;
}

.max4000p,
.newAmount {
  font-size: 28px;
  font-weight: bold;
  color: #FF0051;
}

.max4000Desc,
newAmountDesc {
  font-size: 16px;
}

.enRollPeriod {
  text-align: center;
  font-weight: bold;
  font-size: 29px;
}

.wrapEnrollButton {
  text-align: center;
  margin: 1em;
}

.nmFootnote {
  text-align: center;
}

#notJustNow {
  background: linear-gradient(180deg, #FFFBD3 0%, #FFFFFF 100%);
  margin-bottom: 4em;
  padding-top: 1em;
  padding-bottom: 2em;
}

.notJustNowTitle {
  width: 98%;
  max-width: 824px;
  margin: auto;
  padding: .7rem;
  text-align: center;
  background-color: rgba(37, 88, 156, 1);
  border-radius: 29px;
  position: relative;
  top: -2em;
}

.onlyNowTitle {
  margin: auto;
}

.onlyNowTitle img {
  margin: auto;
}

.onlyNow8kp {
  margin: 4em auto .5em auto;
}

.onlyNow8kp img {
  margin: auto;
}

.onlyNow8kDesc {
  display: flex;
  justify-content: space-evenly;margin-top: .5em;
}

.only8kCond {
  text-align: right;
}

.notJustNowFootnote {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#fiveFeatures {
  padding-bottom: 2em;
  padding-top: 0;
  margin-bottom: 4em;
}

.fiveFeaturesHead {
  text-align: center;
  padding: 0 2em 2em 2em;
}

.fiveFeaturesHead img {
  margin: 1.2rem;
}

.fiveFeaturesHead img:first-child {
	margin-top: 0;
}

.fiveFeaturesIcons {
  text-align: center;
  margin-bottom: 2em;
}

.fiveFeaturesIcons img {
  margin-bottom: 4px;
}

.featureHead {
  display: flex;
  align-items: anchor-center;
  width: 90%;
  margin: 6em 2em 2em;
}

.btnFeature {
  background-color: #FF0252;
  color: white;
  font-weight: bold;
  font-size: 26px;
  border-radius: 25px;
  padding: .2em 1.8em;
  margin-right: 1em;
  white-space: nowrap;
}

.featureDesc {
  font-size: 26px;
  font-weight: bold;
  color: #FF0353;
}

.featureDesc .notes {
  font-size: 62%;
  font-weight: 500;
  line-height: 115%;
  margin-top: .5em;
}

.featureDetail {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.featureDetail > div {
	text-align: center;
}

.featureDetailImg {
  height: 120px;
}

.featureDetailImg img {
  vertical-align: bottom;
}

.txtFeature {
  line-height: 1.1em;
  font-weight: bold;
  vertical-align: middle;
}

.feature3Caption {
  color: #FF0252;
  font-weight: bold;
  padding-left: 5em;
}

.feature_sugoca {
	display: flex;
	width: 988px;
	max-width: 100%;
}

.feature_sugoca div:first-child {
	width: 65%;
	font-size: 0.9rem;
    line-height: 1.4em;
	font-weight: bold;
	margin-left: 10%;
	margin-right: 3%;
}

.divTbl {
  position: relative;
  width: 90%;
  margin: auto;
}

.tblFeature3 {
  width: 85%;
  margin: auto;
}

.tblFeature3 th {
  background-color: #FFF0EF;
  width: 25%;
  height: 3em;
}

.tblFeature3 td {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #FFBFCB;
  height: 3em;
}

.pointExchange {
  color: #BE0000;
  position: relative;
}

.pointExchange div {
  position: relative;
  z-index: 9;
}

.pointExchange .yellowLine {
  width: 7em;
  height: .8em;
  position: absolute;
  top: 1.5em;
  left: calc(50% - 3.5em);
  background-color: #FFFF00;
  z-index: 0;
}

.tblNote {
  position: absolute;
  top: 3em;
  right: 6em;
  text-align: center;
  background-color: #FF0252;
  padding: .75em;
  color: white;
  font-weight: bold;
}

.tblNote span {
  font-size: 150%;
}

.tblFootnote {
  width: 86%;
  margin: 1em auto;
  line-height: 120%;
}

.small,
.feature5Footnote,
.step3Footnote img,
.nmFootnote,
.tblFootnote {
	font-size: .874rem;
	font-weight: normal;
	/* opacity: 70%; */
	line-height: 1.12rem;
	color: #000;
	letter-spacing: -.09rem;
}

.featureDetail .txtFeature {
	line-height: 1.6em;
	color: #FF0353;
}

.step3Footnote {
	text-align: left;
	padding-left: 1em;
	text-indent: -.9em;
}

.exchangeBalls {
  display: flex;
  justify-content: center;
}

.exchangeBallsDesc {
  width: 96%;
  display: flex;
  justify-content: space-between;
  margin: .4em auto;
}

.exchangeBallsDesc div {
  width: 30%;
  color: #FF0353;
  font-weight: bold;
}

.exchangeBallsDesc div span {
  color: black;
  font-weight: normal;
}

.feature5Icons {
  width: 92%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.feature5Icon {
  border: 1px solid #D38AC1;
  border-radius: 10px;
  width: 322px;
  height: 232px;
  text-align: center;
  color: #FF0353;
  padding: 2em;
  font-size: 18px;
  font-weight: bold;
}

.feature5Icon div {
  margin-top: 2em;
}

.feature5Footnote {
  width: 92%;
  margin: 2em auto 2em auto;
/*  font-weight: 500; */
}

.fiveFeatures {
  display: flex;
  justify-content: center;
}

#threeSteps {
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 4em;
}

.threeStepsHead {
  text-align: center;
  margin-bottom: 2em;
}

.wrapThreeStep {
  display: flex;
  justify-content: space-evenly;
}

.easySteps {
  margin-top: .3em;
}

.easySteps.step1 {
  border-color: #FFA5C8
}

.easySteps.step3 {
  border-color: #B24F65;
}

.stepTextDesc {
  margin: 1.5em auto 2em auto;
}

.step3 .stepTextDesc {
  margin: .8em auto 1.6em auto;
}

.step3Footnote {
  position: relative;
  bottom: -.5em;
  right: -6.5em;
  width: fit-content;
}

#easyThreeSteps {
  padding: 2rem;
  margin: 4em auto;
}

.threeStepsHead {
  text-align: center;
  margin-bottom: 2em;
}

#easyThreeSteps .wrapThreeStep {
  display: flex;
  justify-content: space-evenly;
}

#easyThreeSteps .easySteps {
	border: 5px solid #FF8BA4;
	border-radius: 10px;
	margin-top: .3em;
	width: 300px;
	height: 266px;
	text-align: center;
	position: relative;
}

#easyThreeSteps .easySteps.step1 {
  border-color: #FFA5C8
}

#easyThreeSteps .easySteps.step3 {
  border-color: #B24F65;
}

#easyThreeSteps .stepTextDesc {
  margin: 1.5em auto 2em auto;
}

.step3 .stepTextDesc {
  margin: .8em auto 1.6em auto;
}

.step3Footnote {
  position: relative;
  bottom: -.5em;
  right: -6.5em;
  width: fit-content;
}

#card_info {
	
}

.card_lineup {
	width: 80%;
	max-width: 1020px;
	padding: 2rem 4rem;
	margin: auto;
	background: #fff;
}

.lineup_card {
	display: inline-block;
	margin: 2rem .5rem;
}


footer a {
	margin: 0 .6em;
	white-space: nowrap;
	color: white;
}

footer a:link,
footer a:visited {
	color: white;
}

main section#campain_head {
	width: fit-content;
	margin: auto;
	background-color: transparent;
}

.campain_head_wrap {
	display: flex;
}

.campain_head_wrap h2 {
	width: fit-content;
}

main section.countdown {
	background: transparent;
	width: fit-content;
	margin: 1em auto;
	font-size: 2rem;
	font-weight: bold;
}

main section.countdown h4 {
	background: #000;
	color: #fff;
	text-align: center;
	padding: .2em;
}

.countdown_timer {
	margin: .5em auto;
	text-align: center;
}

main section.countdown span {
	font-size: 2.8rem;
	font-weight: bold;
}

.threeStepsHead > div {
	font-weight: bold;
	font-size: 2rem;
	color: #E60012;
	margin-top: .8em;
}

.threeStepsHead > div .large {
	font-size: 3.5rem;
}

#specialTicket {
	text-align: center;
	margin-bottom: 6em;
}

#specialTicket .specialTicket_desc {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 1.5em auto;
}

#specialTicket h4 {
	font-size: 1.6rem;
	background-color: #E60013;
	color: #fff;
	padding: .5em;
	margin-bottom: 1em;
	border-radius: 10px;
}

#specialTicket table {
	border-collapse: collapse;
	width: 100%;
}
 
#specialTicket th,
#specialTicket td {
	border: solid 1px #E9CD5C;
	font-weight: bold;
	padding: .6rem;
	font-size: 1rem;
}

#specialTicket th {
	background: #FFF5D0;
	line-height: 2em;
}

#specialTicket td span {
	font-weight: bold;
	color: #C60010;
	background: linear-gradient(rgba(255, 255, 255, 0) 40%, #FFF833 70%);
}

#specialTicket td:first-child {
	border-left: none;
}

#specialTicket td:last-child {
	font-weight: normal;
	line-height: 1.8em;
}

#specialTicket .nmFootnote {
	text-align: left;
	margin: 1em;
	line-height: 2em;
}

.specialTicket_header img {
	max-width: 94%;
}

.q-po_speciality_wrap a {
	color: #222;
}

.q-po_speciality {
	font-size: 2.0rem;
	font-weight: bold;
	color: #E60012;
	line-height: 1.4em;
}

.wrapTrips {
	text-align: center;
}

.wrapTrips > div {
	display: inline-block;
	margin: .6em;
}

.wrapTrips > div img {
	width: 469px;
	max-width: 100%;
}
h4 .small-text {
  display: block;               /* ブロック化して幅を持つ */
  text-align: center;             /* 左揃え */
  margin-top: 0.3em;            /* 上の余白（必要なら） */
  font-size: 0.5em;
  line-height: 1.2;
}


