@charset "UTF-8";
html {
    overflow: auto;
}

body {
    overflow-x: hidden;
}

#riMainContents {
    overflow: visible;
}

div#contentsWrapper {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    color: #333;
}
.rfont {
    font-family: RakutenSansJP_W_Bold;font-weight: normal;
}




#contentsWrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contentsWrapper a {text-decoration: underline;}

#contentsWrapper a:hover img {
    opacity: .8;
}

#contentsWrapper img {
    max-width: 100%;
}

#contentsWrapper .sp {
    display: none;
}

#contentsWrapper .inner {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#contentsWrapper h2 {
	background: url(../img/pic_ttl.png) no-repeat top center;
	padding-top: 80px;
  color: #c70102;
  font-size: 40px;
}
.sec_target{display: flex;}
.sec_target span{font-weight: bold;
  background: #ebebeb;
  padding: 0 8px;
  margin: 2px 4px 2px 0;
  line-height: 28px;
  font-size: 14px;
}
.sec_mv {
    overflow: hidden;
    position: relative;
    height: 338px;
}

.sec_mv h1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#contentsWrapper .sec_mv h1 img{max-width: initial;}

.sec_mv .notes {
    font-size: 14px;
    margin: 1.5em 0 .8em;
    color: #123d75;
}
.sec_mv a[href="#entry"] {
	position: absolute;
	top: 0; right: 0;
}


.sec_entry{padding: 4em 0;width: 720px!important;line-height: 1.6;}
.sec_entry .checkbox{font-size: 16px;}
.sec_entry .checkbox label {position: relative;}
.sec_entry .checkbox input {display: none;}

.sec_entry .checkbox .checkmark {
  position: absolute;
  top: -2px;
  left: -36px;
  height: 24px;
  width: 24px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #ccc;
  cursor: pointer;
}

.sec_entry .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sec_entry .checkbox input:checked + .checkmark {
  background-color: #0070bd;
  border: 2px solid #0070bd;
}

.sec_entry .checkbox input:checked + .checkmark:after {
  display: block;
}

