
/** -------------------------------
 * mainview
 */

#mainview {
	padding-bottom: 0;
	background-color: #000;
	margin-bottom: 160px;
}

#mainview > .wrap {
	position: relative;
	width: 100%;
}

#mainview .swiper-container {

}

#mainview .swiper-wrapper {

}

#mainview .swiper-slide {
	position: relative;
	padding-top: 39.375%;
}

#mainview .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#mainview .swiper-slide > .wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#mainview .inner {
	position: relative;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}
        /* item01 */

#mainview .item01 {

}

#mainview .item01 .bg {
	background-image: url(../IMAGES/PC/mainview01_img.jpg);
}

#mainview .item01 .copy {
	width: calc(300/1440 * 100%);
	padding-top: 0;
	position: absolute;
	left: 3.667%;
	top: calc(162/591 * 100%);
}

#mainview .item01 .copy span {
	display: block;
	padding-top: calc(50/300 * 100%);
	background-image: url(../IMAGES/PC/mainview01_copy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #mainview .item01 .copy span {
		background-image: url(../IMAGES/PC/mainview01_copy.png);
	}
}

#mainview .item01 .content {
	position: absolute;
	left: 3.667%;
	top: calc(235/591 * 100%);
	display: block;
}

#mainview .item02 .content {
	position: absolute;
	left: 3.667%;
	top: calc(488/591 * 100%);
	display: block;
}

#mainview .item01 .price {
	display: block;
}

#mainview .item01 .price dl {
	white-space: nowrap;
}

#mainview .item01 .price dt {
	font-size: 1.2em;/*1.4em*/
	color: #fff;
	line-height: 1.5;/*1.1*/
}

#mainview .item01 .price dd {
	padding-top: 0.4em;
	font-size: 2.6em;
	font-weight: normal;
	color: #fff;
	line-height: 1.1;
}

#mainview .item01 .price em {
	padding-left: 2%;
	font-size: 0.6em;
	vertical-align: middle;
}

#mainview .item01 .button {
	display: block;
	padding-top: calc((14/240) * 100%);
	padding-left: 0;
	width: 100%;
}

#mainview .item02 .button {
	display: block;
	padding-top: calc((14/240) * 100%);
	padding-left: 0;
	width: 100%;
}


#mainview .item01 .price + .button {
	padding-top: calc((19/240) * 100%);
}

#mainview .item01 .button a {
	position: relative;
	display: table;
	width: 240px;
	height: 27px;
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #999;
}

#mainview .item01 .button a::after {
	content: '';
	display: block;
	width: 2%;
	padding-top: 2%;
	border-top: 2px solid #C3082E;
	border-right: 2px solid #C3082E;
	position: absolute;
	top: 50%;
	right: calc((16/240) * 100%);;
	transform-origin: center;
	transform: translate(50%, -50%) rotate(45deg);
}

#mainview .item01 .button span {
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.4em;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}

#mainview .item01 .button:hover span {
	color: #c3002c;
}

#mainview .item02 .button a {
	position: relative;
	display: table;
	width: 240px;
	height: 27px;
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #999;
}

#mainview .item02 .button a::after {
	content: '';
	display: block;
	width: 2%;
	padding-top: 2%;
	border-top: 2px solid #C3082E;
	border-right: 2px solid #C3082E;
	position: absolute;
	top: 50%;
	right: calc((16/240) * 100%);;
	transform-origin: center;
	transform: translate(50%, -50%) rotate(45deg);
}

#mainview .item02 .button span {
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.4em;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}

#mainview .item02 .button:hover span {
	color: #c3002c;
}


        /* item02 */

#mainview .item02 {
}

#mainview .item02 .bg {
	background-image: url(../IMAGES/PC/mainview02_img.jpg);
}


#mainview .swiper-button-prev {
	width: 28px;
	height: 54px;
	margin-top: -27px;
	background-image: url(../IMAGES/mainview_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#mainview .swiper-button-prev.none {
	display: none;
}

#mainview .swiper-button-next {
	width: 28px;
	height: 54px;
	margin-top: -27px;
	background-image: url(../IMAGES/mainview_next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#mainview .swiper-button-next.none {
	display: none;
}

#mainview .swiper-pagination {
      clear: both;
      left: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: -125px;
      padding-right: 15px;
      text-align: center;
    }

#mainview .swiper-pagination.none {
      display: none;
    }
      #mainview .swiper-pagination-bullet {
        position: relative;
        width: 170px;
        height: 96px;
        margin-left: 15px;
        background-color: #000;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        opacity: 1;
      }
        #mainview .swiper-pagination-bullet:nth-child(1) {
          background-image: url(../IMAGES/mainview_thumb01.jpg);
        }
        #mainview .swiper-pagination-bullet:nth-child(2) {
          background-image: url(../IMAGES/mainview_thumb02.jpg);
        }
      #mainview .swiper-pagination-bullet-active {

      }
      #mainview .swiper-pagination-bullet-active:after {
        content: '';
        position: absolute;
        left: -4px;
        top: -4px;
        right: -4px;
        bottom: -4px;
        display: block;
        background-color: rgba(255,255,255,0.3);
        border: 1px solid #c3002c;
      }




