@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;900&display=swap');

:root {--MainColor: #014099;--PointColor: #e4c540;--SecondColor: #ee7416;--BgPaleColor: #ede6ce;--contentsPadding:60px 0 80px 0;--MainWidth:1000px;}

html{overflow:auto;}
body{overflow: hidden;min-width: 1200px;
font-style: normal;}
body,a{color: #474747;}

article img{width:100%;height:auto}
article ul.list{display: flex;flex-wrap: wrap;}
article ul.list li{padding-left:16px;line-height: 1.4;margin-right: 10px;}
article ul.list li + li{
	margin-top: 3px;
}
article ul.list li:before{content:"\f058";display:block;float:left;margin-left: -15px;width:1em;text-align:center;font-family:FontAwesome;font-size: 90%;margin-top: 2px;font-weight: normal;}

@media screen and (max-height:645px){
  #ContactIconBtn{
    display: none;
}
}

article{background-image:url(../../images/2026sss/bg_sea.webp);background-color: #fdf6ee;background-position: top 50px center;background-repeat: no-repeat;}
article .FontEn{
 font-family: "Tilt Warp", sans-serif;
 font-weight: normal;
 }

#Header{
    position: relative;
    z-index: 3;
}

#breadcrumb{
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
#breadcrumb ul{
    width: 1000px;
    margin: 0 auto;
}
.pankuzu li, #breadcrumb li{
    padding: 0;
}

.SMPaccrTtl{ display: none}


/*-------------------------------------------CommonTtl*/
.CommonTtl,
.SrchBizInner .title{
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    z-index: 2;
    color: #014099;
}
.CommonTtl.illust{}
.CommonTtl.illust:before,
.CommonTtl.illust:after{content:"";display: block;position: absolute;top: 0;background-position: center;background-repeat: no-repeat;background-size: contain;}
.CommonTtl.illust:before{background-image: url(../../images/2026sss/illust_title_left.png);left: -160px;width: 95px;height: 104px;}
.CommonTtl.illust:after{background-image: url(../../images/2026sss/illust_title_right.png);right: -170px;width: 102px;height: 96px;}
.CommonTtl h2{background-image: url(../../images/2026sss/bg_title.png);background-position: center;background-repeat: no-repeat;background-size: contain;display: inline-block;padding: 0 20px;position: relative;}
.CommonTtl h2:after,
.CommonTtl h2:before{content:"";display: block;position: absolute;width: 40px;height: 100%;top: 0;background-position: center;background-repeat: no-repeat;background-size: contain;}
.CommonTtl h2:before{ background-image: url(../../images/2026sss/deco_title_blue_left.png);left: -50px;}
.CommonTtl h2:after{ background-image: url(../../images/2026sss/deco_title_blue_right.png);right: -50px;}
.CommonTtl.brown h2:before{ background-image: url(../../images/2026sss/deco_title_brown_left.png)}
.CommonTtl.brown h2:after{ background-image: url(../../images/2026sss/deco_title_brown_right.png)}
.CommonTtl h2 .main,
.SrchBizInner .title .main{
    font-size: 22px;
    position: relative;
    display: inline-block;
    font-weight: 900;
    padding-bottom: 15px;
    font-style: italic;
}
.SrchBizInner .title .main{
    padding-bottom: 3px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
}
.CommonTtl h2 .main strong{
	font-size: 150%;
}
.CommonTtl h2 .sub{
    font-weight: 900;
    padding-bottom: 8px;
    font-size: 18px;
    font-style: italic;
}
.CommonTtl .En{
    font-size: 15px;
    letter-spacing: 0;
    font-style: italic;
}
.CommonTtl .atte{
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}

.CommonTtl .illust{margin-bottom: 12px;}


.CommonSubTtl{background-image: url(../../images/2026sss/bg_title.png);background-position: center;background-repeat: no-repeat;background-size: contain;padding: 0 20px;margin: 0 auto;position: relative;margin-bottom: 30px;line-height: 1.4;width: fit-content;color: #014099;text-align: center;}
.CommonSubTtl .main{
	display: block;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 8px;
	font-style: italic;
	text-align: center;
}
.CommonSubTtl .atte{
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
body#airAH .CommonSubTtl .main{
	font-size: 30px;
}
#qua15th .CommonSubTtl .main{
	font-size: 26px;
}
.CommonSubTtl .main strong{
	font-size: 140%;
}
.CommonSubTtl .sub{
	text-align: center;
	letter-spacing: 0.5px;
	font-style: italic;
	font-size: 16px;
}
.CommonSubTtl .txt{
	width: 100%;
	display: block;
	margin-top: 10px;
	line-height: 1.8;
	font-weight: bold;
}
.CommonSubTtl .txt a{
	color: #ee7416;
}

