@charset "UTF-8";
/**
 *
 * common: 共通
 *
*/
/*----------------------------
	ツール
-----------------------------*/
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes loading-anime {
  0% {
    opacity: .7;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: .7;
  }
}

@keyframes loadingbg-anime {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 15.88542vw;
  }
}

/*--------------------------------------------------------------------------
	basic elements
---------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #323232;
}

body {
  width: 100%;
  background: #000;
  height: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #323232;
}

body.low #Contents {
  padding-top: 6.77083vw;
}

body.low #Page {
  opacity: 1;
}

body.low #Page::before {
  content: "";
  width: 1115px;
  height: 1051px;
  position: fixed;
  bottom: -100px;
  left: calc(50% - 1280px);
  background: url("../images/bg_obj_pc.jpg") #fff no-repeat bottom left;
  background-size: 1115px;
  opacity: .1;
}

a {
  color: #323232;
  outline: none;
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(57, 60, 61, 0.2);
  position: relative;
  /*&:hover{
    @media screen and (min-width: $minWidth) {
      img{
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      color: $blue;
    }
  }*/
}

@media screen and (min-width: 1025px) {
  a:hover {
    color: #b2b2b2;
  }
}

a * {
  cursor: pointer;
}

picture {
  display: block;
}

img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

select, input, textarea {
  align-self: center;
  display: block;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}

select:placeholder-shown, input:placeholder-shown, textarea:placeholder-shown {
  color: #d0d0d0;
}

select::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d0d0d0;
}

select:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
  color: #d0d0d0;
  opacity: 1;
}

select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d0d0d0;
  opacity: 1;
}

select:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d0d0d0;
}

input[type=text], input[type=email], input[type=tel] {
  line-height: normal;
}

select {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}

select::-ms-expand {
  display: none;
}

span, label {
  display: block;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

@media all and (-ms-high-contrast: none) {
  html {
    overflow: auto;
    font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  }
}

@media all and (max-width: 1024px) {
  body {
    min-width: 320px;
    font-size: 3.73333vw;
    line-height: 6.4vw;
    letter-spacing: 0.2vw;
  }
  body.low #Contents {
    padding-top: 17.33333vw;
  }
  body.low #Page {
    opacity: 1;
  }
  body.low #Page::before {
    content: "";
    width: 1115px;
    height: 1051px;
    position: fixed;
    bottom: -100px;
    left: calc(50% - 1280px);
    background: url("../images/bg_obj_pc.jpg") #fff no-repeat bottom left;
    background-size: 1115px;
    opacity: .1;
  }
}

/*----------------------------
	helper : layout
-----------------------------*/
.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*----------------------------
	Layout
