@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

.inv-recaptcha-holder, .grecaptcha-badge {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 200%;
  font-weight: 500;
  color: #5d3a11;
  background: #fcf57a url(../img/common/bg.svg) center top;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    background: #fcf57a url(../img/common/bg.svg) center top;
    background-size: 100% auto;
    background-attachment: initial;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-moz-selection, ::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #5d3a11;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 lazyload
--------------------------------------------------- */
.lazy_base {
  opacity: 0;
  position: relative;
}

.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease !important;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* padding-top: 60px; */
  width: 100%;
  transition: all 0.8s 0s ease;
  -webkit-backface-visibility: hidden;
}
#wrapper.out {
  opacity: 0.5;
}

@media only screen and (max-width: 896px) {
  #wrapper {
    padding-top: 0px;
    overflow: hidden;
  }
}
/*----------------------------------------------------
  #sp_menu
--------------------------------------------------- */
a.sp_menu, #navigation {
  display: none;
}

@media only screen and (max-width: 896px) {
  a.sp_menu {
    position: fixed;
    top: -20px;
    right: 4px;
    width: 80px;
    height: 80px;
    z-index: 200;
    display: block;
  }
  a.sp_menu .usu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  a.sp_menu .usu img {
    width: 100%;
    height: auto;
  }
  a.sp_menu .usu span {
    display: block;
    animation: usu 10s linear 0s infinite;
  }
  a.sp_menu .t01 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    margin-top: -8px;
    height: 4px;
    background: #e17a00;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  }
  a.sp_menu.active .t01 {
    margin-top: 0;
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  }
  a.sp_menu.active .t03 {
    margin-top: 0;
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  }
  a.sp_menu.active .t02 {
    transform: scale(0, 1) translate(0px, 0px) rotate(0deg);
  }
  a.sp_menu .t02 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 4px;
    background: #e17a00;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  }
  a.sp_menu .t03 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    margin-top: 8px;
    height: 4px;
    background: #e17a00;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  }
}
/*----------------------------------------------------
  #navigation
--------------------------------------------------- */
@media only screen and (max-width: 896px) {
  #navigation {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #f8b62d;
    z-index: 100;
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    opacity: 0;
    visibility: hidden;
  }
  body.menu_open #navigation {
    opacity: 1;
    visibility: visible;
  }
  #navigation .inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: scale3d(1, 1, 1) translate(0px, -50%) rotate(0deg);
  }
  #navigation .inner ul.menu > li {
    display: block;
  }
  #navigation .inner ul.menu > li > a {
    font-size: 4.5vw;
    line-height: 10vw;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  #navigation .inner ul.menu > li > a:active {
    transition: all 0s 0s ease;
    color: #9f5701;
  }
  #navigation .inner ul.menu .marche_navi {
    margin: 0 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #navigation .inner ul.menu .marche_navi ul {
    letter-spacing: -0.4em;
    border-radius: 30px;
    background: #f8b62d;
    border: 1px #e17a00 solid;
    border-bottom: 5px #e17a00 solid;
    overflow: hidden;
  }
  #navigation .inner ul.menu .marche_navi ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 50%;
    position: relative;
  }
  #navigation .inner ul.menu .marche_navi ul li:nth-child(1) {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px #e17a00 solid;
  }
  #navigation .inner ul.menu .marche_navi ul li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #e17a00;
  }
  #navigation .inner ul.menu .marche_navi ul li a {
    padding: 10px 2vw 10px 12vw;
    height: 60px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #FFF;
    transition: all 0.4s 0s ease;
  }
  #navigation .inner ul.menu .marche_navi ul li:nth-child(1) a {
    padding: 10px 20px 10px 20px;
  }
  #navigation .inner ul.menu .marche_navi ul li a:active {
    background: #9f5701;
    transition: all 0s 0s ease;
  }
  #navigation .inner ul.menu .marche_navi ul li:nth-child(2) a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFF url(../img/marche/menu_image01.jpg) no-repeat center center;
    background-size: 80%;
  }
  #navigation .inner ul.menu .marche_navi ul li:nth-child(3) a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFF url(../img/marche/menu_image02.jpg) no-repeat center center;
    background-size: 80%;
  }
  #navigation .share {
    font-size: 3.5vw;
    line-height: 5vw;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #navigation ul.sns li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
  }
  #navigation ul.sns li a {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px #FFF solid;
    text-align: center;
    line-height: 48px;
    position: relative;
    color: #FFF;
    font-size: 20px;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
  }
  #navigation ul.sns li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%) rotate(0deg);
    width: 24px;
    height: 24px;
    fill: #FFF;
  }
  #navigation ul.sns li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%) rotate(0deg);
    transition: all 0.5s 0s ease;
  }
  #navigation ul.sns li a.line {
    background: url(../img/top/icon_line.png) no-repeat center center;
    background-size: 24px auto;
  }
  #navigation .block_search_sp {
    margin: 0 20px;
    margin-bottom: 0px;
    text-align: left;
  }
  #navigation .block_search_sp .btn_search {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
  }
  #navigation .block_search_sp .btn_search .icon {
    position: absolute;
    top: 17px;
    right: 32px;
    font-size: 24px;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    /* row row-reverse column */
    justify-content: center;
    /* flex-start  center  space-between */
    align-items: center;
    /* flex-start  center  */
  }
  #navigation .block_search_sp .btn_search .icon svg {
    width: 24px;
    height: 24px;
    fill: #FFF;
  }
  #navigation .block_search_sp .btn_search fieldset {
    border: none;
  }
  #navigation .block_search_sp .btn_search input[type=text] {
    width: calc(100% - 80px);
    padding: 10px 10px;
    font-size: 14px;
    border: none;
    outline: 0 !important;
    background: #e17a00;
    vertical-align: top;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    transition: all 0.3s 0s ease;
    margin: 8px 0 0 8px;
    color: #FFF;
  }
  #navigation .block_search_sp .btn_search ::-moz-placeholder {
    /* Others */
    color: #8a4d04;
  }
  #navigation .block_search_sp .btn_search ::-moz-placeholder, #navigation .block_search_sp .btn_search ::placeholder {
    /* Others */
    color: #8a4d04;
  }
  #navigation .block_search_sp .btn_search input[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: none;
    outline: 0 !important;
    border: none;
  }
}
/*----------------------------------------------------
  .block_logo
--------------------------------------------------- */
.block_logo {
  position: fixed;
  top: -30px;
  left: 0px;
  width: 200px;
  z-index: 110;
  /* opacity: 0; */
  /* -webkit-transform: scale3d(1,1,1) translate(0px,-200px) rotate(0deg);
          transform: scale3d(1,1,1) translate(0px,-200px) rotate(0deg); */
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}

body.onScroll .block_logo, body.page .block_logo {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
}

.block_logo a {
  display: block;
}
.block_logo .usu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_logo .usu img {
  width: 100%;
  height: auto;
}
.block_logo .usu span {
  display: block;
  animation: usu 10s linear 0s infinite;
}
.block_logo .logo {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.block_logo .logo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 896px) {
  .block_logo {
    top: -20px;
    left: 0px;
    width: 100px;
  }
  .block_logo .logo {
    top: 34px;
  }
  .block_logo .usu {
    display: none;
  }
}
@keyframes usu {
  0% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(0deg);
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(360deg);
  }
}
/*----------------------------------------------------
  #header
--------------------------------------------------- */
#header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  /* width: 744px;
  margin-left: -372px; */
  height: 70px;
  overflow: hidden;
  border-radius: 70px;
  background: #f8b62d;
  border-bottom: 10px #e17a00 solid;
  z-index: 100;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  /* -webkit-transform: scale3d(1,1,1) translate(0px,-180px) rotate(0deg);
          transform: scale3d(1,1,1) translate(0px,-180px) rotate(0deg); */
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
#header ul.menu {
  display: flex;
  text-align: center;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
#header ul.menu li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  position: relative;
}
#header ul.menu li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e17a00;
}
#header ul.menu li:first-child:before {
  display: none;
}
#header ul.menu li a {
  padding: 0 20px;
  height: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  transition: all 0.4s 0s ease;
}
#header ul.menu li:first-child a {
  padding: 0 20px 0 32px;
}
#header ul.menu li:last-child a {
  padding: 0 32px 0 20px;
}
#header ul.menu li a:hover, #header ul.menu li a.active {
  background: #e17a00;
  color: #FFF;
}
#header ul.menu li a:active {
  transition: all 0s 0s ease;
  background: #9f5701;
  color: #FFF;
}

@media only screen and (max-width: 896px) {
  #header {
    display: none;
  }
}
/*----------------------------------------------------
  #header_marche_navi
--------------------------------------------------- */
.header_marche_navi {
  position: fixed;
  top: 80px;
  padding-top: 0px;
  left: 50%;
  margin-left: -274px;
  text-align: center;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0px, -10px, 0px);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
.header_marche_navi.view {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  visibility: visible;
}
.header_marche_navi .inner {
  display: inline-block;
  /* border-radius: 60px; */
  overflow: hidden;
  padding-top: 10px;
  background: #e17a00;
  letter-spacing: -0.4em;
  border-radius: 0px 0px 10px 10px;
}
.header_marche_navi .inner ul.genre {
  display: inline-block;
  letter-spacing: -0.4em;
  vertical-align: middle;
  position: relative;
}
.header_marche_navi .inner ul.genre li {
  letter-spacing: normal;
  display: block;
  position: relative;
}
.header_marche_navi .inner ul.genre li a {
  padding: 20px 10px 20px 50px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  transition: all 0.4s 0s ease;
  text-align: left;
}
.header_marche_navi .inner ul.genre li:nth-child(1) a, .header_marche_navi .inner ul.genre li:nth-child(2) a {
  padding: 20px 50px 20px 60px;
  border-bottom: 1px #f8b62d solid;
}
.header_marche_navi .inner ul.genre li:nth-child(3) a {
  padding: 20px 50px 20px 60px;
}
.header_marche_navi .inner ul.genre li a:hover {
  background: #f8b62d;
}
.header_marche_navi .inner ul.genre li a:active {
  transition: all 0s 0s ease;
  background: #9f5701;
}
.header_marche_navi .inner ul.genre li:nth-child(1) a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF url(../img/marche/navi_top.png) no-repeat center center;
  background-size: 100%;
}
.header_marche_navi .inner ul.genre li:nth-child(2) a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF url(../img/marche/menu_image01.jpg) no-repeat center center;
  background-size: 80%;
}
.header_marche_navi .inner ul.genre li:nth-child(3) a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF url(../img/marche/menu_image02.jpg) no-repeat center center;
  background-size: 80%;
}

/*----------------------------------------------------
  .block_pop
--------------------------------------------------- */
.block_pop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 200px;
  z-index: 10;
}
.block_pop a {
  display: block;
  transition: all 0.4s 0s ease;
}
.block_pop a:hover {
  transform: scale3d(0.9, 0.9, 0.9);
}