article .AccordionPC .AccClose{
	background-color: #414141;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
}
article .AccordionPC .trigger{position: relative;border: 1px solid #9f9f9f;text-align: center;border-radius: 3px;padding: 3px 0;}
article .AccordionPC .trigger:hover{
	cursor: pointer;
	background-color: #e8e8e8;
}
article .AccordionPC .trigger:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content:"\f067";font-family:FontAwesome;line-height: 1;font-weight: normal;}
article .AccordionPC .trigger.active:after{content:"\f068";}

/*-------------------------------------------linkBtn*/
.linkBtn{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
}
.linkBtn.multi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.linkBtn a{
    text-decoration: none;
    display: inline-block;
    padding: 18px 120px;
    background-color: #014099;
    font-size: 14px;
    position:relative;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    }
.linkBtn.multi a{
    padding: 15px 50px;
    border-width: 2px;
    font-size: 16px;
    margin: 5px;
}
.linkBtn a:hover{background-color: #4a7fca;}
.linkBtn a:after{position: absolute;right: 12px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-size: 28px;font-weight: normal;font-style: normal;}
.linkBtn a .sub{}
.linkBtn a .main{
    font-size: 180%;
}
.linkBtn a strong{
    -webkit-transition: all .3s ease-out;
    color: #fff94c;
    font-size: 140%;
    font-weight: 600;
    display: inline-block;
    padding: 0 4px;
}
.linkBtn a:hover strong{
    color: #fff !important;
}


/*-------------------------------Menu*/
#Menu.header_change{position: fixed !important;transition: .5s;width: 100%;z-index: 1000;}
#Menu.header_change.show{top: 0;box-shadow: 0 0 4px rgb(0 0 0 / 20%);}

#Menu{background-color: var(--MainColor);position: relative;padding: 10px 0 13px 0;/* box-shadow: 0px 2px 2px rgb(0 0 0 / 30%); */}
#Menu .humb{
display: none;
}
#Menu .Inner{
position: relative;
width: var(--MainWidth);
margin: 0 auto;
}
#Menu .Inner .LogoArea{display: flex;align-items: center;justify-content: center;margin-bottom: 11px;}
#Menu .Inner .LogoArea dt{font-size: 20px;width: 370px;}
#Menu .Inner .LogoArea dt a{text-decoration: none;color: #fff;display: block;line-height: 0;}
#Menu .Inner .LogoArea dt img{
    width: 100%;
}
#Menu .Inner .LogoArea dd{margin-left: 10px;}
#Menu .Inner .LogoArea dd ul{
display: flex;
align-items: center;
column-gap: 6px;
}
#Menu .Inner .LogoArea dd li{}
#Menu .Inner .LogoArea dd li a{color: #fff;border: 1px solid #fff;padding: 4px 15px;line-height: 1;font-size: 12px;border-radius: 3px;font-weight: bold;text-decoration: none;position: relative;}
#Menu .Inner .LogoArea dd li a:after{position: absolute;right: 6px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-weight: normal;}
#Menu .Inner .LogoArea dd li a:hover{
color: var(--MainColor);
background-color: #fff;
}
#Menu .Inner .MenuArea{
display: flex;
justify-content: space-between;
}
#Menu .Inner .MenuArea .Main{display: flex;position: relative;column-gap: 5px;}
#Menu .Inner .MenuArea .Main dt{}
#Menu .Inner .MenuArea .Main dt.small p{
	font-size: 12px;
	padding: 6px 12px;
}
#Menu .Inner .MenuArea .Main dt a,
#Menu .Inner .MenuArea .Main dt p{background-color: #fff;color: var(--MainColor);text-decoration: none;font-weight: bold;white-space: nowrap;border-radius: 100px;line-height: 1;display: inline-block;padding: 5px 12px;font-size: 13px;letter-spacing: 0;-webkit-transition: all .3s ease-out;}
#Menu .Inner .MenuArea .Main dt a:hover,
#Menu .Inner .MenuArea .Main dt p:hover{
background-color: var(--PointColor);
color: #fff;
cursor: pointer;
}
#Menu .Inner .MenuArea .Main dt a.active,
#Menu .Inner .MenuArea .Main dt p.active,
#Menu .Inner .MenuArea .Main dt p.activeNow{
background-color: var(--PointColor);
color: #fff;
}
#Menu .Inner .MenuArea .Main dd{position: absolute;background-color: #fff;border: 3px solid var(--MainColor);top: 40px;width: 330px;padding: 10px 10px;box-sizing: border-box;border-radius: 5px;z-index: 9;display: none;}
#Menu .Inner .MenuArea .Main dd.Asia{
left: -22px;
}
#Menu .Inner .MenuArea .Main dd.Hwi{left: -50px;}
#Menu .Inner .MenuArea .Main dd.Usa{left: 54px;}
#Menu .Inner .MenuArea .Main dd.Eur{left: 150px;}
#Menu .Inner .MenuArea .Main dd.AFR{left: 230px;}
#Menu .Inner .MenuArea .Main dd.Oce{left: 338px;}
#Menu .Inner .MenuArea .Main dd.Theme{left: 512px;}
#Menu .Inner .MenuArea .Main dd:after, #Menu .Inner .MenuArea .Main dd:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