.sec_entry .button{padding: 4em 0;}
.sec_entry .notes{text-align: left;margin-top: 2em;}
.sec_entry .red{color: #ff0707;}



.sec_period {
    background: #000;
    padding: 14px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    max-width: 1920px;
  margin: 0 auto;
}


.boxsearch {
    width: 100%;
    margin: 3em auto 6em;
    padding: 0 10px;
    text-align: center;
}
.search_title {
    margin: 0 auto 8px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}
.rc-searchForm__inputContainer {
    display: flex;
    border: none !important;
    background: none !important;
}

.rc-searchForm__textInputContainer {
    display: flex;
    align-items: stretch;
    position: relative;
    height: 40px !important;
    border: 1px solid #c4c4c4 !important;
    border-right: none;
    border-radius: 4px !important;
}

.rc-searchForm__textInput {
    display: flex;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #ffffff;
    line-height: 1.5;
    text-indent: 16px;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rc-searchForm__selectContainer {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

.rc-searchForm__selectContainer:before {
    display: block;
    padding: 0 14px 0 0;
}

.rc-searchForm__select {
    height: 100%;
    padding: 0 4px 0 12px;
    border: none;
    border-radius: 0;
    background-color: #f7f7f7;
    color: inherit;
    font-size: 12px;
    text-align: right;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rc-searchForm__select::-ms-expand {
    display: none;
}

.rc-searchForm__button {
    flex: 0 0 auto;
    width: 80px !important;
    height: 40px !important;
    margin-left: 10px !important;
    padding: 0;
    border: none !important;
    border-radius: 4px !important;
    background: #c70102;
    color: #ffffff;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    outline: none;
    cursor: pointer;
}

.rc-searchForm__button::before {
    content: unset !important;
}
.rc-searchForm__form input::placeholder {
    color: #c4c4c4;
}
/* rc-searchKeyword[module] */
.rc-searchKeyword__item {
    position: relative;
    margin: 0 6px 6px 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
}
.rc-searchKeyword[layout] [class*='genreList__icon']:before {
    margin-right: 5px;
    font-size: 24px;
    vertical-align: bottom;
}
.rc-searchKeyword a {
    padding: 7px 12px;
}

.sggstInputWrap {
    position: relative;
    width: 100%;
}

.nav {background:#0e036b;padding: 1em 0;max-width: 1920px;margin: 0 auto;}
.nav ul{display: flex; width: 640px;margin: 0 auto}
.nav ul > li{width: 25%;border-right: 1px solid #fff;}
.nav ul > li a{display: block;width: 100%; height: 100%;color: #fff;
	display: flex;justify-content: center;align-items: center;text-decoration: none !important;
	position: relative;
	padding: 5px 0 15px;
}
.nav ul > li a:after{
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  content: '';
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 0 auto;
}
.nav ul > li a:hover{opacity: .8;}
.nav ul > li:last-child{border-right: none;}

.nav.fixed {position: fixed;top: 0;left: 0;right: 0;padding: .5em 0;z-index: 999;}


.sec_step {padding-top: 5em;}
.sec_step ul {display: flex;justify-content: center;margin-top: 3em;}
.sec_step ul li{position: relative;margin: 0 25px;width: 323px;
	background: #fdf3e6 url(../img/bg_step_bottom.png) no-repeat bottom center;
	padding-bottom: 4em;
}
.sec_step ul li:nth-child(1):before{
content: "";
position: absolute;
top: calc(50% - 20px);
right: -36px;
width:0;
height:0;
border-style:solid;
border-width: 18px 0 18px 18px;
border-color: transparent transparent transparent #0e036b;
}


.sec_step p:not(.notes){
    font-size: 20px;
    line-height: 1.4;
    margin: 0 30px;
}
.sec_step p.notes {
	text-align: left;
	margin: 5px 30px 0;
	font-size: 13px;
	line-height: 1.4;
}

.sec_point {
	background: url(../img/bg_point_pc.png) no-repeat center top;
	margin-top: 10px;
}
.sec_point .inner{width: 720px!important;padding: 60px 0 100px;}
.sec_point .inner h3{font-size: 32px;font-weight: bold;line-height: 1;color: #000;}
.sec_point .inner h3 .marker{background: linear-gradient(transparent 80%, #ffff0f 20%);margin-top: .8em;font-size: 1.3em;display: inline-block;padding: 0 .5em;}
.sec_point .inner h3 .num{font-size: 1.5em;}
.sec_point .inner ul{display: flex;margin-top: 4em;}
.sec_point .inner ul li{width: 50%;line-height: 1;}
.sec_point .inner ul li .label{font-weight: bold; font-size: 28px;color: #000;text-align: left;padding-left: 1.5em;}
.sec_point .inner ul li:nth-child(2) .label{padding-left: .5em;}
.sec_point .inner ul li .label .icons{font-size: 0;letter-spacing: 5px;vertical-align: middle;display: inline-block; padding-right: 6px;}
.sec_point .inner ul li .label img{vertical-align: middle;}
.sec_point .inner ul li .label .num{font-size: 1.4em;}
.sec_point .inner ul li .point{font-weight: bold; font-size: 38px;color: #000;padding-left: 1em;margin-top: 10px;}
.sec_point .inner ul li:nth-child(2) .point{padding-left: .2em;}
.sec_point .inner ul li .point .num{font-size: 2.5em;padding-left: 5px;}

.sec_point .inner p{text-align: left; line-height: 1.6;margin-top: 3em;}
.sec_point .red{color: #ff0707;}


.sec_case{background: #fff8e7;padding: 5em 0 40px;max-width: 1920px;margin: 0 auto;}
.sec_case h3{font-weight: bold;font-size: 28px;padding: 40px 0 30px;}
.sec_case .inner{width: 740px !important;margin: 0 auto;position: relative;}

.sec_case .pic{background: #fff; position: relative;padding: 40px 0;}
.sec_case .pic:before{
content: "";
position: absolute;
bottom: -32px; left: 0; right: 0;;
margin: 0 auto;
width:0;
height:0;
border-style:solid;
border-width: 18px 18px 0 18px;
border-color: #0e036b transparent transparent transparent;
}
.sec_case .pic p{font-size: 28px;font-weight: bold;margin-top: 1em;line-height: 1.5;}
.sec_case .pic p .num{font-size: 1.5em;}
.sec_case .red{color: #ff0707;}
.sec_case .point{
	padding: 80px 0 60px;
	background: url(../img/pic_case_coin.png) no-repeat bottom center;
}
.sec_case .point span.marker{
	line-height: 1;
	display: inline-block;font-weight: bold; font-size: 36px;
	background: linear-gradient(180deg, transparent 80%, #ffff0f 80%, #ffff0f 90%, transparent 90%, transparent 100%);
	padding: 0 10px 0 30px;
	position: relative;
}
.sec_case .point span.marker:before{
	content: url(../img/ico_num.png);
	position: absolute;
	top: -40px;
	left: 0;
}
.sec_case .point span.num{font-size: 80px;}


.sec_shoplist {padding-top: 6em;}
.sec_shoplist h2{}
.sec_shoplist h3{position: relative;margin-top: 4em;}
.sec_shoplist h3:before,
.sec_shoplist h3:after{
content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 28%;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #e4e4e4,
        #e4e4e4 5px, /* 線の長さ */
        transparent 5px, /* 線の間隔 */
        transparent 8px /* 次の線までの間隔 */
    );
    transform: translateY(-50%);
    
}
.sec_shoplist h3:before{left: 0;}
.sec_shoplist h3:after{right: 0;}

.sec_shoplist h3 span{background: #fff;font-size: 34px;font-weight: bold;padding: 0 1em;position: relative;display: inline-block;}
 


.sec_shoplist ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 2em auto 0;
}

.sec_shoplist ul li {
}

.sec_shoplist ul li a {
position: relative;
  padding: 0 1.5em 0 1.2em;
  margin-bottom: 10px;
  display: block;
  text-decoration: none !important;
  color: #666 !important;
  font-size: 16px;
}
.sec_shoplist ul li a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #737373;
	border-right: 2px solid #737373;
	transform: rotate(45deg);
}
.sec_shoplist ul li a:hover{text-decoration: underline!important;}

#entry.lock {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}

#contentsWrapper .inner.summary {
    margin: 5em auto 4em;
    padding-top: 5em;
}


.summary table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 4em;
}

.summary table caption {
    background-color: #d9d9d9;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
}

.summary table tr th,
.summary table tr td {
    border: 1px solid #a4a4a4;
    padding: 10px 20px;
}

.summary table tr td {
    text-align: left;
}


.summary table tr td ul {
    list-style: none;
}

.summary table tr td li.att {
    position: relative;
    padding-left: 1.2em;
}

.summary table tr td li.note {
    text-indent: -1em;
    padding-left: 1em;
}

.summary table tr td li.att::before {
    content: '\0203B';
    position: absolute;
    left: 0;
}

.summary table tr td li.note::before {
    content: '・';
}

.summary table tr th {
    background-color: #d9d9d9;
    width: 340px;
}

.summary table tr th[colspan="2"] {
    width: 340px;
}

.summary table tr th.second {
    width: 130px;
}

.summary table tr th[rowspan="3"] {
    width: 190px;
}

.summary table span.red {
    color: #d01e1e;
}
.goto{position: fixed;bottom: 150px;right: 50px;z-index: 999; width: 60px;}
.fbtn{
	position: fixed;
	bottom: 0;z-index: 999;
	width: 100%;
	padding: 1em 0;
	background: rgba(0,0,0,.8);
	text-align:center;
}