@media only screen and (max-width: 896px) {
  .block_pop {
    bottom: 20px;
    left: 20px;
    width: 150px;
  }
}
/*----------------------------------------------------
  #mainvisual
--------------------------------------------------- */
#mainvisual {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 896px) {
  #mainvisual {
    padding-bottom: 20px;
  }
}
#mainvisual .flag {
  position: absolute;
  top: -100px;
  z-index: 2;
  transform: scale3d(1, 1, 1) translate3d(0px, -100%, 0px) rotate(0deg);
}
@media (max-width: 896px) {
  #mainvisual .flag {
    width: 150%;
    top: -10px;
    margin-left: -25%;
    transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: scale3d(1.4, 1.4, 1.4) translate3d(0px, 0px, 0px) rotate(0deg);
  }
}
body.pageLoad #mainvisual .flag {
  transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}

#mainvisual .title_area {
  position: relative;
  margin-top: 0vw;
}
#mainvisual .title_area .title {
  position: relative;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #mainvisual .title_area .title {
    width: 90%;
  }
}
#mainvisual .title_area ul.obje li {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0px, 40px, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos1 {
  transition: all 0.4s 0.75s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos2 {
  transition: all 0.4s 0.8s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos3 {
  transition: all 0.4s 0.85s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos4 {
  transition: all 0.4s 0.9s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos5 {
  transition: all 0.4s 0.95s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos6 {
  transition: all 0.4s 1s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos7 {
  transition: all 0.4s 1.05s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos8 {
  transition: all 0.4s 1.1s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos9 {
  transition: all 0.4s 1.15s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos10 {
  transition: all 0.4s 1.2s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos11 {
  transition: all 0.4s 1.25s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos12 {
  transition: all 0.4s 1.3s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.obje li.pos13 {
  transition: all 0.4s 1.35s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}

#mainvisual .title_area ul.obje li.pos1 {
  width: 250px;
  margin-left: -120px;
  margin-top: -280px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos1 {
    width: 37%;
    margin-left: -18vw;
    margin-top: -41.5vw;
  }
}
#mainvisual .title_area ul.obje li.pos2 {
  width: 180px;
  margin-left: -300px;
  margin-top: -270px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos2 {
    width: 25%;
    margin-left: -40vw;
    margin-top: -35vw;
  }
}
#mainvisual .title_area ul.obje li.pos3 {
  width: 140px;
  margin-left: 148px;
  margin-top: -250px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos3 {
    width: 20%;
    margin-left: 20vw;
    margin-top: -35vw;
  }
}
#mainvisual .title_area ul.obje li.pos4 {
  width: 70px;
  margin-left: -320px;
  margin-top: -121px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos4 {
    width: 10%;
    margin-left: -45vw;
    margin-top: -15vw;
  }
}
#mainvisual .title_area ul.obje li.pos5 {
  width: 80px;
  margin-left: -245px;
  margin-top: -107px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos5 {
    width: 10%;
    margin-left: -37vw;
    margin-top: -15vw;
  }
}
#mainvisual .title_area ul.obje li.pos6 {
  width: 150px;
  margin-left: -325px;
  margin-top: -57px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos6 {
    width: 25%;
    margin-left: -50vw;
    margin-top: -5vw;
  }
}
#mainvisual .title_area ul.obje li.pos7 {
  width: 150px;
  margin-left: -343px;
  margin-top: 44px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos7 {
    width: 20%;
    margin-left: -45vw;
    margin-top: 14vw;
  }
}
#mainvisual .title_area ul.obje li.pos8 {
  width: 120px;
  margin-left: -253px;
  margin-top: 44px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos8 {
    width: 20%;
    margin-left: -30vw;
    margin-top: 20vw;
  }
}
#mainvisual .title_area ul.obje li.pos9 {
  width: 100px;
  margin-left: -193px;
  margin-top: 140px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos9 {
    width: 20%;
    margin-left: -17vw;
    margin-top: 32vw;
  }
}
#mainvisual .title_area ul.obje li.pos10 {
  width: 100px;
  margin-left: -64px;
  margin-top: 175px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos10 {
    width: 15%;
    margin-left: 2vw;
    margin-top: 28vw;
  }
}
#mainvisual .title_area ul.obje li.pos11 {
  width: 200px;
  margin-left: 48px;
  margin-top: 165px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos11 {
    width: 35%;
    margin-left: 12vw;
    margin-top: 25vw;
  }
}
#mainvisual .title_area ul.obje li.pos12 {
  width: 120px;
  margin-left: 164px;
  margin-top: 80px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos12 {
    width: 15%;
    margin-left: 35vw;
    margin-top: 15vw;
  }
}
#mainvisual .title_area ul.obje li.pos13 {
  width: 80px;
  margin-left: 177px;
  margin-top: 191px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.obje li.pos13 {
    width: 10%;
    margin-left: 38vw;
    margin-top: 30vw;
  }
}
#mainvisual .title_area ul.star li {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: star 5s linear 0s infinite;
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(0px, 0px, 0px) rotate(0deg);
}
body.pageLoad #mainvisual .title_area ul.star li {
  opacity: 1;
  transition: all 0.4s 1.2s ease;
  transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) rotate(0deg);
}

#mainvisual .title_area ul.star li.pos01 {
  width: 30px;
  margin-left: -4px;
  margin-top: -189px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos01 {
    width: 5%;
    margin-left: -2vw;
    margin-top: -28vw;
  }
}
#mainvisual .title_area ul.star li.pos02 {
  width: 40px;
  margin-left: 369px;
  margin-top: 93px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos02 {
    width: 5%;
    margin-left: 20vw;
    margin-top: -22vw;
  }
}
#mainvisual .title_area ul.star li.pos03 {
  width: 30px;
  margin-left: 171px;
  margin-top: 23px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos03 {
    width: 5%;
    margin-left: 40vw;
    margin-top: 7vw;
  }
}
#mainvisual .title_area ul.star li.pos04 {
  width: 30px;
  margin-left: -161px;
  margin-top: -163px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos04 {
    width: 5%;
    margin-left: -24vw;
    margin-top: -22vw;
  }
}
#mainvisual .title_area ul.star li.pos05 {
  width: 20px;
  margin-left: 142px;
  margin-top: -146px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos05 {
    width: 5%;
    margin-left: 15vw;
    margin-top: -40vw;
  }
}
#mainvisual .title_area ul.star li.pos06 {
  width: 30px;
  margin-left: -125px;
  margin-top: 30px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos06 {
    width: 5%;
    margin-left: -20vw;
    margin-top: 5vw;
  }
}
#mainvisual .title_area ul.star li.pos07 {
  width: 30px;
  margin-left: 257px;
  margin-top: -132px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos07 {
    width: 5%;
    margin-left: 22vw;
    margin-top: 15vw;
  }
}
#mainvisual .title_area ul.star li.pos08 {
  width: 30px;
  margin-left: -192px;
  margin-top: 31px;
}
@media (max-width: 896px) {
  #mainvisual .title_area ul.star li.pos08 {
    width: 5%;
    margin-left: -28vw;
    margin-top: 10vw;
  }
}
#mainvisual .place {
  position: relative;
  z-index: 2;
  width: 700px;
  margin: 0 auto;
  margin-top: -70px;
}
@media (max-width: 896px) {
  #mainvisual .place {
    width: 100%;
    margin-top: -30px;
  }
}
#mainvisual .lead {
  position: absolute;
  top: 225px;
  left: 50%;
  width: 150px;
  margin-left: 260px;
  z-index: 3;
}
@media (max-width: 896px) {
  #mainvisual .lead {
    top: 120px;
    left: 50%;
    width: 22vw;
    margin-left: 25vw;
  }
}
#mainvisual .end {
  position: relative;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
  margin-bottom: -10px;
  z-index: 3;
  margin-top: 40px;
}
@media (max-width: 896px) {
  #mainvisual .end {
    font-size: 25px;
    margin-top: 40px;
  }
}
#mainvisual .news_area {
  margin: 0 auto;
  margin-top: 20px;
  width: 800px;
  border-radius: 20px;
  border: 4px #c30d23 solid;
  background: #FFF;
  color: #f8b62d;
  padding: 20px 0;
  text-align: left;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
#mainvisual .news_area .column {
  position: relative;
  margin: 0 20px;
  color: #5d3a11;
}
#mainvisual .news_area .column a {
  display: block;
  color: #c30d23;
  position: relative;
}
#mainvisual .news_area .column time {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 800;
}
#mainvisual .news_area .column .category {
  position: absolute;
  top: 0;
  left: 130px;
  font-size: 16px;
  font-weight: 800;
}
#mainvisual .news_area .column .column_title {
  padding-left: 220px;
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 896px) {
  #mainvisual .news_area {
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    border-radius: 20px;
    padding: 10px 0;
  }
  #mainvisual .news_area .column {
    margin: 0 20px;
  }
  #mainvisual .news_area .column time {
    position: relative;
    font-size: 11px;
  }
  #mainvisual .news_area .column .category {
    position: absolute;
    top: 0;
    left: 70px;
    font-size: 11px;
  }
  #mainvisual .news_area .column .column_title {
    padding-left: 0px;
    padding-top: 4px;
    line-height: 1.8;
    font-size: 14px;
  }
}
#mainvisual .copy {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  margin-top: -60px;
}
@media (max-width: 896px) {
  #mainvisual .copy {
    width: 100%;
    z-index: 3;
    margin: 0 auto;
    margin-top: -60px;
  }
}
#mainvisual .attention {
  position: relative;
  z-index: 2;
  width: 800px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  opacity: 0;
}
@media (max-width: 896px) {
  #mainvisual .attention {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
  }
}

@keyframes star {
  0% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(0deg);
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(360deg);
  }
}
body.pageLoad #mainvisual .copy, body.pageLoad #mainvisual .date, body.pageLoad #mainvisual .place, body.pageLoad #mainvisual .end, body.pageLoad #mainvisual .news_area, body.pageLoad #mainvisual .attention {
  opacity: 1;
  transition: all 0.6s 1.2s ease;
}

/*----------------------------------------------------
  .block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.block_about .inner {
  width: 900px;
  margin: 0 auto;
  background: #FFF;
  padding: 40px 0;
  border-radius: 20px;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
.block_about .copy {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_about .exp {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.block_about ul.image {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}
.block_about ul.image li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
}
.block_about .archive_title {
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.block_about .archive_title span {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_about .archive_title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1000px;
  margin-left: -1010px;
  height: 1px;
  background: #c30d23;
}
.block_about .archive_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1000px;
  margin-right: -1010px;
  height: 1px;
  background: #c30d23;
}
.block_about .movie_area {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block_about .movie_area .img_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_about .movie_area .img_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_about ul.archive {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.block_about ul.archive li {
  width: 31.2%;
  margin-right: 3%;
  margin-bottom: 2%;
}
.block_about ul.archive li:nth-child(3n) {
  margin-right: 0;
}
.block_about ul.archive li .none {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #aaa;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  padding: 10px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  border-bottom: 8px #999 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_about ul.archive li .none span {
  font-size: 12px;
  display: block;
}
.block_about ul.archive li a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #f8b62d;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  padding: 10px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  border-bottom: 8px #e17a00 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_about ul.archive li a:hover {
  /* background: #FFF;
  color: $red_color; */
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}