-----------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex.row {
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textof {
  text-overflow: ellipsis;
  overflow: hidden;
}

.ofi {
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.textfit {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dammybtn {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dammybtn * {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .dammybtn:hover {
    opacity: 0.7;
  }
}

.overflow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #202227;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: none;
}

.scroll-x {
  overflow-x: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*&::-webkit-scrollbar{
    display:none;
  }*/
}

.scroll-y {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.tbrl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.unactive {
  pointer-events: none;
}

.shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

.itemlist {
  list-style-type: none !important;
}

/*----------------------------
	keyframes
-----------------------------*/
@keyframes menu-close {
  30% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes menu-open {
  30% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes menu-open {
  30% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes arrow-move-l {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@keyframes arrow-move-r {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes arrow-move-sp-l {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1.2vw);
  }
}

@keyframes arrow-move-sp-r {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(1.2vw);
  }
}

@keyframes loadinganim {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 72px;
  }
}

@keyframes logo-anime {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  2% {
    -webkit-filter: brightness(500%);
    filter: brightness(500%);
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes orderbtn-hover {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/****************************
 tool
****************************/
.sa {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.sa.show {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.sa_lr {
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
}

.sa_rl {
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
}

.sa_up {
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
}

.sa_down {
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
}

.sa_scaleup {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.sa_scaledown {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.sa_rotate_l {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.sa_rotate_r {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/*----------------------------
	LoadingGroup
-----------------------------*/
#LoadingGroup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  min-height: 720px;
}

#LoadingGroup.remove {
  opacity: 0;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  #LoadingGroup {
    min-height: 568px;
  }
}

/*----------------------------
	Layout Styles
-----------------------------*/
#Page {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  background: #fff;
}

#Page.active {
  opacity: 1;
}

@media all and (max-width: 767px) {
  #Page {
    width: 100%;
    padding: 0;
  }
}

/*----------------------------
	section
-----------------------------*/
.section_contents {
  position: relative;
  z-index: 2;
  padding: 70px 0 100px 0;
  -webkit-transform: translateZ(0);
}

.section_contents.arrow-y::after, .section_contents.arrow-g::after {
  content: "";
  border-style: solid;
  border-width: 110px 190px 0 190px;
  border-color: #fff700 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 190px);
}

.section_contents.arrow-g::after {
  border-color: #f0f5f5 transparent transparent transparent;
}

.section_contents .section_titlegroup {
  position: relative;
  z-index: 2;
}

.section_contents .section_sub {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 1px;
  color: #323232;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_contents .section_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #323232;
  text-align: center;
  position: relative;
}

.section_contents .section_inner {
  border-top: solid 9px #e5e5e5;
  margin-top: -81px;
  padding: 130px 0 80px 0;
  position: relative;
}

.section_contents .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  z-index: 3;
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  .section_contents .inner {
    padding: 0 50px;
  }
}

@media all and (max-width: 1024px) {
  .section_contents {
    padding: 6.66667vw 0 13.33333vw 0;
  }
  .section_contents.arrow-y::after, .section_contents.arrow-g::after {
    border-width: 10.66667vw 23.2vw 0 23.2vw;
    border-color: #fff700 transparent transparent transparent;
    left: calc(50% - 23.2vw);
  }
  .section_contents.arrow-g::after {
    border-color: #f0f5f5 transparent transparent transparent;
  }
  .section_contents .section_sub {
    margin-bottom: 2.66667vw;
    font-size: 10.66667vw;
    line-height: 10.66667vw;
    letter-spacing: 0.2vw;
  }
  .section_contents .section_title {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    letter-spacing: 0.2vw;
  }
  .section_contents .section_inner {
    border-top: solid 1.33333vw #e5e5e5;
    margin-top: -12vw;
    padding: 16vw 0 9.33333vw 0;
  }
  .section_contents .inner {
    padding: 0 2.66667vw;
  }
}

/*----------------------------
	Other
-----------------------------*/
.morebtn {
  margin: 0 auto;
  width: 513px;
  position: relative;
  cursor: pointer;
}

.morebtn a, .morebtn span {
  padding: 10px 20px;
  width: 100%;
  height: 84px;
  background: #323232;
  -webkit-transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 15px;
}

.morebtn a label, .morebtn span label {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1025px) {
  .morebtn a:hover, .morebtn span:hover {
    background: #ff6000;
    opacity: 1;
  }
}

.hoverbtn figure img {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hoverbtn figure .src_active, .hoverbtn figure .src_coming {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hoverbtn.coming {
  pointer-events: none;
}

.hoverbtn.coming .src_default {
  opacity: 0;
}

.hoverbtn.coming .src_coming {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .hoverbtn:hover figure .src_active {
    opacity: 1;
  }
}

.mini {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
}

#Scrollbtn, #Topbtn {
  position: fixed;
  width: 80px;
  bottom: -100px;
  right: 20px;
  z-index: 100;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Scrollbtn.active, .active#Topbtn {
  bottom: 20px;
}

#Topbtn {
  right: auto;
  left: 20px;
}

#Topbtn img {
  height: auto;
}

@media screen and (min-width: 1025px) {
  #Topbtn:hover {
    opacity: 0.7;
  }
}

.fas-obj {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#ModalClosebtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10001;
  pointer-events: none;
}

#ModalClosebtn::before, #ModalClosebtn::after {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transform: rotateZ(45deg);
}

#ModalClosebtn::after {
  transform: rotateZ(-45deg);
}

.banner, .banner_bottom {
  width: 100%;
  margin: 20px auto 0 auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1025px) {
  .banner:hover, .banner_bottom:hover {
    opacity: 0.7;
  }
}

.banner_bottom {
  margin: -30px auto 50px auto;
  z-index: 10;
}

@media all and (max-width: 1024px) {
  .morebtn {
    width: 68.26667vw;
  }
  .morebtn a, .morebtn span {
    padding: 2.66667vw 5.33333vw;
    height: 12vw;
    border-radius: 2.13333vw;
  }
  .morebtn a label, .morebtn span label {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0.5vw;
  }
  #Scrollbtn, #Topbtn {
    width: 13.33333vw;
    bottom: -16vw;
    right: 2.66667vw;
  }
  #Scrollbtn.active, .active#Topbtn {
    bottom: 2.66667vw;
  }
  #Topbtn {
    left: 2.66667vw;
  }
  .banner, .banner_bottom {
    margin: 2.66667vw auto 0 auto;
  }
  .banner_bottom {
    width: calc(100% - 5.33334vw);
    margin: -3vw auto 8vw auto;
  }
}

/*----------------------------
	Header
-----------------------------*/
#Header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #ff6000;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

#Header .inner {
  align-items: center;
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

#Header .inner .inner_l {
  width: 140px;
}

#Header .inner .inner_l h1 {
  width: 100%;
}

#Header .inner .inner_r {
  width: calc(100% - 140px);
  align-items: center;
}

#Header .inner .inner_r #NavMenu {
  width: calc(100% - 240px);
  padding-left: 30px;
  pointer-events: auto;
}

#Header .inner .inner_r #NavMenu .menugroup {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
}

#Header .inner .inner_r #NavMenu .menugroup li {
  position: relative;
  margin-right: 25px;
}

#Header .inner .inner_r #NavMenu .menugroup li.active {
  pointer-events: none;
}

#Header .inner .inner_r #NavMenu .menugroup li.active a {
  color: #fff700;
}

#Header .inner .inner_r #NavMenu .menugroup li:last-child {
  margin-right: 0;
}

#Header .inner .inner_r #NavMenu .menugroup li a {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

@media screen and (min-width: 1025px) {
  #Header .inner .inner_r #NavMenu .menugroup li a:hover {
    color: #fff700;
  }
}

#Header .inner .inner_r #NavMenu .menugroup li.new {
  margin-right: 65px;
}

#Header .inner .inner_r #NavMenu .menugroup li.new::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -42px;
  background: url("../images/header_new.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 35px;
  pointer-events: none;
}

#Header .inner .inner_r #NavMenu .menugroup li.campaign::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -42px;
  background: url("../images/header_pickup.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 35px;
  pointer-events: none;
}

#Header .inner .inner_r .halllink {
  width: 230px;
  background: #323232;
  border-radius: 50px;
  padding: 8px 0 10px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: solid 1px #323232;
}

#Header .inner .inner_r .halllink label {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1025px) {
  #Header .inner .inner_r .halllink:hover {
    background: #ff6000;
    border: solid 1px #fff;
  }
}

