@charset "UTF-8";
/*==============================
Base
==============================*/

/*	Reset
------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, main,menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-style:inherit;
font-weight:inherit;
font-size:100%;
vertical-align:baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
display:block;
}
html {
overflow-y:scroll;
color:#333;
font-size:62.5%;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
-webkit-text-size-adjust:100%;
text-size-adjust:100%;
}
body {
width:100%;
height:100%;
font-size:1.4em; /* for GC. defalut font-size:1.4rem = 14px */
line-height:1.5;
background-color:#000;
word-break:break-word;
}
*, *:before, *:after {
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
input, textarea {
margin:0;
padding:0;
border:none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color:#a9a9a9;
}
input {
-webkit-appearance:none;
appearance:none;
outline:none;
}
input, textarea, select {
font-family: inherit;
}
ol, ul {
list-style:none;
}
table{
border-collapse:collapse;
border-spacing:0;
width:100%;
}
caption, th, td {
text-align:left;
}
a {
color:#333;
text-decoration:none;
outline:none;
}
img {
max-width: 100%;
height: auto;
vertical-align:top;
}
hr {
height:1px;
margin:0;
border:0;
}
.cf:after {
content:"";
clear:both;
display:block;
}


/*	Structure
------------------------------*/

/*-- wrapper --*/
#wrapper{
width: 100%;
position: relative;
overflow: hidden;
}


/*-- pageHeader --*/
.pageHeader {
background-color: #fff;
}
.pageHeaderInr {
max-width: 970px;
margin: 0 auto;
padding: 0 10px;
}
.pageHeader_logo {
width: 333px;
padding: 32px 0;
}

/*-- ancNav --*/
.ancNav {
width: 100%;
background: rgba(23,182,125,.9);
position: absolute;
z-index: 1500;
}
.ancNavInr {
max-width: 970px;
margin: 0 auto;
padding: 0 10px;
}
.ancNavItems {
width: 100%;
display: table;
}
.ancNavItem {
display: table-cell;
vertical-align: middle;
/*position: relative;*/
}
.ancNavItem .inr {
display: block;
min-height: 62px;
padding: 17px 10px 25px;
background: rgba(255,255,255,0);
text-align: center;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.3;
position: relative;
transition: background ease 0.2s;
}
.ancNavItem .inr:hover {
background: rgba(255,255,255,0.2);
}
.ancNavItem .inr:after {
content: "";
display: block;
width: 16px;
height: 8px;
background: url(../img/common_img/icon_nav_arw.png) no-repeat 0 0;
position: absolute;
bottom: 10px;
left: 50%;
margin-left: -8px;
}

.pageHeader .ancNavItems ul.sub-menu {
width: 100vw;
position: absolute;
left: 0;
text-align: center;
letter-spacing: -0.4em;
line-height: 1.5;
background-color: rgba(0,0,0,0.6);
/*height: 51px;*/
	height: auto;
-moz-animation: fadein 0.5s linear 0s 1;
-webkit-animation: fadein 0.5s linear 0s 1;
-o-animation: fadein 0.5s linear 0s 1;
-ms-animation: fadein 0.5s linear 0s 1;
cursor: default;
}

.pageHeader .ancNavItems ul::before {
content: "";
position: absolute;
background-color: rgba(0,0,0,0.6);
width: 100%;
height: 51px;
left: -100%;
display: block;
bottom: 0;
}
.pageHeader .ancNavItems ul::after {
content: "";
position: absolute;
background-color: rgba(0,0,0,0.6);
width: 100%;
height: 51px;
right: -100%;
display: block;
bottom: 0;
}



.pageHeader .ancNavItems ul.sub-menu li {
position: relative;
background: none !important;
vertical-align: middle;
letter-spacing: normal;
display: inline-block;
text-align: center;
float: none;
margin: 0 10px;
padding: 18px 0;
color: #fff;
font-size: 13px;
line-height: 1;
}



.pageHeader .ancNavItems ul.sub-menu li > a {
padding: 0 0 0 0;
border: none;
color: #fff;
}
.pageHeader .ancNavItems ul.sub-menu li > a:hover{
text-decoration: underline;
color: #fff;
}



/*-- slicknav --*/
.slicknav_menu {
display: none;
}

/*-- contents --*/
.contents {
background-color:#fff;
}
.contentsInr {
max-width: 970px;
margin: 0 auto;
padding: 0 10px;
}

/*-- pageFooter --*/
.pageFooter {
background-color: #000;
}
.pageFooterInr {
max-width: 970px;
margin: 0 auto;
padding: 0 10px;
}
.pageFooter_copy {
display: block;
padding: 41px 0;
text-align: center;
color: #fff;
font-size: 1.2rem;
}

.toHome {
display: none;
}

.pageTop {
position: fixed;
right: 20px;
bottom: 20px;
width: 95px;
height: 95px;
z-index: 20;
}
.pageTop_inr {
display: block;
transition: opacity ease 0.2s;
}
.pageTop_inr > img{
max-width: 100%;
height: auto;
}
.pageTop_inr:hover {
opacity: 0.7;
}

/*-- showMoreArea --*/
.showMoreArea .showMoreBtn{
display: block;
border: 1px solid #b5b5b5;
color: #b5b5b5;
text-align: center;
letter-spacing: normal;
font-size: 20px;
padding: 10px 0;
max-width: 950px;
margin: 20px 0 0 22px;
}