@media only screen and (max-width: 896px) {
  .block_about {
    padding: 20px 0;
  }
  .block_about .inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .block_about .copy {
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px #ffffff;
  }
  .block_about .exp {
    font-size: 14px;
  }
  .block_about ul.image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block_about .archive_title span {
    font-size: 14px;
  }
  .block_about ul.archive {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .block_about ul.archive li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------
  .block_online
--------------------------------------------------- */
.block_online {
  position: relative;
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
}
.block_online .flag {
  position: absolute;
  top: 10vw;
  top: 210px;
  left: 0;
  width: 100%;
}
.block_online .copy {
  position: relative;
  z-index: 1;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_online .exp {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.block_online .entrance {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 0.6%;
}
.block_online .entrance .btn {
  /* position: absolute; */
  /* bottom: -10px; */
  /* left: 50%; */
  width: 400px;
  margin: 0 auto;
  /* margin-left: -200px; */
  margin-top: -40px;
  margin-bottom: 60px;
}
.block_online .entrance .btn .none {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #ccc;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  border-bottom: 8px #aaa solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_online .entrance .btn .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.block_online .entrance .btn .arrow svg {
  fill: #FFF;
  width: 32px;
  height: 32px;
}
.block_online .entrance .btn a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #f8b62d;
  border-bottom: 8px #e17a00 solid;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_online .entrance .btn a:hover {
  /* margin-top: 6px; */
  background: #e17a00;
}
.block_online .entrance .btn a:active {
  -webkit-transition: all 0s 0s ease;
  /* margin-top: 6px; */
  background: #e17a00;
}
.block_online .btn_movie {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
.block_online .btn_movie a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  background: #f8b62d;
  border-bottom: 8px #e17a00 solid;
  color: #FFF;
  padding: 15px 20px;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_online .btn_movie a figcaption {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 800;
  position: relative;
}
.block_online .btn_movie a .exp2 {
  font-size: 14px;
  color: #c30d23;
  letter-spacing: 0.05em;
  font-weight: 800;
  position: relative;
}
.block_online .btn_movie a figure {
  margin-bottom: 10px;
}
.block_online .btn_movie a i {
  margin-left: 8px;
  font-size: 34px;
  vertical-align: -6px;
}
.block_online .btn_movie a:hover {
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}
.block_online .btn_movie a:active {
  transition: all 0s 0s ease;
  background: #e17a00;
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}

@media only screen and (max-width: 896px) {
  .block_online {
    padding: 20px 0 0px;
    margin-bottom: 0px;
  }
  .block_online .flag {
    top: 250px;
  }
  .block_online .copy {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block_online .exp {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .block_online .entrance {
    width: 100%;
    left: 0.6%;
  }
  .block_online .entrance .btn {
    position: relative;
    bottom: auto;
    left: 50%;
    width: 90%;
    margin-top: -40px;
    margin-left: -45%;
  }
  .block_online .entrance .btn .none, .block_online .entrance .btn a {
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_online .btn_movie {
    width: 95%;
    text-align: center;
    margin-top: 20vw;
  }
  .block_online .btn_movie a {
    font-size: 3.1vw;
    padding: 10px 20px;
    line-height: 1.5;
    border-radius: 40px;
  }
  .block_online .btn_movie a figcaption {
    font-size: 14px;
    display: block;
    line-height: 1.7;
    padding-top: 0px;
    text-align: center;
    position: relative;
  }
  .block_online .btn_movie a i {
    position: absolute;
    top: 5px;
    right: 0;
    margin-left: 8px;
    font-size: 34px;
    vertical-align: -6px;
  }
  .block_online .btn_movie a:hover {
    margin-top: 6px;
    border-bottom: 2px #8d0a19 solid;
  }
}
/*----------------------------------------------------
  .block_movie_modal
--------------------------------------------------- */
.block_movie_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}
.block_movie_modal.view {
  opacity: 1;
  visibility: visible;
}
.block_movie_modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.block_movie_modal a.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: block;
}
.block_movie_modal a.close .l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 4px;
  margin-top: -2px;
  background: #FFF;
  transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(45deg);
}
.block_movie_modal a.close .l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 4px;
  margin-top: -2px;
  background: #FFF;
  transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(-45deg);
}
.block_movie_modal .inner {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  transform: scale3d(1, 1, 1) translate(0px, -50%);
}
.block_movie_modal .inner .wrap {
  padding-top: 56%;
  position: relative;
}
.block_movie_modal .inner .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 896px) {
  .block_movie_modal a.close {
    width: 60px;
    height: 60px;
  }
  .block_movie_modal a.close .l1, .block_movie_modal a.close .l2 {
    width: 60px;
    margin-left: -30px;
  }
  .block_movie_modal .inner {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: scale3d(1, 1, 1) translate(0px, -50%);
  }
}
/*----------------------------------------------------
  .block_date
--------------------------------------------------- */
.block_date {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 20px;
  border: 10px #e97500 solid;
}
.block_date .d_title {
  margin-top: -75px;
  text-align: center;
  margin-bottom: 20px;
}
.block_date .d_title span {
  display: inline-block;
  background: #e97500;
  color: #FFF;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_date .date_area {
  padding: 0 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.block_date .date_area .d_t {
  text-align: center;
}
.block_date .date_area .d_t.dt {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block_date .date_area .d_t span {
  display: inline-block;
  background: #e97500;
  color: #FFF;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_date .date_area .d_t.popup_title {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}
.block_date .date_area .wrap_d .column {
  border-radius: 80px;
  background: #FFF url(../img/common/patern.jpg);
  padding: 20px;
  margin-bottom: 20px;
}
.block_date .date_area .wrap_d .column .in {
  background: #FFF;
  padding: 30px 20px;
  border-radius: 80px;
  color: #e97500;
  text-align: center;
  position: relative;
}
.block_date .date_area .wrap_d .column .in .steker_b {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 150px;
}
.block_date .date_area .wrap_d .column .in.none {
  background: #ccc;
}
.block_date .date_area .wrap_d .column .c_title {
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #c9021d;
}
.block_date .date_area .wrap_d .column .c_title.none {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_date .date_area .wrap_d .column p.none {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_date .date_area .wrap_d .column p.end {
  color: #c9021d;
  font-size: 16px;
  padding-top: 5px;
}
.block_date .date_area .wrap_d .column .exp_wrap {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
}
.block_date .date_area .wrap_d .column figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.block_date .date_area .wrap_d .column figure.dt {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block_date .date_area .wrap_d .column .exp_wrap figure {
  width: 30%;
}
.block_date .date_area .wrap_d .column .exp_wrap figure img + img {
  padding-top: 10px;
}
.block_date .date_area .wrap_d .column .exp_wrap .exp {
  width: 67%;
  text-align: left;
}
.block_date .date_area .wrap_d .column .exp_wrap .exp.one {
  width: 100%;
  padding-top: 20px;
}
.block_date .date_area .wrap_d .column p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
}
.block_date .date_area .wrap_d .column .s_date {
  font-weight: bold;
  padding-top: 10px;
  display: block;
  border-top: 1px #41210f solid;
  margin-top: 10px;
}
.block_date .date_area .wrap_d .column p strong {
  color: #c9021d;
  font-weight: bold;
}
.block_date .date_area .wrap_d .column .btn {
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 20px;
}
.block_date .date_area .wrap_d .column .btn a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #c30d23;
  border-bottom: 8px #8d0a19 solid;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  padding: 10px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_date .date_area .wrap_d .column .btn a:hover {
  margin-top: 6px;
  border-bottom: 2px #8d0a19 solid;
}
.block_date .date_area .wrap_d .column .steker {
  width: 525px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.block_date .date_area .wrap_d .column .s_title {
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #e97500;
}
.block_date .date_area .wrap_d .column p small {
  font-weight: bold;
}

@media only screen and (max-width: 896px) {
  .block_date {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 60px;
    margin-top: 40px;
    border: 5px #e97500 solid;
  }
  .block_date .d_title {
    margin-top: -85px;
    text-align: center;
    margin-bottom: 20px;
  }
  .block_date .d_title span {
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 18px;
  }
  .block_date .date_area {
    padding: 0 15px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .block_date .date_area:last-child {
    margin-bottom: 0;
  }
  .block_date .date_area .d_t.dt {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .block_date .date_area .d_t span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
  }
  .block_date .date_area .d_t.popup_title {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
  .block_date .date_area .wrap_d .column {
    border-radius: 40px;
    background: #FFF url(../img/common/patern.jpg);
    padding: 10px;
    margin-bottom: 20px;
  }
  .block_date .date_area .wrap_d .column .in {
    padding: 15px 10px;
    border-radius: 40px;
  }
  .block_date .date_area .wrap_d .column .in .steker_b {
    position: absolute;
    top: -7vw;
    left: -7vw;
    width: 20vw;
  }
  .block_date .date_area .wrap_d .column .c_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .block_date .date_area .wrap_d .column figure.dt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .block_date .date_area .wrap_d .column .c_title.none {
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }
  .block_date .date_area .wrap_d .column p.none {
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }
  .block_date .date_area .wrap_d .column p.end {
    color: #c9021d;
    font-size: 14px;
    padding-top: 5px;
  }
  .block_date .date_area .wrap_d .column .exp_wrap {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .block_date .date_area .wrap_d .column .exp_wrap figure {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    /* row row-reverse column */
    justify-content: center;
    /* flex-start  center  space-between */
    align-items: center;
    /* flex-start  center  */
  }
  .block_date .date_area .wrap_d .column .exp_wrap figure img {
    width: 48%;
    margin: 0 1%;
    padding: 0;
    border-radius: 10px;
  }
  .block_date .date_area .wrap_d .column .exp_wrap figure img + img {
    padding-top: 0px;
  }
  .block_date .date_area .wrap_d .column .exp_wrap .exp {
    width: 100%;
  }
  .block_date .date_area .wrap_d .column .exp_wrap .exp.one {
    width: 100%;
    padding-top: 20px;
  }
  .block_date .date_area .wrap_d .column p {
    font-size: 12px;
  }
  .block_date .date_area .wrap_d .column .btn {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .block_date .date_area .wrap_d .column .btn a {
    font-size: 14px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_date .date_area .wrap_d .column .s_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .block_date .date_area .wrap_d .column .steker {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------
  .block_box
--------------------------------------------------- */
.block_box {
  position: relative;
  width: 100%;
  padding: 40px 0;
  padding-top: 100px;
}
.block_box .title {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block_box .exp {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.block_box .alert {
  text-align: center;
  margin-bottom: 10px;
}
.block_box .alert span {
  display: inline-block;
  /* border-bottom: 2px $red_color solid; */
  color: #c30d23;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.block_box .attention {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.block_box .attention li {
  font-weight: bold;
}
.block_box .btn {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.block_box .btn .none {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #ccc;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  border-bottom: 8px #aaa solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_box .comingsoon {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #ccc;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  border-bottom: 8px #aaa solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_box .list {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  letter-spacing: -0.4em;
  text-align: center;
}
.block_box .list .column {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 30%;
  margin: 0 1.5%;
  background: #FFF;
  padding: 20px 0;
  margin-bottom: 40px;
  border-radius: 40px;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
.block_box .list .column figure {
  margin: 0 20px;
  padding-top: 70%;
  position: relative;
  border-radius: 20px;
  background: #FFF url(../img/common/loading.svg) no-repeat center center;
  background-size: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.block_box .list .column figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_box .list .column .column_title {
  font-weight: 800;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  color: #f8b62d;
}
.block_box .list .column p {
  font-weight: 800;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.block_box .list .column .price {
  font-weight: 800;
  padding: 0 20px;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #c30d23;
}
.block_box .list .column .price span {
  font-size: 14px;
  font-weight: 800;
}
.block_box .list .column .coming {
  font-weight: 800;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #c30d23;
}
.block_box .list .column .btn_detail {
  margin: 0 20px;
}
.block_box .list .column .btn_detail .b_wrap {
  display: inline-block;
  width: 100%;
}
.block_box .list .column .btn_detail a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #c30d23 url(../img/common/icon_bag.svg) no-repeat right 30px center;
  background-size: 20px;
  border-bottom: 8px #8d0a19 solid;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  padding: 10px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_box .list .column .btn_detail a small {
  display: block;
  font-size: 12px;
  padding-top: 6px;
}
.block_box .list .column .btn_detail a:hover {
  margin-top: 6px;
  border-bottom: 2px #8d0a19 solid;
}
.block_box .list .column .btn_detail.soldout a {
  background: #f8b62d url(../img/common/icon_bag.svg) no-repeat right 30px center;
  background-size: 20px;
  border-bottom: 8px #e17a00 solid;
}
.block_box .list .column .btn_detail.soldout a:hover {
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}
.block_box .list .column .btn_detail.soldout a:active {
  margin-top: 6px;
  transition: all 0s 0s ease;
  background: #e17a00 url(../img/common/icon_bag.svg) no-repeat right 30px center;
  background-size: 20px;
  border-bottom: 2px #e17a00 solid;
}
.block_box .list .column .sold {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #c30d23;
  border-radius: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5;
}

@media only screen and (max-width: 896px) {
  .block_box {
    padding: 20px 0;
  }
  .block_box.page {
    padding: 20px 0;
    padding-top: 40px;
  }
  .block_box .title {
    width: 95%;
    margin-bottom: 10px;
  }
  .block_box .exp {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .block_box .alert span {
    font-size: 14px;
  }
  .block_box .attention {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 9px;
    margin-bottom: 20px;
  }
  .block_box .attention li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .block_box .btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .block_box .btn .none {
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_box .comingsoon {
    width: 90%;
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_box .list {
    width: 90%;
    margin-top: 20px;
  }
  .block_box .list .column {
    display: block;
    width: 100%;
    margin: 0%;
    padding: 20px 0;
    margin-bottom: 5vw;
  }
  .block_box .list .column figure {
    margin: 0 20px;
    padding-top: 70%;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .block_box .list .column .column_title {
    padding: 0 10px;
    font-size: 4.5vw;
  }
  .block_box .list .column p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .block_box .list .column .sold {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 10px;
    line-height: 1.5;
  }
}
/*----------------------------------------------------
  .block_column
--------------------------------------------------- */
.block_column {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.block_column.related {
  margin-top: 40px;
}
.block_column .title {
  position: relative;
  z-index: 1;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_column .title span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.block_column.related .title {
  font-size: 30px;
  margin-bottom: 40px;
}
.block_column .exp {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.block_column .btn {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.block_column .btn .none {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #ccc;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  border-bottom: 8px #aaa solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_column .sub_title {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}
.block_column .sub_title span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
}
.block_column .sub_title span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -1010px;
  width: 1000px;
  height: 2px;
  background: #c30d23;
}
.block_column .sub_title span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-right: -1010px;
  width: 1000px;
  height: 2px;
  background: #c30d23;
}
.block_column .comingsoon {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #ccc;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  border-bottom: 8px #aaa solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 80px;
}
.block_column .list {
  width: 90vw;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.block_column .column {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 45vw;
  margin-bottom: 40px;
}
.block_column .list .column {
  margin-bottom: 40px;
}
.block_column .column .in {
  padding: 0 40px;
  position: relative;
}
.block_column .column .in .pop {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 335px;
  margin-left: -167px;
  z-index: 2;
}
.block_column .column a {
  display: block;
  position: relative;
}
.block_column .column figure {
  position: relative;
  padding-top: 56%;
  border-radius: 80px;
  overflow: hidden;
  background: #FFF url(../img/common/loading.svg) no-repeat center center;
  background-size: 40px;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  transition: all 0.3s 0s ease;
}
.block_column .column a:hover figure {
  transform: scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate(0deg);
}
.block_column .column figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_column .column .textarea {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  margin-top: -40px;
  padding: 20px 0;
  border-radius: 80px;
  background: #f8b62d;
  border-bottom: 10px #e17a00 solid;
}
.block_column .column a:active .textarea {
  background: #e17a00;
}
.block_column .column .textarea .sub {
  padding: 0 30px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 5px;
}
.block_column .column .textarea .vol {
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 5px;
}
.block_column .column .textarea .column_title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  font-size: 22px;
  font-size: 1.5vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 10px;
}
.block_column .column .textarea p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.block_column .column .textarea .more {
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.block_column .column .textarea .more .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 20px;
  height: 20px;
}
.block_column .column .textarea .more .arrow svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}
.block_column .slick-prev {
  position: absolute;
  top: 12vw;
  left: 50%;
  margin-left: -35vw;
  z-index: 10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #c30d23 url(../img/common/arrow_left.svg) no-repeat center center;
  background-size: auto 40%;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  transition: all 0.3s 0s ease;
  border: none;
  border-bottom: 8px #8d0a19 solid;
  cursor: pointer;
}
.block_column .slick-next {
  position: absolute;
  top: 12vw;
  right: 50%;
  margin-right: -35vw;
  z-index: 10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #c30d23 url(../img/common/arrow_right.svg) no-repeat center center;
  background-size: auto 40%;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  transition: all 0.3s 0s ease;
  border: none;
  border-bottom: 8px #8d0a19 solid;
  cursor: pointer;
}
.block_column .slick-prev:hover, .block_column .slick-next:hover {
  margin-top: 6px;
  border-bottom: 2px #8d0a19 solid;
}

@media only screen and (max-width: 896px) {
  .block_column {
    margin-top: 20px;
  }
  .block_column.page {
    padding-top: 40px;
    margin-top: 20px;
  }
  .block_column .title {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block_column .title span {
    font-size: 20px;
  }
  .block_column.related .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .block_column .exp {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .block_column .btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .block_column .sub_title {
    margin-bottom: 20px;
  }
  .block_column .btn .none {
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
    margin-bottom: 40px;
  }
  .block_column .comingsoon {
    width: 90%;
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_column .list {
    width: 98vw;
    margin: 0 auto;
  }
  .block_column .column {
    width: 100%;
    margin-bottom: 10vw;
  }
  .block_column .column .in {
    padding: 0 10px;
  }
  .block_column .column figure {
    padding-top: 56%;
    border-radius: 40px;
  }
  .block_column .column .textarea {
    width: 95%;
    margin: 0 auto;
    margin-top: -20px;
    padding: 10px 0;
    border-radius: 60px;
  }
  .block_column .column a:active .textarea {
    transition: all 0s 0s ease;
    background: #e17a00;
  }
  .block_column .column .textarea .sub {
    padding: 0 20px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .block_column .column .textarea .vol {
    font-size: 12px;
    padding: 0 20px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .block_column .column .textarea .column_title {
    padding: 0 20px;
    font-size: 16px;
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .block_column .column .textarea p {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .block_column .slick-prev {
    position: absolute;
    top: 16vw;
    left: 50%;
    margin-left: -49vw;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .block_column .slick-next {
    position: absolute;
    top: 16vw;
    right: 50%;
    margin-right: -49vw;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .block_column .slick-prev:hover, .block_column .slick-next:hover {
    margin-top: 0px;
    border-bottom: 8px #8d0a19 solid;
  }
}
/*----------------------------------------------------
  .block_column_detail
--------------------------------------------------- */
.block_column_detail {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.block_column_detail .page_title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5;
  color: #c30d23;
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_column_detail .back {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.block_column_detail .back a {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  color: #FFF;
  padding: 0 20px 0 40px;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  transition: all 0.3s 0s ease;
  background: #c30d23 url(../img/common/arrow_left.svg) no-repeat 10px center;
  background-size: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 8px #8d0a19 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_column_detail .back a:hover {
  margin-top: 6px;
  border-bottom: 2px #8d0a19 solid;
}
.block_column_detail .summary {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
.block_column_detail .summary figure {
  position: relative;
  padding-top: 56%;
  background: #FFF url(../img/common/loading.svg) no-repeat center center;
  background-size: 40px;
  margin: 0;
}
.block_column_detail .summary figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_column_detail .summary .textarea {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  text-align: left;
  padding: 20px 0 40px;
  background: rgba(0, 0, 0, 0.7);
  background: rgba(248, 182, 45, 0.8);
  background: rgba(225, 122, 0, 0.8);
  color: #FFF;
}
.block_column_detail .summary .textarea .inner {
  padding: 0 40px;
}
.block_column_detail .summary .textarea .vol {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}
.block_column_detail .summary .textarea .column_title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 10px;
}
.block_column_detail .summary .textarea .column_title br {
  display: none;
}
.block_column_detail .summary .textarea p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.block_column_detail .summary .textarea .credit {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 5px;
}
.block_column_detail .entry_area {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #FFF;
  padding: 20px 0 20px;
  text-align: left;
}
.block_column_detail .entry_area .entry {
  padding: 0 40px;
  font-size: 14px;
  padding-top: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.block_column_detail .entry_area .block_area {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
  margin-top: 40px;
}
.block_column_detail .entry_area .block_area .title_area {
  width: 30%;
  padding-top: 10px;
}
.block_column_detail .entry_area .block_area .title_area .sub_title {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}
.block_column_detail .entry_area .block_area .text_area {
  width: 65%;
}
.block_column_detail .entry_area .block_area .text_area .textarea {
  margin-top: 5px;
}
.block_column_detail .entry_area .block_area .text_area .textarea p {
  /* margin-top: 0; */
}

@media only screen and (max-width: 896px) {
  .block_column_detail {
    margin-top: 20px;
    padding-top: 60px;
  }
  .block_column_detail .page_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .block_column_detail .back {
    width: 95%;
    display: none;
  }
  .block_column_detail .back a {
    position: absolute;
    top: -10px;
    left: -5px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 20px 0 30px;
    font-size: 12px;
    background: #c30d23 url(../img/common/arrow_left.svg) no-repeat 10px center;
    background-size: 6px;
  }
  .block_column_detail .summary {
    width: 95%;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: initial;
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0);
  }
  .block_column_detail .summary figure {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  }
  .block_column_detail .summary .textarea {
    position: relative;
    bottom: auto;
    left: 5%;
    width: 90%;
    text-align: left;
    padding: 20px 0;
    background: none;
    color: #5d3a11;
  }
  .block_column_detail .summary .textarea .inner {
    padding: 0px;
  }
  .block_column_detail .summary .textarea .vol {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .block_column_detail .summary .textarea .column_title {
    font-size: 18px;
    line-height: 1.5;
    color: #5d3a11;
    margin-bottom: 10px;
  }
  .block_column_detail .summary .textarea p {
    font-size: 14px;
    line-height: 1.5;
  }
  .block_column_detail .summary .textarea .credit {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #5d3a11 solid;
  }
  .block_column_detail .entry_area {
    width: 96%;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 20px 0 20px;
  }
  .block_column_detail .entry_area .entry {
    padding: 0 20px;
  }
  .block_column_detail .entry_area .block_area {
    display: block;
    margin-top: 20px;
  }
  .block_column_detail .entry_area .block_area .title_area {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .block_column_detail .entry_area .block_area .title_area .sub_title {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
  }
  .block_column_detail .entry_area .block_area .text_area {
    width: 100%;
  }
  .block_column_detail .entry_area .block_area .text_area .textarea {
    margin-top: 0;
  }
  .block_column_detail .entry_area .block_area .text_area .textarea p {
    margin-top: 0;
  }
}
/*----------------------------------------------------
  .block_campaign
--------------------------------------------------- */
.block_campaign {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 120px;
}
.block_campaign .inner {
  margin: 0 auto;
  width: 800px;
}
.block_campaign .inner .end {
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_campaign .inner .btn {
  text-align: center;
  margin-top: 20px;
}
.block_campaign .inner .btn .b_wrap {
  display: inline-block;
  width: 300px;
}
.block_campaign .inner .btn a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #f8b62d;
  border-bottom: 8px #e17a00 solid;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  position: relative;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_campaign .inner .btn a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.block_campaign .inner .btn a .arrow svg {
  fill: #FFF;
  width: 32px;
  height: 32px;
}
.block_campaign .inner .btn a:hover {
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}
.block_campaign .inner .btn a:active {
  transition: all 0s 0s ease;
  margin-top: 6px;
  background: #e17a00;
  border-bottom: 2px #e17a00 solid;
}
.block_campaign .inner .title {
  margin-top: -60px;
  margin-bottom: 20px;
}
body.top .block_campaign .inner .title {
  margin-top: 0;
}

.block_campaign .inner .title img {
  border-radius: 20px;
}
.block_campaign .inner .date {
  border-radius: 60px;
  background: #f8b62d;
  padding: 30px 0;
  margin-bottom: 20px;
}
.block_campaign .inner .date .d_title {
  font-size: 24px;
  font-weight: 800;
  color: #FFF;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.block_campaign .inner .date .d_t {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.block_campaign .inner .answer {
  border-radius: 60px;
  background: #FFF;
  padding: 30px 0;
  margin-bottom: 20px;
}
.block_campaign .inner .answer .a_title {
  font-size: 24px;
  font-weight: 800;
  color: #f8b62d;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.block_campaign .inner .answer .a_t {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.block_campaign .inner .present {
  border-radius: 60px;
  background: #FFF;
  padding: 30px 0;
  margin-bottom: 20px;
}
.block_campaign .inner .present .p_title {
  font-size: 30px;
  font-weight: 800;
  color: #f8b62d;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.block_campaign .inner .present .list {
  margin: 0 30px;
  letter-spacing: -0.4em;
  text-align: left;
}
.block_campaign .inner .present .list .column {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 46%;
  margin: 0 2%;
  margin-bottom: 30px;
  text-align: left;
}
.block_campaign .inner .present .list .column figure {
  margin-bottom: 20px;
}
.block_campaign .inner .present .list .column figure img {
  border-radius: 10px;
}
.block_campaign .inner .present .list .column .column_title {
  font-size: 16px;
  color: #f8b62d;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.block_campaign .inner .present .list .column .credit {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.block_campaign .inner .present .list .column p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.block_campaign .inner .present .list .column ul li {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 896px) {
  .block_campaign {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .block_campaign.page {
    margin-top: 20px;
    padding-top: 40px;
  }
  .block_campaign .inner {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
  }
  .block_campaign .inner .btn a {
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_campaign .inner .end {
    font-size: 20px;
  }
}
@media only screen and (max-width: 896px) {
  .block_campaign .inner .title {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .block_campaign .inner .date {
    border-radius: 30px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .block_campaign .inner .date .d_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .block_campaign .inner .date .d_t {
    font-size: 16px;
    line-height: 1.7;
  }
  .block_campaign .inner .answer {
    border-radius: 30px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .block_campaign .inner .answer .a_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .block_campaign .inner .answer .a_t {
    font-size: 16px;
    line-height: 1.7;
  }
  .block_campaign .inner .present {
    border-radius: 30px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .block_campaign .inner .present .p_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .block_campaign .inner .present .list {
    margin: 0 20px;
    letter-spacing: -0.4em;
  }
  .block_campaign .inner .present .list .column {
    display: block;
    width: 100%;
    margin: 0%;
    margin-bottom: 30px;
  }
  .block_campaign .inner .present .list .column figure {
    margin-bottom: 20px;
  }
  .block_campaign .inner .present .list .column figure img {
    border-radius: 10px;
  }
  .block_campaign .inner .present .list .column .column_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .block_campaign .inner .present .list .column .credit, .block_campaign .inner .present .list .column p, .block_campaign .inner .present .list .column ul li {
    font-size: 12px;
  }
}
/*----------------------------------------------------
  .block_news
--------------------------------------------------- */
.block_news {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
}
.block_news .inner {
  margin: 0 auto;
  width: 800px;
  border-radius: 20px;
  background: #FFF;
  color: #FFF;
  padding: 20px 0;
  text-align: left;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
.block_news .inner .title {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #c30d23;
  text-align: center;
}
.block_news .inner .list {
  margin: 0 40px;
  border-top: 1px #c30d23 dotted;
}
.block_news .inner .list .column {
  position: relative;
  border-bottom: 1px #c30d23 dotted;
  padding: 20px 0;
}
.block_news .inner .list .column a {
  display: block;
  position: relative;
  color: #c30d23;
  transition: all 0.5s 0s ease;
}
.block_news .inner .list .column a:hover {
  text-decoration: underline;
}
.block_news .inner .list .column time {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.block_news .inner .list .column .category {
  position: absolute;
  top: 0;
  left: 130px;
  font-size: 16px;
}
.block_news .inner .list .column .column_title {
  padding-left: 220px;
  font-size: 16px;
  font-weight: bold;
}
.block_news .inner .btn {
  text-align: center;
  margin-top: 20px;
}
.block_news .inner .btn .b_wrap {
  display: inline-block;
  width: 300px;
}
.block_news .inner .btn a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #f8b62d;
  border-bottom: 8px #e17a00 solid;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 10px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_news .inner .btn a:after {
  font-family: fontAwesome;
  content: "\f0a9";
  margin-left: 4px;
}
.block_news .inner .btn a:hover {
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}

@media only screen and (max-width: 896px) {
  .block_news {
    margin-top: 40px;
  }
  .block_news .inner {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
  }
  .block_news .inner .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .block_news .inner .list {
    margin: 0 20px;
  }
  .block_news .inner .list .column {
    padding: 10px 0;
  }
  .block_news .inner .list .column time {
    position: relative;
    top: 0;
    left: 0;
    font-size: 11px;
  }
  .block_news .inner .list .column .category {
    position: absolute;
    top: 0;
    left: 70px;
    font-size: 11px;
  }
  .block_news .inner .list .column .column_title {
    padding-left: 0px;
    font-size: 14px;
  }
  .block_news .inner .btn {
    margin-top: 20px;
  }
  .block_news .inner .btn .b_wrap {
    display: inline-block;
    width: 50%;
  }
}
/*----------------------------------------------------
  .block_news_detail
--------------------------------------------------- */
.block_news_detail {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.block_news_detail .inner {
  margin: 0 auto;
  width: 800px;
  border-radius: 20px;
  background: #FFF;
  padding: 40px 0;
  text-align: left;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
.block_news_detail .inner .back {
  position: relative;
}
.block_news_detail .inner .back a {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  color: #FFF;
  padding: 0 20px 0 40px;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  transition: all 0.3s 0s ease;
  background: #c30d23 url(../img/common/arrow_left.svg) no-repeat 10px center;
  background-size: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 8px #8d0a19 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_news_detail .inner .back a:hover {
  margin-top: 6px;
  border-bottom: 2px #8d0a19 solid;
}
.block_news_detail .inner .title {
  padding: 0 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #c30d23;
  text-align: center;
}
.block_news_detail .category {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 10px;
}
.block_news_detail .category span {
  display: inline-block;
  background: #c30d23;
  color: #FFF;
  padding: 0 10px;
  font-size: 12px;
}
.block_news_detail time {
  padding: 0 20px;
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.block_news_detail .entry {
  margin: 0 40px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 896px) {
  .block_news_detail {
    margin-top: 20px;
    padding-top: 60px;
  }
  .block_news_detail .inner {
    margin: 0 auto;
    width: 90%;
    border-radius: 20px;
    padding: 50px 0 20px;
  }
  .block_news_detail .inner .back {
    width: 95%;
  }
  .block_news_detail .inner .back a {
    position: absolute;
    top: -60px;
    left: -5px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 20px 0 30px;
    font-size: 12px;
    background: #c30d23 url(../img/common/arrow_left.svg) no-repeat 10px center;
    background-size: 6px;
  }
  .block_news_detail .inner .title {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
  }
  .block_news_detail .category {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 10px;
  }
  .block_news_detail .category span {
    padding: 0 10px;
    font-size: 12px;
  }
  .block_news_detail time {
    padding: 0 20px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
  }
  .block_news_detail .entry {
    margin: 0 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
/*----------------------------------------------------
  .block_follow
--------------------------------------------------- */
.block_follow {
  position: relative;
  width: 100%;
  padding: 40px 0 20px;
  text-align: center;
}
.block_follow .inner {
  width: 640px;
  margin: 0 auto;
  /* background: #f8b62d; */
  /* border-radius: 180px;
  -webkit-box-shadow: 0px 15px 30px 0px rgb(51 51 51 / 20%);
  box-shadow: 0px 15px 30px 0px rgb(51 51 51 / 20%); */
}
.block_follow .inner .title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 15px;
}
.block_follow .inner .exp {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 30px;
}
.block_follow .inner ul {
  text-align: center;
  letter-spacing: -0.4em;
}
.block_follow .inner ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 10px;
}
.block_follow .inner ul li a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #f8b62d;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  line-height: 1;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  border-bottom: 8px #e17a00 solid;
}
.block_follow .inner ul li a span {
  font-weight: 800;
}
.block_follow .inner ul li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #FFF;
}
.block_follow .inner ul li a:hover {
  background: #e17a00;
}

@media only screen and (max-width: 896px) {
  .block_follow {
    padding: 20px 0 20px;
  }
  .block_follow .inner {
    width: 90%;
    margin: 0 auto;
    border-radius: 180px;
  }
  .block_follow .inner .title {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block_follow .inner .exp {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block_follow .inner ul li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .block_follow .inner ul li a {
    font-size: 16px;
    color: #FFF;
    padding: 0px;
    width: 60px;
    height: 60px;
    line-height: 1;
    border-radius: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    /* row row-reverse column */
    justify-content: center;
    /* flex-start  center  space-between */
    align-items: center;
    /* flex-start  center  */
  }
  .block_follow .inner ul li a svg {
    vertical-align: middle;
    margin-right: 0px;
  }
  .block_follow .inner ul li a span {
    display: none;
  }
}
/*----------------------------------------------------
  #footer
--------------------------------------------------- */
#footer {
  position: relative;
  width: 100%;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
#footer:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background: #a06923;
}
#footer:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/footer_bg.png) repeat-x center top;
}
#footer .inner {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
#footer .text_link {
  margin-bottom: 20px;
}
#footer .text_link a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 14px;
}
#footer ul.menu {
  padding: 0 40px;
  margin-bottom: 20px;
}
#footer ul.menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  margin-bottom: 10px;
}
#footer ul.menu li a {
  display: inline-block;
  padding: 10px 80px;
  background: #c30d23;
  color: #FFF;
  font-size: 16px;
  border-radius: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-bottom: 8px #8d0a19 solid;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: all 0.3s 0s ease;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#footer ul.menu li a:hover {
  margin-top: 6px;
  border-bottom: 2px #8d0a19 solid;
}
#footer ul.link {
  padding: 0 40px;
  margin-bottom: 20px;
  letter-spacing: -0.4em;
}
#footer ul.link li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 5px;
  margin-bottom: 10px;
}
#footer ul.link li a {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  width: 250px;
  height: 60px;
  background: #f8b62d;
  border-bottom: 8px #dd8e05 solid;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.1em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#footer ul.link li a .m {
  font-size: 14px;
  line-height: 1.3;
}
#footer ul.link li a span {
  font-weight: 800;
}
#footer ul.link li a.s_m {
  width: 380px;
}
#footer ul.link li a small {
  font-size: 10px;
}
#footer ul.link_bar {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
  letter-spacing: -0.4em;
  border-radius: 60px;
  background: #f8b62d;
  border-bottom: 10px #e17a00 solid;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  /* border-top: 3px #f8b62d solid;
  border-bottom: 3px #f8b62d solid; */
}
#footer ul.link_bar li {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
#footer ul.link_bar li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e17a00;
}
#footer ul.link_bar li:first-child:after {
  display: none;
}
#footer ul.link_bar li a {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.1em;
  height: 60px;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  transition: all 0.3s 0s ease;
}
#footer ul.link_bar li a:hover {
  background: #e17a00;
}
#footer ul.link_bar li:nth-child(1) a {
  padding: 0 28px 0 37px;
}
#footer ul.link li a:hover {
  text-decoration: none;
}
#footer ul.credit {
  margin-bottom: 20px;
}
#footer ul.credit li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 800;
}
#footer ul.credit li a {
  color: #FFF;
}
#footer .copyright {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: 800;
}

@media only screen and (max-width: 896px) {
  #footer {
    padding-bottom: 100px;
  }
  #footer:before {
    content: "";
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: #a06923;
  }
  #footer:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/footer_bg.png) repeat-x 60% top;
    background-size: auto 200px;
  }
  #footer .inner {
    padding-top: 140px;
  }
  #footer ul.menu {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #footer ul.menu li {
    margin: 0 5px;
    margin-bottom: 10px;
  }
  #footer ul.menu li a {
    padding: 10px 80px;
    font-size: 16px;
    border-radius: 60px;
    border-bottom: 8px #8d0a19 solid;
  }
  #footer ul.link_b {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #footer ul.link {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #footer ul.link li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  #footer ul.link li a {
    color: #ffe0a0;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: underline;
  }
  #footer ul.credit {
    margin-bottom: 10px;
  }
  #footer ul.credit li {
    display: block;
    margin: 0 10px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #footer .copyright {
    font-size: 8px;
  }
  #footer ul.link_bar {
    width: 90%;
    margin-bottom: 30px;
    border-radius: 60px;
    /* border-top: 3px #f8b62d solid;
    border-bottom: 3px #f8b62d solid; */
  }
  #footer ul.link_bar li {
    display: block;
  }
  #footer ul.link_bar li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e17a00;
  }
  #footer ul.link_bar li:first-child:after {
    display: none;
  }
  #footer ul.link_bar li a {
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
  }
  #footer ul.link_bar li a span {
    font-weight: 800;
  }
  #footer ul.link_bar li a:hover {
    background: #e17a00;
  }
}
.scroll_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s 0s ease;
}

body.onScroll .scroll_top {
  opacity: 1;
}

.scroll_top a {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background: #f8b62d url(../img/common/arrow_top.svg) no-repeat center center;
  background-size: 40%;
  border-radius: 60px;
  transition: all 0.3s 0s ease;
  border-bottom: 8px #e17a00 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.scroll_top a:hover {
  margin-top: 6px;
  border-bottom: 2px #e17a00 solid;
}

@media only screen and (max-width: 896px) {
  .scroll_top {
    bottom: 20px;
    right: 20px;
  }
  .scroll_top a {
    width: 40px;
    height: 40px;
    background: #f8b62d url(../img/common/arrow_top.svg) no-repeat center center;
    background-size: 40%;
    border-radius: 40px;
    border-bottom: 2px #e17a00 solid;
  }
  .scroll_top a:hover {
    margin-top: 0px;
    border-bottom: 2px #e17a00 solid;
  }
}
/*----------------------------------------------------
  #fly
--------------------------------------------------- */
#fly01 {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 2;
  pointer-events: none;
  animation: bird_rotation01 18s linear 9s infinite;
}
#fly01 span {
  display: block;
  position: absolute;
  top: 400px;
  animation: bird_fly 18s ease 9s infinite;
}
#fly01 span img {
  width: 100px;
  height: auto;
}

@keyframes bird_rotation01 {
  0% {
    left: 100%;
    top: 500px;
  }
  100% {
    left: -100%;
    top: 100px;
  }
}
@keyframes bird_fly {
  0% {
    top: 0px;
  }
  15% {
    top: -200px;
  }
  30% {
    top: 0px;
  }
  45% {
    top: -200px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@media only screen and (max-width: 896px) {
  @keyframes bird_rotation01 {
    0% {
      left: 100%;
      top: 500px;
    }
    50% {
      left: -100%;
      top: 100px;
    }
    100% {
      left: -100%;
      top: 100px;
    }
  }
  @keyframes bird_fly {
    0% {
      top: 0px;
    }
    15% {
      top: -100px;
    }
    30% {
      top: 0px;
    }
    45% {
      top: -100px;
    }
    60% {
      top: 0px;
    }
    100% {
      top: 0px;
    }
  }
}
#star {
  position: absolute;
  top: 0%;
  left: 140%;
  z-index: 2;
  pointer-events: none;
  animation: star_move 18s linear 3s infinite;
}
#star span {
  display: block;
  position: absolute;
  animation: star_rotation01 9s linear 3s infinite;
}
#star span img {
  width: 50px;
  height: auto;
}
#star .star01 {
  position: absolute;
  top: 0;
  left: 0;
}
#star .star02 {
  position: absolute;
  top: 50px;
  left: 50px;
}
#star .star03 {
  position: absolute;
  top: 80px;
  left: -20px;
}

