/* a,body {
  color: #333
}

a:active,a:hover,a:visited {
  text-decoration: none
}

area,input:focus {
  outline: 0
} */

/* html {
  font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","ヒラギノ明朝 Pro W3","ヒラギノ明朝 Pro W6","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","ＭＳ Ｐ明朝",sans-serif,freight-display-pro,adobe-garamond-pro,proxima-nova;
  font-size: 12px
} */

/* body {
  line-height: 20px
} */

/* a:link {
  text-decoration: underline
}

a:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .8;
  filter: alpha(opacity=80)
}

a:hover.no_opacity {
  opacity: 1;
  filter: alpha(opacity=100)
}

area {
  border: none
}

li {
  list-style: none
}

button,input[type=image],input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0
}

input[type=password],input[type=text],textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 1rem
}

button:hover,input[type=image]:hover,input[type=submit]:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .8;
  filter: alpha(opacity=80)
}

input[type=password],input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 13px;
  border: 1px solid #aaa;
  padding: 4px 10px
}

input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder {
  color: #ccc
}

input[type=password]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder {
  color: #ccc
}

input[type=password]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder {
  color: #ccc
}

input[type=password] {
  font-family: Verdana
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none
}

input[type=checkbox]+label {
  position: relative;
  padding: 0 0 0 27px
}

input[type=checkbox]+label.carriage_free {
  padding: 0 27px 0 0
}

input[type=checkbox]+label.carriage_free::before {
  right: 0;
  left: auto
}

input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../../images/icon_notchk.jpg) top left no-repeat;
  background-size: 16px 16px
}

input[type=checkbox]+label:before {
  background: url(../../images/icon_notchk.jpg) bottom left no-repeat;
  background-size: 16px 16px
}

input[type=checkbox]:checked+label:before {
  background: url(../../images/icon_chked.jpg) bottom left no-repeat;
  background-size: 16px 16px
}

input[type=checkbox].colortip {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none
}

input[type=radio],textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none
}

input[type=checkbox].colortip+label {
  padding: 0
}

input[type=checkbox].colortip+label::before,input[type=checkbox].colortip+label:before,input[type=checkbox].colortip:checked+label:before {
  background: 0 0
}

input[type=radio] {
  appearance: none;
  display: none
}

input[type=radio]+label {
  position: relative;
  padding: 0 0 0 24px
}

input[type=radio]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../../images/icon_radio_notselected.gif) top left no-repeat;
  background-size: 16px 16px
}

input[type=radio]+label:before {
  background: url(../../images/icon_radio_notselected.gif) bottom left no-repeat;
  background-size: 16px 16px
}

input[type=radio]:checked+label:before {
  background: url(../../images/icon_radio_selected.gif) bottom left no-repeat;
  background-size: 16px 16px
}

textarea {
  appearance: none;
  border-radius: 0;
  height: auto;
  border: 1px solid #aaa;
  padding: 4px 10px
}

textarea::-moz-placeholder {
  color: #ccc
}

textarea::-webkit-input-placeholder {
  color: #ccc
}

textarea:-ms-input-placeholder {
  color: #ccc
}

select {
  line-height: 1;
  padding: 6px 27px 6px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  border: 1px solid #aaa;
  background: url(../../images/icon_arrow01.jpg) right 50% no-repeat;
  background-size: 19px,6px
}

select::-ms-expand {
  display: none
}

body>iframe {
  height: 0;
  line-height: 0;
  position: absolute
} */


li {
  list-style: none;
}







/*
@font-face{
    font-family:"BauerBodni";
    src:url(/ex/assets/ss24_archivecollection/font/bauerbodni_bdcn_bt_bold.ttf) format('truetype');
}
@font-face{
    font-family:"freig-m";
    src:url(/ex/assets/ss24_archivecollection/font/FreigDisProMed.otf) format('opentype');
}
@font-face{
    font-family:"freig";
    src:url(/ex/assets/ss24_archivecollection/font/FreigDisProLig.otf) format('opentype');
	src:url(/ex/assets/ss24_archivecollection/font/FreigDisProboo.otf) format('opentype');
}
 @font-face{
    font-family:"freig";
    src:url(/ex/assets/ss24_archivecollection/font/FreigDisProBol.otf) format('opentype');
		font-weight: bold;
} 
@font-face{
    font-family:"Proxima Nova";
    src:url(/ex/assets/ss24_archivecollection/font/proxima_nova_sbold.otf) format('opentype');
		font-weight: bold;
}
@font-face{
    font-family:"Proxima Nova";
    src:url(/ex/assets/ss24_archivecollection/font/proxima_nova_light.otf) format('opentype');
		font-weight: lighter;
}
*/

