/*############################
SETTING
############################*/
/**/
.sm-show,
.md-show,
.lg-show,
.sw-show,
.xl-show,
.fw-show,
.xxl-show {
  display: none; }

.g-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%; }

.g-u_1-3 {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2em;
  border: solid 1px #000; }

.f-container {
  padding-top: 100vh;
  pointer-events: none; }

.mbYTP_wrapper {
  background-color: #c14439; }

.YTPOverlay {
  background-image: url(/img/kanko/ami.png); }

.p-toppage__name {
  position: fixed;
  display: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.p-toppage__name h1 {
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 60px;
  left: 5px;
  -webkit-transform: scale(0.44);
          transform: scale(0.44);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.p-toppage__name img {
  display: block; }

.p-toppage__name:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  width: 290px;
  height: 290px;
  left: -145px;
  top: -145px; }

.p-toppage__alert {
  position: absolute;
  right: 0;
  z-index: 2;
  pointer-events: auto;
  top: 70px; }

.p-toppage__alert dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 9px 0 0 9px; }

.p-toppage__alert dt {
  padding: .75em .75em .65em .75em;
  background-color: #212f8e;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 8px 0 0 8px; }

.p-toppage__alert dt:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  margin-right: .25em;
  color: #e5c93b; }

.p-toppage__alert dd {
  margin-left: 0;
  padding: .75em .75em .65em .75em; }

.p-toppage__search {
  position: absolute;
  bottom: 180px;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: auto; }

.p-toppage__search .hide {
  display: none; }

.p-toppage__search #cse-search-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: none;
  outline: none; }

.p-toppage__search #cse-search-box input {
  height: 100% !important;
}

.p-toppage__search #tmp_query {
  border: none;
  padding-left: .75em;
  background-position: .75em 50% !important;
  border-radius: 9px 0 0 9px;
  font-size: 18px;
  font-size: 1.125rem;
  outline: none;
  width: calc(100% - 110px) !important;
}

.p-toppage__search #tmp_query:focus {
  background: #f2d6d4 !important;
  -webkit-transition: background .3s;
  transition: background .3s; }

.p-toppage__search #submit {
  width: 110px;
  border: none;
  text-indent: -9999px;
  display: block;
  text-align: left;
  border: none;
  color: rgba(193, 68, 57, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-toppage__search__button {
  display: block;
  height: 40px;
  position: relative;
  border-radius: 0 9px 9px 0;
  background: -webkit-linear-gradient(top, #be4136 0%, #b6392e 100%);
  background: linear-gradient(to bottom, #be4136 0%, #b6392e 100%); }

.p-toppage__search__button:hover {
  background: #c14439; }

.p-toppage__search__button__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  pointer-events: none; }

.p-toppage__search__button__text:before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  position: relative;
  top: -.1em; }

.p-toppage__hero {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  pointer-events: none; }

.p-toppage__hero:before {
  content: "";
  width: 1280px;
  height: 200px;
  position: absolute;
  right: 0;
  background-image: url(/img/kanko/p-top-bourui.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  max-width: 100%;
  bottom: 40px; }

.p-toppage__thumb {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1; }

.p-toppage__thumb .swiper-slide {
  overflow: hidden; }

.p-toppage__thumb img {
  height: 50vh;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.p-toppage__thumb .mod-thumb-link {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.p-toppage__thumb .mod-thumb-link span {
  display: block;
  line-height: 1.5; }

.p-toppage__thumb .mod-thumb-link span.mod-thumb-cap__1 {
  font-size: 14px;
  font-size: 0.875rem; }

.p-toppage__thumb .mod-thumb-link span.mod-thumb-cap__2 {
  font-size: 21px;
  font-size: 1.3125rem; }

.p-toppage__thumb .mod-thumb-link span.mod-thumb-cap__3 {
  font-size: 12px;
  font-size: 0.75rem; }

.p-toppage__thumb .mod-thumb-link span.mod-thumb-cap__4 {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  margin-top: .5em; }

.p-toppage__thumb .mod-thumb-link span.mod-thumb-cap__4:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-weight: normal;
  margin-right: .5em; }

.p-toppage__thumb .mod-thumb-watch {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px; }

.p-toppage__thumb .mod-thumb-watch:after {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 0;
  font-family: 'FontAwesome';
  content: "\f03d";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #c14439; }

.p-toppage__thumb .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 1em;
  margin-right: 1em; }

.p-toppage__thumb .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: .6em;
  margin-right: .6em;
  width: 12px;
  height: 12px;
  background-color: #000; }

.p-toppage__thumb .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f2d12a; }

.p-top-mov-cap {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: translateY(-50%) translateX(100%) scale(0.5) rotate(-15deg);
          transform: translateY(-50%) translateX(100%) scale(0.5) rotate(-15deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  pointer-events: auto; }

.p-top-mov-cap p {
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.25;
  margin: 0; }

.p-top-mov-cap p a {
  display: block;
  padding: 2em;
  color: #fff;
  text-decoration: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: relative;
  min-width: 400px; }

.p-top-mov-cap p a:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background-image: url(/img/kanko/p_top_link.svg);
  background-repeat: no-repeat;
  background-position: right bottom; }

.p-top-mov-cap p a:hover {
  -webkit-transform: scale(1.3) rotate(-5deg);
          transform: scale(1.3) rotate(-5deg);
  background-color: rgba(89, 45, 89, 0.99); }

.p-top-mov-cap p a:hover .mod-mov-cap__4 {
  color: #d5ba34; }

.p-top-mov-cap p span {
  display: block;
  margin-bottom: .25em; }

.p-top-mov-cap .mod-mov-cap__1 {
  font-size: 28px;
  font-size: 1.75rem; }

.p-top-mov-cap .mod-mov-cap__2 {
  font-size: 68px;
  font-size: 4.25rem; }

.p-top-mov-cap .mod-mov-cap__3 {
  font-size: 21px;
  font-size: 1.3125rem; }

.p-top-mov-cap .mod-mov-cap__4 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
  margin-top: .5em; }

.p-top-mov-cap .mod-mov-cap__4:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-weight: normal;
  display: inline-block;
  margin-right: .5em; }

.p-top-mov-nav {
  position: absolute;
  bottom: 120px;
  left: 60px;
  list-style: none;
  padding: 0;
  pointer-events: auto; }

.p-top-mov-nav.is-mov_1 {
  display: none; }

.p-top-mov-nav li {
  display: inline-block;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin-left: 1.5em;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.p-top-mov-nav li.is-play {
  -webkit-transform: scale(2);
          transform: scale(2);
  background-color: #d5ba34; }

.l-contents {
  margin-top: -60px;
  pointer-events: auto; }

.p-top-scroll {
  position: absolute;
  bottom: 100%;
  right: 60px;
  margin-bottom: -40px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0 cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: -webkit-transform 0.3s 0 cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: transform 0.3s 0 cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: transform 0.3s 0 cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.3s 0 cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.p-top-scroll span,
.p-top-scroll a {
  color: #fff;
  display: block; }

.p-top-scroll img {
  width: 87px; }

.p-top-scroll strong {
  position: absolute;
  bottom: 10px;
  left: 110%;
  text-align: center; }

.p-top-scroll strong:before {
  font-family: 'FontAwesome';
  content: "\f175";
  font-weight: normal;
  display: block;
  font-size: 30px;
  font-size: 1.875rem; }

.p-top-menu {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #c14439;
  background-image: url(/img/kanko/bg_base_color.png); }

.p-top-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.p-top-menu__u {
  position: relative;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  margin-bottom: 10px; }

.p-top-menu__u:hover {
  -webkit-transform: scale(1.1) rotate(-7deg) translateX(5%);
          transform: scale(1.1) rotate(-7deg) translateX(5%); }

.p-top-menu a {
  display: block;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative; }

.p-top-menu a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background-repeat: no-repeat;
  width: 100px;
  height: 100px; }

.p-top-menu a img {
  width: 33%; }

.p-top-menu h2 {
  position: absolute;
  margin: 0;
  top: 10%;
  left: 33%;
  pointer-events: none;
  color: #fff;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-top: 0;
  padding-left: .5em;
  white-space: nowrap; }

.p-top-menu h2:before, .p-top-menu h2:after {
  content: "";
  display: none;
  width: 14px;
  right: 0;
  position: absolute; }

.p-top-menu h2:before {
  height: 100%;
  background-color: #fff;
  border-radius: 7px; }

.p-top-menu h2:after {
  background-color: #000;
  top: 0;
  height: 75px;
  border-radius: 7px 7px 0 0; }

.p-top-menu h2 img {
  display: none; }

.p-top-menu h2 strong {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 19px;
  font-size: 1.1875rem;
  display: inline-block; }

.p-top-menu p {
  position: absolute;
  top: 25%;
  left: 33%;
  padding-left: .75em;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  pointer-events: none;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 1em; }

.p-top-menu p i {
  position: absolute;
  bottom: -5px;
  left: 3px;
  width: 3px;
  height: 100%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg); }

.p-top-menu p i:before, .p-top-menu p i:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  border: solid 1px #fff; }

.p-top-menu p i:before {
  bottom: 0;
  height: 12px; }

.p-top-menu p i:after {
  bottom: 17px;
  height: 70px; }

#ptm_1 {
  z-index: 5; }

#ptm_1 a {
  background-color: #7c2450; }

#ptm_1 a:after {
  background-image: url(/img/kanko/ico_nav_1.svg); }

#ptm_1 h2:after {
  background-color: #7c2450; }

#ptm_2 {
  z-index: 4; }

#ptm_2 a {
  background-color: #3382bc; }

#ptm_2 a:after {
  background-image: url(/img/kanko/ico_nav_2.svg); }

#ptm_2 h2:after {
  background-color: #3382bc; }

#ptm_3 {
  z-index: 3; }

#ptm_3 a {
  background-color: #799e0c; }

#ptm_3 a:after {
  background-image: url(/img/kanko/ico_nav_3.svg); }

#ptm_3 h2:after {
  background-color: #799e0c; }

#ptm_4 {
  z-index: 2; }

#ptm_4 a {
  background-color: #fb8001; }

#ptm_4 a:after {
  background-image: url(/img/kanko/ico_nav_4.svg); }

#ptm_4 h2:after {
  background-color: #fb8001; }

#ptm_5 {
  z-index: 1; }

#ptm_5 a {
  background-color: #fa5f39; }

#ptm_5 a:after {
  background-image: url(/img/kanko/ico_nav_5.svg); }

#ptm_5 h2:after {
  background-color: #fa5f39; }

.p-top-c-hd h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  text-align: center; }

.p-top-c-hd h2 small {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  font-weight: bold; }

.p-top-info {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0; }

.p-top-info > div {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-top-info__hl {
  width: 100%; }

.p-top-info__hl h2 {
  margin-bottom: .5em;
  position: relative;
  padding-bottom: .5em; }

.p-top-info__hl h2 small {
  color: #c14439; }

.p-top-info__hl h2:before, .p-top-info__hl h2:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  border: solid 1px rgba(76, 55, 54, 0.2);
  bottom: 0; }

.p-top-info__hl h2:before {
  width: 4em; }

.p-top-info__hl h2:after {
  left: 4.25em;
  width: calc(100% - 4.25em); }

.p-top-info__hl dl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  line-height: 1.5;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(76, 55, 54, 0.2);
  font-size: 16px;
  font-size: 1rem; }

.p-top-info__hl dt {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem; }

.p-top-info__hl dd {
  margin-left: 0;
  margin-bottom: 1em;
  width: 100%; }

.p-top-info__hl .c-link-list {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right; }

.p-top-info__hl .c-link-list li {
  display: inline-block;
  margin-left: 1em;
  margin-top: .25em;
  margin-bottom: .25em; }

.p-top-info__hl .c-link-list a:before {
  color: #4c3736; }

.p-top-info__banner {
  background-color: rgba(89, 45, 89, 0.1);
  text-align: center;
  width: 100%; }

.p-top-info__banner .p-top-info__slider {
  list-style: none;
  padding-left: 0;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }

.p-top-info__banner .p-top-info__slider li, .p-top-info__banner .p-top-info__slider p {
  margin-top: 0;
  margin-bottom: 10px;
  width: 100% !important; }

.p-top-info__banner .p-top-info__slider a {
  display: block; }

.p-top-info__banner .p-top-info__slider img {
  display: block; }

.p-top-info__banner .bx-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 0; }

.p-top-info__banner .bx-viewport {
  border: none;
  background-color: transparent;
  box-shadow: none;
  left: 0; }

.p-top-info__banner .bx-controls .bx-pager {
  bottom: auto;
  top: 50%;
  width: 15px;
  padding-top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.p-top-info__banner .bx-controls .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5); }

.p-top-info__banner .bx-controls .bx-pager.bx-default-pager a.active {
  background-color: #d5ba34; }

.p-top-info__banner .bx-controls .bx-pager-item {
  display: block; }

.p-top-slider-g .is-no-slide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.p-top-slider-g .is-no-slide .swiper-slide {
  margin-left: 20px;
  margin-right: 20px; }

.p-top-slider-g .swiper-slide {
  width: auto;
  max-width: 50%; }

.p-top-slider-g .swiper-container {
  overflow: visible;
  padding-top: 1px;
  padding-bottom: 30px; }

.p-top-slider-g .swiper-container:not(.is-no-slide):hover {
  cursor: -webkit-grab;
  cursor: grab; }

.p-top-slider-g .swiper-container:not(.is-no-slide)active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.p-top-slider-g .swiper-container-horizontal {
  padding-bottom: 50px;
  padding-top: 10px;
  overflow: visible; }

.p-top-slider-g .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px; }

.p-top-slider-g .swiper-container-horizontal .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 .75em; }

.p-top-slider-g .swiper-container-horizontal .swiper-pagination-bullet-active {
  background-color: #f2d12a; }

.p-top-ra {
  background-color: #72950b;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden; }

.p-top-ra .p-top-slider-g .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-ra:before {
  content: "";
  display: block;
  width: 70%;
  height: auto;
  padding-top: 70%;
  position: absolute;
  background-color: #799e0c;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.p-top-ra .c-acc-line {
  top: 23%; }

.p-top-ra h2 {
  color: #fff; }

.p-top-ra h2 small {
  color: #f2d12a; }

.p-top-ra h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background-image: url(/img/kanko/p-top-ra-hd.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .25em; }

.p-top-ra ul {
  list-style: none;
  padding-left: 0; }

.p-top-ra a {
  text-decoration: none;
  line-height: 1.25;
  color: #72950b;
  color: #4c3736;
  font-size: 16px;
  font-size: 1rem; }

.p-top-ra a:hover {
  color: #fff; }

.p-top-ra a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.p-top-ra a:hover strong {
  background-color: #4c3736; }

.p-top-ra a:hover strong:before {
  background-color: #4c3736; }

.p-top-ra img {
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom; }

.p-top-ra strong {
  background-color: #fff;
  display: block;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  border-radius: 5px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.p-top-ra strong:before {
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  top: -20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  border-radius: 30%; }

.p-top-gss {
  background-color: #7c2450;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden; }

.p-top-gss .c-acc-line {
  top: 23%; }

.p-top-gss h2 {
  color: #fff; }

.p-top-gss h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 40px;
  background-image: url(/img/kanko/p-top-gss-hd.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .25em; }

.p-top-gss h2 small {
  color: #f2d12a; }

.p-top-gss__sl ul {
  list-style: none;
  padding: 0; }

.p-top-gss__sl a {
  display: block;
  padding-top: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  width: 160px; }

.p-top-gss__sl a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.p-top-gss__sl a span {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
  width: 160px;
  height: 160px; }

.p-top-gss__sl a img {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.p-top-gss__sl a strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1em; }

@media print, screen and (min-width: 21em) {
  .xs-show {
    display: block; } }

@media print, screen and (min-width: 35.5em) {
  .sm-show {
    display: block; }
  .p-toppage__name h1 {
    top: 0;
    left: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .p-toppage__name:before {
    width: 430px;
    height: 430px;
    left: -215px;
    top: -215px; }
  .p-toppage__alert {
    bottom: auto;
    width: auto; }
  .p-toppage__alert dl {
    width: 100%;
    font-size: 0.875rem;
    border-radius: 9px 0 0 9px; }
  .p-toppage__search #cse-search-box {
    height: 50px; }
  .p-toppage__search__button {
    height: 50px; }
  .p-toppage__search__button__text {
    line-height: 50px; }
  .p-toppage__thumb img {
    height: auto; }
  .p-toppage__thumb .mod-thumb-watch {
    top: 50px; }
  .l-contents {
    margin-top: -90px; }
  .p-top-scroll {
    right: 80px; }
  .p-top-menu__u {
    width: calc(50% - 8px);
    margin-left: 4px;
    margin-right: 4px; }
  .p-top-c-hd h2 {
    font-size: 2.25rem; }
  .p-top-c-hd h2 small {
    font-size: 0.75rem; }
  .p-top-info > div {
    padding-top: 60px;
    padding-bottom: 60px; }
  .p-top-info.is-no_banner .p-top-info__hl {
    width: 100%; }
  .p-top-info__hl {
    width: 66.6666%; }
  .p-top-info__hl dl {
    font-size: 1.125rem; }
  .p-top-info__hl .c-link-list li {
    margin-top: .5em;
    margin-bottom: .5em; }
  .p-top-info__banner {
    width: 33.3333%; }
  .p-top-ra a {
    font-size: 1.5rem; }
  .p-top-ra strong {
    width: calc(100% - 40px); }
  .p-top-gss__sl a {
    width: 260px; }
  .p-top-gss__sl a span {
    width: 260px;
    height: 260px; }
  .p-top-gss__sl a strong {
    font-size: 1.3125rem; } }

@media print, screen and (min-width: 48em) {
  .md-show {
    display: block; }
  .md-hide {
    display: none; }
  .g-u_1-3 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
  .l-header {
    display: none; }
  .p-toppage__name {
    display: block; }
  .p-toppage__alert {
    top: 20px; }
  .p-toppage__search {
    width: auto; }
  .p-toppage__search #tmp_query {
    width: 470px !important;
  }
  .p-toppage__search #submit {
    width: 150px; }
  .p-toppage__search__button__text {
    font-size: 1.125rem; }
  .p-toppage__search__button__text:before {
    font-size: 1.875rem; }
  .p-toppage__thumb {
    top: 0; }
  .p-top-menu {
    padding-top: 65px; }
  .p-top-menu__u {
    width: calc(33.33333% - -20px);
    margin-left: -10px;
    margin-right: -10px; }
  .p-top-menu__u:nth-child(2n) {
    top: -30px; }
  .p-top-menu a {
    padding-bottom: 100%; }
  .p-top-menu a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 15%;
    bottom: 50%;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
  .p-top-menu a:after {
    width: 144px;
    height: 124px;
    bottom: -5px;
    right: -5px; }
  .p-top-menu a img {
    width: 100%; }
  .p-top-menu h2 {
    padding-right: 25px;
    width: 110px;
    top: 50%;
    margin-top: -75px;
    right: 40px;
    left: auto;
    padding-left: 0;
    max-width: 40%;
    padding-top: 5px; }
  .p-top-menu h2:before, .p-top-menu h2:after {
    display: block; }
  .p-top-menu h2 img {
    display: block; }
  .p-top-menu h2 strong {
    font-size: 1.125rem;
    display: none; }
  .p-top-menu p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
    text-indent: -1em;
    top: 50%;
    left: 18%;
    padding-left: 0;
    font-size: 1.125rem;
    margin-top: 2.5em;
    min-height: 30%; }
  .p-top-menu p i {
    left: -7px; }
  .p-top-menu p i:before {
    height: 18px; }
  .p-top-menu p i:after {
    bottom: 25px;
    height: 120px; } }

@media print, screen and (min-width: 64em) {
  .lg-show {
    display: block; }
  .g-u_1-3 {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; }
  .p-toppage__name h1 {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: 20px; }
  .p-toppage__name:before {
    width: 560px;
    height: 560px;
    left: -280px;
    top: -280px; }
  .p-toppage__alert dl {
    font-size: 1.125rem; }
  .p-toppage__search {
    bottom: 120px; }
  .p-toppage__hero:before {
    bottom: 0; }
  .p-top-menu {
    padding-top: 85px;
    padding-bottom: 70px; }
  .p-top-menu__u {
    width: calc(20% - -20px);
    margin-left: -10px;
    margin-right: -10px; }
  .p-top-menu p {
    margin-top: 1em;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9); }
  .p-top-info__hl .f-sw-g {
    padding-left: 60px;
    padding-right: 60px; }
  .p-top-info__hl dt {
    font-size: 1.125rem;
    width: 20ex; }
  .p-top-info__hl dd {
    margin-bottom: .5em;
    width: calc(100% - 20ex); } }

@media print, screen and (min-width: 72.5em) {
  .sw-show {
    display: block; } }

@media print, screen and (min-width: 80em) {
  .xl-show {
    display: block; }
  .p-top-scroll {
    right: 170px; }
  .p-top-menu p {
    margin-top: 2.5em;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1); } }

@media print, screen and (min-width: 85em) {
  .fw-show {
    display: block; } }

@media print, screen and (min-width: 90em) {
  .xxl-show {
    display: block; } }

@media (max-width: 63.9999em) {
  .lg-down-show {
    display: block; } }

@media (max-width: 47.9999em) {
  .md-down-show {
    display: block; } }

@media (max-width: 35.4999em) {
  .sm-down-show {
    display: block; } }

@media (max-width: 20.9999em) {
  .xs-down-show {
    display: block; } }

@media print {
  @-moz-document url-prefix() {}
  body,
  .c-table-overflow {
    overflow: visible !important; } }