@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@700;900&display=swap');

body {
	margin: 0;
	color: #fff;
    font-size: 62.5%;
    font-family: 'Noto Sans JP', Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
	line-height: 1.8;
    background: url("../img/bg.png") repeat;
    background-size: 250px auto;
    
    -webkit-font-smoothing: antialiased;
 
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,body {
    height: 100%;
    width: 100%;
}
a {
	outline: none;
    text-decoration: none;
}
a img {
	border: none;
    outline: none;
}
section, div, span {
    box-sizing: border-box;
}




/* --- L O A D I N G --- */

#fade {
	width: 100%;
	height: 100vh;
	display: none;
	background-color: rgba(0,0,0,1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}



/* --- H E A D E R --- */

.topHD {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background: url("../img/bg-top.jpg") no-repeat center top;
  background-size: cover;
  margin: 0;
}
.topHD::before {
    content: "";
    display: block;
    padding-bottom: 41.7%;
}

.ifrm {
    width: 54%;
    /*height JS*/
    display: block;
    margin: 0 auto;
    padding: 10px 0 60px 0;
    position: relative;
}



/* --- F A D E --- */

.fd {
    opacity: 0;
    
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}



/* --- R E L E A S E --- */

.main-rls {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    position: relative;
}
.main-rls::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
}
.rls {
    width: 900px;
    height: auto;
    background: #000;
    border: 3px solid #c61a1a;
    overflow: hidden;
    margin: 0 auto 60px;
    padding: 30px 30px;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.rlsL {
    width: 40%;
    height: auto;
    display: block;
    padding: 0 40px 0 0;
}
.rlsL img {
    width: 100%;
    height: auto;
    display: block;
}
.rlsR {
    width: 60%;
    height: auto;
    margin: 0;
    display: block;
    padding: 20px 0 0 0;
}
.rls h3 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #c61a1a;
    display: block;
    margin: 30px 0 60px 0;
}
.rls h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c61a1a;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.rlsR div {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.rlsR span {
    width: 16%;
    height: auto;
    margin: 0 0.8em 0 0;
    padding: 0.2em 0.8em 0.2em 1em; 
     
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    
    color: #000;
    border: 1px solid #c61a1a;
    background: #c61a1a;
}
.rlsR p {
    width: 80%;
    height: auto;
    font-size: 1.05rem;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
}
.rlsC-1 {
    width: 100%;
    height: auto;
    color: #c61a1a;
    display: block;
    margin: 0 0 0.6em 0;
}
.rls h2 {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    color: #c61a1a;
    display: block;
    margin: 0 auto 60px auto;
    
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 1em;
    letter-spacing: 0;
    font-feature-settings: "palt";
}
.rls h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c61a1a;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.rlsC-1 {
    width: 100%;
    height: auto;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.rlsC-wrap {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    border-top: 1px solid #c61a1a;
}
.rlsC-wrap div {
    width: 50%;
    height: auto;
    margin: 0;
}
.tokuten {
    width: 100%;
    height: auto;
    display: block;
}
.tokuten img {
    width: 100%;
    height: auto;
    display: block;
}
.boxP {
    height: auto;
    display: inline-block;
    color: #000;
    background: #c61a1a;
    
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    padding: 0.35em 1.2em 0.3em;
    margin: 0 0 1em 1.5em;
}
.rlsC-1 p {
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1.6em;
    margin: 0 1.5em;
    color: #fff;
}
.rlsC-1 p b {
    font-weight: normal;
    color: #c61a1a;
}



/* --- S A L E --- */

.main-sl {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0 30px 0;
    display: block;
    font-feature-settings: "palt";
}
.sl-wrap {
    width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.txtbox {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0 100px;
    padding: 0 0 40px 0;
    text-align: center;
    border: 3px solid #c61a1a;
}
.txtbox h4 {
    width: 100%;
    height: 50px;
    display: block;
    background: #c61a1a;
    color: #000;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 50px;
    margin: 0;
}
.txtbox p {
    display: inline-block;
}
.txtbox2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0 60px;
    text-align: center;
}
.txtbox2 h4 {
    width: 100%;
    height: 60px;
    display: block;
    color: #ec1010;
    position: relative;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 50px;
    margin: 0;
}
.txtbox2 h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #c61a1a;
}
.txtbox2 p {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.8em;
    margin: 20px 0 0 0;
}
.tbT {
    display: inline-block;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    margin: 22px 0 0 0;
    padding: 0.1em 1em;
    color: #ec1010;
    border: 1px solid #c61a1a;
}

.bn-wrap {
    width: 100%;
    margin: 0 auto;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    padding: 10px 0 10px 0;
}
.bn-wrap p {
    display: inline-block;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin: 0;
}
.bn-wrap p.Ltxt {
    display: block;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin: 0;
}
.bn-wrap p i {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-style: normal;
    margin: 0 0.5em 0 0;
}
.bn {
    width: 190px;
    height: auto;
    display: block;
    border: 1px solid #fff;
    margin: 15px;
}
.bn2 {
    width: 300px;
    height: auto;
    display: block;
    margin: 15px;
}
.bn a, .bn2 a {
    -webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.bn a:hover, .bn2 a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.bn img, .bn2 img {
    width: 100%;
    height: auto;
    display: block;
}

.tkt-txt1 {
    font-family: "Noto Serif JP", sans-serif;
    font-feature-settings: "palt" 1;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    margin: 0;
    padding: 1.2em 0;
}
.tkt-wrap {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.tkt {
    width: calc(100% - 60px);
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
}
.tkt img {
    width: 100%;
    height: auto;
    display: block;
}
.tkt-txt2 {
    width: 100%;
    display: block;
    margin: 0;
    
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}
.tkt-txt3 {
    width: 100%;
    display: block;
    margin: 0 0 0.5em 0;;
    
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.8em;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
}
.ft {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #fff;
    text-align: center;
}
.ft p {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}
.pagetop {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 60px 0 60px 0;
    position: relative;
    
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 0.02em;
    line-height: 1em;
}
.pagetop a {
    color: #fff;
    
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pagetop a:hover {
    color: #ff45ec;
}


/* --- F A D E --- */

.fd {
    opacity: 0;
    
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd2 {
    opacity: 0;
    
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd2-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}





/* --------------- W 900px --------------- */

@media (max-width: 900px) {


.topHD {
  background: url("../img/bg-top_sp.jpg") no-repeat center top;
  background-size: cover;
  margin: 0;
}
.topHD::before {
    content: "";
    display: block;
    padding-bottom: 70.6%;
}
.ifrm {
    width: 85%;
    padding: 0 0 30px 0;
}

.main-rls {
    padding: 10px 0 0 0;
}
.rls {
    width: 85%;
    margin: 0 auto 20px;
    padding: 20px 20px;
    border: 2px solid #c61a1a;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.rlsL {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}
.rlsR {
    width: 100%;
    padding: 0;
}

.rlsC-1 {
    margin: 0;
}
.rls h2 {
    margin: 0 auto 40px auto;
    font-size: 1.2rem;
}
.rls h2::after {
    bottom: -20px;
}

.rls h3 {
    font-size: 1.3rem;
    text-align: center;
    margin: 15px 0 40px 0;
}
.rls h3::after {
    bottom: -15px;
}
.rlsR div {
    margin: 0 0 12px 0;
}
.rlsR span {
    width: 20%;
    height: 20px;
    margin: 0 4% 0 0;
    padding: 0.1em 0.4em 0.1em 0.5em; 
    font-size: 0.7rem;
}
.rlsR p {
    width: 75%;
    font-size: 0.8rem;
    line-height: 1.6em;
}


.rlsC-1 .rlsC-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.rlsC-wrap div {
    width: 100%;
    margin: 0 0 15px 0;
}
.boxP {
    font-size: 0.7rem;
    padding: 0.4em 1.2em 0.3em;
    margin: 0 0 0.5em 0;
}
.rlsC-1 p {
    font-size: 0.8rem;
    line-height: 1.6em;
    margin: 0;
}


.main-sl {
    padding: 0 0 20px 0;
}
.sl-wrap {
    width: 85%;
}
.txtbox {
    margin: 20px 0 30px 0;
    padding: 0 0 20px 0;
}
.txtbox h4 {
    height: 30px;
    font-size: 1.0rem;
    line-height: 30px;
}
.txtbox2 {
    margin: 0 0 20px 0;
}
.txtbox2 h4 {
    height: 40px;
    font-size: 1.0rem;
    line-height: 40px;
}
.txtbox2 p {
    font-size: 0.6rem;
    line-height: 1.6em;
    margin: 10px 0 0 0;
}
.tbT {
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 0.06em;
    margin: 15px 0 0 0;
    padding: 0.25em 1em 0.3em 1em;
}

.bn-wrap {
    padding: 10px 0 10px 0;
}
.bn-wrap p {
    font-size: 0.9rem;
    line-height: 1.4em;
    margin: 0;
}
.bn-wrap p.Ltxt {
    font-size: 0.9rem;
    line-height: 1.6em;
}
.bn-wrap p i {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
}
.bn {
    width: 105px;
    margin: 8px;
}
.bn2 {
    width: 150px;
    margin: 15px 0 5px 0;
}

.tkt-txt1 {
    font-size: 0.72rem;
    padding: 1.2em 1em;
}
.tkt-wrap {
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;
    
}
.tkt {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.tkt-txt2 {
    font-size: 0.6rem;
    line-height: 1.6em;
    padding: 0 1em 0 1em;
    box-sizing: border-box;
    margin: 0.5em 0 0 0
}
.tkt-txt3 {
    font-size: 0.8rem;
    line-height: 1.6em;
    margin: 1em 0 0 0;
 } 
 
 .ft {
    width: 85%;
    margin: 40px auto 0 auto;
}
.ft p {
    font-size: 0.6rem;
    letter-spacing: 0.02em;
    line-height: 1.7em;
}
.pagetop {
    margin: 20px 0;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

.fd {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.fd-after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}


}