/*------------------------------
for SP
------------------------------*/
@media screen and (max-width: 739px) {

/*	Reset
------------------------------*/
img {
width: 100%;
}

/*	Structure
------------------------------*/
/*-- pageHeader --*/
.pageHeader {
position: relative;
}
.pageHeaderInr {
width: 100%;
}
.pageHeader_logo {
width: 193px;
padding: 16px 0;
}

/*-- ancNav --*/
.ancNav {
display: none;
}

/*-- slicknav --*/
.slicknav_menu {
display: block;
}
.slicknav_btn {
display: block;
width: 40px;
height: 40px;
position: absolute;
right: 10px;
top: 6.5px;
}
.slicknav_icon {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.slicknav_icon-bar {
display: inline-block;
position: absolute;
left: 8px;
width: 24px;
height: 2px;
background-color: #000;
transition: all 0.4s;
}
.slicknav_icon-bar:nth-of-type(1) {
top: 11px;
}
.slicknav_icon-bar:nth-of-type(2) {
top: 19px;
}
.slicknav_icon-bar:nth-of-type(3) {
bottom: 11px;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(1) {
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(2) {
opacity: 0;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}
.slicknav_nav {
width: 100%;
padding: 0;
/* background: rgba(0,150,200,0.9); */
position: absolute;
z-index: 1500;
}
.slicknav_nav .ancNavItem {
display: block;
border-bottom: 1px solid  #fff;
}
.slicknav_nav .ancNavItem:last-child{
border-bottom: none;
}
/*.slicknav_nav .ancNavItem.recommend,*/
.slicknav_nav .ancNavItem.cheapest {
display: none;
}
.slicknav_nav .ancNavItem .inr {
min-height: inherit;
padding: 15px 11px;
text-align: left;
background:  rgba(23,182,125,.9);
}
.slicknav_nav .ancNavItem .inr:before {
content: "";
display: block;
width: 41px;
height: 41px;
background-repeat: no-repeat;
background-position: center center;
background-size: 41px 41px;
position: absolute;
top: 8px;
left: 50%;
margin-left: -20.5px;
}
.slicknav_nav .ancNavItem .inr::after{
left: inherit;
bottom: inherit;
background: none;
margin-left: 0;
top: 50%;
right: 15px;
width: 10px;
height: 10px;
margin: 0;
border: 2px solid #fff;
border-left: transparent;
border-bottom: transparent;
transform: translateY(-50%) rotate(45deg);
transform-origin: center center;
}
.slicknav_nav .ancNavItem.area .inr::after{
transform: translateY(-50%) rotate(135deg);
}
.slicknav_nav .ancNavItem.slicknav_open .inr::after{
transform: translateY(-50%) rotate(-45deg);
}
/*.slicknav_nav .ancNavItem:last-child .inr::after{
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}*/
.slicknav_nav .sub-menu > li {
background:  rgba(23,182,125,.9);
color: #fff;
}
.slicknav_nav .sub-menu > li a{
color: #fff;
font-size: 1.6rem;
font-weight: bold;
padding: 15px 11px;
}	
.slicknav_nav .ancNavItem.area .inr:before {
/*background-image: url(../img/ivon_nav_area_sp.png);*/
content: none;
}
.slicknav_nav .ancNavItem.dateDest .inr:before {
/*background-image: url(../img/ivon_nav_dateDest_sp.png);*/
content: none;
}
.slicknav_nav .ancNavItem.dp .inr:before {
background-image: url(../img/common_img/ivon_nav_dp_sp.png);
content: none;
}
/*
.slicknav_nav .ancNavItem .inr:after {
display: none;
}
*/
.slicknav_nav .slicknav_arrow { display: none; font-size: 0.8em; margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_row {
display: block;
}
.slicknav_nav a {
display: block;
}

.slicknav_nav ul {
display: block;
}

/*-- contents --*/
.contentsInr {
width: 100%;
padding: 0;
}

/*-- pageFooter --*/
.pageFooterInr {
width: 100%;
}
.pageFooter_copy {
padding: 12px 0;
font-size: 1.0rem;

}

.toHome {
display: block;
}
.toHomeInr {
display: block;
padding: 10px 0;
background-color:#e7e7e7;
text-align: center;
}
.toHome_txt {
display: inline-block;
padding-left: 23px;
/*background: url(../img/common_img/icon_home_sp.png) no-repeat left center;*/
background-size: 16px 13px;
color: #333;
}

.pageTop {
width: 75px;
height: 75px;
bottom: 10px;
right: 10px;
}
.pageTop_inr {
}


}/* @media */



@keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@-webkit-keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@-moz-keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@-o-keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@charset "utf-8";

#wrapper{
min-width: 950px;
}
@media screen and (max-width: 739px) {
#wrapper{
min-width: initial;
min-width: auto;
}
}

/*==============================
Teaser
==============================*/

/*	mainVisual
------------------------------*/
.mainVisual {
position: relative;
}
.mainVisual_bgItems .bgItem {
height: 680px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
/*.mainVisual_bgItems .bgItem_01 { background-image: url(../img/2019_spring/bg_main.jpg); }
.mainVisual_bgItems .bgItem_02 { background-image: url(../img/2019_spring/bg_main02.jpg); }
.mainVisual_bgItems .bgItem_03 { background-image: url(../img/2019_spring/bg_main03.jpg); }
.mainVisual_bgItems .bgItem_04 { background-image: url(../img/2019_spring/bg_main04.jpg); }*/

.mainVisual_head{
position: absolute;
width: 95%;
max-width: 500px;
margin: 0 auto;
top: 210px;
left: 0;
right: 0;
}

@media screen and (max-width: 739px) {
.mainVisual_head{
height: 100%;
top: 0;
}
.mainVisual_head > img{
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
}

.link_domtour {
position:absolute;
bottom:30px;
right:50px;
}

/*	releaseArea
------------------------------*/
.releaseArea{
background-color: #f6f6f6;
border-bottom: 1px solid #e5e5e5;
}
.releaseArea > .contentsInr{
padding: 30px 0;
max-width: 950px;
margin-left: auto;
margin-right: auto;
}
.releaseArea_lead {
font-size: 19px;
line-height: 2;
font-weight: bold;
color: #2c4e74;
text-align: center;
}

/*-- releaseBox --*/
.releaseBoxesWrap {
position: relative;
padding-bottom: 70px;
}

.releaseBoxesLink{width:950px;margin:0 auto;padding-bottom:100px;}
.releaseBoxesLink > dl{border:4px solid #cc0000;text-align:center;}
.releaseBoxesLink dl dt{background-color:#dcf2f8;color:#0f0f69;font-size:32px;padding:6px 0;font-weight:bold;}
.releaseBoxesLink dl dd{padding:27px 0;}
.releaseBoxesLink dl dd > a.icon_arw_links{ background:url(../img/teaser/2018_summer/icon_arw_links.png) no-repeat 0 50%;font-size:24px;font-weight:bold;color:#0f0f69;padding-left:18px;}
.releaseBoxesLink dl dd > a.icon_arw_links:hover{text-decoration:underline;}

@media screen and (max-width: 739px) {
.releaseBoxesLink{width:100%;padding:0 20px 50px;}
.releaseBoxesLink dl dt{font-size:18px;padding:6px 0;}
.releaseBoxesLink dl dd{padding:10px 0;}
.releaseBoxesLink dl dd > a.icon_arw_links{font-size:14px;padding-left:18px;}
.releaseBoxesLink dl dd > a.icon_arw_links:hover{text-decoration:underline;}
}


.releaseBoxesBg {
background-color:#dcf2f8;
background: url(../img/teaser/bg_release.jpg) no-repeat center bottom #dcf2f8;
background-size: cover;
position: absolute;
top: 60px;
right: 0;
left: 0;
bottom: 0;
transform: skewY(-3.6deg);
}
.releaseBoxes {
max-width: 970px;
margin: 30px auto 0;
padding: 0 10px;
}
.releaseBoxesInr {
letter-spacing: -0.4em;
width: 103%;
margin: 0 0 0 -3%;
}
.releaseBox {
display: inline-block;
letter-spacing: normal;
vertical-align: top;
width: 47%;
margin: 20px 0 0 3%;
padding: 4.2% 0 0 2.1%;
position: relative;
}
.releaseBox .hCont{
height: 467px;
}
.releaseBox .hCont2{
height:396px;
}
.releaseBox_vol {
width: 26%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.releaseBoxInr {
box-sizing: border-box;
display: block;
background-color: #fff;
border: 2px solid #000e4c;
text-align: center;
}
.releaseBox_date {
text-align: center;
}
.releaseBox_time {
}
.releaseBox_type {
margin-top: 15px;
}
.releaseBox_type > img {
width: 23.7%;
}

.releaseBox_dist {
min-height: 105px;
margin-top: 10px;
padding: 0 9.2% 35px;
color: #0f0f69;
font-size: 1.6rem;
font-weight: bold;
}

/* col */
.releaseBox_colWrap {
display: table;
table-layout: fixed;
width: 100%;
}
.releaseBox_col {
display: table-cell;
vertical-align: top;
}
.releaseBox_col:not(:first-child) {
border-left: 1px dotted #0f0f69;
}
.releaseBox_colWrap.col2 .releaseBox_type > img {width: 47%;}
.releaseBox_colWrap.col2 .releaseBox_type.dp > img {width: 95%;}
.releaseBox_colWrap.col2 .releaseBox_dist { padding-left: 18%; padding-right: 18%; }
.releaseBox_colWrap.col3 .releaseBox_type > img {width: 71.2%;}
.releaseBox_colWrap.col3 .releaseBox_dist { padding-left: 5%; padding-right: 5%; }

/* nowOnSale */
.releaseBox.nowOnSale{
width: 97%;
}
.releaseBox.nowOnSale.dp{
margin-top: 30px;
}
.releaseBox.nowOnSale .releaseBoxInr {
border: 4px solid #c00;
border-bottom: none;
position: relative;
}
.releaseBox.nowOnSale .releaseBoxInr:before {
content: "";
display: block;
width: 100%;
height: 30px;
background: url(../img/icon_release_arw.png) no-repeat center center #c00;
background-size: 22px auto;
position: absolute;
bottom: 0;
z-index: 0;
}
.releaseBox.nowOnSale .releaseBoxInr:after {
content: "";
display: block;
width: 100%;
height: 100%;
height: -webkit-calc(100% - 4px);
height: calc(100% - 4px);
background-color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: 1;
opacity: 0;
transition: opacity ease 0.2s;
}
.releaseBox.nowOnSale .releaseBoxInr:hover:after {
opacity: 0.3;
}
.releaseBox.nowOnSale .releaseBox_date {
padding: 0;
text-align: center;
}
.releaseBox.nowOnSale .releaseBox_type > img{
width: 12.2%;
}
.releaseBox.nowOnSale.dp .releaseBox_type > img{
width: 22.5%;
}
.releaseBoxInr_box{
display: table;
width: 100%;
overflow: hidden;
}
.releaseBoxInr_box .releaseBoxInr_box-col{
display: table-cell;
width: 50%;
}
.releaseBoxInr_box .releaseBoxInr_box-col:not(:first-child){
border-left: 1px dotted #0f0f69;
}
.releaseBox.nowOnSale .releaseBoxInr_box-col .releaseBox_type > img{
width: 22.3%;
}
/* large */
.releaseBox.large {
width: 97%;
}
.releaseBox.large ~ .releaseBox {
margin-top: 0;
}
.releaseBox.large .releaseBox_head {
padding: 0 23%;
background-color: #dcf2f8;
text-align: center;
position: relative;
}
.releaseBox.large .releaseBox_head:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 30px 0 30px;
border-color: #dcf2f8 transparent transparent transparent;
position: absolute;
bottom: -16px;
left: 50%;
margin-left: -30px;
}
.releaseBox.large .releaseBox_type > img {
width: 24.3%;
}
.releaseBox.large .releaseBox_colWrap.col2 .releaseBox_dist {
min-height: auto;
padding: 0 5% 55px;
}

/*	searchBlock
------------------------------*/
.searchBlock_head {
width: 100%;
position: relative;
}
.searchBlock_head:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #0f0f69;
position: absolute;
top: 0;
left: 0;
transform: skewY(-3.6deg);
}

.searchBlock_head .head {
max-width: 970px;
padding: 0 10px;
margin: 0 auto;
text-align: center;
position: relative;
}
.searchBlock_head .head:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 40px 20px 0 20px;
border-color: #0f0f69 transparent transparent transparent;
position: absolute;
bottom: -36px;
left: 50%;
margin-left: -20px;
}

/*	searchArea
------------------------------*/
.searchArea {
background-color: #f6f6f6;
padding-bottom: 40px;
}
.searchArea > .contentsInr{
text-align: center;
}

.searchArea_head {
line-height: 0;
}
.searchArea_head > img{
width: 192px;
}
.searchAreaNav {
margin: 40px 0;
}

.searchArea_subHead {
display: inline-block;
position: relative;
margin-top: 35px;
margin-left: auto;
margin-right: auto;
padding: 0 108px 0 108px;
font-size: 39px;
font-weight: bold;
}

.searchArea_subHead::before,
.searchArea_subHead::after{
content: "";
position: absolute;
display: block;
width: 88px;
height: 7px;
top: 50%;
margin-top: -4px;
background-image: url(../img/common_img/add_h_houmen.png);
background-repeat: no-repeat;
background-size: 100%;
}
.searchArea_subHead::before{
left: 0;
}
.searchArea_subHead::after{
right: 0;
}
.searchArea_subHead > span{
display: block;
font-size: 26px;
line-height: 26px;
}

.searchAreaNav_tabs {
display: table;
width: 100%;
}
.searchAreaNav_tab {
display: table-cell;
vertical-align: bottom;
width: 50%;
}
.searchAreaNav_tab:nth-of-type(1) {
padding-right: 15px;
}
.searchAreaNav_tab:nth-of-type(2) {
padding-left: 15px;
}
.searchAreaNav_tab .inr {
display: inline-block;
width: 100%;
min-height: 46px;
padding: 8px 10px;
border-bottom: 3px solid #d0d0d0;
text-align: center;
color: #0f0f69;
font-size: 1.8rem;
font-weight: bold;
position: relative;
transition: background ease 0.2s;
}
.searchAreaNav_tab .inr:hover {
background: rgba(208,208,208,0.3);
}
.searchAreaNav_tab.current .inr {
border-color: #c00;
color: #c00;
pointer-events: none;
}
.searchAreaNav_tab.current .inr:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 9px 0 9px;
border-color: #c00 transparent transparent transparent;
position: absolute;
bottom: -13px;
left: 50%;
margin-left: -9px;
}

/* searchAreaBox */
.searchAreaBoxes {
letter-spacing: -0.4em;
margin-left: -22px;
}
.searchAreaBox {
box-sizing: border-box;
display: inline-block;
letter-spacing: normal;
vertical-align: top;
padding: 22px 0 0 22px;
position: relative;
}
.searchAreaBox.col2 {
width: 50%;
}
.searchAreaBox.col3 {
width: 33.33%;
width: -webkit-calc(100% / 3);
width: calc(100% / 3);
}

/* gdtBox */
.searchAreaBox .gdtBox {
display: block;
position: relative;
overflow:hidden;
}
.searchAreaBox .gdtBox_img {
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.searchAreaBox .gdtBox_label {
display: inline-block;
padding: 8px 4px;
background-color: #fff;
text-align: center;
color: #c00;
font-size: 1.8rem;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

.searchAreaBox .gdtBox_label_s {
display: inline-block;
padding: 8px 4px;
background-color: #fff;
text-align: center;
color: #c00;
font-size: 1.5rem;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

.searchAreaBox .gdtBox_area {
width: 100%;
height: 100px;
padding: 15px 10px 60px;
background: rgba(0,0,0,0.5);
text-align: center;
color: #fff;
font-size: 2.0rem;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
position: absolute;
left: 0;
bottom:0;
}

.searchAreaBox .gdtBox_area_lead{position:absolute;bottom:8px;color:#fff;width:100%;box-sizing:border-box;padding:0 20px;}
.searchAreaBox .gdtBox.inLead2 .gdtBox_area{padding-bottom:126px;bottom:-42px;transition:.3s}
.searchAreaBox .gdtBox.inLead2 .gadgetPivot .list > li .value{bottom:-2px;transition:.3s}
.searchAreaBox .gdtBox.inLead2 .gdtBox_area_lead{bottom:-42px;transition:.3s}
.searchAreaBox .gdtBox.inLead2:hover .gdtBox_area{bottom:0;}
.searchAreaBox .gdtBox.inLead2:hover .gadgetPivot .list > li .value{bottom:40px;}
.searchAreaBox .gdtBox.inLead2:hover .gdtBox_area_lead{bottom:8px;}
.searchAreaBox .gdtBox.inLead .gdtBox_area{padding-bottom:105px;bottom:-22px;transition:.3s}
.searchAreaBox .gdtBox.inLead .gadgetPivot .list > li .value{bottom:-2px;transition:.3s}
.searchAreaBox .gdtBox.inLead .gdtBox_area_lead{bottom:-21px;transition:.3s}
.searchAreaBox .gdtBox.inLead:hover .gdtBox_area{padding-bottom:105px;bottom:-2px;transition:.3s}
.searchAreaBox .gdtBox.inLead:hover .gadgetPivot .list > li .value{bottom:18px;transition:.3s}
.searchAreaBox .gdtBox.inLead:hover .gdtBox_area_lead{bottom:8px;transition:.3s}

.searchAreaBox .gdtBox.small.inLead .gdtBox_area{padding-bottom:88px;}
.searchAreaBox .gdtBox.small.inLead:hover .gdtBox_area{padding-bottom:160px;}
.searchAreaBox .gdtBox.small.inLead:hover .gadgetPivot .list > li .value{bottom:91px;}
.searchAreaBox .gdtBox.small.inLead .gdtBox_area_lead{bottom:auto;top:230px;}
.searchAreaBox .gdtBox.small.inLead:hover .gdtBox_area_lead{top:132px;}

.searchAreaBox .gdtBox_link {
display: block;
}
.searchAreaBox .bnrBox {
position: relative;
}
.searchAreaBox .gdtBox.linkMaker:after,
.searchAreaBox .bnrBox.linkMaker:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #c00 transparent transparent;
position: absolute;
top: 0;
right: 0;
}
.searchAreaBox .bnrBox.linkMaker.notTri:after{
display: none;
}
/* gadgetPivot / gadgetList */
.gdtBox .gadgetPivot .list > li a {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.gdtBox .gadgetPivot .list > li .title {
display: none;
}
.gdtBox .gadgetPivot .list > li .value,
.gdtBox .gadgetList .gdtBox_price {
display: block;
width: 100%;
height: 60px;
padding: 0 10px 10px;
text-align: center;
color: #fff;
font-size: 3.4rem;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
position: absolute;
left: 0;
bottom: 0;
}

/* gdtBox size */
.gdtBox.large .gdtBox_img {
padding-top: 100%;
}
.gdtBox.middle .gdtBox_img {
padding-top: 59.3%;
}

.gdtBox.short .gdtBox_img {
padding-top: 36%;
}

.gdtBox.short .gdtBox_area {
height: 80px;
padding-bottom: 40px;
}
.gdtBox.short .gadgetPivot .list > li .value {
height: 45px;
font-size: 2.4rem;
}

.gdtBox.small .gdtBox_img {
padding-top: 76.2%;
}
.gdtBox.small .gdtBox_area {
height: 80px;
padding-bottom: 40px;
font-size: 1.6rem;
}
.gdtBox.small .gdtBox_area.textsmall {
font-size: 1.4rem;
}
.gdtBox.small .gadgetPivot .list > li .value {
height: 45px;
font-size: 2.3rem;
}

.txtSmall .gdtBox.small .gadgetPivot .list > li .value{
font-size: 2.3rem;
}


/* link */
.gdtBox .gadgetPivot .list > li a:after,
.searchAreaBox .gdtBox_link {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #fff;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity ease 0.2s;
}
.gdtBox .gadgetPivot .list > li a:hover:after,
.searchAreaBox .gdtBox_link:hover {
opacity: 0.3;
}

/* other */
.gdtBox .gadgetPivot img[src="/tour/commonY15/img/loadinfo_grey_24x85.gif"] {
padding: 5px 10px;
background-color: #fff;
position: absolute;
bottom: 0;
left: 0;
}
.searchAreaBox.col2 .bnrBox + .gdtBox,
.searchAreaBox.col2 .gdtBox + .gdtBox,
.searchAreaBox.col2 .bnrBox + .bnrBox,
.searchAreaBox.col2 .gdtBox + .bnrBox {
margin-top: 4.74%;
}

.searchAreaBox .gdtBox_soon {
width: 100%;
height: 60px;
padding: 0 10px 10px;
text-align: center;
color: #fff;
font-size: 3.4rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
position: absolute;
left: 0;
bottom: 0;
}


/*	recommendArea
------------------------------*/
.recommendArea {
border-top: 1px solid #e5e5e5;
padding-top: 40px;
}
.recommendArea_head {
margin-bottom: 40px;
text-align: center;
line-height: 0;
}
.recommendArea_head > img{
width: 197px;
height: auto;
}

.recommendList.recPc{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.recommendList.recSp{
display: none;
}

.recommendItem{
display: block;
line-height: 0;
border-radius: 4px;
box-shadow: 0 0 6px rgba(0, 0, 0, .15);
overflow: hidden;
transition: opacity .1s linear 0s;
}
.recommendItem:hover{
opacity: .7;
}
.recommendItem > img{
max-width: 100%;
height: auto;
}
.recommendItem.rec01{width: 300px;margin-bottom: 25px;}
.recommendItem.rec02{width: 625px;margin-bottom: 25px;}
.recommendItem.rec03{width: 300px;}
.recommendItem.rec04{width: 300px;}
.recommendItem.rec05{width: 300px;}
/*	searchDateDest
------------------------------*/
.searchDateDest {
position: relative;
padding-top: 90px;
padding-bottom: 75px;
background-color: #f6f6f6;
border-top: 1px solid #e5e5e5;
}
.searchDateDest h3{
position: absolute;
width: 209px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
transform: translateY(-50%);
}
.searchDateDest h3 > img{
max-width: 100%;
height: auto;
}

.searchDateDest_head {
margin-bottom: 25px;
text-align: center;
line-height: 0;
}

.searchDateDest_head > img{
width: 321px;
height: auto;
}

/*	searchLowest
------------------------------*/
.searchLowest {
padding-top: 80px;
}
.searchLowest_head {
margin-bottom: 40px;
text-align: center;
line-height: 0;
}
.searchLowest_head > img{
width: 248px;
height: auto;
}
/*	searchDp
------------------------------*/
.searchDp {
background-color: #f6f6f6;
padding-bottom: 60px;
}
.searchDp_head {
margin-bottom: 25px;
text-align: center;
line-height: 0;
}

.searchDp_head > img{
width: 538px;
}
.searchDp_head > img.sp{
display: none;
}
.bnr_dp {
line-height: 0;
}

/*	snsArea
------------------------------*/
.snsArea {
padding: 50px 0 40px;
}
.snsArea_btns {
letter-spacing: -0.4em;
text-align: center;
}
.snsArea_btn {
display: inline-block;
vertical-align: top;
padding: 0 15px;
max-width: 25%;
}
.snsArea_btn > a{
display: block;
width: 66px;
}
.snsArea_btn > a > img{
max-width: 100%;
height: auto;
}
.snsArea_btn.line {
display: none;
}

/*	contactArea
------------------------------*/
.contactArea{

}

.contactArea_head{
padding: 12px 0;
background-color: #2c4e74;
color: white;
font-size: 18px;
font-weight: bold;
text-align: center;
line-height: 1;
}

.contactBoxes{
display: flex;
}

.contactBox{
box-sizing: border-box;
width: 50%;
padding: 50px 0;
text-align: center;
}
.contactBox + .contactBox{
border-left: 1px solid #2c4e74;
}

.contactBox_head{
color: #2c4e74;
line-height: 1;
font-size: 18px;
font-weight: bold;
}
.contactBox_head > span{
font-size: 13px;
font-weight: normal;
}
.contactBox_head::after{
content: "";
display: block;
width: 45px;
height: 3px;
margin: 10px auto;
background-color: #2c4e74;
}
.contactBox_phone{
display: inline-block;
margin-bottom: 10px;
}
.contactBox_phone > a{
position: relative;
display: block;
padding-left: 30px;
font-size: 21px;
font-weight: bold;
line-height: 30px;
}
.contactBox_phone > a::before{
content: "";
display: block;
position: absolute;
width: 26px;
height: 26px;
top: 50%;
left: 0;
margin-top: -13px;
background-image: url(../img/common_img/icon_tel.png);
background-size: 100%;
background-repeat: no-repeat;
}
/*------------------------------
for SP
------------------------------*/
@media screen and (max-width: 739px) {

/*	mainVisual
------------------------------*/
.mainVisual_bgItems .bgItem {
height: 320px;
height: 93.75vw;
background-size: auto 100%;
}

/*	releaseArea
------------------------------*/
.releaseArea > .contentsInr{
padding: 10px 10px 30px 10px;
}
.releaseArea_lead {
font-size: 16px;
line-height: 1.7;
}
.releaseBoxesWrap {
padding-bottom: 7%;
}
.releaseBoxesBg {
background-image: url(../img/teaser/bg_release_sp.png);
background-size: 100% auto;
top: 0.5%;
}
.releaseBoxes {
width: 100%;
padding: 0;
}
.releaseBoxesInr {
width: 100%;
padding: 0 20px 0 10px;
}
.releaseBox {
display: block;
width: 100%;
margin-top: 10px;
padding: 15px 0 0 10px;
}
.releaseBox .hCont,.releaseBox .hCont2{
height: auto;		
}
.releaseBox_vol {
width: 20%;
}
.releaseBox_date {
padding: 2% 20%;
}
.releaseBox_type {
margin-top: 10px;
}
.releaseBox_dist {
min-height: 0;
margin-top: 5px;
padding-bottom: 10px;
font-size: 1.4rem;
}

/* nowOnSale */
.releaseBox.nowOnSale .releaseBox_date{
overflow: hidden;
}
.releaseBox.nowOnSale .releaseBox_date img{
width: 200%;
max-width: 200%;
margin-left: -50%;
}
.releaseBox.nowOnSale .releaseBox_dist {
padding-bottom: 40px;
}
.releaseBox.nowOnSale .releaseBox_type > img{
width: 26.6%;
}
.releaseBox.nowOnSale.dp .releaseBox_type > img{
width: 54.15%;
}
.releaseBox.nowOnSale.dp{
margin-top: 25px;
}
.releaseBox.nowOnSale .releaseBoxInr_box-col .releaseBox_type > img{
width: 53.3%;		
}
/* large */
.releaseBox.large {
width: 100%;
}
.releaseBox.large ~ .releaseBox {
margin-top: 10px;
}
.releaseBox.large .releaseBox_type > img {
width: 51.4%;
}
.releaseBox.large .releaseBox_head:after {
border-width: 8px 15px 0 15px;
bottom: -8px;
left: 50%;
margin-left: -15px;
}

/*	searchArea
------------------------------*/
.searchArea {
padding-top: 60px;
}
.searchArea_head > img{
width: 160px;
}

.searchAreaNav {
margin: 20px 0;
padding: 0 10px;
}
.searchAreaNav_tab:nth-of-type(1) {
padding-right: 5px;
}
.searchAreaNav_tab:nth-of-type(2) {
padding-left: 5px;
}
.searchAreaNav_tab .inr {
padding: 8px 4px;
font-size: 1.6rem;
line-height: 1.3;
}
.searchAreaBox {
padding-top: 5px;
}
.searchAreaBox.col2,
.searchAreaBox.col3 {
display: block;
width: 100%;
}

.searchArea_subHead {
display: block;
position: relative;
margin-top: 20px;
padding: 0 10px;
font-size: 26px;
text-align: center;
}

/*次回修正予定
.searchArea_subHead::before{
content: "";
position: absolute;
display: block;
width: 100%;
height: 4px;
top: -10px;
margin-top: -4px;
background-image: url(../img/2018_autumn/add_h_houmen.png);
background-repeat: repeat;
background-size: contain;
opacity: 0.5;
}*/
.searchArea_subHead::before,
.searchArea_subHead::after{
display: none;
}
.searchArea_subHead > span{
margin-top: 0;
font-size: 18px;
line-height: 2;
}
/* gdtBox */
.searchAreaBox .gdtBox_label {
font-size: 1.4rem;
}
.searchAreaBox .gdtBox_area {
padding: 8px 10px 30px;
height: 70px;
font-size: 1.6rem;
}
.searchAreaBox .gdtBox.linkMaker:after,
.searchAreaBox .bnrBox.linkMaker:after {
border-width: 0 35px 35px 0;
}

/* gadgetPivot / gadgetList */
.gdtBox .gadgetPivot .list > li .value,
.gdtBox .gadgetList .gdtBox_price {
height: 40px;
font-size: 2.4rem;
}

/* gdtBox size */
.gdtBox.large .gdtBox_img {
padding-top: 100%;
}
.gdtBox.middle .gdtBox_img {
padding-top: 59.3%;
}
.gdtBox.small .gdtBox_img {
padding-top: 46.9%;
}

/* other */
.gdtBox .gadgetPivot img[src="/tour/commonY15/img/loadinfo_grey_24x85.gif"] {
width: 85px;
height: auto;
}
.searchAreaBox.col2 .bnrBox + .gdtBox {
margin-top: 5px;
}

/*	recommendArea
------------------------------*/
.recommendArea {
padding-top: 30px;
}
.recommendArea_head {
margin-bottom: 20px;
}
.recommendArea_head > img{
width: 165px;
}
.recommendList.recPc{
display: none;
}
.recommendList.recSp{
display: block;
padding: 0 10px;
}
.recommendItem{
width: 100% !important;
max-width: 360px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px !important;
box-shadow: none;
}
/*	searchDateDest
------------------------------*/
.searchDateDest {
padding-top: 35px;
padding-bottom: 40px;
}
.searchDateDest_head {
margin-bottom: 15px;
}

.searchDateDest h3{
width: 180px;
}

.searchDateDest_head > img{
width: 265px;
}
/*	searchLowest
------------------------------*/
.searchLowest {
display: none;
}

/*	searchDp
------------------------------*/
.searchDp {
padding-bottom: 0;
}
.searchDp_head {
margin-bottom: 20px;
}
.searchDp_head > img.pc{
display: none;
}
.searchDp_head > img.sp{
width: 240px;
display: inline;
}
.bnr_dp {
padding: 0 10px;
}

/*	snsArea
------------------------------*/
.snsArea {
padding: 10px 0 25px 0;
}
.snsArea_btn {
width: 60px;
height: 60px;
margin: 0 5px;
max-width: initial;
max-width: auto;
padding: 0;
}
.snsArea_btn.line {
display: inline-block;
}
.snsArea_btn > a{
width: 100%;
}
/*-- contactArea --*/
.contactArea {

}
.contactArea_head {
margin: 0;
padding: 14px 0;
font-size: 1.4rem;
line-height: 1.3;
}
.contactBoxes {
display: block;
}
.contactBox {
display: block;
width: 100%;
padding: 15px 0;
}
.contactBox + .contactBox{
border-left: none;
border-top: 1px solid #2c4e74;
}
.contactBox_head {
padding-top: 15px;
}
.contactBox_data {
padding-top: 10px;
padding-bottom: 10px;
}
.contactBox_phone {
font-size: 1.8rem;
}
.contactBox_phone > a {
pointer-events: auto;
}
.contactBox_note {
font-size: 1.2rem;
}



}/* @media */


/*==============================
packageTourGadget
==============================*/
.packageTourGadget .gdt_mainBody {
padding:20px 10px 20px;
background-color:#d02d2d;
}
.packageTourGadget .gdt_divideWrap {
display: table;
width: 100%;
}
.packageTourGadget .gdt_divider {
display: table-cell;
vertical-align: top;
padding: 0 10px;
}

/*-- icon --*/
.packageTourGadget [class^="gdt_icon_"],
.packageTourGadget [class*=" gdt_icon_"] {
display:inline-block;
vertical-align:middle;
background-image:url(//sp.jal.co.jp/intltour/commonY15/img/icons_pkg_gadget.png);
background-repeat:no-repeat;
background-size:82px 24px;
}
.packageTourGadget .gdt_icon_departure { width:24px; height:24px; background-position:0 0; }
.packageTourGadget .gdt_icon_arrival { width:24px; height:24px; background-position:-29px 0; }
.packageTourGadget .gdt_icon_calendar { width:24px; height:24px; background-position:-58px 0; }

/*-- elmBox --*/
.packageTourGadget .gdt_elmBox {
display:table;
table-layout:fixed;
width:100%;
height:44px;
background-color:#e9ecf0;
}
.packageTourGadget .gdt_elmBox {
margin-top: 5px;
}
.packageTourGadget .gdt_elmLabel {
display:table-cell;
vertical-align:middle;
width:44px;
text-align:center;
line-height:0.4;
}
.packageTourGadget .gdt_elmCell {
display:table-cell;
vertical-align:middle;
overflow: hidden;
}
.packageTourGadget .gdt_elmCell select {
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
width:100%;
height:44px;
padding-left:10px;
background:transparent;
border:none;
font-size:1.6rem;
cursor: pointer;
}
.packageTourGadget .gdt_elmCell select::-ms-expand {
display: none;
}
.packageTourGadget .gdt_elmCell .gdt_cellBrdr {
padding-left:1px;
position:relative;
}
.packageTourGadget .gdt_elmCell .gdt_cellBrdr:before {
content:"";
display:block;
width:1px;
height:22px;
background-color:#848484;
position:absolute;
left:0;
top:50%;
margin-top:-11px;
}
.packageTourGadget .gdt_labelTxt {
display:inline-block;
color:#3a4450;
font-size:1.0rem;
}
.packageTourGadget .gdt_hideTxt {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
.packageTourGadget .gdt_btnSearch {
-webkit-appearance:none;
appearance:none;
display: block;
width: 40%;
min-height: 48px;
margin: 0 auto;
padding: 13px 30px 13px 20px;
position: relative;
background-color: #2d2d2d;
color: #fff;
text-align: center;
font-weight: bold;
line-height: 1.3;
border:none;
font-size:1.6rem;
cursor: pointer;
transition: background-color ease 0.2s;
}
.packageTourGadget .gdt_btnSearch:hover {
background-color:#424242;
}
.packageTourGadget .gdt_btnSearch:after {
content: "";
display: inline-block;
width: 8px;
height: 12px;
background: url(//sp.jal.co.jp/commonY15/img/icon_arw_rgt_wt.png) no-repeat 0 0;
background-size: 8px 12px;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
}

/*------------------------------
for SP
------------------------------*/
@media screen and (max-width: 739px) {

.packageTourGadget .gdt_divideWrap {
display: block;
}
.packageTourGadget .gdt_divider {
display: block;
padding: 0;
}
.packageTourGadget .gdt_divider + .gdt_divider {
margin-top: 10px;
}
.packageTourGadget .gdt_btnSearch {
width: 100%;
}


.searchAreaBox .gdtBox_area_lead{display:none;}
.searchAreaBox .gdtBox.inLead2 .gdtBox_area{padding-bottom:69px;bottom:0;transition:none;}
.searchAreaBox .gdtBox.inLead2 .gadgetPivot .list > li .value,
.searchAreaBox .gdtBox.inLead2:hover .gadgetPivot .list > li .value{bottom:5px;}
.searchAreaBox .gdtBox.inLead2 .gdtBox_area_lead{bottom:8px;}

.searchAreaBox .gdtBox.inLead .gdtBox_area{padding-bottom:69px;bottom:0;transition:none;}
.searchAreaBox .gdtBox.inLead:hover .gdtBox_area{padding-bottom:71px;transition:none;}
.searchAreaBox .gdtBox.inLead .gadgetPivot .list > li .value,
.searchAreaBox .gdtBox.inLead:hover .gadgetPivot .list > li .value{bottom:5px;transition:none;}
.searchAreaBox .gdtBox.inLead .gdtBox_area_lead{bottom:8px;transition:none;}

.searchAreaBox .gdtBox.small.inLead .gdtBox_area{padding-bottom:0;}
.searchAreaBox .gdtBox.small.inLead:hover .gdtBox_area{padding-bottom:0;}
.searchAreaBox .gdtBox.small.inLead:hover .gadgetPivot .list > li .value{bottom:0;}
.searchAreaBox .gdtBox.small.inLead .gdtBox_area_lead{bottom:auto;top:0px;}
.searchAreaBox .gdtBox.small.inLead:hover .gdtBox_area_lead{top:0px;}

}/* @media */


/*==============================
pivotGadget
==============================*/
.gadgetWrapY15 .gadgetPivot .list .unavail {
line-height: 1.0;
}


/* add 2018.06.01 */
.scheduleLink{
padding: 45px 0 60px 0;
background-color: white;
}

.scheduleLink > h3{
width: 290px;
margin-left: auto;
margin-right: auto;
line-height: 0;
margin-bottom: 10px;
}
.scheduleLink > h3 > img{
max-width: 100%;
height: auto;
}
.scheduleLinkBtn{
position: relative;
display: block;
width: 475px;
padding: 15px 0;
margin: 0 auto;
text-align: center;
font-size: 19px;
font-weight: bold;
line-height: 1;
color: white;
background-color: #1BCF8D;
box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
transition: opacity .2s linear 0s;
}
.scheduleLinkBtn:hover{
opacity: .8;
}
.scheduleLinkBtn::after{
content: "";
display: block;
position: absolute;
width: 7px;
height: 11px;
right: 12px;
top: 50%;
transform: translateY(-50%);
background-image: url(../img/common_img/icon_arrow_w.png);
background-repeat: no-repeat;
background-size: 100%;
}

@media screen and (max-width: 739px) {
.scheduleLink{
padding: 40px 10px 55px 10px;
}

.scheduleLinkBtn{
position: relative;
display: block;
width: 100%;
max-width: 360px;
font-size: 16px;
}
}

.houmenPrice{
margin-top: 10px;
text-align: center;
}
.houmenPrice a{
position: relative;
font-size: 23px;
font-weight: bold;
color: #ff0000;
padding-left: 12px;
}

.houmenPrice a > .title{
display: none;
}

.houmenPrice a > .value::before{
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
border-left: 8px solid #ff0000;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
@media screen and (max-width: 739px) {
.houmenPrice{
margin-top: 6px;
}
.houmenPrice a{
font-size: 18px;
}
}

.hatsubaiStartLink{
display: block;
margin: 20px 0;
padding: 9px 12px;
border-left: 4px solid #ffe400;
background-color: white;
color: #0033c6;
font-size: 14px;
text-decoration: underline;
line-height: 1;
text-align: left;
}
@media screen and (max-width: 739px) {
.hatsubaiStartLink{
margin: 10px 0;
padding: 9px 10px;
border-left: none;
border-top: 2px solid #ffe400;
}
}

.mgt0{margin-top:0px!important;}.mgt5{margin-top:5px!important;}.mgt10{margin-top:10px!important;}.mgt15{margin-top:15px!important;}.mgt20{margin-top:20px!important;}.mgt25{margin-top:25px!important;}.mgt30{margin-top:30px!important;}.mgt35{margin-top:35px!important;}.mgt40{margin-top:40px!important;}.mgt45{margin-top:45px!important;}.mgt50{margin-top:50px!important;}.mgt55{margin-top:55px!important;}.mgt60{margin-top:60px!important;}.mgt65{margin-top:65px!important;}.mgt70{margin-top:70px!important;}.mgt75{margin-top:75px!important;}.mgt80{margin-top:80px!important;}.mgt85{margin-top:85px!important;}.mgt90{margin-top:90px!important;}.mgt95{margin-top:95px!important;}.mgt100{margin-top:100px!important;}.mgr0{margin-right:0px!important;}.mgr5{margin-right:5px!important;}.mgr10{margin-right:10px!important;}.mgr15{margin-right:15px!important;}.mgr20{margin-right:20px!important;}.mgr25{margin-right:25px!important;}.mgr30{margin-right:30px!important;}.mgb0{margin-bottom:0!important;}.mgl0{margin-left:0px!important;}.mgl5{margin-left:5px!important;}.mgl10{margin-left:10px!important;}.mgl15{margin-left:15px!important;}.mgl20{margin-left:20px!important;}.mgl25{margin-left:25px!important;}.mgl30{margin-left:30px!important;}

/*2021 発売までしばらくお待ちください。*/
.eur_dtxt {
    font-size: 26px;
    line-height: 6.0;
    opacity: 0.7;
}
@media screen and (max-width: 739px) {
.eur_dtxt {
    font-size: 5vw;
    padding: 0 10%;
    line-height: 6vw;
    margin: 15vw 0;}
}
.eur_none {
    display: none!important;
}

/* 20230606追加 */
.releaseArea_end{
    text-align: center;
    margin-top: 16px;
}
.releaseArea_end p{
    color: #cc0000;
    border: 1px solid #cc0000;
    background-color: #ffffff;
    padding: 8px 12px;
    font-size: 19px;
    margin: 0 auto;
}
@media screen and (max-width: 739px) {
    .releaseArea_end p{
    font-size: 16px;
}
}