@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}
.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 42px auto;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 1.875;
    overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	text-decoration: none;
    opacity: 1;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    width: 1000px;
    margin: 0 auto 64px;
}
.sc-container .keyv-image {
    width: 100%;
    margin: 0 auto 50px;
}
.sc-container .keyv-title {
    margin: 0 0 23px;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.57;
    text-align: center;
    letter-spacing: 0.06em;
}
.sc-container .keyv-title span {
    display: block;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}
.sc-container .keyv-text {
    text-align: center;
}

/* Slider */
.sc-container .main-slider {
    width: 1000px;
    height: 480px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 0 0 30px;
    margin: 0 0 50px;
}

.sc-container .main-slider-list {
	position: relative;
    width: 100%;
    height: 100%;
}

.sc-container .main-slider-list-item img {
	width: 100%;
	height: auto;
}

.sc-container .main-slider-list-item a:hover {
    opacity: 0.8;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sc-container .slick-dots {
    display: block;
    list-style: none;
    position: absolute;
    bottom: -30px;
    width: 100%;
    padding: 0;
    line-height: 0;
    text-align: center;
}

.sc-container .slick-dots li {
    display: inline-block;
    opacity: 1;
    position: static;
    width: 10px;
    height: 10px;
    margin: 0 0.35em;
    border-radius: 50%;
    background: #bbbbbb;
    cursor: pointer;
}

.sc-container .slick-dots li button {
	display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
}

.sc-container .slick-dots li button:hover,
.sc-container .slick-dots li button:focus {
	outline: none;
}

.sc-container .slick-dots li button:hover::before,
.sc-container .slick-dots li button:focus::before {
	opacity: 1;
}

.sc-container .slick-dots li button::before {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}

.sc-container .slick-dots li.slick-active button::before {
    opacity: 1;
    background: #000000;
}

/* ====================
nav-area
==================== */
.sc-container .nav-area {
    width: 1000px;
    margin: 0 auto 120px;
}
.sc-container .nav-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.sc-container .nav-list-item {
    width: calc((100% - 30px) / 4);
    margin: 0 0 20px 10px;
}
.sc-container .nav-list-item:nth-child(4n+1) {
    margin: 0 0 20px;
}
.sc-container .nav-list-link {
    display: flex;
    align-items: center;
    position: relative;
    height: 89px;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
    background: #deddd9;
}
.sc-container .nav-list-link::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -7.5px;
    left: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    background: url(../img/icon_nav_arrow.png) no-repeat;
    background-size: contain;
}
.sc-container .nav-list-link:hover {
    background: #ada998;
}
.sc-container .nav-list-image {
    width: 60px;
    margin-left: 15px;
}
.sc-container .nav-list-desc {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 140px;
    margin-left: 3px;
}
.sc-container .nav-list-desc-deco {
    display: block;
    position: absolute;
    top: -9px;
    left: 78px;
    width: 103px;
    height: 16px;
    background: url(../img/bg_icon_nav_new_pc.png) no-repeat;
    background-size: contain;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 16px;
}
.sc-container .nav-list-desc-title {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.28;
}
.sc-container .nav-list-desc-catch {
    display: block;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

/* ====================
cp-area
==================== */
.sc-container .cp-area {
    width: 1000px;
    margin: 0 auto 80px;
    padding: 32px 0 40px;
    background: #6a4e3e;
}
.sc-container .cp-title {
    margin: 0 0 16px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.06em;
}
.sc-container .cp-title-catch {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}
.sc-container .underline {
    padding: 0 5px 0;
    background: linear-gradient(transparent 70%, #b2861d 70%, #b2861d 90%, transparent 90%);
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.06em;
}
.sc-container .cp-image-wrapper {
    position: relative;
    z-index: 0;
    width: 700px;
    height: 347px;
    margin: 0 auto;
}
.sc-container .cp-image-end {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}
.sc-container .cp-image-end span {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.06em;
    font-size: 24px;
    text-shadow: 0 0 5px #3C2B15;
}
.sc-container .cp-image {
    width: 700px;
    height: 347px;
    margin: 0 auto;
}
.sc-container .cp-image img {
    width: auto;
    height: 100%;
}

/* ====================
lineup-area
==================== */
.sc-container .lineup-catch {
    display: block;
    width: 189px;
    height: 30px;
    margin: 0 auto 18px;
    background: url(../img/bg_icon_new_pc.gif) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 30px;
}
.sc-container .lineup-catch span {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.06em;
}
.sc-container .lineup-title {
    position: relative;
    width: 900px;
    margin: 0 auto 40px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1.55;
    letter-spacing: 0.06em;
}
.sc-container .lineup-title::before,
.sc-container .lineup-title::after {
    display: block;
    position: absolute;
    bottom: -5px;
    width: 1px;
    height: 50px;
    background: #222222;
    content: "";
    transform: rotate(30deg);
}
.sc-container .lineup-title::before {
    left: 162px;
}
.sc-container .lineup-title::after {
    right: 144px;
}
.sc-container .sc-itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
}
.sc-container .list {
    width: 410px;
    margin: 0 0 40px;
}
.sc-container .list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc-container .list a:hover {
    opacity: 1;
}
.sc-container .item-image {
    display: block;
    width: 180px;
    height: 220px;
}
.sc-container .item-image:hover {
    opacity: 0.8;
}
.sc-container .item-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.sc-container .item-desc {
    display: block;
    width: 220px;
}
.sc-container .item-name {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc-container .item-name:hover {
    opacity: 0.8;
}
.sc-container .item-price {
    display: block;
    margin: 0 0 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.sc-container .tax {
    font-size: 12px;
    font-weight: 700;
}
.sc-container .item-btn {
    display: block;
    position: relative;
    height: 40px;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: calc(40px - 4px);
    text-align: center;
}
.sc-container .item-btn:hover {
    opacity: 0.8;
}
.sc-container .item-btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 2.5px);
    right: 17px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    content: "";
}

/* ====================
series-area
==================== */
.sc-container .series-area {
    margin: 0 0 120px;
}
.sc-container #type1940.series-area {
    height: 2500px;
    overflow: hidden;
    position: relative;
}
.sc-container #register2.series-area {
    height: 2720px;
    overflow: hidden;
    position: relative;
}
.sc-container .series-title-wrapper {
    margin: 0 0 40px;
    padding: 30px 0;
    border-top: solid 2px #222222;
    border-bottom: solid 2px #222222;
    background: #deddd9;
}
.sc-container .series-title {
    display: block;
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.06em;
}
.sc-container .series-title span {
    display: block;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.06em;
}
.sc-container .series-catch {
    text-align: center;
}
.sc-container .series-catch span {
    position: relative;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    letter-spacing: 0.06em;
}
.sc-container .series-catch span::before,
.sc-container .series-catch span::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #222222;
    content: "";
}
.sc-container .series-catch span::before {
    left: -30px;
}
.sc-container .series-catch span::after {
    right: -30px;
}
/* series-intro */
.sc-container .series-intro {
    width: 1000px;
    margin: 0 auto 50px;
}
.sc-container .series-intro-image {
    width: 100%;
    height: 668px;
    margin: 0 0 32px;
}
.sc-container .series-intro-image img {
    width: auto;
    height: 100%;
}
.sc-container .series-intro-text {
    text-align: center;
}
/* type */
.sc-container .type {
    margin: 50px 0 108px;
}
.sc-container .type-title {
    display: block;
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1.69;
    letter-spacing: 0.06em;
}
.sc-container .type-list-item ~ .type-list-item {
    margin: 54px 0 0;
}
.sc-container .type-image {
    width: 1000px;
    height: 640px;
    margin: 0 auto 30px;
}
.sc-container #register2 .type-list-item:nth-child(1) .type-image {
    width: 900px;
    height: 575px;
}
.sc-container #register2 .type-list-item:nth-child(2) .type-image {
    width: 700px;
    height: 700px;
}
.sc-container #register2 .type-list-item:nth-child(3) .type-image {
    width: 700px;
    height: 540px;
}
.sc-container #gmt1950 .type-list-item:nth-child(1) .type-image,
.sc-container #gmt1950 .type-list-item:nth-child(2) .type-image,
.sc-container #gmt1950 .type-list-item:nth-child(3) .type-image {
    width: 700px;
    height: 540px;
}
.sc-container .type-image img {
    width: auto;
    height: 100%;
}
.sc-container .type-text {
    margin: 0 0 34px;
    text-align: center;
}
.sc-container .type-text .text {
    display: block;
    margin: 0 0 15px;
}
.sc-container .movie-wrapper {
    width: 900px;
    height: 506px;
    margin: 0 auto;
}
.sc-container .movie-wrapper iframe {
	width: 100%;
	height: 100%;
}
.sc-container .type .sc-itemlist {
    display: block;
    padding: 25px 0;
    border: solid 1px #e5e5e5;
}
.sc-container .type .list {
    margin: 0 auto;
}
/* desc */
.sc-container .desc {
    width: 1000px;
    margin: 0 auto 40px;;
}
.sc-container .type + .desc {
    margin: 119px auto 40px;
}
.sc-container #type1940 .type + .desc {
    margin: 119px auto 93px;
}
.sc-container .desc-title {
    margin: 0 0 29px;
    padding: 20px 0;
    border-top: solid 2px #222222;
    border-bottom: solid 2px #222222;
}
.sc-container .desc-title span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1.69;
    letter-spacing: 0.06em;
}
.sc-container .desc-text {
    text-align: center;
}
.sc-container .desc-text .text {
    display: block;
    margin: 0 0 15px;
}
.sc-container .desc-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.sc-container .desc-list-item {
    margin: 0 0 54px 40px;
    width: 480px;
}
.sc-container .desc-list-item:nth-child(2n+1) {
    margin-left: 0;
}
.sc-container .desc-list-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 20px;
    min-height: 66px;
}
.sc-container .desc-list-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.sc-container .desc-list-title {
    display: flex;
    align-items: center;
    width: 430px;
    margin: -2px 0;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.59;
    letter-spacing: 0.06em;
}
.sc-container .desc-list-image {
    width: 100%;
    height: 384px;
    margin: 0 0 20px;
}
.sc-container #type1940 .desc-list-item:nth-child(7) .desc-list-image,
.sc-container #type1940 .desc-list-item:nth-child(8) .desc-list-image {
    height: 237px;
}
.sc-container .desc-list-image img {
    width: auto;
    height: 100%;
}