#Menu .Inner .MenuArea .Main dd:after {border-color: rgba(174, 0, 13, 0);border-bottom-color: #fff;border-width: 10px;margin-left: -10px;}
#Menu .Inner .MenuArea .Main dd:before {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: var(--MainColor);
border-width: 13px;
margin-left: -13px;
}
#Menu .Inner .MenuArea .Main dd.Asia:after, #Menu .Inner .MenuArea .Main dd.Asia:before {left: 50px;}
#Menu .Inner .MenuArea .Main dd ul{}
#Menu .Inner .MenuArea .Main dd li{}
#Menu .Inner .MenuArea .Main dd li + li{border-top: 1px dotted var(--MainColor);padding-top: 8px;margin-top: 8px;}
#Menu .Inner .MenuArea .Main dd li a{text-decoration: none;display: flex;align-items: center;position: relative;/* padding: 7px; */}
#Menu .Inner .MenuArea .Main dd li a:hover{
    /* background-color: #e6e6e6; */
}
#Menu .Inner .MenuArea .Main dd li a:hover p{color: var(--SecondColor);}
#Menu .Inner .MenuArea .Main dd li a.active p{color: var(--SecondColor);}
#Menu .Inner .MenuArea .Main dd li a:after{position: absolute;right: 4px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;color: var(--MainColor);}
#Menu .Inner .MenuArea .Main dd li a:before{content:"";width: 60px;height: 60px;display: block;background-position: center;background-repeat: no-repeat;background-size: cover;}
#Menu .Inner .MenuArea .Main dd li a p{flex: 1;margin-left: 10px;color: var(--MainColor);line-height: 1.4;padding-right: 8px;}
#Menu .Inner .MenuArea .Main dd li a p span{
display: block;
}
#Menu .Inner .MenuArea .Main dd li a .main{font-weight: bold;font-size: 14px;}
#Menu .Inner .MenuArea .Main dd li a .sub{font-size: 11px;padding-top: 3px;font-weight: normal;letter-spacing: 0;padding-left: 2px;}
#Menu .Inner .MenuArea .Main dd .close{
-webkit-transition: all .3s ease-out;
text-align: center;
border-radius: 3px;
color: var(--MainColor);
margin-top: 10px;
border: 1px solid var(--MainColor);
padding: 2px;
font-size: 15px;
display: flex;
align-items: baseline;
justify-content: center;
font-weight: normal;
}
#Menu .Inner .MenuArea .Main dd .close:before{content:"×";display: inline-block;font-weight: normal;padding-right: 2px;font-family: "Noto Sans JP","Yu Gothic","YuGothic",sans-serif;}
#Menu .Inner .MenuArea .Main dd .close:hover{
background-color: var(--MainColor);
color: #fff;
cursor: pointer;
}


#Menu .Inner .MenuArea .Sub{
}
#Menu .Inner .MenuArea .Sub ul{
display: flex;
column-gap: 0px;
}
#Menu .Inner .MenuArea .Sub li{font-size: 12px;color: #fff;}
#Menu .Inner .MenuArea .Sub li + li{}
#Menu .Inner .MenuArea .Sub li + li:before{content:"｜";display: inline-block;padding: 0;margin: 0px 1px;}
#Menu .Inner .MenuArea .Sub li a{
color: #fff;
font-weight: bold;
}
#Menu .Inner .MenuArea .Sub li a:hover{}
#Menu .Inner .MenuArea .Sub li a.active{color: var(--paleGold);text-decoration: none;}
#Menu .Inner .MenuArea .Main dd li a[href^="korea_taiwan_hongkong"]:before{ background-image: url(../../images/commonLowerMV/korea_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="vietnam_bali"]:before{ background-image: url(../../images/commonLowerMV/vietnam_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="singapore_malaysia"]:before{ background-image: url(../../images/commonLowerMV/singapore_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="thai_cambodia"]:before{ background-image: url(../../images/commonLowerMV/thai_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="usa_canada"]:before{ background-image: url(../../images/commonLowerMV/usa_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="hawaii_guam"]:before{ background-image: url(../../images/commonLowerMV/hawaii_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="italy_spain"]:before{ background-image: url(../../images/commonLowerMV/italy_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="france_Uk"]:before{ background-image: url(../../images/commonLowerMV/france_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="germany_austria"]:before{ background-image: url(../../images/commonLowerMV/germany_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="dubai_egypt_turkey"]:before{ background-image: url(../../images/commonLowerMV/dubai_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="maldives_australia_newzealand"]:before{ background-image: url(../../images/commonLowerMV/maldives_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="music"]:before{ background-image: url(../../images/commonLowerMV/music_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="cruise"]:before{ background-image: url(../../images/commonLowerMV/cruise_smp.jpg)}
#Menu .Inner .MenuArea .Main dd li a[href^="impresso"]:before{ background-image: url(../../images/commonLowerMV/imp_smp.jpg)}