@media all and (max-width: 1024px) {
  #Header {
    padding: 4vw 2.66667vw;
    box-shadow: 0px 0px 1.33333vw rgba(0, 0, 0, 0.3);
  }
  #Header .inner .inner_l {
    width: 24.53333vw;
  }
  #Header .inner .inner_r {
    width: calc(100% - 140px);
    align-items: center;
  }
  #Header .inner .inner_r #NavMenu {
    position: fixed;
    top: 0;
    right: -80vw;
    width: 80vw;
    z-index: 10;
    pointer-events: all;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    background: #fff;
    display: flex;
    padding-left: 0;
  }
  #Header .inner .inner_r #NavMenu .inner_box {
    width: 100%;
  }
  #Header .inner .inner_r #NavMenu .menugroup {
    display: block;
  }
  #Header .inner .inner_r #NavMenu .menugroup li {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
  }
  #Header .inner .inner_r #NavMenu .menugroup li.active a {
    color: #323232;
  }
  #Header .inner .inner_r #NavMenu .menugroup li:nth-child(1), #Header .inner .inner_r #NavMenu .menugroup li:nth-child(2), #Header .inner .inner_r #NavMenu .menugroup li:nth-child(3), #Header .inner .inner_r #NavMenu .menugroup li:nth-child(4), #Header .inner .inner_r #NavMenu .menugroup li:nth-child(5), #Header .inner .inner_r #NavMenu .menugroup li:nth-child(7), #Header .inner .inner_r #NavMenu .menugroup li:nth-child(8) {
    top: auto;
    left: auto;
    right: auto;
  }
  #Header .inner .inner_r #NavMenu .menugroup li:first-child a {
    padding-top: 12vw;
  }
  #Header .inner .inner_r #NavMenu .menugroup li:first-child a::before {
    top: 12.26667vw;
  }
  #Header .inner .inner_r #NavMenu .menugroup li:last-child {
    border-bottom: none;
  }
  #Header .inner .inner_r #NavMenu .menugroup li.new {
    margin-right: 0;
  }
  #Header .inner .inner_r #NavMenu .menugroup li.new::after {
    top: calc(50% - 4vw);
    right: 13vw;
    background: url("../images/header_new_sp.jpg") no-repeat center center;
    background-size: 16vw;
    width: 16vw;
    height: 8vw;
  }
  #Header .inner .inner_r #NavMenu .menugroup li a {
    padding: 4.26667vw 5.33333vw 4.26667vw 8.53333vw;
    position: relative;
    font-size: 4vw;
    line-height: 4vw;
    color: #323232;
  }
  #Header .inner .inner_r #NavMenu .menugroup li a::before {
    content: "";
    width: 2.66667vw;
    height: 3.46667vw;
    position: absolute;
    top: calc(50% - 1.733vw);
    left: 3.2vw;
    background: url("../images/icon_menuarrow.jpg") no-repeat center center;
    background-size: 2.66667vw;
  }
  #Header #Menubtn, #Header #Searchbtn {
    width: 26.66667vw;
    height: 8vw;
    position: absolute;
    top: 5.06667vw;
    right: 2.66667vw;
    z-index: 12;
    background: #fff;
    -webkit-animation: menu-close .6s;
    animation: menu-close .6s;
    pointer-events: auto;
    border-radius: 1.33333vw;
  }
  #Header #Menubtn .inner_box, #Header #Searchbtn .inner_box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #Header #Menubtn .inner_box label, #Header #Searchbtn .inner_box label {
    font-weight: 700;
    font-size: 3.46667vw;
    line-height: 3.46667vw;
    letter-spacing: 0.2vw;
    color: #ff6000;
  }
  #Header #Menubtn .inner_box span, #Header #Searchbtn .inner_box span {
    opacity: 0;
    background: #ededed;
    width: 5.33333vw;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 2.66667vw);
    transform: rotateZ(45deg);
  }
  #Header #Menubtn .inner_box span:nth-child(2), #Header #Searchbtn .inner_box span:nth-child(2) {
    transform: rotateZ(-45deg);
  }
  #Header #Menubtn.active, #Header #Searchbtn.active {
    -webkit-animation: menu-open .6s;
    animation: menu-open .6s;
    background: none;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 8.26667vw;
    height: 8.26667vw;
    background: #c8c8c8;
    border-radius: 50%;
  }
  #Header #Menubtn.active .inner_box label, #Header #Searchbtn.active .inner_box label {
    opacity: 0;
  }
  #Header #Menubtn.active .inner_box span, #Header #Searchbtn.active .inner_box span {
    opacity: 1;
  }
  #Header #Searchbtn {
    z-index: 1;
    right: 32.53333vw;
  }
  #Header.active .inner #NavMenu {
    right: 0;
  }
}

/*----------------------------
	KasouHeader
-----------------------------*/
#KasouHeader {
  padding: 118px 50px 0 50px;
}

#KasouHeader .inner {
  padding: 50px 0 80px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#KasouHeader .inner .subtitle label {
  border: solid 1px #ff6000;
  border-radius: 50px;
  padding: 5px 44px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ff6000;
  position: relative;
}