.sc-container .desc-list-slider .slick-next {
    right: 0;
    right: auto;
}
.sc-container .desc-list-slider .slick-prev {
    left: 0;
    right: auto;
}
.sc-container .desc-list-slider .slick-prev, .sc-container .desc-list-slider .slick-next {
    width: 50px;
    margin-top: 0;
    background: transparent;
}
.slick-prev {
    right: calc(100% - (50% - 500px));
}
.slick-prev, .slick-next {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 480px;
    margin-top: -20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}










/* Slider */
.sc-container .desc-list-slider {
    width: 480px;
    height: 384px;
    margin: 0 0 17px;
    overflow: hidden;
}
.sc-container .desc-list-slider-list {
    position: relative;
    width: 100%;
    height: 100%;
}
.sc-container .desc-list-slider-list-item img {
	/* width: 100%; */
	height: auto;
}

/* Arrow */
.sc-container .desc-list-slider .slick-prev,
.sc-container .desc-list-slider .slick-next {
    width: 50px;
    height: 100%;
    margin-top: 0;
    background: transparent;
}
.sc-container .desc-list-slider .slick-prev {
    left: 0;
    right: auto;
}
.sc-container .desc-list-slider .slick-next {
    right: 0;
    left: auto;
}
.sc-container .desc-list-slider .slick-prev::before,
.sc-container .desc-list-slider .slick-next::before {
    position: absolute;
    top: calc(50% - 25px);
    opacity: 1;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-position: 0 center;
    content: "";
    margin: 0;
}
.sc-container .desc-list-slider .slick-prev::before {
	left: 0;
	background-image: url(../img/btn_prev_pc.png);
	background-repeat: no-repeat;
}
.sc-container .desc-list-slider .slick-next::before {
	right: 0;
    left: auto;
	background-image: url(../img/btn_next_pc.png);
	background-repeat: no-repeat;
}