.proxima {
	font-family: proxima-nova;
}

.freig {
	font-family: freight-display-pro;
}







.classy04,.classy04 *{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.classy04 img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.classy04{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height:2;
	color: #001F37;
	-webkit-font-feature-settings : "palt";
	        font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.classy04 li{
	list-style: none;
}
/*------ cover ------*/
.classy04_cover{
	width: 100%;
	max-width: 1920px;
	height: 768px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.classy04_cover:after{
	content: "";
	background: url(/ex/img/free/ss24_archivecollection/mv_pc.jpg) center /cover;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 768px;
	z-index: -100;
	-webkit-animation-name: fadein;
	        animation-name: fadein;
	-webkit-animation-duration:2s;
	        animation-duration:2s;
}
@-webkit-keyframes fadein {
 0% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); }
 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes fadein {
 0% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); }
 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
.classy04_cover_tittle{
	max-width: 370px;
	flex-basis: 100%;
	color: white;
	-webkit-animation-name: slideUp;	
	        animation-name: slideUp;
	-webkit-animation-duration:2s;
	        animation-duration:2s;
	z-index: 100;
}
.classy04_cover_tittle img{
	margin-bottom: .5em;
}
@-webkit-keyframes slideUp {
 0% { opacity: 0; }
 50% { opacity: 0; -webkit-transform: translateY(2em); transform: translateY(2em); }
 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes slideUp {
 0% { opacity: 0; }
 50% { opacity: 0; -webkit-transform: translateY(2em); transform: translateY(2em); }
 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
/*------ content ------*/
.classy04_content,.classy04_banner{
	width: 100%;
	/* max-width: 920px; */
	max-width: 1000px;
	margin: 0 auto;
	/* padding:1em; */
}
.classy04_content section{
	/* margin:3em 0 2em; */
}
.classy04_border{
	border-bottom: 1px solid #CB2922;
}
.classy04_flexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.classy04_flex2col{
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
}
.classy04_flex3col{
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
}
/*------ headline ------*/
.classy04 h1,.classy04 h2,.classy04 h3{
	line-height: 1.5;
	/* lette1-spacing: .125em; */
	/* text-align: center; */
	/* margin-top: 1%; */
	/* margin-bottom: 0.8em;	 */
}
.classy04 h1{
	color: #CB2922;
	font-size: 2em;
}
.classy04 h2{
	/* color: #CB2922;
	font-size: 1.5em; */
}
.classy04 h3{
	/* font-size: 1.5em;
	margin-bottom: 1.25em; */
	letter-spacing: .1em;
}
.classy04_h1_sub{
	text-align: center;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.5;
	letter-spacing: .1125em;
}
.classy04_h2_sub,.classy04_h3_sub{
    font-family:"freig";
 	color: #CB2922;
 	text-align: center;
 	font-size: 3em;
	position: relative;
}
.classy04_h3_sub{
	font-size: 1.75em;
}
.classy04_h2_sub:after,.classy04_h3_sub:after{
	content: "";
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 100%;
	height: 0;
	border-top: 1px solid  #CB2922;
	z-index: -10;
}
.classy04_h3_sub:after{
	max-width: 300px;
}
.classy04_h2_sub span,.classy04_h3_sub span{
	background: #fff;
	padding:0 .5em;
}
/*------ paragraph ------*/
/* .classy04 p{
	margin-bottom: 1.75em;
	text-align: justify;
} */
.classy04_lead{
	font-size: 1.125em;
	text-align: center !important;
}
.classy04_center{
	text-align: center !important;
}
.classy04_paragraph{
	max-width: 640px;
	margin: 0 auto;
	text-align: justify;
}
/*------ price ------*/
.classy04 table{
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	font-family: "Proxima Nova",sans-serif;
	border-spacing:0;
}
.classy04 th ,.classy04 td{
	/* padding: .75em 0; */
	border-bottom: 1px solid #ccc;	
	font-weight: bold;
	width: 100%;
}

.classy04 th a {
	padding: .75em 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.classy04 th{
	text-align: left;
}
.classy04 td{
	text-align: right;
}
.classy04_border_none{
	border-bottom: none !important;
}
.classy04_fw_light{
	font-weight: lighter !important;
}
.classy04 table a{
	color: #001F37;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.classy04 table a:hover{
	/* opacity: .5;
	margin-bottom: 3%;
	text-align: center; */
	background: #fff;
	
}
.classy04_tax_flex{
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.classy04_tax{
	font-family: "Proxima Nova",sans-serif;
	font-size: .8em;	
	margin:1em 0 15% !important;
	text-align: right !important;
}

/*------ other ------*/
.classy04_banner_hover{
	position: relative;
	width:100%;
	padding-top:53.9%;
	margin-top:2em;
	margin-bottom: 5em;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.classy04_banner_hover img {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s !important;
	transition: .3s !important;
}
.classy04_banner_hover:hover img:nth-of-type(2) {
	opacity: 0;
}
.classy04_SPonly{
	display: none;
}
.classy04_mt{
	margin-top: 10em !important;
}
.classy04_fsS{
	font-size: .8em;
}
/*------ swiper ------*/
.swiper-button-prev:after,.swiper-button-next:after {
	font-size: 2em !important;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{
	--swiper-navigation-color: #999 !important;
}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top:45% !important;
	-webkit-transform: translateY(-20%);
	    -ms-transform: translateY(-20%);
	        transform: translateY(-20%);
	z-index: 999999;
}
.swiper-pagination{
	position: static !important;
	margin-top: .75em;
}
.swiper-slide{
	text-align: center;
}

/*------ scrolldown ------*/
.scrolldown{
	position:absolute;
	left:50%;
	bottom:0.5em;
	height:5em;
}
.scrolldown span{
	position: absolute;
	left:50%;
	top: -1.5em;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}
.scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	-webkit-animation: pathmove 2s ease-in-out infinite;
	        animation: pathmove 2s ease-in-out infinite;
	opacity:0;
}
@-webkit-keyframes pathmove{
	0%{
	  height:0;
	  top:0;
	  opacity: 0;
	}
	30%{
	  height:30px;
	  opacity: 1;
	}
	100%{
	  height:0;
	  top:50px;
	  opacity: 0;
	}
}
@keyframes pathmove{
	0%{
	  height:0;
	  top:0;
	  opacity: 0;
	}
	30%{
	  height:30px;
	  opacity: 1;
	}
	100%{
	  height:0;
	  top:50px;
	  opacity: 0;
	}
}

/* Scroll Animation */
.scrollAnimeUp {
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: scrollAnimeUp;
	animation-name: scrollAnimeUp;
	visibility: visible !important;
}
@-webkit-keyframes scrollAnimeUp {
 0% { opacity: 0; -webkit-transform: translateY(1em); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes scrollAnimeUp {
 0% { opacity: 0; -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@media (max-width: 1024px) {
.classy04_cover:after{
	content: "";
	right: -40%;
}
.classy04 img.classy04_cover_tittle{
	right: 6%;
	max-width: 40%;
}
}
@media (max-width: 430px) {
.classy04{
	font-size: 14px;
}
.classy04_cover{
	height: auto;
	/* padding: 109.6% 0 0; */
	padding: 135.6% 0 0;
}
.classy04_cover:after{
	content: "";
	background: url(/ex/img/free/ss24_archivecollection/mv_sp.jpg) center top /cover;
	height: auto;
	/* padding: 109.6% 0 0; */
	padding: 135.6% 0 0;
	right: 0;
}
.classy04_cover_tittle{
	padding: 10% 10% 5%;
	max-width: 100%;
	color:#001F37;
}
.classy04_content section{
	/* margin:0 0 4em; */
}
/* .classy04 h1{
	font-size: 1.4em;
}
.classy04 h2{
	font-size: 1.25em;
}
.classy04 h3{
	font-size: 1.25em;	
} */
.classy04_h2_sub{
	font-size: 2.6em;
}
.classy04_h3_sub{
	font-size: 1.6em;
}
.classy04_h3_sub:after{
	max-width: 260px;
}
.classy04 table, .classy04_tax_flex{
	width: 80%;
}
.classy04_banner_hover{
	padding-top: 100%;
	margin-top: 3%;
}
.classy04_mt{
	margin-top: 5% !important;
}
.classy04_PConly{
	display: none;
}
.classy04_SPonly{
	display: block;
}
}