@charset "UTF-8";

/* リセット */
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  display: block;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption,
img,
span,
a {
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* ユーティリティー */
a {
  zoom: 1;
  text-decoration: none;
  color: #000;
  transition: opacity 0.7s;
  display: block;
}
a:hover {
  opacity: 0.8;
}
.fgo {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.fmin {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.fshu {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
}
.fcor {
  font-family: copperplate, serif;
  font-weight: 700;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.page {
  width: 1000px;
  margin: 0 auto;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body p {
  line-height: 1.8;
}

/* -------------------------------------
header
------------------------------------- */
header {
  margin-bottom: 45px;
}
#mainimg {
  position: relative;
}
#mainimg #title {
  width: 33.5%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mainslide {
  line-height: 0;
}
.mainslide li {
  outline: none;
}
.mainslide li .sp {
  display: none;
}

.mainslide .slick-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.mainslide .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s;
}
.mainslide .slick-dots li:hover,
.mainslide .slick-dots li.slick-active {
  background-color: #b98b00;
}
.mainslide .slick-dots li:hover {
  cursor: pointer;
}
.mainslide .slick-dots button {
  display: none;
}
.mainslide .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.mainslide .slide-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.mainslide .slide-arrow.prev {
  left: 30px;
}
.mainslide .slide-arrow.next {
  right: 30px;
}

#gnavi {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
#gnavi #logo {
  width: 23.9%;
}
#gnavi #logo .sp {
  display: none;
}
#gnavi nav {
  width: 76.1%;
}
#gnavi nav li {
  width: calc(99.9% / 8);
  border-right: 1px solid #b98b00;
}
#gnavi nav li:nth-last-child(2) {
  border-right: none;
}
#gnavi nav li.sp {
  display: none;
}
#gnavi nav li a {
  text-align: center;
  padding: 3px 5px;
}
#gnavi nav li a .ja {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3px;
}
#gnavi nav li a .ja.fnt_s {
  font-size: 14px;
}
#gnavi nav li a .eng {
  font-size: 12px;
  font-weight: 600;
  color: #b98b00;
  display: block;
  margin-bottom: 2px;
}
#gnavi nav li a img {
  width: 30px;
  height: auto;
}

#gnavi a#menu_btn,
#gnavi a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}
#gnavi a#menu_btn {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 10;
}
#gnavi a#menu_btn span {
  width: 22px;
  height: 3px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #b98b00;
  position: absolute;
  left: 0;
  right: 0;
}
#gnavi a#menu_btn span:nth-of-type(1) {
  top: 6px;
}
#gnavi a#menu_btn span:nth-of-type(2) {
  top: 14px;
}
#gnavi a#menu_btn span:nth-of-type(3) {
  top: 22px;
}
#gnavi a#menu_btn.active {
  opacity: 1;
}
#gnavi a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg);
}
#gnavi a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#gnavi a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

/* -------------------------------------
common
------------------------------------- */
main {
  overflow: hidden;
}
.img {
  width: 100%;
  height: auto;
  display: block;
}
.sptel {
  cursor: default;
  pointer-events: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.align_items_cen {
  align-items: center;
}
.align-items_start {
  align-items: flex-start;
}
.align-items_end {
  align-items: flex-end;
}
.space-between {
  justify-content: space-between;
}

.tb {
  width: 100%;
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}

.posrel {
  position: relative;
}
.abimg {
  position: absolute;
  z-index: 1;
}

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.tl_yb {
  transform: translate(0, 60px);
}
.tl_yt {
  transform: translate(-60px, 0);
}
.tl_xl {
  transform: translate(-60px, 0);
}
.tl_xr {
  transform: translate(60px, 0);
}
.tl_rol {
  transform: rotate(-10deg);
}
.tl_ror {
  transform: rotate(10deg);
}
.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}
.mov.delay100 {
  transition-delay: 100ms;
}
.mov.delay200 {
  transition-delay: 200ms;
}
.mov.delay300 {
  transition-delay: 300ms;
}
.mov.delay400 {
  transition-delay: 400ms;
}
.mov.delay500 {
  transition-delay: 500ms;
}

/*
.bg_pt1 ふるさとチョイス
.bg_pt2 楽天ふるさと納税
.bg_pt3 さとふる
.bg_pt4 ふるなび
.bg_pt5 ANAのふるさと納税
.bg_pt6 ふるさとパレット
.bg_pt7 三越伊勢丹ふるさと納税
.bg_pt8 ふるなび
.bg_pt9 JALふるさと納税
.bg_pt10 ふるさと納税百選
.bg_pt11 マイナビふるさと納税
.bg_pt12 JREモール
*/
.bg_pt1 {
  background-color: #e10000;
}
.bg_pt2 {
  background-color: #b90000;
}
.bg_pt3 {
  background-color: #895e4b;
}
.bg_pt4 {
  background-color: #000000;
}
.bg_pt5 {
  background-color: #1c3175;
}
.bg_pt6 {
  background-color: #005c27;
}
.bg_pt7 {
  background-color: #5e5023;
}
.bg_pt8 {
  background-color: #ffa103;
}
.bg_pt9 {
  background-color: #b4044d;
}
.bg_pt10 {
  background-color: #c03;
}
.bg_pt11 {
  background-color: #0099ff;
}
.bg_pt12 {
  background-color: #008803;
}

/* -------------------------------------
notice
------------------------------------- */
#notice {
  max-width: 907px;
  margin: 0 auto;
}
#notice img.nc1 {
  margin-bottom: 20px;
}
#notice img.nc2 {
  margin-bottom: 30px;
}

/* -------------------------------------
attention
------------------------------------- */
#attention {
  margin-bottom: 45px;
}
#attention p {
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.1;
}
#attention p.att_ttl {
  text-align: center;
}
#attention span {
  background-color: #ffff00;
}

#about {
  font-size: 0;
  max-width: 960px;
  margin: 0 auto 40px auto;
}
#about .text {
  width: calc((99.9% - 20px) / 2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#about #movie {
  width: calc((99.9% - 20px) / 2);
  display: inline-block;
  vertical-align: middle;
}
#about .text h2 {
  margin-bottom: 20px;
  position: relative;
}
#about .text h2 img {
  position: absolute;
  top: 50%;
  left: -8px;
  z-index: 1;
  transform: translateY(-50%);
}
#about .text h2 span {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  display: block;
  padding: 20px 0 30px 108px;
}
#about .text p {
  font-size: 14px;
  line-height: 1.6;
}
#about #movie video {
  width: 100%;
  height: auto;
  display: block;
}

#pride {
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 30px 20px 10px;
  border: 3px solid #ffe800;
  border-radius: 50px;
  position: relative;
}
#pride .inblk {
  max-width: 840px;
  margin: 0 auto;
}
#pride .ttlblk {
  margin-bottom: 10px;
}
#pride .prttl {
  width: 41%;
  max-width: 352px;
  padding-left: 30px;
}
#pride .spbr {
  display: none;
}
#pride .mcopy {
  font-size: 16px;
  line-height: 1.5;
}
#pride .txtbk {
  padding-right: 40px;
  margin-bottom: 10px;
}
#pride .txtbk p {
  font-size: 14px;
  line-height: 1.5;
}
#pride .txtbk p a {
  color: #d10412;
  display: inline-block;
  text-decoration: underline;
}
#pride ul.btnblk {
  max-width: 400px;
  margin: 0 auto;
  justify-content: space-between;
}
#pride ul.btnblk li {
  width: 176px;
  position: relative;
}
#pride ul.btnblk li figure.icon7 {
  width: 35px;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: calc(100% + 5px);
}

#pride .icon_blk figure {
  position: absolute;
  z-index: 2;
}
#pride .icon_blk figure.icon1 {
  width: 26%;
  max-width: 104px;
  top: -15px;
  left: 50%;
}
#pride .icon_blk figure.icon2 {
  width: 30%;
  max-width: 147px;
  top: 80px;
  right: -30px;
}
#pride .icon_blk figure.icon3 {
  bottom: 50px;
  right: 40px;
}
#pride .icon_blk figure.icon4 {
  width: 20%;
  max-width: 75px;
  top: 40px;
  left: -30px;
  transform: rotate(-15deg);
}
#pride .icon_blk figure.icon5 {
  width: 15%;
  max-width: 50px;
  bottom: -20px;
  left: 100px;
}
/*#pride .icon_blk figure.icon6 {
	width:20%;
	max-width:96px;
	top:120px;
	left:-30px;
}*/

#ticker {
  line-height: 0;
  position: relative;
}
#ticker::after {
  content: "";
  width: calc(100% + 60px);
  height: 25px;
  display: block;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#items {
  max-width: 940px;
  padding: 60px 0;
  margin: 0 auto;
}
#items h3 {
  font-size: 0;
  text-align: center;
}
#items h3 span {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  display: inline-block;
  padding: 0 15px 20px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b98b00;
}
#items .maincap {
  text-align: center;
  margin-bottom: 45px;
}