/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	#mainview .item01 .price {
		padding-right: 0.78125vw;
	}

	#mainview .item01 .price dd {
		/*padding-top: 0.234375vw;*/
	}

	#mainview .item01 .button a {
		width: calc((240/1500) * 100vw);
		height: calc((27/1500) * 100vw);
	}

	#mainview .item01 .button span {
		padding-left: calc((20/1500) * 100vw);
		padding-right: calc((20/1500) * 100vw);
	}

	#mainview .swiper-button-prev {
		width: 2.1875vw;
		height: 4.21875vw;
		margin-top: -2.109375vw;
	}

	#mainview .swiper-button-next {
		width: 2.1875vw;
		height: 4.21875vw;
		margin-top: -2.109375vw;
	}
}





/** -------------------------------
 * banner
 */

#banner {
	clear: both;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 3.8%;
	padding: 0 3.667%;
}

#banner > .wrap {
	padding: 0 2.564%;
}

#banner .header {
	display: none;
}

#banner .content {
	margin-top: 2.4%;
    /*padding-bottom: 3.418%;*/
}

#banner .content > .wrap {
	position: relative;
    /*padding: 0 2.564%;*/
}

#banner .swiper-container {
	/*overflow-x: auto;*/
}

#banner .swiper-wrapper {
	/* display: block; */
	justify-content: center;
}

#banner .swiper-slide {
	width: 32%;
	margin-left: 1.352%;
	float: left;
}

#banner .swiper-slide:first-child {
	margin-left: 0;
}

#banner .swiper-slide a {
	display: block;
}

#banner .swiper-slide a > .wrap {

}

#banner .swiper-slide .image {
	display: block;
	padding-top: 34.266%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#banner .swiper-slide.item01 .image {
	background-image: url(/SP/COMMON/IMAGES/BANNER/fy20q2_pc.jpg);
}

#banner .swiper-slide.item02 .image {
	background-image: url(../IMAGES/gt-r_1803_top_banner_003.jpg);
}
#banner .swiper-slide.item03 .image {
	background-image: url(../IMAGES/gt-r_1904_top_banner_002.jpg);
}


#banner .swiper-slide .description {
	display: none;
}

#banner .swiper-slide .button {
	display: none;
}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {

}




/** -------------------------------
 * panel
 */

.panel {
	clear: both;
	padding-top: 0;
}

.panel > .wrap {
	position: relative;
	width: 100%;
	padding-top: calc((321/1440) * 100%);
	overflow: hidden;
	margin: 0 auto;
	transform: translate3d(0);
}

.panel .image {
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100.5%;
}

.panel .content {
	position: absolute;
	top: 0;
	height: 100.5%;
}

.panel .content > .wrap {
	position: relative;
	width: 100%;
	height: 100.5%;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
}

.panel .content .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100.5%;
	z-index: +2;
	transform: translate3d(0, 0, 0) perspective(0);
}

.panel .content .inner .bg {
	position: absolute;
	top: 0;
	background-color: #C3082E;
	height: 100.5%;
	transition: width 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-o-transition: width 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-moz-transition: width 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-webkit-transition: width 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
}

.panel > .wrap.show .content .inner .bg {
	width: 100% !important;
}

.panel .content .copy {
	width: 85%;
	font-size: 2.2em;
	font-weight: normal;
	color: #000;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: +3;
	transition: 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-o-transition: 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-moz-transition: 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-webkit-transition: 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	transition-property: top, color;
}

.panel > .wrap.show .content .copy {
	top: 24.922%;
	color: #fff;
}

.panel .content .lead {
	font-size: 1.35em;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	width: 75%;
	position: absolute;
	top: calc((120/321) * 100%);
}