/* Dots */
.sc-container .desc-list-slider .slick-dots {
    bottom: 10px;
}
.sc-container .desc-list-slider .slick-dots li {
    background: #ffffff;
}

.sc-container .desc-list-note-list {
    margin: 12px 0 0;
}
.sc-container .desc-list-note-list-item {
    font-size: 14px;
    line-height: 1.857;
}

/* more-btn-wrapper */
.sc-container .more-btn-wrapper {
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70% );
    padding: 100px 0 40px;
    position: absolute;
    bottom: 0;
}
.sc-container .more-btn {
    display: block;
    position: relative;
    width: 400px;
    margin: 0 auto;
    border: solid 2px #000000;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.04em;
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .more-btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 2px);
    right: 21px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    transform: rotate(135deg);
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}
.sc-container .more-btn:hover {
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}
.sc-container .more-btn:hover::after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

/* ====================
about-area
==================== */
.sc-container .about-area {
    width: 1000px;
    margin: 0 auto 80px;
    padding: 47px 150px 50px;
    background: #ececec;
    box-sizing: border-box;
}
.sc-container .about-title {
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.06em;
}
.sc-container .about-image {
    width: 700px;
    height: 381px;
    margin: 0 auto 21px;
}
.sc-container .about-image img {
    width: auto;
    height: 100%;
}
.sc-container .about-text {
    margin: 0 0 23px;
}
.sc-container .about-text .text {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.86;
}
.sc-container .profile {
    padding: 23px 30px;
    background: #ffffff;
}
.sc-container .profile-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.86;
}
.sc-container .profile-text {
    font-size: 14px;
    line-height: 1.86;
}

/* ====================
btn-area
==================== */
.sc-container .btn-wrapper {
    width: 400px;
    margin: 0 auto;
}
.sc-container .btn {
    display: block;
    position: relative;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}
.sc-container .btn::after {
    display: block;
    position: absolute;
    bottom: calc(50% - 3px);
    right: 17px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    content: "";
}
.sc-container .btn:hover {
    opacity: 0.8;
}

/* ====================
スクロール
==================== */
/* その場でふわっと */
.fadein {opacity:0;}
.fadein.scrollin {opacity:1;transition:.8s .2s ease;}