#items #ranking {
  margin-bottom: 60px;
}
#items #ranking h4 {
  font-size: 0;
  text-align: center;
  margin-bottom: 35px;
}
#items #ranking h4 span {
  display: inline-block;
  padding: 10px 45px;
  border: 1px solid #b98b00;
}
#items .date {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
#items .date dt,
#items .date dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
#items .date dt {
  color: #fff;
  padding: 3px 10px 4px 10px;
  margin-right: 10px;
  border-radius: 6px;
  background-color: #b98b00;
}
#items .rank_slide li {
  width: calc((99.9% - 120px) / 5);
}
#items .rank_slide li:not(:last-child) {
  margin-right: 30px;
}
#items .rank_slide li .rank_img {
  margin-bottom: 8px;
  position: relative;
}
#items .rank_slide li .rank_img .num {
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 1;
}
#items .rank_slide li .rank_img span {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
#items .rank_slide li h5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-all;
  margin-bottom: 3px;
}
#items .rank_slide li p {
  font-size: 16px;
  font-weight: 500;
  color: #e73b00;
  line-height: 1.2;
}
#items .rank_slide li p span {
  font-size: 24px;
  font-weight: bold;
}

#items #season h4 {
  font-size: 0;
  text-align: center;
}
#items #season h4 span {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  display: inline-block;
  padding: 0 5px 20px 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b98b00;
}
#items #season h4 span br {
  display: none;
}
#items #season .maincap {
  margin-bottom: 40px;
}
#items #season li {
  width: calc((99.9% - 40px) / 3);
}
#items #season li:not(:last-child) {
  margin-right: 20px;
}
#items #season li img {
  margin-bottom: 8px;
}
#items #season li h5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-all;
  margin-bottom: 3px;
}
#items #season li p {
  font-size: 16px;
  font-weight: 500;
  color: #e73b00;
  line-height: 1.2;
}
#items #season li p span {
  font-size: 24px;
  font-weight: bold;
}

#intro {
  padding: 80px 0 80px 0;
  background-color: #f8f3e5;
  position: relative;
}

#intro::before,
#intro::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
#intro::before {
  height: 120px;
  background: url("../imgs/bg_intro_top.jpg") no-repeat center top;
  background-size: 100% 100%;
  top: 0;
}
#intro::after {
  height: 20px;
  background: url("../imgs/bg_intro_btm.jpg") repeat-x center center;
  bottom: -5px;
}
#intro > .page {
  position: relative;
  z-index: 2;
}
#intro h3 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 18%;
  position: relative;
  z-index: 2;
}
#intro h3 span {
  font-size: 14px;
  color: #b98b00;
  letter-spacing: 0.5em;
  display: block;
  margin-top: 22px;
}
#intro .intro:not(:last-child) {
  margin-bottom: 37%;
}
#intro .intro:last-child {
  margin-bottom: 28%;
}
#intro .intro {
  position: relative;
}
#intro .intro .text,
#intro .intro .photo {
  width: 50%;
}
#intro .intro.left .text {
  float: left;
}
#intro .intro.right .text {
  float: right;
}
#intro .intro .photo {
  position: absolute;
  top: 0;
  z-index: 1;
}
#intro .intro.left .photo {
  right: 0;
}
#intro .intro.right .photo {
  left: 0;
}
#intro .intro .photo .eng {
  position: absolute;
  left: 10%;
  z-index: 1;
}

#intro .intro#intro1 .photo .baloon {
  position: absolute;
}
#intro .intro#intro1 .photo .baloon.bicon1 {
  width: 41%;
  bottom: 90%;
  right: -5%;
  z-index: 2;
}
#intro .intro#intro1 .photo .baloon.bicon2 {
  width: 54%;
  max-width: 268px;
  top: 85%;
  bottom: auto;
  right: 5%;
  z-index: 2;
}
#intro .intro#intro1 .photo .blk1 {
  margin-bottom: 200px;
  position: relative;
}
#intro .intro#intro1 .photo .blk2 {
  position: relative;
}
#intro .intro#intro1 .photo .blk2 .main2 {
  max-width: 410px;
}

#intro .intro#intro1 .photo .eng {
  bottom: 97%;
  width: 48.6%;
  /*bottom:85%;
	left:0;*/
}
#intro .intro#intro2 .photo .eng {
  width: 36.8%;
  bottom: 97%;
}
#intro .intro#intro3 .photo .eng {
  width: 45.4%;
  bottom: 94%;
}
#intro .intro#intro4 .photo .eng {
  width: 38%;
  bottom: 92%;
}
#intro .intro#intro5 .photo .eng {
  width: 26%;
  bottom: 97%;
}
#intro .intro#intro6 .photo .eng {
  width: 36%;
  bottom: 97%;
}
#intro .intro#intro7 .photo .eng {
  width: 52.2%;
  bottom: 94%;
}
#intro .intro .photo .main {
  position: relative;
}
#intro .intro .photo .main img {
  width: 128%;
  position: relative;
}
#intro .intro.right .photo .main img {
  margin-right: -28%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  left: -28%;
}
#intro .intro.left .photo .main img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#intro .intro .photo .sub {
  position: absolute;
  z-index: 1;
}
#intro .intro .photo .horizontal {
  width: 72%;
  bottom: -40%;
}
#intro .intro .photo .vertical {
  width: 45%;
  bottom: -43%;
}
/*#intro .intro#intro1 .photo .sub {
	left:18%;
}*/
#intro .intro#intro1 .photo .sub {
  left: 18%;
  bottom: auto;
  top: 85%;
}
#intro .intro#intro1 .photo .sub2 {
  width: 48%;
  right: 5%;
  left: auto;
  top: 63%;
}
#intro .intro#intro1 .photo .sub2 img {
  border-radius: 40px;
}
#intro .intro#intro2 .photo .sub {
  left: 7%;
}
#intro .intro#intro3 .photo .sub {
  left: 48%;
}
#intro .intro#intro4 .photo .sub {
  left: 7%;
}
#intro .intro#intro5 .photo .sub {
  left: 2%;
}
#intro .intro#intro6 .photo .sub {
  left: 5%;
}
#intro .intro#intro7 .photo .sub {
  right: 8%;
}
/*#intro .intro .text {
	position:relative;
}*/
#intro .intro.left .text {
  padding: 0 40px 0 25px;
}
#intro .intro.right .text {
  padding: 0 25px 0 40px;
}
#intro .intro .text h4 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
#intro .intro .text h4 br {
  display: none;
}
#intro .intro#intro1 .text h4,
#intro .intro#intro7 .text h4 {
  letter-spacing: 0.1em;
}

#intro .intro#intro5 .text h4 {
  letter-spacing: -0.05em;
}
#intro .intro .text p.cap {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.23em;
  margin-bottom: 30px;
}
#intro .intro#intro1 .text ul {
  margin-bottom: 20px;
}
#intro .intro .text ul li {
  width: calc((99.9% - 20px) / 3);
  margin: 0 10px 10px 0;
}
#intro .intro .text ul li:nth-child(3n) {
  margin-right: 0;
}
#intro .intro .text ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  height: 108px;
  padding: 5px 5px 7px 5px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#intro .intro#intro1 .text ul li a {
  height: 80px;
}

#intro .intro .text ul.coming {
  position: relative;
}
#intro .intro .text ul.coming::after {
  content: "";
  width: 265px;
  height: 265px;
  display: block;
  margin: 0 auto;
  background: url("../imgs/comming.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
#intro .intro .text ul.coming li a {
  cursor: default;
  pointer-events: none;
}

#intro .intro .text .abimg {
  position: absolute;
  z-index: 1;
}
#intro .intro#intro1 .text .abimg {
  width: 21.5%;
  top: -30%;
  right: 3%;
}
#intro .intro#intro2 .text .abimg {
  width: 17.9%;
  top: -12%;
  left: 28.5%;
}
#intro .intro#intro3 .text .abimg {
  width: 19.4%;
  top: -12%;
  right: 2%;
}
#intro .intro#intro4 .text .abimg {
  width: 13.5%;
  top: -15%;
  left: 32%;
}
#intro .intro#intro5 .text .abimg {
  width: 17.6%;
  top: -25%;
  right: 1%;
}
#intro .intro#intro6 .text .abimg {
  width: 18.2%;
  top: -11%;
  left: 28%;
}
#intro .intro#intro7 .text .abimg {
  width: 18.5%;
  top: -23%;
  right: 2%;
}

#intro .intro#intro1 .nameblk {
  margin-bottom: 10px;
  position: relative;
}
#intro .intro#intro1 .nameblk h5.sname {
  font-size: 24px;
}
#intro .intro#intro1 .nameblk span {
  display: inline-block;
  vertical-align: middle;
}
#intro .intro#intro1 .nameblk .stx {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding-left: 5px;
}
#intro .intro#intro1 .nameblk .ex {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #e73b00;
  border-radius: 10px;
}
#intro .intro#intro1 .nameblk p {
  font-size: 14px;
}
#intro .intro#intro1 .nameblk dl {
  font-size: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#intro .intro#intro1 .nameblk dl dt {
  font-size: 14px;
  display: inline-block;
}
#intro .intro#intro1 .nameblk dl dd {
  color: #e73b00;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 7px;
}
#intro .intro#intro1 .nameblk dl dd span {
  font-size: 130%;
  vertical-align: -1px;
}

/**/
#intro-new {
  padding: 80px 0 80px 0;
  background-color: #f0f9fe;
  position: relative;
}