@keyframes star_move {
  0% {
    left: 120%;
    top: 100px;
  }
  100% {
    left: -100%;
    top: 500px;
  }
}
@keyframes star_rotation01 {
  0% {
    transform: scale(1, 1) translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%) rotate(360deg);
  }
}
@media only screen and (max-width: 896px) {
  @keyframes star_move {
    0% {
      left: 120%;
      top: 100px;
    }
    50% {
      left: -100%;
      top: 500px;
    }
    100% {
      left: -100%;
      top: 500px;
    }
  }
}
#juwely01 {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 2;
  pointer-events: none;
  animation: juwely01_rotation01 18s linear 0s infinite;
}
#juwely01 span {
  display: block;
  position: absolute;
  top: 400px;
  animation: juwely01_fly 18s ease 0s infinite;
}
#juwely01 span img {
  width: 100px;
  height: auto;
}

@keyframes juwely01_rotation01 {
  0% {
    left: 100%;
    top: 200px;
  }
  100% {
    left: -100%;
    top: 600px;
  }
}
@keyframes juwely01_fly {
  0% {
    top: 0px;
  }
  15% {
    top: -200px;
  }
  30% {
    top: 0px;
  }
  45% {
    top: -200px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@media only screen and (max-width: 896px) {
  #juwely01 span img {
    width: 70px;
    height: auto;
  }
  @keyframes juwely01_rotation01 {
    0% {
      left: 100%;
      top: 200px;
    }
    50% {
      left: -100%;
      top: 600px;
    }
    100% {
      left: -100%;
      top: 600px;
    }
  }
  @keyframes juwely01_fly {
    0% {
      top: 0px;
    }
    15% {
      top: -100px;
    }
    30% {
      top: 0px;
    }
    45% {
      top: -100px;
    }
    60% {
      top: 0px;
    }
    100% {
      top: 0px;
    }
  }
}
#peace01 {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 2;
  pointer-events: none;
  animation: peace01_rotation01 18s linear 5s infinite;
}
#peace01 span {
  display: block;
  position: absolute;
  top: 400px;
  animation: peace01_fly 18s ease 5s infinite;
}
#peace01 span img {
  width: 150px;
  height: auto;
}