#KasouHeader .inner .subtitle label::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #ff6000;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  transform: rotateZ(-42deg);
}

#KasouHeader .inner h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 1px;
  font-style: italic;
  text-align: center;
  margin-top: 35px;
}

#KasouHeader .inner h2 label {
  display: inline;
  font-size: 35px;
  line-height: 55px;
}

@media all and (max-width: 1024px) {
  #KasouHeader {
    padding: 21.93333vw 2.66667vw 0 2.66667vw;
  }
  #KasouHeader .inner {
    padding: 7.2vw 0 10.66667vw 0;
    box-shadow: 0px 0px 1.33333vw rgba(0, 0, 0, 0.3);
  }
  #KasouHeader .inner .subtitle label {
    border-radius: 2.66667vw;
    padding: 1.06667vw 6.4vw;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
  }
  #KasouHeader .inner .subtitle label::after {
    width: 5.33333vw;
    bottom: -1.06667vw;
    left: calc(50% - 2.66vw);
  }
  #KasouHeader .inner h2 {
    font-size: 7.2vw;
    line-height: 7.2vw;
    letter-spacing: 0.2vw;
    margin-top: 4.8vw;
  }
  #KasouHeader .inner h2 label {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}

/*----------------------------
	Footer
-----------------------------*/
#Footer {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 25px 0;
  background: #323232;
}

#Footer .inner h1 {
  width: 276px;
  margin: 0 auto;
}

#Footer .inner .copyright {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

@media all and (max-width: 1024px) {
  #Footer {
    padding: 4vw 0;
  }
  #Footer .inner h1 {
    width: 36.8vw;
  }
  #Footer .inner .copyright {
    font-size: 1.6vw;
    line-height: 1.6vw;
    margin-top: 2.66667vw;
  }
}

/*----------------------------
	ModalContent
-----------------------------*/
.modal_content {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
  min-height: 720px;
}

.modal_content.active {
  opacity: 1;
  pointer-events: all;
}

.modal_content .backbg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal_content .modaltarget {
  background: #fff;
  transform: scale(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 900px;
  position: relative;
  padding: 44px 14px 30px 44px;
}

.modal_content .modaltarget.active {
  transform: scale(1);
}

.modal_content .modaltarget .scroll-area {
  width: 100%;
  height: 548px;
}

.modal_content .modaltarget .loader {
  color: #fff;
  font-size: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  z-index: 10;
}

.modal_content .closebtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal_content .closebtn::before, .modal_content .closebtn::after {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transform: rotateZ(45deg);
}

.modal_content .closebtn::after {
  transform: rotateZ(-45deg);
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 30px;
}

.mCSB_draggerContainer::before {
  content: "";
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
}

.mCSB_draggerContainer .mCSB_draggerRail {
  display: none;
}

.closebanner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.closebanner a {
  width: 720px;
  margin: 0 auto;
}

.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: calc(50% + 365px);
  cursor: pointer;
}

.close::before, .close::after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transform: rotateZ(45deg);
}

.close::after {
  transform: rotateZ(-45deg);
}

@media all and (max-width: 1024px) {
  .modal_content {
    min-height: unset;
  }
  .modal_content .modaltarget {
    width: calc(100% - 5.33334vw);
    padding: 6.93333vw 1.6vw 6.93333vw 6.93333vw;
  }
  .modal_content .modaltarget.active {
    transform: scale(1);
  }
  .modal_content .modaltarget .scroll-area {
    width: 100%;
    height: 60vh;
  }
  .modal_content .closebtn {
    width: 16vw;
    height: 16vw;
  }
  .modal_content .closebtn::before, .modal_content .closebtn::after {
    width: 8vw;
    left: calc(50% - 4vw);
  }
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 5.33333vw;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 5.33333vw;
  }
  .closebanner a {
    width: 69.33333vw;
  }
  .close {
    width: 8vw;
    height: 8vw;
    left: calc(50% + 35.5vw);
  }
  .close::before, .close::after {
    width: 8vw;
    left: calc(50% - 4vw);
  }
}