#intro-new::before,
#intro-new::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
#intro-new::before {
  height: 120px;
  background: url("../imgs/bg_intro-new_top.jpg") no-repeat center top;
  background-size: 100% 100%;
  top: 0;
}
#intro-new::after {
  height: 20px;
  background: url("../imgs/bg_intro-new_btm.jpg") repeat-x center center;
  bottom: -5px;
}
#intro-new > .page {
  position: relative;
  z-index: 1;
}
#intro-new h3 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
#intro-new h3 + p {
  font-size: 16px;
  letter-spacing: 0.23em;
  padding: 0 87.22px;
  padding-bottom: 110px;
}
#intro-new h3 span {
  font-size: 14px;
  color: #b98b00;
  letter-spacing: 0.5em;
  display: block;
  margin-top: 22px;
}
#intro-new .intro:not(:last-child) {
  margin-bottom: 37%;
}
#intro-new .intro:last-child {
  margin-bottom: 28%;
}
#intro-new .intro {
  position: relative;
}
#intro-new .intro .text,
#intro-new .intro .photo {
  width: 50%;
}
#intro-new .intro.left .text {
  float: left;
}
#intro-new .intro.right .text {
  float: right;
}
#intro-new .intro .page {
  position: relative;
  z-index: 1;
}
#intro-new .intro .photo {
  position: absolute;
  top: 0;
  z-index: 0;
}
#intro-new .intro.left .photo {
  right: 0;
}
#intro-new .intro.right .photo {
  left: 0;
}
#intro-new .intro .photo .eng {
  position: absolute;
  left: 40%;
  z-index: 2;
  width: 116.2902px;
  top: -8%;
}
#intro-new .intro.right .photo .eng {
  position: absolute;
  left: 20%;
  z-index: 2;
  width: 206.3612px;
  top: -10%;
  width: 120px;
}
#intro-new .intro .info {
  padding-top: 1em;
  padding-left: 1em;
  font-weight: bold;
}

#intro-new .intro#intro1 .photo .baloon {
  position: absolute;
}
#intro-new .intro#intro1 .photo .baloon.bicon1 {
  width: 41%;
  bottom: 90%;
  right: -5%;
  z-index: 2;
}
#intro-new .intro#intro1 .photo .baloon.bicon2 {
  width: 54%;
  max-width: 268px;
  top: 85%;
  bottom: auto;
  right: 5%;
  z-index: 2;
}
#intro-new .intro#intro1 .photo .blk1 {
  margin-bottom: 200px;
  position: relative;
}
#intro-new .intro#intro1 .photo .blk2 {
  position: relative;
}
#intro-new .intro#intro1 .photo .blk2 .main2 {
  max-width: 410px;
}

#intro-new .intro#intro1 .photo .eng {
  bottom: 97%;
  width: 48.6%;
}
#intro-new .intro#intro2 .photo .eng {
  width: 116.2902px;
  bottom: 97%;
  left: 40%;
  z-index: 2;
}
#intro-new .intro#intro3 .photo .eng {
  width: 45.4%;
  bottom: 94%;
}
#intro-new .intro#intro4 .photo .eng {
  width: 38%;
  bottom: 92%;
}
#intro-new .intro#intro5 .photo .eng {
  width: 26%;
  bottom: 97%;
}
#intro-new .intro#intro6 .photo .eng {
  width: 36%;
  bottom: 97%;
}
#intro-new .intro#intro7 .photo .eng {
  width: 52.2%;
  bottom: 94%;
}
#intro-new .intro#intro20 {
  margin-bottom: 110px;
}
#intro-new .intro#intro21 {
  margin-bottom: 0px;
}

#intro-new .intro .photo .main {
  position: relative;
}
#intro-new .intro .photo .main img {
  width: 128%;
  position: relative;
}
#intro-new .intro.right .photo .main img {
  margin-right: -28%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  left: -28%;
}
#intro-new .intro.left .photo .main img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#intro-new .intro .photo .sub {
  position: absolute;
  z-index: 1;
}
#intro-new .intro .photo .horizontal {
  width: 72%;
  bottom: -40%;
}
#intro-new .intro .photo .vertical {
  width: 45%;
  bottom: -43%;
}
#intro-new .intro#intro1 .photo .sub {
  left: 18%;
  bottom: auto;
  top: 85%;
}
#intro-new .intro#intro1 .photo .sub2 {
  width: 48%;
  right: 5%;
  left: auto;
  top: 63%;
}
#intro .intro#intro1 .photo .sub2 img {
  border-radius: 40px;
}
#intro-new .intro#intro2 .photo .sub {
  left: -18%;
}
#intro-new .intro#intro3 .photo .sub {
  left: 48%;
}
#intro-new .intro#intro4 .photo .sub {
  left: -18%;
}
#intro-new .intro#intro5 .photo .sub {
  left: 2%;
}
#intro-new .intro#intro6 .photo .sub {
  left: -21%;
}
#intro-new .intro#intro7 .photo .sub {
  right: 8%;
}
#intro-new .intro.left .text {
  padding: 0 40px 0 25px;
}
#intro-new .intro.right .text {
  padding: 0 25px 0 40px;
}
#intro-new .intro .text h4 {
  font-size: 79px;
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

#intro-new .intro#intro1 .text h4,
#intro-new .intro#intro7 .text h4 {
  letter-spacing: 0.1em;
}

#intro-new .intro#intro5 .text h4 {
  letter-spacing: -0.05em;
}
#intro-new .intro .text p.cap {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.23em;
  margin-bottom: 50px;
  width: 428px;
}
#intro-new .intro#intro1 .text ul {
  margin-bottom: 20px;
}
#intro-new .intro .text ul li {
  width: calc((99.9% - 20px) / 3);
  margin: 0 10px 10px 0;
}
#intro-new .intro .text ul li:nth-child(3n) {
  margin-right: 0;
}
#intro-new .intro .text ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  height: 108px;
  padding: 5px 5px 7px 5px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#intro-new .intro#intro1 .text ul li a {
  height: 80px;
}

#intro-new .intro .text ul.coming {
  position: relative;
}
#intro-new .intro .text ul.coming::after {
  content: "";
  width: 265px;
  height: 265px;
  display: block;
  margin: 0 auto;
  background: url("../imgs/comming.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
#intro-new .intro .text ul.coming li a {
  cursor: default;
  pointer-events: none;
}

#intro-new .intro .text .abimg {
  position: absolute;
  z-index: 1;
}
#intro-new .intro#intro1 .text .abimg {
  width: 21.5%;
  top: -30%;
  right: 3%;
}
#intro-new .intro#intro2 .text .abimg {
  width: 17.9%;
  top: -12%;
  left: 28.5%;
}
#intro-new .intro#intro3 .text .abimg {
  width: 19.4%;
  top: -12%;
  right: 2%;
}
#intro-new .intro#intro4 .text .abimg {
  width: 13.5%;
  top: -15%;
  left: 32%;
}
#intro-new .intro#intro5 .text .abimg {
  width: 17.6%;
  top: -25%;
  right: 1%;
}
#intro-new .intro#intro6 .text .abimg {
  width: 18.2%;
  top: -11%;
  left: 28%;
}
#intro-new .intro#intro7 .text .abimg {
  width: 18.5%;
  top: -23%;
  right: 2%;
}

#intro-new .intro#intro1 .nameblk {
  margin-bottom: 10px;
  position: relative;
}
#intro-new .intro#intro1 .nameblk h5.sname {
  font-size: 24px;
}
#intro-new .intro#intro1 .nameblk span {
  display: inline-block;
  vertical-align: middle;
}
#intro-new .intro#intro1 .nameblk .stx {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding-left: 5px;
}
#intro-new .intro#intro1 .nameblk .ex {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #e73b00;
  border-radius: 10px;
}
#intro-new .intro#intro1 .nameblk p {
  font-size: 14px;
}
#intro-new .intro#intro1 .nameblk dl {
  font-size: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#intro-new .intro#intro1 .nameblk dl dt {
  font-size: 14px;
  display: inline-block;
}
#intro-new .intro#intro1 .nameblk dl dd {
  color: #e73b00;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 7px;
}
#intro-new .intro#intro1 .nameblk dl dd span {
  font-size: 130%;
  vertical-align: -1px;
}
/**/
#others {
  padding-top: 14%;
  margin-bottom: 14%;
}
#others h3 {
  font-size: 0;
  text-align: center;
}
#others h3 span {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  display: inline-block;
  padding: 0 15px 20px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b98b00;
}
#others h3 span br {
  display: none;
}
#others .maincap {
  text-align: center;
  margin-bottom: 45px;
}
#others ul {
  max-width: 880px;
  margin: 0 auto;
}
#others ul li {
  width: calc((99.9% - 40px) / 3);
  margin: 0 20px 20px 0;
}
#others ul li:nth-child(3n) {
  margin-right: 0;
}
#others ul li:last-child {
  margin-bottom: 0;
}
#others ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 17px 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
}