@keyframes peace01_rotation01 {
  0% {
    left: 100%;
    top: 600px;
  }
  100% {
    left: -100%;
    top: 200px;
  }
}
@keyframes peace01_fly {
  0% {
    top: 0px;
  }
  15% {
    top: -200px;
  }
  30% {
    top: 0px;
  }
  45% {
    top: -200px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@media only screen and (max-width: 896px) {
  #peace01 span img {
    width: 110px;
    height: auto;
  }
  @keyframes peace01_rotation01 {
    0% {
      left: 100%;
      top: 200px;
    }
    100% {
      left: -100%;
      top: 200px;
    }
  }
}
#usu01 {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 2;
  pointer-events: none;
  animation: usu01_rotation01 18s linear 12s infinite;
}
#usu01 span {
  display: block;
  position: absolute;
  top: 400px;
  animation: usu01_fly 18s ease 12s infinite;
}
#usu01 span img {
  width: 150px;
  height: auto;
}

@keyframes usu01_rotation01 {
  0% {
    left: 100%;
    top: 200px;
  }
  100% {
    left: -100%;
    top: 400px;
  }
}
@keyframes usu01_fly {
  0% {
    top: 0px;
  }
  15% {
    top: -200px;
  }
  30% {
    top: 0px;
  }
  45% {
    top: -200px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@media only screen and (max-width: 896px) {
  @keyframes usu01_rotation01 {
    0% {
      left: 100%;
      top: 200px;
    }
    50% {
      left: -100%;
      top: 400px;
    }
    100% {
      left: -100%;
      top: 400px;
    }
  }
  #usu01 span img {
    width: 80px;
    height: auto;
  }
}
#pan01 {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 2;
  pointer-events: none;
  animation: pan01_rotation01 18s linear 13s infinite;
}
#pan01 span {
  display: block;
  position: absolute;
  top: 400px;
  animation: pan01_fly 18s ease 13s infinite;
}
#pan01 span img {
  width: 70px;
  height: auto;
}