.panel .content .button {
	display: table;
	width: 200px;
	height: 27px;
	background-color: #c3002c;
	border: 1px solid rgba(255, 255, 255, 1);
	position: absolute;
	bottom: calc((65/321) * 100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-o-transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-moz-transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-webkit-transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
}

.panel > .wrap.show .content .button {
	opacity: 1;
	pointer-events: auto;
}

.panel .content .button::after {
	content: '';
	display: block;
	width: 2%;
	padding-top: 2%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: calc((16/240) * 100%);;
	transform-origin: center;
	transform: translate(50%, -50%) rotate(45deg);
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-o-transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-moz-transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
	-webkit-transition: opacity 0.4s cubic-bezier(0.31, 0.11, 0.19, 0.98) .10s;
}

.panel > .wrap.show .content .button::after {
	opacity: 1;
}

.panel .content .button span {
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.4em;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}

.panel .content .button:hover {
	background-color: rgba(255, 255, 255, 1);
}

.panel .content .button:hover::after {
	border-top: 2px solid #C3082E;
	border-right: 2px solid #C3082E;
}

.panel .content .button:hover span {
	color: #C3082E;
}

/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.panel .content .button {
		width: calc((200/1440) * 100vw);
		height: calc((27/1440) * 100vw);
	}

	.panel .content .button span {
		padding: 0 calc((20/1440) * 100vw);
	}
}


/** -------------------------------
 * panel : panelAttraction
 */

.panel#panelAttraction {
	padding-top: 0;
}

.panel#panelAttraction > .section + .wrap {
	margin-top: calc((50/1440) * 100%);
}

.panel#panelAttraction > .wrap {
	position: relative;
}

.panel#panelAttraction > .wrap .image {
	width: calc(888/1440 * 100%);
}

.panel#panelAttraction > .wrap .content {
	width: calc(553/1440 * 100%);
}

.panel#panelAttraction .attraction_item_1 .image {
	/*width: calc((888/1440) * 100%);*/
	background-image: url(../IMAGES/PC/panel_img01.jpg);
	right: 0;
}

.panel#panelAttraction .attraction_item_1 .content {
	/*width: calc((553/1440) * 100%);*/
	left: 0;
}

.panel#panelAttraction .attraction_item_1 .copy,
.panel#panelAttraction .attraction_item_1 .lead,
.panel#panelAttraction .attraction_item_1 .button {
	left: calc((70/553) * 100%);
}


.panel#panelAttraction .attraction_item_1 .bg {
	width: 0.9%;
	right: 0;
}


.panel#panelAttraction .attraction_item_2 .image {
	/*width: calc((836/1440) * 100%);*/
	background-image: url(../IMAGES/PC/panel_img02.jpg);
	left: 0;
}

.panel#panelAttraction .attraction_item_2 .content {
	/*width: calc((605/1440) * 100%);*/
	right: 0;
}

.panel#panelAttraction .attraction_item_2 .copy,
.panel#panelAttraction .attraction_item_2 .lead,
.panel#panelAttraction .attraction_item_2 .button {
	/*left: calc((75/605) * 100%);*/
	left: calc((70/553) * 100%);
}

.panel#panelAttraction .attraction_item_2 .lead {
	top: calc((120/321) * 100%);
}

.panel#panelAttraction .attraction_item_2 .bg {
	width: 0.826%;
	left: 0;
}

.panel#panelAttraction .attraction_item_3 .image {
	/*width: calc((800/1440) * 100%);*/
	background-image: url(../IMAGES/PC/panel_img03.jpg);
	right: 0;
}

.panel#panelAttraction .attraction_item_3 .content {
	/*width: calc((641/1440) * 100%);*/
	left: 0;
}

.panel#panelAttraction .attraction_item_3 .copy,
.panel#panelAttraction .attraction_item_3 .lead,
.panel#panelAttraction .attraction_item_3 .button {
	/*left: calc((70/641) * 100%);*/
	left: calc((70/553) * 100%);
}

.panel#panelAttraction .attraction_item_3 .bg {
	width: 0.78%;
	right: 0;
}


.panel#panelAttraction .attraction_item_4 .image {
	/*width: calc((773/1440) * 100%);*/
	background-image: url(../IMAGES/PC/panel_img04.jpg);
	left: 0;
}

.panel#panelAttraction .attraction_item_4 .content {
	/*width: calc((668/1440) * 100%);*/
	right: 0;
}

.panel#panelAttraction .attraction_item_4 .copy,
.panel#panelAttraction .attraction_item_4 .lead,
.panel#panelAttraction .attraction_item_4 .button {
	/*left: calc((75/668) * 100%);*/
	left: calc((70/553) * 100%);
}

.panel#panelAttraction .attraction_item_4 .lead {
	top: calc((120/321) * 100%);
}

.panel#panelAttraction .attraction_item_4 .bg {
	width: 0.748%;
	left: 0;
}


/** -------------------------------
 * section | gradeRanking
 */

.section#gradeRanking {
	max-width: 1158px;
}

/*.section#gradeRanking > .wrap {
	padding-bottom: 3.281%;
}*/

.section#gradeRanking .content {
	margin-top: 2.4%;
}

.section#gradeRanking .content > .wrap {
	position: relative;
}

.section#gradeRanking .header h1 {
	display: block;
}

.section#gradeRanking .swiper-container {

}

.section#gradeRanking .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: center;
}