#flow {
  margin-bottom: 100px;
}
#flow h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 1020px;
  padding: 30px 20px 30px 20px;
  margin-right: -10px;
  margin-bottom: 60px;
  background: url("../imgs/bg_flow_ttl.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  left: -10px;
}
#flow h3 .eng {
  font-size: 14px;
  color: #b98b00;
  letter-spacing: 0.5em;
  display: block;
  margin-top: 18px;
}
#flow h3 br {
  display: none;
}
#flow ol {
  max-width: 818px;
  margin: 0 auto 80px auto;
  position: relative;
}
#flow ol li:nth-child(odd) {
  float: left;
}
#flow ol li:nth-child(even) {
  float: right;
}
#flow ol li:nth-child(1) {
  width: 65%;
  margin-bottom: -6%;
}
#flow ol li:nth-child(2) {
  width: 67.3%;
  margin-bottom: -11%;
}
#flow ol li:nth-child(3) {
  width: 62.3%;
  margin-left: 2.5%;
  margin-bottom: -7%;
}
#flow ol li:nth-child(4) {
  width: 65.1%;
  margin-bottom: -9%;
}
#flow ol li:nth-child(5) {
  width: 50%;
}
#flow ol li img.sp {
  display: none;
}
#flow .caps {
  max-width: 830px;
  margin: 0 auto;
}
#flow .caps li:not(:last-child) {
  margin-bottom: 20px;
}
#flow .caps dl {
  font-size: 0;
}
#flow .caps dl dt,
#flow .caps dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  vertical-align: top;
}
#flow .caps dl dt {
  width: 3em;
}
#flow .caps dl dd {
  width: calc(100% - 3em);
}

#use {
  margin-bottom: 100px;
}
#use h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 1020px;
  padding: 30px 20px 30px 20px;
  margin-right: -10px;
  margin-bottom: 40px;
  background: url("../imgs/bg_use_ttl.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  left: -10px;
}
#use h3 .eng {
  font-size: 14px;
  color: #b98b00;
  letter-spacing: 0.5em;
  display: block;
  margin-top: 18px;
}
#use ol {
  max-width: 820px;
  margin: 0 auto;
}
#use ol li {
  width: calc(100% / 3);
  float: left;
  margin-bottom: 1.7%;
}
#use ol li:nth-child(7),
#use ol li:nth-child(8),
#use ol li:nth-child(9) {
  margin-bottom: 0;
}
#use .abimg1 {
  width: 3.9%;
  top: 10%;
  left: 3.5%;
}
#use .abimg2 {
  width: 6%;
  top: 60%;
  right: 3%;
}
#use .abimg3 {
  display: none;
}

/* -------------------------------------
footer
------------------------------------- */
#fbody {
  padding: 50px 0 35px 0;
  border-top: 1px solid #b98b00;
  position: relative;
}
#fbody::before,
#fbody::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #b98b00;
  position: absolute;
  top: -5px;
  z-index: 1;
}
#fbody::before {
  left: -5px;
}
#fbody::after {
  right: -5px;
}
#fbody #flogo,
#fbody .inq,
#fbody .link {
  width: calc(100% / 3);
}
#fbody #flogo,
#fbody .inq {
  border-right: 1px solid #000;
}
#fbody #flogo {
  padding: 0 20px;
}
#fbody #flogo p {
  max-width: 253px;
  margin: 0 auto;
}
#fbody .inq {
  padding: 0 25px;
}
#fbody .inq h3 {
  font-size: 0;
  margin-bottom: 15px;
}
#fbody .inq h3 span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 3px 20px 4px 20px;
  border-radius: 20px;
  background-color: #b98b00;
}
#fbody .inq p {
  font-weight: 500;
}
#fbody .inq dl {
  font-size: 0;
}
#fbody .inq dl dt,
#fbody .inq dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
}
#fbody .inq a {
  display: inline;
}
#fbody .inq a:hover {
  text-decoration: underline;
  opacity: 1;
}
#fbody .link {
  padding-left: 25px;
}
#fbody .link a {
  display: inline;
}
#fbody .link a:hover {
  text-decoration: underline;
  opacity: 1;
}
#fbody .link p {
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 0 5px 30px;
  margin-bottom: 2px;
  background: url("../imgs/arrow_ftr1.png") no-repeat left center;
  background-size: 23px auto;
}
#fbody .link dt,
#fbody .link dd {
  font-size: 12px;
  font-weight: 500;
}
#fbody .link dt {
  margin-top: 12px;
  margin-bottom: 12px;
}
#fbody .link dd li a {
  line-height: 1.8;
  padding-left: 30px;
  background: url("../imgs/arrow_ftr2.png") no-repeat left 8px center;
  background-size: 10px auto;
}

footer #cp {
  padding: 18px 10px;
  background-color: #b98b00;
}
footer #cp small {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
}

#totop {
  width: 60px;
  height: 67px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
#totop a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 67px;
  background: url("../imgs/totop_off.png") no-repeat center center;
  background-size: 100% auto;
  transition: background 0.3s;
}
#totop a:hover {
  background: url("../imgs/totop_on.png") no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