@media only screen and (max-width: 896px) {
  #pan01 span img {
    width: 40px;
    height: auto;
  }
}
@keyframes pan01_rotation01 {
  0% {
    left: 100%;
    top: 300px;
  }
  100% {
    left: -100%;
    top: 300px;
  }
}
@keyframes pan01_fly {
  0% {
    top: 0px;
  }
  15% {
    top: -200px;
  }
  30% {
    top: 0px;
  }
  45% {
    top: -200px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
#wine01 {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 2;
  pointer-events: none;
  animation: wine01_rotation01 18s linear 15s infinite;
}
#wine01 span {
  display: block;
  position: absolute;
  top: 400px;
  animation: wine01_fly 18s ease 15s infinite;
}
#wine01 span img {
  width: 70px;
  height: auto;
}

@keyframes wine01_rotation01 {
  0% {
    left: 100%;
    top: 100px;
  }
  100% {
    left: -100%;
    top: 300px;
  }
}
@keyframes wine01_fly {
  0% {
    top: 0px;
    transform: scale(1, 1) translate(0%, 0%) rotate(0deg);
  }
  15% {
    top: -200px;
  }
  30% {
    top: 0px;
  }
  45% {
    top: -100px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
    transform: scale(1, 1) translate(0%, 0%) rotate(360deg);
  }
}
#modal_intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
#modal_intro .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}
#modal_intro .close .l1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #41210f;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: scale(1, 1) translate(-50%, -50%) rotate(45deg);
}
#modal_intro .close .l2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #41210f;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: scale(1, 1) translate(-50%, -50%) rotate(-45deg);
}
#modal_intro .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1, 1) translate(-50%, -50%);
}
#modal_intro .inner .box {
  border: 1px #c30d23 solid;
  padding: 40px;
  background: #FFF;
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 800;
  position: relative;
  color: #41210f;
  z-index: 1;
  text-align: left;
}