/*-----------------------------*/
.Recept{
	background-color: var(--PointColor);
	padding: 5px 0;
	color: var(--MainColor);
}
.Recept p{
	font-weight: 900;
	font-size: 22px;
	text-align: center;
}
.Recept p span{
}
.Recept p span + span{}

/*---------------------------*/
#Bn{
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
#Bn .Inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Bn .Inner a{
}
#Bn .Inner + .Inner{
    margin-top: 40px;
}
#Bn ul{
    width: 480px;
    margin-bottom: 20px;
}
#Bn li{}
#Bn li + li{}
#Bn li img{
    border: 1px solid #ccc;
}
#Bn li a img:hover{ opacity:0.7}


/*---------------------------------SearchWrap*/
#SearchWrap{
    padding-bottom: 80px;
    position: relative;
    /* z-index: 2; */
    background-color: #d5d5d5;
    padding-top: 50px;

}
#SearchWrap:before{content:"";background-color: rgb(255 255 255 / 40%);width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;}

.SrchBizInner{
    width: 1000px;
    margin: 0 auto;
}
#SearchWrap .btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#SearchWrap .btn li{
    margin: 0 20px;
}
#SearchWrap .btn li a{
    text-decoration: none;
    position: relative;
    
    padding: 20px 70px;
    text-align: center;
    background-color: #014099;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
#SearchWrap .btn li + li a{background-color: #c7ab42;}
#SearchWrap .btn li a:hover{
    opacity: 0.7;
}
#SearchWrap .btn li a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}


/*--------------------------------------Recom*/
#Recom{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 4;
}
body#domestic #Recom{
	margin-top: 110px;
}
#Recom .MainTxt{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #554664;
}
#Recom h2 .main{
}
.RecomSC{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    column-gap: 10px;
}
body#airAH .RecomSC{
	justify-content: center;
}
body#airAH .RecomSC li a{
	font-size: 14px;
}
.RecomSC li{
    /* width: 19%; */
    margin-bottom: 10px;
}


#Recom .Sec{
    z-index: 9;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#Recom .Sec +.Sec{
	margin-top: 30px;
	padding-top: 30px;
}
#Recom .Sec +.Sec{
        margin-top: 50px;
        padding-top: 40px;
}
#Recom .Sec +.Sec:before,
#Recom .Sec +.Sec:after{
 content:"";
 background-image: linear-gradient(to right, var(--MainColor) 7px, transparent 7px);
 background-size: 25px 3px;
 background-repeat: repeat-x;
 background-position: left bottom;
 display: block;
 width: 100%;
 height: 3px;
 position: absolute;
 top: 0;
 }
#Recom .Sec +.Sec:before{}
#Recom .Sec +.Sec:after{
        background-image: linear-gradient(to right, var(--PointColor) 7px, transparent 7px);
        left: 13px;
}
#Recom .Sec .MainTxt{
	color: #014099;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 30px;
}
#Recom .Sec .MainTxt a{
	color: #ee7416;
}


/*------------------------------floatingBn*/
#floatingBn{left: 0;width: 100%;padding: 25px 0;background-color: rgb(152 152 152 / 50%);position: fixed;bottom: 0;z-index: 999;}
#Domestic #floatingBn{background-color: rgb(132 225 150 / 50%);}
#floatingBn .delete{
    z-index: 9;
    right: -27px;
}
#floatingBn .link{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#floatingBn .link p{font-size: 15px;font-weight: bold;color: #323232;margin-bottom: 1px;text-align: center;line-height: 1.4;padding-bottom: 5px;}
#floatingBn .link ul{
    /* padding: 5px; */
    padding-right: 0;
    display: flex;
    width: 98%;
    justify-content: space-between;
}
#floatingBn .link li{
    width: 19%;
}
#floatingBn .link li + li{
}
#floatingBn .link a{}

#floatingBn .link a:after{position: absolute;right: 5px;top:50%;margin-top:-0.5em;content:"\f08e";font-family:FontAwesome;line-height: 1;font-size: 13px;}