@media screen and (max-width: 1340px) {
  #intro::before {
    height: 9%;
    background: url("../imgs/bg_intro_top.jpg") no-repeat center top;
    background-size: 100% auto;
    top: 0;
  }
}
@media screen and (max-width: 1060px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header {
    margin-bottom: 40px;
  }
  header .page {
    padding-right: 10px;
  }
  #gnavi nav li a .ja {
    font-size: 16px;
  }
  #gnavi nav li:nth-child(1) a .ja {
    font-size: 14px;
  }
  #gnavi nav li a .eng {
    font-size: 12px;
  }
  #gnavi nav li a img {
    width: 28px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  .page {
    width: 100%;
    padding: 0 20px;
  }

  #about .text h2 {
    margin-bottom: 18px;
  }
  #about .text h2 img {
    width: 100px;
    height: auto;
  }
  #about .text h2 span {
    font-size: 37px;
    letter-spacing: 0.1em;
    padding: 18px 0 25px 100px;
  }

  #items h3 span {
    font-size: 37px;
    letter-spacing: 0.13em;
    padding: 0 13px 20px 18px;
  }
  #items .maincap {
    margin-bottom: 43px;
  }
  #items #ranking h4 {
    margin-bottom: 33px;
  }
  #items #ranking h4 span {
    padding: 10px 40px 9px 40px;
  }
  #items #ranking h4 span img {
    width: 380px;
  }
  #items .date {
    margin-bottom: 57px;
  }
  #items .rank_slide li {
    width: calc((99.9% - 108px) / 5);
  }
  #items .rank_slide li:not(:last-child) {
    margin-right: 27px;
  }
  #items .rank_slide li .rank_img .num {
    width: 41px;
    height: auto;
    top: -14px;
    left: -14px;
  }
  #items .rank_slide li p span {
    font-size: 23px;
  }

  #items #season h4 span {
    font-size: 37px;
    letter-spacing: 0.13em;
    padding: 0 3px 20px 27px;
  }
  #items #season .maincap {
    margin-bottom: 38px;
  }
  #items #season li p span {
    font-size: 23px;
  }

  #intro h3 {
    font-size: 37px;
    letter-spacing: 0.13em;
  }
  #intro h3 span {
    letter-spacing: 0.4em;
    margin-top: 21px;
  }

  #intro .intro.left .text {
    padding: 0 35px 0 0;
  }
  #intro .intro.right .text {
    padding: 0 0 0 35px;
  }
  #intro .intro .text h4 {
    font-size: 65px;
    margin-bottom: 24px;
  }
  #intro .intro .text p.cap {
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
  #intro .intro .text p.cap br {
    display: none;
  }
  #intro .intro .text ul li a {
    font-size: 17px;
    height: 100px;
  }

  #intro .intro#intro2 .photo .sub,
  #intro .intro#intro4 .photo .sub,
  #intro .intro#intro6 .photo .sub {
    left: 7%;
  }

  #intro-new h3 {
    font-size: 37px;
    letter-spacing: 0.13em;
  }
  #intro-new h3 span {
    letter-spacing: 0.4em;
    margin-top: 21px;
  }

  #intro-new .intro.left .text {
    padding: 0 35px 0 0;
  }
  #intro-new .intro.right .text {
    padding: 0 0 0 35px;
  }
  #intro-new .intro .text h4 {
    font-size: 65px;
    margin-bottom: 24px;
  }
  #intro-new .intro .text p.cap {
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
  #intro-new .intro .text p.cap br {
    display: none;
  }
  #intro-new .intro .text ul li a {
    font-size: 17px;
    height: 100px;
  }

  #intro-new .intro#intro2 .photo .sub {
    left: -5%;
  }
  #intro-new .intro#intro4 .photo .sub {
    left: -5%;
  }
  #intro-new .intro#intro6 .photo .sub {
    left: -5%;
  }

  #others h3 span {
    font-size: 37px;
    letter-spacing: 0.13em;
    padding: 0 13px 20px 18px;
  }
  #others .maincap {
    margin-bottom: 43px;
  }
  #others ul li a {
    font-size: 19px;
  }

  #flow {
    margin-bottom: 90px;
  }
  #flow h3 {
    font-size: 25px;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 28px 18px 28px 18px;
    margin-right: 0;
    margin-bottom: 57px;
    left: 0;
  }
  #flow h3 .eng {
    letter-spacing: 0.4em;
    margin-top: 17px;
  }
  #flow ol {
    margin: 0 auto 74px auto;
  }

  #use {
    margin-bottom: 90px;
  }
  #use h3 {
    font-size: 25px;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 28px 18px 28px 18px;
    margin-right: 0;
    margin-bottom: 38px;
    left: 0;
  }
  #use h3 .eng {
    letter-spacing: 0.4em;
    margin-top: 17px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  #fbody {
    padding: 45px 0 35px 0;
  }

  #totop {
    width: 58px;
    height: 65px;
  }
  #totop a {
    height: 65px;
  }
}
@media screen and (max-width: 960px) {
  #intro .intro .text h4 br {
    display: block;
  }

  #pride .txtbk {
    padding-right: 0;
  }
  #pride .txtbk p br {
    display: none;
  }
  #pride .icon_blk figure.icon2 {
    top: 10px;
    right: -70px;
  }
}
@media screen and (max-width: 880px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header {
    margin-bottom: 35px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  #about .text h2 {
    margin-bottom: 15px;
  }
  #about .text h2 img {
    width: 90px;
  }
  #about .text h2 span {
    font-size: 34px;
    letter-spacing: 0.08em;
    padding: 15px 0 20px 85px;
  }

  #pride .ttlblk {
    display: block;
  }
  #pride .prttl {
    text-align: center;
    max-width: 315px;
    padding-left: 0;
    margin: 0 auto;
  }
  #pride .mcopy {
    text-align: center;
  }
  #pride .icon_blk figure.icon1 {
    margin: 0 auto;
    top: -15px;
    left: 0;
    right: 0;
  }
  #pride .icon_blk figure.icon1 {
    display: none;
  }
  #pride .icon_blk figure.icon2 {
    margin: 0 auto;
    top: -25px;
    left: 0;
    right: 0;
  }

  /*#pride .icon_blk figure.icon2 {
		top:100px;
		right:-30px;
	}
	#pride .icon_blk figure.icon3 {
		top:180px;
		right:20px;
	}
	#pride .icon_blk figure.icon4 {
		bottom:60px;
		right:-10px;
	}
	#pride .icon_blk figure.icon5 {
		bottom:-20px;
		left:50px;
	}
	#pride .icon_blk figure.icon6 {
		top:120px;
		left:-15px;
	}
	#pride .icon_blk figure.icon7 {
		bottom:100px;
		left:50%;
	}*/

  #items h3 span {
    font-size: 34px;
    letter-spacing: 0.12em;
    padding: 0 12px 20px 17px;
  }
  #items .maincap {
    margin-bottom: 42px;
  }
  #items #ranking h4 {
    margin-bottom: 32px;
  }
  #items #ranking h4 span {
    padding: 10px 35px 8px 35px;
  }
  #items #ranking h4 span img {
    width: 360px;
  }
  #items .date {
    margin-bottom: 54px;
  }
  #items .rank_slide li {
    width: calc((99.9% - 96px) / 5);
  }
  #items .rank_slide li:not(:last-child) {
    margin-right: 24px;
  }
  #items .rank_slide li .rank_img .num {
    width: 40px;
    top: -13px;
    left: -13px;
  }
  #items .rank_slide li p {
    font-size: 15px;
  }
  #items .rank_slide li p span {
    font-size: 22px;
  }

  #items #season h4 span {
    font-size: 34px;
    letter-spacing: 0.12em;
    padding: 0 2px 20px 24px;
  }
  #items #season .maincap {
    margin-bottom: 36px;
  }
  #items #season li p {
    font-size: 15px;
  }
  #items #season li p span {
    font-size: 22px;
  }

  #intro h3 {
    font-size: 34px;
    letter-spacing: 0.12em;
  }
  #intro h3 span {
    margin-top: 20px;
  }

  #intro .intro.left .text {
    padding: 0 30px 0 0;
  }
  #intro .intro.right .text {
    padding: 0 0 0 30px;
  }
  #intro .intro .text h4 {
    font-size: 60px;
    margin-bottom: 23px;
  }
  #intro .intro .text p.cap {
    font-size: 15px;
    letter-spacing: 0.15em;
    margin-bottom: 27px;
  }

  #intro .intro .text ul li {
    width: calc((99.9% - 10px) / 2);
  }
  #intro .intro .text ul li:nth-child(3n) {
    margin-right: 10px;
  }
  #intro .intro .text ul li:nth-child(2n) {
    margin-right: 0;
  }
  #intro .intro .text ul li a {
    height: 90px;
  }
  #intro .intro .text ul.coming::after {
    width: 230px;
    height: 230px;
  }

  #intro .intro#intro2 .photo .sub {
    left: 15%;
  }
  #intro .intro#intro4 .photo .sub {
    left: 15%;
  }
  #intro .intro#intro6 .photo .sub {
    left: 15%;
  }

  #intro-new h3 {
    font-size: 34px;
    letter-spacing: 0.12em;
  }
  #intro-new h3 span {
    margin-top: 20px;
  }

  #intro-new .intro.left .text {
    padding: 0 30px 0 0;
  }
  #intro-new .intro.right .text {
    padding: 0 0 0 30px;
  }
  #intro-new .intro .text h4 {
    font-size: 60px;
    margin-bottom: 23px;
  }
  #intro-new .intro .text p.cap {
    font-size: 15px;
    letter-spacing: 0.15em;
    margin-bottom: 27px;
  }

  #intro-new .intro .text ul li {
    width: calc((99.9% - 10px) / 2);
  }
  #intro-new .intro .text ul li:nth-child(3n) {
    margin-right: 10px;
  }
  #intro-new .intro .text ul li:nth-child(2n) {
    margin-right: 0;
  }
  #intro-new .intro .text ul li a {
    height: 90px;
  }
  #intro-new .intro .text ul.coming::after {
    width: 230px;
    height: 230px;
  }

  #intro-new .intro#intro2 .photo .sub {
    left: 15%;
  }
  #intro-new .intro#intro4 .photo .sub {
    left: 15%;
  }
  #intro-new .intro#intro6 .photo .sub {
    left: 15%;
  }

  #others h3 span {
    font-size: 34px;
    letter-spacing: 0.12em;
    padding: 0 12px 20px 17px;
  }
  #others .maincap {
    margin-bottom: 42px;
  }

  #flow {
    margin-bottom: 80px;
  }
  #flow h3 {
    font-size: 24px;
    letter-spacing: 0.07em;
    padding: 27px 17px 27px 17px;
    margin-bottom: 54px;
  }
  #flow h3 .eng {
    margin-top: 16px;
  }
  #flow ol {
    margin: 0 auto 68px auto;
  }
  #flow .caps dl dd .spbrnone {
    display: none;
  }

  #use {
    margin-bottom: 80px;
  }
  #use h3 {
    font-size: 24px;
    letter-spacing: 0.07em;
    padding: 27px 17px 27px 17px;
    margin-bottom: 36px;
  }
  #use h3 .eng {
    margin-top: 16px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  #fbody {
    padding: 35px 0 30px 0;
  }
  #fbody #flogo {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  #fbody #flogo p {
    width: 240px;
    margin: 0 auto;
  }
  #fbody .inq,
  #fbody .link {
    width: calc(100% / 2);
  }
  #fbody .inq {
    padding: 0 25px 0 0;
  }

  #totop {
    width: 56px;
    height: 63px;
  }
  #totop a {
    height: 63px;
  }
}
@media screen and (max-width: 800px) {
  #others ul li {
    width: calc((99.9% - 20px) / 2);
  }
  #others ul li:nth-child(3n) {
    margin-right: 20px;
  }
  #others ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header {
    padding-top: 59px;
    margin-bottom: 30px;
  }
  #mainimg #title {
    width: 250px;
  }
  .mainslide li img {
    width: 751px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #gnavi {
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
  }
  #gnavi #logo {
    width: 450px;
    height: 59px;
    padding: 15px 20px;
  }
  #gnavi #logo .pc {
    display: none;
  }
  #gnavi #logo .sp {
    display: block;
  }
  #gnavi nav {
    width: 100%;
    display: none;
    padding: 0 20px 20px 20px;
  }
  #gnavi nav li {
    width: calc(99.9% / 2);
    border-bottom: 1px solid #b98b00;
    border-right: none;
  }
  #gnavi nav li.sp {
    display: block;
  }
  #gnavi nav li:nth-child(odd) {
    border-right: 1px solid #b98b00;
  }
  #gnavi nav li:nth-last-child(1) {
    border-bottom: none;
  }
  #gnavi nav li a {
    padding: 18px 20px 18px 65px;
    position: relative;
  }
  #gnavi nav li a .tb {
    display: block;
  }
  #gnavi nav li a .cell {
    display: block;
  }
  #gnavi nav li a .ja {
    font-size: 22px;
  }
  #gnavi nav li:nth-child(1) a .ja {
    font-size: 22px;
  }
  #gnavi nav li a .ja.fnt_s {
    font-size: 22px;
  }
  #gnavi nav li a .ja br {
    display: none;
  }
  #gnavi nav li a .eng {
    display: none;
  }
  #gnavi nav li a img {
    width: 35px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%);
  }

  #gnavi a#menu_btn {
    display: block;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  #attention p {
    font-size: 20px;
  }

  #about {
  }
  #about .text {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  #about #movie {
    width: 100%;
    float: none;
  }

  #about .text h2 {
    text-align: center;
  }
  #about .text h2 img,
  #about .text h2 span {
    display: inline-block;
    vertical-align: middle;
  }
  #about .text h2 img {
    width: 85px;
    margin-right: 5px;
    position: static;
    transform: translateY(0);
  }
  #about .text h2 span {
    font-size: 32px;
    letter-spacing: 0.05em;
    padding: 0 0 5px 0;
  }
  #about .text p {
    line-height: 1.8;
  }

  #items h3 span {
    font-size: 32px;
    letter-spacing: 0.1em;
    padding: 0 10px 20px 15px;
  }
  #items .maincap {
    margin-bottom: 40px;
  }
  #items #ranking h4 {
    margin-bottom: 30px;
  }
  #items #ranking h4 span {
    padding: 10px 30px 9px 30px;
  }
  #items #ranking h4 span img {
    width: 330px;
  }
  #items .date {
    margin-bottom: 51px;
  }
  #items .rank_slide li {
    width: calc((99.9% - 80px) / 5);
  }
  #items .rank_slide li:not(:last-child) {
    margin-right: 20px;
  }
  #items .rank_slide li .rank_img .num {
    width: 39px;
    top: -12px;
    left: -12px;
  }
  #items .rank_slide li p span {
    font-size: 21px;
  }

  #items #season h4 span {
    font-size: 32px;
    letter-spacing: 0.1em;
    padding: 0 0 20px 20px;
  }
  #items #season .maincap {
    margin-bottom: 34px;
  }
  #items #season li p span {
    font-size: 21px;
  }

  #intro h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  #intro h3 span {
    letter-spacing: 0.3em;
    margin-top: 18px;
  }

  #intro .intro.left .text {
    padding: 0 25px 0 0;
  }
  #intro .intro.right .text {
    padding: 0 0 0 25px;
  }
  #intro .intro .text h4 {
    font-size: 55px;
    margin-bottom: 22px;
  }
  #intro .intro .text p.cap {
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }

  #intro-new h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  #intro-new h3 span {
    letter-spacing: 0.3em;
    margin-top: 18px;
  }

  #intro-new .intro.left .text {
    padding: 0 25px 0 0;
  }
  #intro-new .intro.right .text {
    padding: 0 0 0 25px;
  }
  #intro-new .intro .text h4 {
    font-size: 55px;
    margin-bottom: 22px;
  }
  #intro-new .intro .text p.cap {
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }

  #others h3 span {
    font-size: 32px;
    letter-spacing: 0.1em;
    padding: 0 10px 20px 15px;
  }
  #others .maincap {
    margin-bottom: 40px;
  }
  #others ul li a {
    font-size: 18px;
  }

  #flow {
    margin-bottom: 70px;
  }
  #flow h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 25px 15px 25px 15px;
    margin-bottom: 50px;
  }
  #flow h3 .eng {
    letter-spacing: 0.3em;
    margin-top: 15px;
  }
  #flow ol {
    margin: 0 auto 62px auto;
  }

  #use {
    margin-bottom: 70px;
  }
  #use h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 25px 15px 25px 15px;
    margin-bottom: 34px;
  }
  #use h3 .eng {
    letter-spacing: 0.3em;
    margin-top: 15px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  #fbody {
    padding: 30px 0 30px 0;
  }
  #fbody #flogo p {
    width: 220px;
  }

  #totop {
    width: 54px;
    height: 60px;
  }
  #totop a {
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  #items #season h4 span {
    line-height: 1.5;
    padding: 0 0 15px 20px;
  }
  #items #season h4 span br {
    display: block;
  }

  #intro h3 {
    margin-bottom: 80px;
  }
  #intro .intro:not(:last-child) {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #b98b00;
  }
  #intro .intro:last-child {
    margin-bottom: 0;
  }
  #intro .intro .text,
  #intro .intro .photo {
    width: 100%;
  }
  #intro .intro.left .text {
    float: none;
    padding: 0;
  }
  #intro .intro.right .text {
    float: none;
    padding: 0;
  }
  #intro .intro .photo {
    position: relative;
  }
  #intro .intro .text h4 {
    text-align: center;
  }
  #intro .intro .text h4 br {
    display: none;
  }
  #intro .intro .text p.cap {
    text-align: center;
  }
  #intro .intro .text p.cap br {
    display: block;
  }

  #intro .intro .text ul li {
    width: calc((99.9% - 20px) / 3);
  }
  #intro .intro .text ul li:nth-child(2n) {
    margin-right: 10px;
  }
  #intro .intro .text ul li:nth-child(3n) {
    margin-right: 0;
  }
  #intro .intro .text ul li a {
    font-size: 16px;
  }

  #intro .intro .photo {
    margin-bottom: 50px;
  }
  #intro .intro .photo .main img {
    width: 100%;
  }
  #intro .intro.right .photo .main img {
    margin-right: -20px;
    left: -20px;
  }
  #intro .intro.left .photo .main img {
    right: -20px;
    position: relative;
  }
  #intro .intro .photo .sub {
    position: relative;
  }
  #intro .intro .photo .horizontal {
    width: 60%;
    margin-bottom: -30px;
    top: -30px;
    left: 0;
  }
  #intro .intro .photo .vertical {
    width: 40%;
    bottom: -43%;
    left: 0;
  }
  #intro .intro#intro1 .photo .sub {
    left: calc((100% - 60%) - 50px);
  }
  #intro .intro#intro2 .photo .sub {
    left: 0;
  }
  #intro .intro#intro3 .photo .sub {
    margin-top: -27%;
    left: calc((100% - 40%) - 50px);
  }
  #intro .intro#intro4 .photo .sub {
    left: 0;
  }
  #intro .intro#intro5 .photo .sub {
    margin-top: -20%;
    left: 30px;
  }
  #intro .intro#intro6 .photo .sub {
    left: 0;
  }
  #intro .intro#intro7 .photo .sub {
    margin-top: -20%;
    left: calc((100% - 40%) - 50px);
  }
  #intro .intro .photo .eng {
    position: relative;
  }
  #intro .intro#intro1 .photo .eng {
    width: 37.1%;
    margin-bottom: -5%;
    left: 5%;
  }
  #intro .intro#intro2 .photo .eng {
    width: 28.6%;
    margin-bottom: -10%;
    left: 0;
  }
  #intro .intro#intro3 .photo .eng {
    width: 35.3%;
    margin-bottom: -9%;
    left: 0;
  }
  #intro .intro#intro4 .photo .eng {
    width: 29.5%;
    margin-bottom: -11.5%;
    left: 13%;
  }
  #intro .intro#intro5 .photo .eng {
    width: 20.2%;
    margin-bottom: -3%;
    left: 5%;
  }
  #intro .intro#intro6 .photo .eng {
    width: 27.9%;
    margin-bottom: -10%;
    left: 15%;
  }
  #intro .intro#intro7 .photo .eng {
    width: 40.5%;
    margin-bottom: -7%;
    left: 5%;
  }

  #intro .intro#intro1 .text .abimg {
    width: 23.4%;
    top: -6%;
    right: auto;
    left: 2%;
  }
  #intro .intro#intro2 .text .abimg {
    width: 22.9%;
    top: -3%;
    left: auto;
    right: 3%;
  }
  #intro .intro#intro3 .text .abimg {
    width: 23.1%;
    top: -2.5%;
    right: auto;
    left: 5%;
  }
  #intro .intro#intro4 .text .abimg {
    width: 17.7%;
    top: -3%;
    left: auto;
    right: 3%;
  }
  #intro .intro#intro5 .text .abimg {
    width: 25.4%;
    top: -9%;
    right: auto;
    left: 2%;
  }
  #intro .intro#intro6 .text .abimg {
    width: 26.8%;
    top: -3%;
    left: auto;
    right: 5%;
  }
  #intro .intro#intro7 .text .abimg {
    width: 27.9%;
    top: -9.5%;
    right: auto;
    left: 3%;
  }

  #intro .intro#intro1 .photo .blk1 {
    margin-bottom: 30px;
  }
  #intro .intro#intro1 .photo .blk2 {
    margin-bottom: 100px;
  }
  #intro .intro#intro1 .photo .sub {
    width: 60%;
    margin-bottom: -30px;
    top: -30px;
  }
  #intro .intro#intro1 .photo .sub2 {
    width: 48%;
    right: auto;
    left: 50%;
  }
  #intro .intro#intro1 .photo .baloon.bicon2 {
    top: 60%;
    right: 0;
    z-index: 2;
  }

  /**/
  #intro-new h3 + p {
    font-size: 16px;
    letter-spacing: 0.23em;
    padding: 0 87.22px;
    padding-bottom: 110px;
    padding: 0 20px;
    padding-bottom: 110px;
  }
  #intro-new .intro:not(:last-child) {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #b98b00;
  }
  #intro-new .intro:last-child {
    margin-bottom: 0;
  }
  #intro-new .intro .text,
  #intro-new .intro .photo {
    width: 100%;
  }
  #intro-new .intro.left .text {
    float: none;
    padding: 0;
  }
  #intro-new .intro.right .text {
    float: none;
    padding: 0;
  }
  #intro-new .intro .photo {
    position: relative;
  }
  #intro-new .intro .text h4 {
    text-align: center;
  }

  #intro-new .intro .text p.cap {
    text-align: center;
    width: 100%;
  }
  #intro-new .intro .text p.cap br {
    display: block;
  }

  #intro-new .intro .text ul li {
    width: calc((99.9% - 20px) / 3);
  }
  #intro-new .intro .text ul li:nth-child(2n) {
    margin-right: 10px;
  }
  #intro-new .intro .text ul li:nth-child(3n) {
    margin-right: 0;
  }
  #intro-new .intro .text ul li a {
    font-size: 16px;
  }

  #intro-new .intro .photo {
    margin-bottom: 50px;
  }
  #intro-new .intro .photo .main img {
    width: 100%;
  }
  #intro-new .intro.right .photo .main img {
    margin-right: -20px;
    left: -20px;
  }
  #intro-new .intro.left .photo .main img {
    right: -20px;
    position: relative;
  }
  #intro-new .intro .photo .sub {
    position: relative;
  }
  #intro-new .intro .photo .horizontal {
    width: 60%;
    margin-bottom: -30px;
    top: -30px;
    left: 0;
  }
  #intro-new .intro .photo .vertical {
    width: 40%;
    bottom: -43%;
    left: 0;
  }
  #intro-new .intro#intro1 .photo .sub {
    left: calc((100% - 60%) - 50px);
  }
  #intro-new .intro#intro2 .photo .sub {
    left: 0;
  }
  #intro-new .intro#intro3 .photo .sub {
    margin-top: -27%;
    left: calc((100% - 40%) - 50px);
  }
  #intro-new .intro#intro4 .photo .sub {
    left: 0;
  }
  #intro-new .intro#intro5 .photo .sub {
    margin-top: -20%;
    left: 30px;
  }
  #intro-new .intro#intro6 .photo .sub {
    left: 0;
  }
  #intro-new .intro#intro7 .photo .sub {
    margin-top: -20%;
    left: calc((100% - 40%) - 50px);
  }
  #intro-new .intro .photo .eng {
    position: relative;
    margin-bottom: -5%;
    padding-top: 5%;
  }
  #intro-new .intro.right .page {
    margin-bottom: 110px;
  }
  #intro-new .intro.right .photo .eng {
    position: absolute;
    left: 28%;
    z-index: 2;
    width: 206.3612px;
    top: -24%;
  }
  #intro-new .intro#intro1 .photo .eng {
    width: 37.1%;
    margin-bottom: -5%;
    left: 5%;
  }
  #intro-new .intro#intro2 .photo .eng {
    width: 28.6%;
    margin-bottom: -10%;
    left: 0;
  }
  #intro-new .intro#intro3 .photo .eng {
    width: 35.3%;
    margin-bottom: -9%;
    left: 0;
  }
  #intro-new .intro#intro4 .photo .eng {
    width: 29.5%;
    margin-bottom: -11.5%;
    left: 13%;
  }
  #intro-new .intro#intro5 .photo .eng {
    width: 20.2%;
    margin-bottom: -3%;
    left: 5%;
  }
  #intro-new .intro#intro6 .photo .eng {
    width: 27.9%;
    margin-bottom: -10%;
    left: 15%;
  }
  #intro-new .intro#intro7 .photo .eng {
    width: 40.5%;
    margin-bottom: -7%;
    left: 5%;
  }

  #intro-new .intro#intro1 .text .abimg {
    width: 23.4%;
    top: -6%;
    right: auto;
    left: 2%;
  }
  #intro-new .intro#intro2 .text .abimg {
    width: 22.9%;
    top: -3%;
    left: auto;
    right: 3%;
  }
  #intro-new .intro#intro3 .text .abimg {
    width: 23.1%;
    top: -2.5%;
    right: auto;
    left: 5%;
  }
  #intro-new .intro#intro4 .text .abimg {
    width: 17.7%;
    top: -3%;
    left: auto;
    right: 3%;
  }
  #intro-new .intro#intro5 .text .abimg {
    width: 25.4%;
    top: -9%;
    right: auto;
    left: 2%;
  }
  #intro-new .intro#intro6 .text .abimg {
    width: 26.8%;
    top: -3%;
    left: auto;
    right: 5%;
  }
  #intro-new .intro#intro7 .text .abimg {
    width: 27.9%;
    top: -9.5%;
    right: auto;
    left: 3%;
  }

  #intro-new .intro#intro1 .photo .blk1 {
    margin-bottom: 30px;
  }
  #intro-new .intro#intro1 .photo .blk2 {
    margin-bottom: 100px;
  }
  #intro-new .intro#intro1 .photo .sub {
    width: 60%;
    margin-bottom: -30px;
    top: -30px;
  }
  #intro-new .intro#intro1 .photo .sub2 {
    width: 48%;
    right: auto;
    left: 50%;
  }
  #intro-new .intro#intro1 .photo .baloon.bicon2 {
    top: 60%;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 640px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header {
    padding-top: 58px;
  }

  .mainslide li img {
    width: 100%;
  }
  .mainslide li .pc {
    display: none;
  }
  .mainslide li .sp {
    display: block;
  }

  #gnavi #logo {
    width: 435px;
    height: 58px;
    padding: 16px 20px 15px 20px;
  }
  #gnavi nav li a {
    padding: 15px 15px 15px 60px;
  }
  #gnavi nav li a .ja {
    font-size: 20px;
  }
  #gnavi nav li:nth-child(1) a .ja {
    font-size: 20px;
  }
  #gnavi nav li a .ja.fnt_s {
    font-size: 20px;
  }
  #gnavi nav li a img {
    width: 33px;
    left: 15px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  #attention p {
    font-size: 18px;
  }

  #about .text h2 img {
    width: 80px;
  }
  #about .text h2 span {
    font-size: 30px;
  }

  #pride .spbr {
    display: block;
  }
  #pride ul.btnblk {
    width: 176px;
  }
  #pride ul.btnblk li {
    display: block;
  }
  #pride ul.btnblk li:first-child {
    margin-bottom: 15px;
  }

  #items h3 span {
    font-size: 30px;
    letter-spacing: 0.08em;
    padding: 0 8px 20px 13px;
  }
  #items .maincap {
    margin-bottom: 38px;
  }
  #items #ranking h4 {
    margin-bottom: 28px;
  }
  #items #ranking h4 span {
    padding: 10px 25px 9px 25px;
  }
  #items #ranking h4 span img {
    width: 310px;
  }
  #items .date {
    margin-bottom: 35px;
  }
  #items .rank_slide {
    padding: 0 30px;
    position: relative;
  }
  #items .rank_slide .slick-slide {
    padding: 11px 15px 0 15px;
  }
  #items .rank_slide li {
    width: 50%;
  }
  #items .rank_slide li:not(:last-child) {
    margin-right: 0;
  }
  #items .rank_slide li .rank_img .num {
    width: 38px;
    top: -11px;
    left: -11px;
  }
  #items .rank_slide li.inv_mov {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  #items .rank_slide .slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: opacity 0.3s;
  }
  #items .rank_slide .slide-arrow:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #items .rank_slide .slide-arrow.prev {
    left: 10px;
  }
  #items .rank_slide .slide-arrow.next {
    right: 10px;
  }

  #items #season h4 span {
    font-size: 30px;
    letter-spacing: 0.08em;
    padding: 0 0 15px 15px;
  }
  #items #season .maincap {
    margin-bottom: 32px;
  }
  #items .season_slide {
    padding: 0 30px;
    position: relative;
  }
  #items .season_slide .slick-slide {
    padding: 0 20px;
  }
  #items #season li {
    width: 100%;
  }
  #items #season li:not(:last-child) {
    margin-right: 0;
  }
  #items #season li p span {
    font-size: 21px;
  }
  #items #season li.inv_mov {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  #items .season_slide .slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: opacity 0.3s;
  }
  #items .season_slide .slide-arrow:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #items .season_slide .slide-arrow.prev {
    left: 10px;
  }
  #items .season_slide .slide-arrow.next {
    right: 10px;
  }

  #intro {
    padding: 80px 0 60px 0;
  }
  #intro h3 {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  #intro h3 span {
    margin-top: 17px;
  }

  #intro .intro:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #intro .intro .text h4 {
    font-size: 50px;
    margin-bottom: 21px;
  }

  #intro-new {
    padding: 80px 0 60px 0;
  }
  #intro-new h3 {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  #intro-new h3 span {
    margin-top: 17px;
  }

  #intro-new .intro:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #intro-new .intro .text h4 {
    font-size: 50px;
    margin-bottom: 21px;
  }

  #others {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  #others h3 span {
    font-size: 30px;
    letter-spacing: 0.08em;
    padding: 0 8px 20px 13px;
  }
  #others .maincap {
    margin-bottom: 38px;
  }
  #others ul li a {
    font-size: 17px;
  }

  #flow {
    margin-bottom: 60px;
  }
  #flow h3 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 48px;
  }
  #flow h3 br {
    display: block;
  }
  #flow h3 .eng {
    margin-top: 10px;
  }
  #flow ol {
    max-width: 416px;
    margin: 0 auto 56px auto;
    position: relative;
  }
  #flow ol li:nth-child(odd) {
    float: none;
  }
  #flow ol li:nth-child(even) {
    float: none;
  }
  #flow ol li:nth-child(1) {
    width: 100%;
    margin-bottom: -5%;
  }
  #flow ol li:nth-child(2) {
    width: 100%;
    margin-bottom: -5%;
  }
  #flow ol li:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-bottom: -5%;
  }
  #flow ol li:nth-child(4) {
    width: 100%;
    margin-bottom: -5%;
  }
  #flow ol li:nth-child(5) {
    width: 100%;
  }
  #flow ol li img.pc {
    display: none;
  }
  #flow ol li img.sp {
    display: block;
  }

  #use {
    margin-bottom: 60px;
  }
  #use h3 {
    font-size: 21px;
    padding: 35px 15px 40px 15px;
    margin-bottom: 32px;
  }
  #use ol li {
    width: calc(100% / 2);
    float: left;
    margin-bottom: 7%;
  }
  #use ol li:nth-child(7),
  #use ol li:nth-child(8) {
    margin-bottom: 7%;
  }
  #use ol li:nth-child(even) {
    transform: translateY(50%);
  }
  #use .abimg1 {
    width: 5.4%;
    top: 19%;
    left: 3%;
  }
  #use .abimg2 {
    width: 9.5%;
    top: 1%;
    right: 7%;
  }
  #use .abimg3 {
    width: 2.9%;
    display: block;
    top: 47%;
    right: 3%;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  #fbody {
    padding: 0;
  }
  #fbody #flogo {
    padding: 35px 0;
    margin-bottom: 0;
  }
  #fbody #flogo p {
    width: 210px;
  }
  #fbody .inq,
  #fbody .link {
    width: 100%;
  }
  #fbody .inq {
    text-align: center;
    padding: 35px 0;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  #fbody .link {
    max-width: 270px;
    padding: 35px 0;
    margin: 0 auto;
  }
  footer #cp {
    padding: 15px 10px;
  }
  footer #cp small {
    font-size: 11px;
  }

  #totop {
    width: 52px;
    height: 58px;
  }
  #totop a {
    height: 58px;
  }
}
@media screen and (max-width: 500px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header {
    padding-top: 54px;
  }

  #mainimg #title {
    width: 230px;
  }

  #gnavi #logo {
    width: 340px;
    height: 54px;
    padding: 17px 20px 16px 20px;
  }

  #gnavi nav li {
    width: 100%;
    border-bottom: 1px solid #b98b00;
  }
  #gnavi nav li:nth-child(odd) {
    border-right: none;
  }
  #gnavi nav li:nth-last-child(2) {
    border-bottom: 1px solid #b98b00;
  }
  #gnavi nav li a {
    text-align: left;
    padding: 15px 10px 15px 55px;
  }
  #gnavi nav li a .ja {
    font-size: 17px;
  }
  #gnavi nav li:nth-child(1) a .ja {
    font-size: 17px;
  }
  #gnavi nav li a .ja.fnt_s {
    font-size: 17px;
  }
  #gnavi nav li a img {
    width: 30px;
    left: 10px;
  }

  #gnavi a#menu_btn {
    top: 11px;
  }

  /* -------------------------------------
	common
	------------------------------------- */
  #attention {
    margin-bottom: 25px;
  }
  #attention p {
    font-size: 16px;
  }

  #about .text h2 img {
    width: 75px;
  }
  #about .text h2 span {
    font-size: 27px;
  }

  #pride {
    padding: 40px 15px;
    border-radius: 40px;
  }
  #pride .mcopy {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #pride .txtbk p {
    font-size: 12px;
  }

  #pride .icon_blk figure.icon4 {
    top: 100px;
    left: -20px;
  }

  #items h3 span {
    font-size: 27px;
    letter-spacing: 0.05em;
    padding: 0 5px 20px 10px;
  }
  #items .maincap {
    margin-bottom: 35px;
  }
  #items #ranking h4 {
    margin-bottom: 25px;
  }
  #items #ranking h4 span {
    padding: 10px 20px 9px 20px;
  }
  #items #ranking h4 span img {
    width: 100%;
    max-width: 290px;
  }
  #items .date {
    margin-bottom: 30px;
  }
  #items .rank_slide {
    padding: 0 25px;
  }
  #items .rank_slide .slick-slide {
    padding: 10px 10px 0 10px;
  }
  #items .rank_slide li .rank_img .num {
    width: 37px;
    top: -10px;
    left: -10px;
  }
  #items .rank_slide li p span {
    font-size: 20px;
  }
  #items .rank_slide .slide-arrow.prev {
    left: 5px;
  }
  #items .rank_slide .slide-arrow.next {
    right: 5px;
  }

  #items #season h4 span {
    font-size: 27px;
    letter-spacing: 0.05em;
    padding: 0 0 15px 10px;
  }
  #items #season .maincap {
    margin-bottom: 30px;
  }
  #items .season_slide {
    padding: 0 25px;
  }
  #items .season_slide .slick-slide {
    padding: 0 10px;
  }
  #items #season li p span {
    font-size: 20px;
  }
  #items .season_slide .slide-arrow.prev {
    left: 5px;
  }
  #items .season_slide .slide-arrow.next {
    right: 5px;
  }

  #intro {
    padding: 80px 0 50px 0;
  }
  #intro h3 {
    font-size: 27px;
    letter-spacing: 0.05em;
  }
  #intro h3 span {
    letter-spacing: 0.2em;
    margin-top: 15px;
  }

  #intro .intro:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #intro .intro .text h4 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  #intro .intro .text p.cap br {
    display: none;
  }
  #intro .intro .text ul li a {
    font-size: 15px;
  }

  #intro .intro .text ul.coming::after {
    width: 200px;
    height: 200px;
  }

  #intro .intro#intro1 .text h5.sname {
    font-size: 20px;
    margin-bottom: 7px;
  }
  #intro .intro#intro1 .nameblk dl {
    position: static;
  }

  #intro-new {
    padding: 80px 0 50px 0;
  }
  #intro-new h3 {
    font-size: 27px;
    letter-spacing: 0.05em;
  }
  #intro-new h3 span {
    letter-spacing: 0.2em;
    margin-top: 15px;
  }

  #intro-new .intro:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #intro-new .intro .text h4 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  #intro-new .intro .text p.cap br {
    display: none;
  }
  #intro-new .intro .text ul li a {
    font-size: 15px;
  }

  #intro-new .intro .text ul.coming::after {
    width: 200px;
    height: 200px;
  }

  #intro-new .intro#intro1 .text h5.sname {
    font-size: 20px;
    margin-bottom: 7px;
  }
  #intro-new .intro#intro1 .nameblk dl {
    position: static;
  }

  #others {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  #others h3 span {
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0 5px 15px 10px;
  }
  #others h3 span br {
    display: block;
  }
  #others .maincap {
    margin-bottom: 35px;
  }
  #others ul {
    max-width: 300px;
  }
  #others ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #others ul li:nth-child(3n) {
    margin-right: 0;
  }
  #others ul li:last-child {
    margin-bottom: 0;
  }
  #others ul li a {
    font-size: 16px;
    padding: 15px 10px 18px 10px;
  }

  #flow {
    margin-bottom: 50px;
  }
  #flow h3 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  #flow h3 .eng {
    letter-spacing: 0.2em;
  }
  #flow ol {
    margin: 0 auto 50px auto;
  }
  #flow .caps dl dt,
  #flow .caps dl dd {
    font-size: 13px;
  }

  #use {
    margin-bottom: 50px;
  }
  #use h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #use h3 .eng {
    letter-spacing: 0.2em;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  #totop {
    width: 50px;
    height: 56px;
    bottom: 15px;
    right: 15px;
  }
  #totop a {
    height: 56px;
  }
}
@media screen and (max-width: 320px) {
  header {
    padding-top: 50px;
  }

  #gnavi #logo {
    width: 280px;
    height: 50px;
    padding: 18px 20px 15px 20px;
  }
  #gnavi nav li a {
    padding: 15px 10px 15px 55px;
  }
  #gnavi nav li a .ja {
    font-size: 16px;
  }
  #gnavi nav li:nth-child(1) a .ja {
    font-size: 16px;
  }
  #gnavi nav li a .ja.fnt_s {
    font-size: 16px;
  }
  #gnavi nav li a img {
    width: 30px;
    left: 10px;
  }
  #gnavi a#menu_btn {
    top: 10px;
  }

  #pride .mcopy {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #pride .icon_blk figure.icon2 {
    margin: 0 auto;
    top: -15px;
    left: 0;
    right: 0;
  }
  #pride .icon_blk figure.icon3 {
    top: 160px;
    right: -10px;
  }
  #pride .icon_blk figure.icon4 {
    bottom: 20px;
    right: -10px;
  }
  #pride .icon_blk figure.icon5 {
    bottom: -20px;
    left: 30px;
  }
  #pride .icon_blk figure.icon6 {
    top: 140px;
    left: -15px;
  }

  #totop {
    width: 46px;
    height: 51px;
  }
  #totop a {
    height: 51px;
  }
}
@media screen and (min-width: 769px) {
}