@media only screen and (max-width: 896px) {
  #modal_intro .inner .box {
    padding: 20px;
    width: 80vw;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    position: relative;
    color: #41210f;
    z-index: 1;
    text-align: left;
  }
}
/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
  letter-spacing: -0.4em;
  padding-bottom: 40px;
}
.block_pager .page-numbers {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px #f8b62d solid;
  background: #f8b62d;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  transition: all 0.5s 0s ease;
}
.block_pager .page-numbers.current {
  border: 1px #f8b62d solid;
  background: #FFF;
  color: #f8b62d;
}
.block_pager .page-numbers:hover {
  opacity: 0.5;
}
.block_pager .page-numbers.dots {
  border: 1px #f8b62d solid;
}
.block_pager .page-numbers.prev {
  text-indent: -9999px;
  background: #f8b62d url(../img/common/arrow_left.svg) no-repeat center center;
  background-size: 6px;
  /* -webkit-transform:rotate(-180deg);
          transform:rotate(-180deg); */
}
.block_pager .page-numbers.next {
  text-indent: -9999px;
  background: #f8b62d url(../img/common/arrow_right.svg) no-repeat center center;
  background-size: 10px;
  transform: rotate(0deg);
}
.block_pager a.prev {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  border: 1px #f8b62d solid;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #f8b62d url(../img/common/arrow_left.svg) no-repeat center center;
  background-size: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 8px #e17a00 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  /* -webkit-transform:rotate(-180deg);
          transform:rotate(-180deg); */
}
.block_pager a.next {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  border: 1px #f8b62d solid;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #f8b62d url(../img/common/arrow_right.svg) no-repeat center center;
  background-size: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 8px #e17a00 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  transform: rotate(0deg);
}
.block_pager a.list {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  background: #f8b62d;
  color: #FFF;
  margin: 0 20px;
  padding: 0 20px;
  width: auto;
  height: 55px;
  border-radius: 55px;
  line-height: 45px;
  border: none;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 8px #e17a00 solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.5s 0s ease;
}
.block_pager a.list:active {
  transition: all 0s 0s ease;
  background: #9f5701;
}
.block_pager a.list span {
  font-weight: 800;
}
.block_pager a:hover {
  /* margin-top: 6px;
  border-bottom: 2px #8d0a19 solid; */
}

