@charset "utf-8";

/*----------------------------------------MV*/
#MV{
	background-image: url(../../images/2025sssfnl/bg_sea.jpg);
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}
#MV:before{content:"";background-color: rgb(1 64 153 / 45%);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#MV h1{width: fit-content;margin: 0 auto;padding-top: 40px;position: relative;margin-bottom: 70px;}
#MV h1:before,
#MV h1:after{content:"";position: absolute;width: 268px;height: 223px;top: 30px;background-position: center;background-repeat: no-repeat;}
#MV h1:before{background-image: url(../../images/2025sssfnl/index_MV_deco_left.png);left: -280px;top: 30px;}
#MV h1:after{background-image: url(../../images/2025sssfnl/index_MV_deco_right.png);right: -270px;top: 60px;}
#MV h1 img{}

/*----------------------------------------MVitem*/
#MVitem{position: relative;width: 1000px;margin: 0 auto;background-color: #fff;border: 5px solid #d8b212;box-sizing: border-box;box-shadow: 0 0 4px rgb(0 0 0 / 50%);margin-bottom: 40px;}
#MVitem .ribbon {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 165px;
  height: 120px;
  overflow: hidden;
  z-index: 97;
  }

#MVitem .ribbon span {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -49px;
  top: 29px;
  width: 200px;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  background: #39c3d4;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#MVitem .ribbon.top{}
#MVitem .ribbon.btm{
	top: auto;
	bottom: -5px;
	left: auto;
	right: -5px;
}
#MVitem .ribbon.top span{}
#MVitem .ribbon.btm span{
	left: 40px;
	top: 90px;
}
#MVitem .Title{
	background-color: #d8b212;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 15px 0;
	line-height: 1;
}
#MVitem .Title dt{
	font-style: italic;
	font-size: 16px;
}
#MVitem .Title dd{
	font-style: italic;
	font-size: 21px;
	padding-left: 10px;
}
#MVitem .Inner{
	display: flex;
	padding: 30px;
	color: #333;
	column-gap: 30px;
	position: relative;
	z-index: 95;
}
#MVitem .Entry{
    -webkit-transition: all .3s ease-out;
    box-sizing: border-box;
    line-height: 1.4;
    position: relative;
}
#MVitem .Entry + .Entry{}
#MVitem .Entry + .Entry:before{content:"";width: 2px;height: 100%;position: absolute;left: -15px;top: 0;border-left: 2px dotted #d8b212;}
#MVitem .Entry .icon{
    transform: rotate(-10deg);
    position: absolute;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
    top: 4px;
    left: -5px;
    z-index: 2;
    display: none;
}

#MVitem .Entry .photo{
    -webkit-transition: all .3s ease-out;
    position: relative;
    margin: 2px;
    box-sizing: border-box;
    margin-bottom: 1px;
}
#MVitem .Entry .photo ul{
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
#MVitem .Entry .photo li{width: 100%;}
#MVitem .Entry .photo li img{
    width: 100%;
}
#MVitem .Entry .photo .sub{
    position: absolute;
    bottom: 3px;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12.5px;
    padding: 5px 6px;
    box-sizing: border-box;
    text-align: center;
}
#MVitem .Entry .title{text-align: center;margin-bottom: 2px;}
#MVitem .Entry .title dt{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 4px;
}
#MVitem .Entry .title dt.small{
    font-size: 13.5px;
}
#MVitem .Entry .title dd{
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2;
}
#MVitem .Entry .title dd.small{
	font-size: 24px;
	padding-bottom: 2px;
}
#MVitem .Entry .title dd em{
	display: inline-block;
	padding-right: 5px;
}
#MVitem .Entry .title dd span{
    font-size: 70%;
}
#MVitem .Entry .title dd a{text-decoration: none;color: #333;}
#MVitem .Entry .price{
    display: flex;
    align-items: center;
    justify-content: center;
}
#MVitem .Entry .price dt{
    order: 2;
    padding-left: 5px;
    font-weight: 900;
    color: #da3d3d;
    letter-spacing: 0;
    font-size: 20px;
}
#MVitem .Entry .price dt span{
    font-size: 12px;
    font-weight: bold;
}
#MVitem .Entry .price dd{
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
    padding-top: 3px;
}

#MVitem .Entry:hover{
    cursor: pointer;
}
#MVitem .Entry:hover .photo{ opacity:0.7}
#MVitem .Entry:hover .title,
#MVitem .Entry:hover .title em{ text-decoration:underline}

/*------------------------------------------menuArea*/
.menuArea.header_fixed{
	background-color: initial;
	position: absolute;
	/* top: 70px; */
}
.menuArea.header_fixed .Top{
	justify-content: flex-end;
	padding-top: 20px;
	padding-right: 20px;
}
.menuArea.header_fixed .LeftArea{display: none;}
.menuArea.header_fixed .humb{
}

.menuArea.header_fixed.open{
	background-color: #014099;
}
.menuArea.header_fixed.open .Top{justify-content: space-between;}
.menuArea.header_fixed.open .LeftArea{
	display: flex;
}