.section#gradeRanking .swiper-slide {
	display: block;
	width: calc((265/1148) * 100%);
	margin-left: calc((162/1148) * 100%);
	max-width: 265px;
	float: left;
}

.section#gradeRanking .swiper-slide:first-child,
.section#gradeRanking .swiper-slide:nth-of-type(4){
	margin-left: 0;
}

.section#gradeRanking .swiper-slide:nth-of-type(n + 4) {
	margin-top: calc(30/1148 * 100%);
}

.section#gradeRanking .content .item {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 0;
	color: #000;
}

.section#gradeRanking .content .item .image {
	position: relative;
	display: block;
	padding-top: 56.27%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.section#gradeRanking .content .item01 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img06.jpg);
}
.section#gradeRanking .content .item02 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img07.jpg);
}
.section#gradeRanking .content .item03 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img01.jpg);
}
.section#gradeRanking .content .item04 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img02.jpg);
}
.section#gradeRanking .content .item05 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img03.jpg);
}
.section#gradeRanking .content .item06 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img04.jpg);
}
.section#gradeRanking .content .item07 .image {
	background-image: url(../IMAGES/PC/gradeRanking_img05.jpg);
}

.section#gradeRanking .content .item .num {
	position: absolute;
	right: -25px;
	top: 0;
	display: table;
	width: 25px;
	height: 25px;
	background-color: #000;
	display: none;
}

.section#gradeRanking .content .item .num em {
	display: table-cell;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}

.section#gradeRanking .content .item dl {
	position: relative;
}

.section#gradeRanking .content .item:hover {
	/*color: #c3002c;*/
}

.section#gradeRanking .content .item dt {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.section#gradeRanking .content .item dd {
	margin-top: 4%;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
}

.section#gradeRanking .content .item dd span {
	display: inline-block;
	font-size: 1.4rem;/*1.8rem*/
	font-weight: normal;
}

.section#gradeRanking .content .item dd span small {
	font-size: 66.66%;
	margin-left: 0.3em;
}

.section#gradeRanking .content .spacer {
	width: 100%;
}

.section#gradeRanking .content .button {
	position: relative;
	display: block;
	width: 130px;
	margin: 0 auto;
	margin-top: 6%;
	padding-right: 3%;
	background-color: #fff;
	border: solid 1px #000;
	color: #000;
	backface-visibility:hidden;
	transform: perspective(0);
}

.section#gradeRanking .content .button::after {
	content: '';
	display: block;
	width: 2%;
	padding-top: 2%;
	border-top: 2px solid #C3082E;
	border-right: 2px solid #C3082E;
	position: absolute;
	top: 50%;
	right: calc((16/240) * 100%);;
	transform-origin: center;
	transform: translate(50%, -50%) rotate(45deg);
}

.section#gradeRanking .content .button span {
	display: block;
	padding: 1.4% 5%;
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 10px;
	font-size: 1.4em;
	white-space: nowrap;
}

.section#gradeRanking .content .button:hover span {
	color: #c3002c;
}

.section#gradeRanking .swiper-button-prev {
	display: none;
}

.section#gradeRanking .swiper-button-next {
	display: none;
}

.section#gradeRanking .link {
	clear: both;
	margin-top: 2.734%;
}

.section#gradeRanking .link ul {
	display: table;
	margin: 0 auto;
}

.section#gradeRanking .link li {
	display: table-cell;
	padding: 0 2.8%;
}

.section#gradeRanking .link li:first-child {
	width: 164px;
	border-right: 1px solid #c1c1c1;
}

.section#gradeRanking .link li:last-child {
	width: 136px;
}

.section#gradeRanking .link a {
	display: block;
	padding: 2% 0;
}

.section#gradeRanking .link span {
	display: block;
    /*padding-right: 20px;*/
	background-image: url(../IMAGES/arrow_red.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 13px;
	font-size: 1.4em;
	color: #333;
	line-height: 1.1;
	white-space: nowrap;
}

.section#gradeRanking .link a:hover span {
	color: #c3002c;
}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.section#gradeRanking .content .item .num {
		right: calc((25/1440 * -100vw));
		width: calc((25/1440 * 100vw));
		height: calc((25/1440 * 100vw));
	}

	.section#gradeRanking .content .simulation span {
		background-size: auto 0.78125vw;
	}

	.section#gradeRanking .link li:first-child {
		width: 12.8125vw;
	}

	.section#gradeRanking .link li:last-child {
		width: 10.625vw;
	}

	.section#gradeRanking .link span {
		padding-right: 1.5625vw;
		background-size: auto 1.0156vw;
	}
}


#price_note {
	margin-top: -7%;
	margin-bottom: 10%;
}


.section.fileListModule {
	padding-bottom: 1%;
}