#floatingBn .link a {
  text-decoration: none;
  background: #fff;
  text-align: center;
  padding: 17px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 0;
  display: block;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding-right: 24px;
  line-height: 1.3;
  box-shadow: 0px 2px 0px #014099;
  border: 1px solid #014099;
  color: #014099;
}
#floatingBn .link a:hover{
    background: #014099;
    color: #fff;
}


/*-------------------------------------------SearchIconBtn*/

#SearchIconBtn{
    position: fixed;
    top: 52%;
    right: 0;
    z-index: 999;
    transform: translate(0,-50%);
    display: none;
}
#SearchIconBtn.link{
    top: 55%;
}

#SearchIconBtn a{
  background-color: #ee7416;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  background-size: cover;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px 11px 10px;
  box-sizing: border-box;
  border: 3px solid #FFF;
  margin-bottom: 10px;
  letter-spacing: 2px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
#SearchIconBtn.link a{
    font-size: 16px;
}
#SearchIconBtn a span{padding-top: 2px;}
#SearchIconBtn a:after{content:"\f107";font-family:FontAwesome;font-size: 20px;display: block;font-weight: normal;}
#SearchIconBtn a:before{content:"\f002";font-family:FontAwesome;font-size: 13px;display: block;font-weight: normal;padding-bottom: 4px;}
#SearchIconBtn a.searchbtn{}
#SearchIconBtn a.alljapan{
    background-color: #53a3a5;
    color: #fff;
    background-image: initial;
}

#SearchIconBtn a.alljapan:after,
#SearchIconBtn a.searchbtn.link:after{content:"\f105";font-size: 17px;}

#SearchIconBtn a.alljapan:before{content:"\f24d";}

#SearchIconBtn a.searchbtn:hover,
#SearchIconBtn a.alljapan:hover{
    opacity: 0.6;
}

.oversea #SearchIconBtn a.alljapan{
    display: none;
}

/*-----------------------------------------------Other*/
#Other{
    padding: 60px 0;
    z-index: 3;
    position: relative;
    background-image: url(../../images/2026sss/bg_sea.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#Other .Inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#Other .Inner .Entry{
    width: 31%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    /* border: 1px solid #ccc; */
}
#Other .Inner .Entry h3{
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 10px;
}
#Other .Inner .Entry dl{display: flex;flex-direction: column-reverse;margin-bottom: 10px;}
#Other .Inner .Entry dt{font-weight: bold;}
#Other .Inner .Entry dd{
    align-self: center;
    margin-bottom: 10px;
}
#Other .Inner .Entry dd img{
    width: auto;
    height: 60px;
}
#Other .Inner .Entry .linkBtn{padding: 0;margin-top: auto;}
#Other .Inner .Entry .linkBtn a{padding: 13px;display: block;font-size: 16px;border-radius: 3px;text-decoration: none;font-size: 14px;text-align: center;position: relative;background-color: #014099;font-style: normal;font-weight: bold;}
#Other .Inner .Entry .linkBtn a:hover{
	background-color: #c4a948;
}
#Other .Inner .Entry .linkBtn a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-size: 23px;}


/*-------------------------------------------------------Campaign*/
.Campaign{
	width: var(--MainWidth);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	border-radius: 6px;
	border: 4px solid;
	box-sizing: border-box;
}
.Campaign + .Campaign{
	margin-top: 20px;
}
.Campaign + .DiscountTopic + .Campaign{
	margin-bottom: 40px;
}
.Campaign .TitleArea{
	position: relative;
	width: 150px;
	background-color: var(--MainColor);
	padding: 0 10px 0 20px;
}
.Campaign .Title{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}
.Campaign .arrow{border-width: 30px 0 30px 20px;width: 0;height: 0;border-style: solid;position: absolute;right: -20px;top: 50%;display: block;transform: translate(0, -50%);}
.Campaign.Discount .arrow{border-color: transparent transparent transparent var(--MainColor);}
.Campaign .Main{
	background-color: #fff;
	padding: 23px 25px 23px 50px;
	flex: 1;
}
.Campaign .Entry .Detail .stamp{
	position: absolute;
	top: -15px;
	left: -8px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	background-color: #fcdb4d;
	color: var(--MainColor);
	aspect-ratio: 1;
	width: 80px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 0;
	}
.Campaign .Entry .Detail .stamp span{
	display: block;
	font-weight: 900;
}
.Campaign .Entry .Detail .stamp span + span{}
.Campaign .Entry .Detail .stamp span strong{
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0;
}
.Campaign .Attention{}
.Campaign.Discount.multi .Attention{width: 43%;}
.Campaign .Attention dt{
	font-weight: bold;
	padding-bottom: 2px;
}
.Campaign .Attention dd{}
.Campaign .Attention ul{
	font-size: 13px;

}
.Campaign .Attention li{}

.Campaign.Discount{border-color: var(--MainColor);}
.Campaign.Discount .Title{}
.Campaign.Discount .Title:before,
.Campaign.Discount .Title:after{content: none;width: 89px;height: 78px;background-position: center;background-repeat: no-repeat;background-size: contain;margin: 30px 0;}
.Campaign.Discount .Title:before{background-image: url(../../images/2026sss/illust_title_left.png);}
.Campaign.Discount .Title:after{background-image: url(../../images/2026sss/illust_title_right.png);}
.Campaign.Discount .Title .logo{
	margin: 0 auto;
	margin-bottom: 10px;
	width: 90%;
}
.Campaign.Discount .Title h2{
	font-size: 35px;
	line-height: 1.2;
	font-weight: normal;
}

.Campaign.Discount .Main{}
.Campaign .Entry{padding: 10px 15px 15px 0px;background-color: #e9e9e9;margin-bottom: 6px;border-radius: 4px;}
.Campaign .Entry + .Entry{
    margin-top: 12px;
}
.Campaign .Entry .Detail{
	color: var(--MainColor);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
.Campaign .Entry .Detail .main{
	flex: 1;
	text-align: center;
	margin: 0 15px 0 10px;
}
.Campaign .Entry.stampOn .Detail .main{padding-left: 46px;margin-right: 6px;}
.Campaign .Entry .Detail .main dt{
	display: flex;
	white-space: nowrap;
	align-items: center;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	justify-content: center;
}
.Campaign .Entry .Detail .main dt:before,
.Campaign .Entry .Detail .main dt:after{content:"";width: 100%;height: 2px;background-color: var(--MainColor);}
.Campaign .Entry .Detail .main dt strong{
	background-color: var(--TopicDetailsTitleBG);
	color: #fff;
	padding: 1px 10px;
	display: inline-block;
	margin: 0 4px;
}
.Campaign .Entry .Detail .main dd{
	font-weight: 900;
	line-height: 1.4;
}
.Campaign .Entry .Detail .main dd strong{
	font-weight: 900;
	font-size: 21px;
}
.Campaign .Entry .Detail .main dd + dd{
	font-size: 17px;
	padding-top: 3px;
}
.Campaign .Entry .Detail .main dd + dd strong{}
.Campaign .Entry .Detail .price{
	text-align: center;
	font-weight: 900;
}
.Campaign.Discount .Entry .Detail .price dt{
	font-size: 12px;
	margin-bottom: 8px;
}
.Campaign.Discount .Entry .Detail .price dt strong{
	font-size: 16px;
	font-weight: 900;
}
.Campaign.Discount .Entry .Detail .price dd{
	font-size: 20px;
	line-height: 1;
	margin-top: -10px;
	/* background-image: url(../../images/2026hatsuyume/bg_line_price.png); */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	color: var(--SecondColor);
}
.Campaign.Discount .Entry .Detail .price dd strong{
	font-size: 225%;
	letter-spacing: -2px;
	display: inline-block;
	padding-right: 6px;
	font-style: italic;
}
.Campaign.Discount .Entry .Detail .price dd em{
	font-size: 160%;
}
.Campaign.Discount .Entry .atte{
	font-size: 12.5px;
	margin-left: 20px;
}
.Campaign.Discount .Entry .atte li{
	margin-right: 10px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}
.Campaign.Discount .Entry .atte li + li{
}

/*-------------------------------------Campaign_Mini*/
.Campaign.Mini{}
.Campaign.Mini .TitleArea{
	width: 100%;
	box-sizing: border-box;
}
.Campaign.Mini .Title{
	flex-direction: row;
	padding: 6px 0px;
	height: auto;
}
.Campaign.Mini .arrow{}
.Campaign.Mini.Discount .arrow{
	display: none;
}
.Campaign.Mini .Main{
	padding: 25px;
}
.Campaign.Mini .Entry .Detail .stamp{
	font-size: 13px;
	position: absolute;
	top: -10px;
	left: -20px;
	margin: 0;
}
.Campaign.Mini .Entry .Detail .stamp span{}
.Campaign.Mini .Entry .Detail .stamp span + span{}
.Campaign.Mini .Entry .Detail .stamp span strong{}
.Campaign.Mini .Attention{}
.Campaign.Mini .Attention dt{}
.Campaign.Mini .Attention dd{
	margin-top: 10px;
}
.Campaign.Mini .Attention ul{}
.Campaign.Mini .Attention li{}
.Campaign.Mini.Discount{
	display: block;
}
.Campaign.Mini.Discount .Title{
    flex-direction: inherit;
}
.Campaign.Mini.Discount .Title:before,.Campaign.Mini.Discount .Title:after{content: none;}
.Campaign.Mini.Discount .Title .logo{
	margin-bottom: 0;
	margin-right: 10px;
	width: 320px;
	margin-left: inherit;
}
.Campaign.Mini.Discount .Title h2{
	font-size: 24px;
}
.Campaign.Mini.Discount .Title h2 br{
	display: none;
}
.Campaign.Mini.Discount .Main{
    padding: 15px;
}
.Campaign.Mini.Discount .Entry{
	display: flex;
	position: relative;
	align-items: flex-start;
	padding-bottom: 8px;
	padding: 15px;
}
.Campaign.Mini.Discount .Entry .Detail{
	margin-left: 0;
	display: block;
	width: 570px;
	margin-bottom: 0;
	padding-left: 0;
}
.Campaign.Mini.Discount .Entry .Detail .main{
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.Campaign.Mini.Discount .Entry .Detail .main dt{
	white-space: normal;
	font-size: 12px;
	margin-bottom: 0;
	width: 22em;
	display: block;
}
.Campaign.Mini.Discount .Entry .Detail .main dt:before,.Campaign.Mini.Discount .Entry .Detail .main dt:after{
	content: none;
}
.Campaign.Mini.Discount .Entry .Detail .main dt strong{
	font-size: 13px;
}
.Campaign.Mini.Discount .Entry .Detail .main dd{
	font-size: 13px;
	flex: 1;
}
.Campaign.Mini.Discount .Entry .Detail .main dd strong{
	font-size: 18px;
	color: var(--DarkYellow);
}
.Campaign.Mini.Discount .Entry .Detail .main dd + dd{
	font-size: 15px;
}
.Campaign.Mini.Discount .Entry .Detail .main dd + dd strong{}
.Campaign.Mini.Discount .Entry .Detail .price{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 0;
}
.Campaign.Mini.Discount .Entry .Detail .price dt{
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0;
}
.Campaign.Mini.Discount .Entry .Detail .price dt p{
	color: var(--DarkYellow);
}
.Campaign.Mini.Discount .Entry .Detail .price dt strong{
	font-size: 17px;
	color: var(--DarkYellow);
}
.Campaign.Mini.Discount .Entry .Detail .price dd{white-space: nowrap;font-size: 21px;background-image: none;margin-bottom: 0;padding-bottom: 0;color: var(--SecondColor);padding-top: 5px;}
.Campaign.Mini.Discount .Entry .Detail .price dd strong{
}
.Campaign.Mini.Discount .Entry .Detail .price dd em{
}
.Campaign.Mini.Discount .Entry .atte{
	flex: 1;
}
.Campaign.Mini.Discount .Entry .atte li{}

.Campaign + .DiscountTopic{
	position: relative;
	z-index: 3;
	width: var(--MainWidth);
	margin: 0 auto;
	/* margin-top: 10px; */
	text-align: center;
	background-color: var(--Red);
	padding: 15px 0;
	margin-bottom: 30px;
	line-height: 1.8;
	color: #fff;
	font-weight: bold;
	margin-top: -4px;
}
.Campaign + .DiscountTopic a{
	color: var(--paleGold);
}
.Campaign + .DiscountTopic strong{
	color: var(--paleGold);
}

/*-----------------------multi*/
.Campaign.Discount.multi .Main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px;
	padding-left: 40px;
}
.Campaign.Discount.multi.small .Main{
	display: flex;
}
.Campaign.Discount.multi .Entry{
	width: 54%;
	box-sizing: border-box;
	padding: 10px 13px;
}
.Campaign.Discount.multi .Entry .Detail{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.Campaign.Discount.multi .Entry + .Entry .Detail{
	color: var(--Green);
}
.Campaign.Discount.multi .Entry .Detail .stamp{

top: -22px;

left: -30px;
}
.Campaign.Discount.multi .Entry .Detail .stamp span strong{
	font-size: 24px;
}
.Campaign.Discount.multi .Entry + .Entry .Detail .stamp span strong{color: var(--Green);}
.Campaign.Discount.multi .Entry .Detail .main{
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.Campaign.Discount.multi .Entry + .Entry .Detail .main{
	border-bottom: 2px solid var(--Green);
}
.Campaign.Discount.multi .Entry .Detail .main dt{
	justify-content: center;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: auto;
	left: auto;
	position: relative;
}
.Campaign.Discount.multi .Entry .Detail .main dt:before,.Campaign.Discount.multi .Entry .Detail .main dt:after{
	content: none;
}
.Campaign.Discount.multi .Entry .Detail .main dt strong{}
.Campaign.Discount.multi .Entry .Detail .main dd{
	font-size: 14px;
}
.Campaign.Discount.multi .Entry .Detail .main dd br{
	display: block;
}
.Campaign.Discount.multi .Entry .Detail .main dd strong{
	font-size: 22px;
	color: var(--DarkYellow);
}
.Campaign.Discount.multi .Entry .Detail .main dd + dd{
	font-size: 15px;
}
.Campaign.Discount.multi .Entry .Detail .main dd + dd strong{}
.Campaign.Discount.multi .Entry .Detail .price{
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: center;
}
.Campaign.Discount.multi .Entry .Detail .price dt{
	font-size: 13px;
	line-height: 1.4;
	width: 17em;
}
.Campaign.Discount.multi .Entry .Detail .price dt strong{
	font-size: 16px;
	color: var(--DarkYellow);
}
.Campaign.Discount.multi .Entry .Detail .price dd{
	font-size: 30px;
	margin-top: 0;
	padding-bottom: 3px;
	line-height: 1.2;
	/* flex: 1; */
	color: var(--DarkYellow);
	background-image: none;
}
.Campaign.Discount.multi .Entry .Detail .price dd strong{
	font-size: 44px;
}
.Campaign.Discount.multi .Entry .Detail .price dd em{
	font-size: 30px;
}
.Campaign.Discount.multi .Entry .atte{margin-left: 0;}
.Campaign.Discount.multi .Entry .atte li{}

article .DiscountTopic{
    margin-top: 10px;
    color: var(--MainColor);
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
article .DiscountTopic strong{color: var(--SecondColor);}

/*---------------------------Presale*/
.Campaign.Presale{
	border-color: var(--SecondColor);
}
.Campaign.Presale .Title{}
.Campaign.Presale .Title:before,
.Campaign.Presale .Title:after{/* content: ""; */background-image: url(../../images/2026hatsuyume/illust_flower.png);width: 49px;height: 28px;background-position: center;background-repeat: no-repeat;background-size: contain;margin: 10px 0;}

.Campaign.Presale .TitleArea{
	background-color: var(--SecondColor);
}
.Campaign.Presale .TitleArea .Title{}
.Campaign.Presale .TitleArea .Title h2{
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
}
.Campaign.Presale .TitleArea .Title h2 strong{
	font-weight: normal;
	color: var(--paleGold);
	font-size: 35px;
	display: block;
}
.Campaign.Presale .TitleArea .arrow{
	border-color: transparent transparent transparent var(--SecondColor);
}
.Campaign.Presale .Main{padding: 13px 20px 13px 20px;}
.Campaign.Presale .Main .Entry{
	position: relative;
	background-color: inherit;
	padding: 0;
	margin-bottom: 0;
}
.Campaign.Presale .Main .Entry:before{content:"";background-image: url(../../images/2026sss/illust_flower01.png);width: 80px;height: 63px;display: block;position: absolute;background-position: center;background-repeat: no-repeat;background-size: contain;position: absolute;top: 0px;left: 30px;}
.Campaign.Presale .Main .Entry:after{content:"";background-image: url(../../images/2026sss/illust_flower02.png);width: 90px;height: 80px;display: block;position: absolute;background-position: center;background-repeat: no-repeat;background-size: contain;position: absolute;bottom: 0px;right: 0;}

.Campaign.Presale .Main .Entry .Detail{color: var(--SecondColor);margin-bottom: 19px;padding-left: 0;text-align: center;display: block;}
.Campaign.Presale .Main .Entry .Detail .stamp{
	font-size: 17px;
	padding: 24px 24px 14px 24px;
	top: -10px;
	left: -5px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
}
.Campaign.Presale .Main .Entry .Detail .stamp span{}
.Campaign.Presale .Main .Entry .Detail .stamp strong{
	color: #000;
	font-size: 23px;
	padding-top: 2px;
	display: inline-block;
}
.Campaign.Presale .Main .Entry .Detail .main{
	border-bottom: none;
	margin: 0;
}
.Campaign.Presale .Main .Entry .Detail .main dt{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	justify-content: flex-start;
	display: block;
}
.Campaign.Presale .Main .Entry .Detail .main dt:before,
.Campaign.Presale .Main .Entry .Detail .main dt:after{
	content: none;
}
.Campaign.Presale .Main .Entry .Detail .main dt strong{
	background-color: var(--SecondColor);
	color: #fff;
	padding: 1px 10px;
	display: inline-block;
	margin: 0 4px;
	}
.Campaign.Presale .Main .Entry .Detail .main dd{
	font-size: 23px;
	line-height: 1;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.Campaign.Presale .Main .Entry .Detail .main dd p{
	position: relative;
	z-index: 1;
}
.Campaign.Presale .Main .Entry .Detail .main dd:before{content:"";background-color: #f5f3b0;position: absolute;height: 20px;left: 0;width: 100%;bottom: -6px;}
.Campaign.Presale .Main .Entry .Detail .main dd strong{
	font-size: 36px;
}
.Campaign.Presale ul.list{
    justify-content: center;
    font-weight: bold;
}