/*----------------------------
	ModalContent2
-----------------------------*/
#ModalContent2 .modaltarget {
  width: calc(100% - 100px);
  max-width: 1128px;
}

#ModalContent2 .modaltarget .scroll-area {
  height: 620px;
}

#ModalContent2 .modaltarget .scroll-area .article_content {
  margin-bottom: 75px;
}

#ModalContent2 .modaltarget .scroll-area .article_content:last-child {
  margin-bottom: 0;
}

#ModalContent2 .modaltarget .scroll-area .article_content h4 {
  background: #ff6000;
  width: 600px;
  margin: 0 auto 50px auto;
  padding: 15px 0;
  border-radius: 10px;
}

#ModalContent2 .modaltarget .scroll-area .article_content h4 p {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

#ModalContent2 .modaltarget .scroll-area .article_content .image {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  #ModalContent2 .modaltarget {
    width: calc(100% - 5.33334vw);
    max-width: unset;
  }
  #ModalContent2 .modaltarget .scroll-area {
    height: 60vh;
  }
  #ModalContent2 .modaltarget .scroll-area .article_content {
    margin-bottom: 8.8vw;
  }
  #ModalContent2 .modaltarget .scroll-area .article_content:last-child {
    margin-bottom: 0;
  }
  #ModalContent2 .modaltarget .scroll-area .article_content h4 {
    width: 100%;
    margin: 0 auto 6.66667vw auto;
    padding: 2.66667vw 0;
    border-radius: 1.33333vw;
  }
  #ModalContent2 .modaltarget .scroll-area .article_content h4 p {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
  #ModalContent2 .modaltarget .scroll-area .article_content .image {
    width: 100%;
    max-width: 88vw;
  }
  #ModalContent2 .modaltarget .scroll-area .article_content #PostImage2 {
    max-width: 68.26667vw;
  }
}

/*----------------------------
	AreaList
-----------------------------*/
#AreaList .article_content .article_inner {
  padding-bottom: 40px;
}

#AreaList .article_content .article_inner:last-child {
  padding-bottom: 0;
}

#AreaList .article_content h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  border: solid 1px #c8c8c8;
  margin-bottom: 20px;
  padding: 20px 0;
  font-style: italic;
}

#AreaList .article_content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
  background: #c8c8c8;
  border-radius: 5px;
  padding: 10px;
  margin-top: 15px;
}

#AreaList .article_content h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 5px 0;
}

#AreaList .article_content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #969696;
}

#AreaList .article_content .itemlist li {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #969696;
}

#AreaList .article_content .itemlist li:last-child {
  margin-bottom: 0;
}

#Pref h4 {
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  color: #a0a0a0;
  text-align: center;
  margin-bottom: 30px;
}

#Pref figure {
  width: 478px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  #AreaList .article_content .article_inner {
    padding-bottom: 8vw;
  }
  #AreaList .article_content .article_inner:last-child {
    padding-bottom: 0;
  }
  #AreaList .article_content h4 {
    font-size: 5.33333vw;
    line-height: 5.33333vw;
    margin-bottom: 4vw;
    padding: 4.26667vw 0;
  }
  #AreaList .article_content h5 {
    font-size: 4.8vw;
    line-height: 6.4vw;
    margin-bottom: 2.66667vw;
    padding: 1.33333vw;
    margin-top: 2.66667vw;
  }
  #AreaList .article_content h6 {
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    margin: 0.53333vw 0;
  }
  #AreaList .article_content p {
    font-size: 3.73333vw;
    line-height: 6.93333vw;
  }
  #AreaList .article_content .itemlist li {
    line-height: 6.4vw;
    margin-bottom: 0.53333vw;
    font-size: 3.73333vw;
    line-height: 6.93333vw;
  }
  #AreaList .article_content .itemlist li:last-child {
    margin-bottom: 0;
  }
  #Pref h4 {
    font-size: 4.53333vw;
    line-height: 4.53333vw;
    letter-spacing: 0.5vw;
    margin-bottom: 4vw;
  }
  #Pref figure {
    width: 63.73333vw;
  }
}