@media only screen and (max-width: 768px) {
  .block_pager .page-numbers {
    margin: 0 4px;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 12px;
  }
  .block_pager a.prev, .block_pager a.next {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    background-size: 7px;
  }
  .block_pager a.list {
    margin: 0 10px;
    width: auto;
    height: 10vw;
    line-height: 10vw;
  }
}
/*----------------------------------------------------
  #block_textpage
--------------------------------------------------- */
.block_textpage {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 140px;
}
.block_textpage .inner {
  margin: 0 auto;
  width: 800px;
}
.block_textpage .inner .title {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_textpage .inner .textarea {
  background: #FFF;
  padding: 40px 40px;
  border-radius: 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.block_textpage .inner .textarea .column {
  margin-bottom: 20px;
}
.block_textpage .inner .textarea .column .sub_title {
  font-weight: 800;
  margin-bottom: 5px;
}
.block_textpage .inner .textarea .column p {
  font-size: 14px;
  line-height: 1.7;
}
.block_textpage .inner .textarea .column p a {
  text-decoration: underline;
  color: #c30d23;
}
.block_textpage .block_contact {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .block_textpage {
    padding-top: 60px;
    margin-top: 20px;
  }
  .block_textpage .inner {
    margin: 0 auto;
    width: 90%;
  }
  .block_textpage .inner .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .block_textpage .inner .textarea {
    background: #FFF;
    padding: 20px 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}
/*----------------------------------------------------
  .block_stage
--------------------------------------------------- */
.block_stage {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.block_stage .title {
  position: relative;
  z-index: 1;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
}
.block_stage .title span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.block_stage .stage_block {
  width: 80vw;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 20px;
  border: 4px #c30d23 solid;
  margin-bottom: 40px;
}
.block_stage .sub_title {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}
.block_stage .sub_title span {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fbf57d;
  background: #c30d23;
  padding: 5px 40px;
  letter-spacing: 0.2em;
  border-radius: 100px;
}
.block_stage .exp {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.block_stage .exp small {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.block_stage .comingsoon {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #ccc;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
  line-height: 1.5;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
  border-bottom: 8px #aaa solid;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.block_stage .list {
  width: 95%;
  margin: 0 auto;
  letter-spacing: -0.4em;
  margin-bottom: 40px;
}
.block_stage .column {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  margin-bottom: 40px;
}
.block_stage .column .in {
  padding: 0 3%;
  position: relative;
}
.block_stage .column .in .pop {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 335px;
  margin-left: -167px;
  z-index: 2;
}
.block_stage .column a {
  display: block;
  position: relative;
}
.block_stage .column figure {
  position: relative;
  padding-top: 75%;
  border-radius: 80px;
  overflow: hidden;
  background: #FFF url(../img/common/loading.svg) no-repeat center center;
  background-size: 40px;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  transition: all 0.3s 0s ease;
}
.block_stage .column a:hover figure {
  transform: scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate(0deg);
}
.block_stage .column figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_stage .column .textarea {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  margin-top: -40px;
  padding: 20px 0;
  border-radius: 80px;
  background: #f8b62d;
  border-bottom: 10px #e17a00 solid;
}
.block_stage .column a:active .textarea {
  background: #e17a00;
}
.block_stage .column .textarea .column_title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  font-size: 22px;
  font-size: 1.5vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 10px;
}
.block_stage .column .textarea .column_title small {
  display: block;
  font-size: 1.3vw;
}
.block_stage .column .textarea .more {
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.block_stage .column .textarea .more .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 20px;
  height: 20px;
}
.block_stage .column .textarea .more .arrow svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}
.block_stage .chairperson {
  width: 75%;
  margin: 0 auto;
  background: #FFF;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}
.block_stage .chairperson figure {
  width: 25%;
  border-radius: 50%;
  overflow: hidden;
}
.block_stage .chairperson .text_area {
  position: relative;
  width: 70%;
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.block_stage .chairperson .t_title {
  position: absolute;
  top: 20px;
  right: -40px;
  background: #dd8e05;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 900;
}
.block_stage .chairperson .text_area strong {
  font-size: 24px;
  font-weight: 600;
}
.block_stage .stage_block .timetable {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  background: #c30d23;
  color: #fcf57a;
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 20px;
}
.block_stage .stage_block .timetable .sub_title2 {
  position: relative;
  margin-top: -30px;
  margin-bottom: 40px;
  margin-left: -20px;
}
.block_stage .stage_block .timetable .sub_title2 span {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fbf57d;
  background: #c30d23;
  padding: 5px 40px;
  letter-spacing: 0.2em;
  border-radius: 100px;
}
.block_stage .stage_block .timetable dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px #41210f solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block_stage .stage_block .timetable dl:last-child {
  border: none;
}
.block_stage .stage_block .timetable dl dt {
  width: 100px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.block_stage .stage_block .timetable dl dd {
  width: calc(100% - 100px);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.block_stage .release {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .block_stage .release {
    width: 90%;
  }
}
.block_stage .release a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background: #f8b62d;
  border-bottom: 8px #e17a00 solid;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #FFF;
  padding: 20px 20px;
  line-height: 1.5;
  position: relative;
  border-radius: 40px;
  transition: all 0.3s 0s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_stage .release a {
    font-size: 20px;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_stage .release a:hover {
  background: #e17a00;
}
.block_stage .release a figure {
  width: 40%;
}
@media (max-width: 896px) {
  .block_stage .release a figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_stage .release a figure img {
  display: block;
  border-radius: 5px;
}
.block_stage .release a .r_text {
  width: 55%;
  text-align: left;
}
@media (max-width: 896px) {
  .block_stage .release a .r_text {
    width: 100%;
    text-align: center;
  }
}
.block_stage .release a .r_text .choise {
  font-size: 16px;
  color: #c30d23;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  margin-top: 10px;
}
@media (max-width: 896px) {
  .block_stage .release a .r_text .choise {
    font-size: 14px;
  }
}

@media (max-width: 896px) {
  .block_stage .exp small {
    font-size: 12px;
  }
}
@media (max-width: 896px) {
  .block_stage .stage_block .timetable .sub_title2 span {
    font-size: 16px;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 896px) {
  .block_stage {
    margin-top: 20px;
  }
  .block_stage .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block_stage .title span {
    font-size: 20px;
  }
  .block_stage .comingsoon {
    width: 90%;
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_stage .exp {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .block_stage .stage_block {
    width: 90vw;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 20px;
    border: 4px #c30d23 solid;
    margin-bottom: 40px;
  }
  .block_stage .sub_title {
    position: relative;
    margin-top: -32px;
    margin-bottom: 20px;
  }
  .block_stage .sub_title span {
    font-size: 15px;
    padding: 5px 20px;
  }
  .block_stage .comingsoon {
    width: 90%;
    font-size: 22px;
    padding: 10px 0;
    border-radius: 40px;
  }
  .block_stage .list {
    width: 98%;
    margin: 0 auto;
  }
  .block_stage .column {
    width: 100%;
    margin-bottom: 10vw;
  }
  .block_stage .column .in {
    padding: 0 10px;
  }
  .block_stage .column figure {
    padding-top: 75%;
    border-radius: 40px;
  }
  .block_stage .column .textarea {
    width: 95%;
    margin: 0 auto;
    margin-top: -20px;
    padding: 10px 0;
    border-radius: 60px;
  }
  .block_stage .column a:active .textarea {
    transition: all 0s 0s ease;
    background: #e17a00;
  }
  .block_stage .column .textarea .column_title {
    padding: 0 20px;
    font-size: 16px;
    font-size: 3.7vw;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .block_stage .column .textarea .column_title small {
    font-size: 12px;
  }
  .block_stage .column .textarea .more {
    padding: 0 10px;
    font-size: 10px;
  }
  .block_stage .chairperson {
    width: 80%;
    margin: 0 auto;
    background: #FFF;
    display: flex;
    flex-direction: column;
    /* row row-reverse column */
    justify-content: space-between;
    /* flex-start  center  space-between */
    align-items: center;
    /* flex-start  center  */
    padding: 20px;
    border-radius: 20px;
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .block_stage .chairperson figure {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .block_stage .chairperson .text_area {
    position: static;
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
  }
  .block_stage .chairperson .text_area:after {
    content: "プロフィールを読む";
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #dd8e05;
    padding-top: 5px;
    display: block;
  }
  .block_stage .chairperson.view .text_area:after {
    content: "プロフィールを閉じる";
  }
  .block_stage .chairperson .t_title {
    position: absolute;
    top: -20px;
    right: 50%;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    transform: translate(50%, 0%);
  }
  .block_stage .chairperson .text_area strong {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
  }
  .block_stage .chairperson .text_area .c_p {
    display: none;
  }
  .block_stage .chairperson .text_area.view .c_p {
    display: block;
  }
  .block_stage .chairperson .text_area.view:after {
    display: none;
  }
  .block_stage .stage_block .timetable {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .block_stage .stage_block .timetable dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .block_stage .stage_block .timetable dl dt {
    width: 50px;
    font-size: 12px;
  }
  .block_stage .stage_block .timetable dl dd {
    width: calc(100% - 50px);
    font-size: 12px;
  }
}
/*----------------------------------------------------
  .block_stage_modal
--------------------------------------------------- */
.block_stage_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}

body.modal_open .block_stage_modal {
  opacity: 1;
  visibility: visible;
}

.block_stage_modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 76, 0, 0.8);
}
.block_stage_modal a.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: block;
  transition: all 0.5s 0s ease;
}
.block_stage_modal a.close:hover {
  transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(180deg);
}
.block_stage_modal a.close .l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 4px;
  margin-top: -2px;
  background: #FFF;
  transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(45deg);
}
.block_stage_modal a.close .l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 4px;
  margin-top: -2px;
  background: #FFF;
  transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(-45deg);
}
.block_stage_modal .inner {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  /* -webkit-transform: scale3d(1,1,1) translate(0px,-50%);
          transform: scale3d(1,1,1) translate(0px,-50%); */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f8b62d;
  border-radius: 20px;
}
.block_stage_modal .inner .modal_contents {
  display: none;
}
.block_stage_modal .inner .modal_contents.view {
  display: block;
}
.block_stage_modal .inner .wrap_modal {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
  padding: 40px 40px 0 40px;
}
.block_stage_modal .inner .wrap_modal:last-child {
  padding-bottom: 40px;
}
.block_stage_modal .inner .summary {
  width: 38%;
}
.block_stage_modal .inner .summary figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #e17a00;
  margin-bottom: 20px;
}
.block_stage_modal .inner .summary figure .img_wrap {
  position: relative;
  padding-top: 66.65666%;
}
.block_stage_modal .inner .summary figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block_stage_modal .inner .summary ul.sns {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: flex-start;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
}
.block_stage_modal .inner .summary ul.sns li {
  margin-right: 20px;
}
.block_stage_modal .inner .summary ul.sns li a {
  fill: #FFF;
}
.block_stage_modal .inner .summary ul.sns li a svg {
  width: 24px;
  height: 24px;
}
.block_stage_modal .inner .summary ul.sns li a:hover {
  opacity: 0.5;
}
.block_stage_modal .inner .contents_area {
  width: 58%;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.block_stage_modal .inner .contents_area .title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
.block_stage_modal .inner .contents_area p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 896px) {
  .block_stage_modal a.close {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  .block_stage_modal a.close .l1, .block_stage_modal a.close .l2 {
    width: 60px;
    margin-left: -30px;
  }
  .block_stage_modal .inner {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
  }
  .block_stage_modal .inner .modal_contents {
    padding: 60px 0 20px;
  }
  .block_stage_modal .inner .wrap_modal {
    display: flex;
    flex-direction: column;
    /* row row-reverse column */
    justify-content: space-between;
    /* flex-start  center  space-between */
    align-items: flex-start;
    /* flex-start  center  */
    padding: 20px 20px 0 20px;
  }
  .block_stage_modal .inner .wrap_modal:last-child {
    padding-bottom: 20px;
  }
  .block_stage_modal .inner .summary {
    width: 100%;
    margin-bottom: 20px;
  }
  .block_stage_modal .inner .summary ul.sns {
    display: flex;
    flex-direction: row;
    /* row row-reverse column */
    justify-content: flex-start;
    /* flex-start  center  space-between */
    align-items: center;
    /* flex-start  center  */
  }
  .block_stage_modal .inner .summary ul.sns li {
    margin-right: 20px;
  }
  .block_stage_modal .inner .summary ul.sns li a {
    fill: #FFF;
  }
  .block_stage_modal .inner .summary ul.sns li a:hover {
    opacity: 0.5;
  }
  .block_stage_modal .inner .contents_area {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .block_stage_modal .inner .contents_area .title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .block_stage_modal .inner .contents_area p {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
/*----------------------------------------------------
  .block_photo
--------------------------------------------------- */
.block_photo {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.block_photo .inner {
  width: 90vw;
  margin: 0 auto;
  padding: 40px 0;
}
.block_photo .title {
  position: relative;
  z-index: 1;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  color: #c30d23;
  text-shadow: 2px 2px 10px #ffffff;
  margin-bottom: 40px;
}
.block_photo ul {
  letter-spacing: -0.4em;
  text-align: left;
}
.block_photo ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 7.2%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}
.block_photo ul li:nth-child(13n) {
  margin-right: 0;
}
.block_photo ul li a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_photo ul li a:hover {
  opacity: 0.5;
}
.block_photo ul li a figure {
  position: relative;
  padding-top: 66.66666%;
  margin: 0;
}
.block_photo ul li a figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_photo .credit {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}

@media only screen and (max-width: 896px) {
  .block_photo {
    margin-bottom: 20px;
  }
  .block_photo .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block_photo .title span {
    font-size: 20px;
  }
  .block_photo ul {
    letter-spacing: -0.4em;
  }
  .block_photo ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .block_photo ul li:nth-child(13n) {
    margin-right: 2%;
  }
  .block_photo ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.block_banner {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 800px;
}
.block_banner .copy {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
  text-shadow: 2px 2px 10px #ffffff;
  text-align: center;
}
.block_banner a {
  display: block;
  transition: all 0.6s 0s ease;
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
.block_banner a:hover {
  opacity: 0.5;
}

@media (max-width: 896px) {
  .block_banner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_banner .copy {
    font-size: 24px;
  }
}

/*----------------------------------------------------
  .block_garapon
--------------------------------------------------- */
.block_garapon {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 120px;
}
@media (max-width: 896px) {
  .block_garapon {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.block_garapon .inner {
  margin: 0 auto;
  width: 900px;
  padding: 40px;
  border: 4px #ea5514 solid;
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  position: relative;
}
@media (max-width: 896px) {
  .block_garapon .inner {
    padding: 20px;
    width: 95%;
  }
}
.block_garapon .inner .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffd700;
  height: 50px;
  padding-top: 15px;
}
@media (max-width: 896px) {
  .block_garapon .inner .title {
    height: 30px;
  }
}
.block_garapon .inner .title span {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_garapon .inner .title span {
    width: 90%;
  }
}
.block_garapon .inner .wrap {
  margin-top: 100px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_garapon .inner .wrap {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}
.block_garapon .inner .wrap .textarea {
  width: 55%;
  text-align: left;
}
@media (max-width: 896px) {
  .block_garapon .inner .wrap .textarea {
    width: 100%;
  }
}
.block_garapon .inner .wrap .textarea .column {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_garapon .inner .wrap .textarea .column {
    margin-bottom: 20px;
  }
}
.block_garapon .inner .wrap .textarea .column .sub_title {
  width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_garapon .inner .wrap .textarea .column .sub_title {
    width: 150px;
    margin-bottom: 10px;
  }
}
.block_garapon .inner .wrap .textarea .column.pos02 .sub_title {
  width: 400px;
}
@media (max-width: 896px) {
  .block_garapon .inner .wrap .textarea .column.pos02 .sub_title {
    width: 300px;
  }
}
.block_garapon .inner .wrap .textarea .column p {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.block_garapon .inner .wrap .textarea .column ul {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.block_garapon .inner .wrap .textarea .column ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.block_garapon .inner .wrap figure {
  width: 40%;
}
@media (max-width: 896px) {
  .block_garapon .inner .wrap figure {
    margin-bottom: 20px;
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */