@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .page_en_title .in_box .bdr, .page_en_title .in_box, .mv_catch .catch01 .bdr, .mv_catch .catch02 .bdr, .mv_catch .catch01, .mv_catch .catch02, .square_list .tt .bdr, .square_list .tt, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr, .js-no_cut_in .cut_in, .js-cut_in_wrap .cut_in .bdr, .js-cut_in_wrap .cut_in {
  position: relative;
}
.u_ba::before, .page_en_title .in_box .bdr::before, .page_en_title .in_box::before, .mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before, .mv_catch .catch01::before, .mv_catch .catch02::before, .square_list .tt .bdr::before, .square_list .tt::before, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr::before, .js-no_cut_in .cut_in::before, .js-cut_in_wrap .cut_in .bdr::before, .js-cut_in_wrap .cut_in::before, .u_ba::after, .page_en_title .in_box .bdr::after, .page_en_title .in_box::after, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after, .mv_catch .catch01::after, .mv_catch .catch02::after, .square_list .tt .bdr::after, .square_list .tt::after, .js-no_cut_in .cut_in .bdr::after, .js-no_cut_in .cut_in::after, .js-cut_in_wrap .cut_in .bdr::after, .js-cut_in_wrap .cut_in::after {
  content: "";
  position: absolute;
  display: block;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  color: #000000;
  background: #FFFFFF;
  font-family: "游明朝体 Pr6N D", YuMincho, "Yu Mincho";
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 1000px) {
  body {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

@media (max-width: 1000px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

figure {
  margin: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
}

nav {
  display: block;
}

.eng {
  font-family: "Roboto", sans-serif;
}

a {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

@media (min-width: 1000px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:not(.more_btn):not(nav a):not(.footer_nav_02 a):not(.footer_right_nav_01 a):not(.footer_right_bottom a):not(.weatherwrap a):not(.page):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover, button:not(.more_btn):not(nav a):not(.footer_nav_02 a):not(.footer_right_nav_01 a):not(.footer_right_bottom a):not(.weatherwrap a):not(.page):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover {
    opacity: 0.8;
    display: block;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 1000px) {
  .hidden-sp {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt15 {
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1000px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 1000px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
.viewMoreBtn {
  text-align: center;
  margin-top: 60px;
}
.viewMoreBtn a {
  border: 1px solid #000000;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 30px 0;
  background: #ffffff;
  position: relative;
}
.viewMoreBtn a span {
  color: #c30d23;
}
.viewMoreBtn a:after {
  width: 76px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.viewMoreBtn a:hover:after {
  right: -20px;
}

.viewMore span {
  color: #c30d23;
}
.viewMore a {
  position: relative;
  padding-right: 150px;
}
.viewMore a:after {
  width: 140px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.viewMore a:hover:after {
  right: -10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .flex {
    display: block;
  }
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .pc_flex {
    display: block;
  }
}

.l-inbox {
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .l-inbox {
    width: 100%;
    max-width: 1100px;
  }
}
@media (max-width: 1000px) {
  .l-inbox {
    padding: 0 1.875rem;
  }
}

.container2 {
  width: 100%;
  padding: 0 2.4rem;
  max-width: 1235px;
}
@media screen and (min-width: 1000px) {
  .container2 {
    padding: 0 4.2rem 0 4.2rem;
  }
}
@media (max-width: 1000px) {
  .container2 {
    padding: 0 1.9rem;
  }
}

.container3 {
  width: 100%;
  padding: 0 2.4rem;
  max-width: 1235px;
}
@media screen and (min-width: 1000px) {
  .container3 {
    padding: 0 4.2rem 0 4.2rem;
  }
}
@media (max-width: 1000px) {
  .container3 {
    padding: 0 1.9rem;
  }
}

.center_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vw 0;
}

.btn_right {
  float: right;
}

.btn a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-right: 2.425rem;
}
@media (min-width: 1000px) {
  .btn a {
    padding-right: 41px;
  }
}
.btn a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background: url(../img/arrow_left_in.svg) no-repeat center;
  background-size: 1.0625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .btn a {
    display: block;
    margin: 0 auto;
  }
}

.btnl a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-left: 41px;
}
.btnl a:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background: url(../img/arrow_left_in.svg) no-repeat center;
  background-size: 1.0625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .btnl a {
    display: block;
    margin: 0 auto;
  }
}

.btn_return {
  overflow: hidden;
  margin-top: 35px;
}
.btn_return a {
  background: #9c9c9c;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  padding: 8px 60px;
}
@media (max-width: 1000px) {
  .btn_return a {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.btn_return a i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .btn_return a i {
    top: 0;
  }
}

.header_contact .btn a, .footer_contact .btn a {
  padding: 8px 24px;
}

.btn-full {
  text-align: center;
  overflow: hidden;
}
.btn-full a {
  background: -webkit-gradient(linear, left top, right top, from(#3bd9bc), to(#21d4ce));
  background: linear-gradient(to right, #3bd9bc, #21d4ce);
  color: #ffffff;
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
}

.more_btn {
  width: 140px;
}
.more_btn a {
  background: #40a750;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 6px 20px;
  position: relative;
}
.more_btn a:after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  display: block;
}

@-webkit-keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
@keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
.weatherwrap {
  font-family: "游明朝体 Pr6N D", YuMincho, "Yu Mincho";
}
@media (max-width: 1000px) {
  .righttop .weatherwrap {
    display: none !important;
  }
}

.header.hidden {
  visibility: hidden;
}

.header.UpMove {
  height: 0;
  display: none;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  opacity: 0;
}
@media (max-width: 1000px) {
  .header.DownMove {
    background: #ffffff;
    border-bottom: 1px solid #C6C6C6;
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100svh;
  }
}

.mainimg .inner {
  display: none;
}

.homewrapper .header {
  z-index: 0;
  position: fixed;
  width: 100%;
}
@media (max-width: 1000px) {
  .homewrapper .header {
    z-index: 999;
  }
}

@media (min-width: 1000px) {
  header.header.fixed {
    z-index: 999;
    height: auto;
  }
}

.homewrapper .header.DownMove .header_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.start p {
  position: fixed;
  left: 49.5%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  width: 88vw;
}
@media (max-width: 1000px) {
  .start p {
    width: 70vw;
    top: 48%;
  }
}

.top_main {
  position: relative;
}
.top_main .sns_header_list {
  position: absolute;
  z-index: 999;
  bottom: 44px;
  left: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .top_main .sns_header_list {
    display: none;
  }
}
.top_main .sns_header_list li {
  line-height: 1;
  margin-right: 0.875rem;
}
.top_main .sns_header_list li:last-child {
  margin-right: 0;
}

.toggle_menu_wrap {
  position: absolute;
  display: block;
  width: 1.4375rem;
  z-index: 9999;
}
@media (min-width: 1000px) {
  .toggle_menu_wrap {
    top: 29px;
    left: 1.6rem;
    height: 14px;
  }
}
@media (max-width: 1000px) {
  .toggle_menu_wrap {
    top: 20px;
    left: 15px;
    height: 14px;
    width: 1.4375rem;
  }
}
.toggle_menu_wrap .toggle_menu {
  display: block;
  position: relative;
}
.toggle_menu_wrap .toggle_menu .icon {
  position: absolute;
  display: block;
  background-color: #000;
  width: 25px;
  height: 1px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .toggle_menu_wrap .toggle_menu .icon {
    left: 0;
  }
}
.toggle_menu_wrap .toggle_menu span:first-child {
  top: 0;
}
.toggle_menu_wrap .toggle_menu span:nth-child(2) {
  top: 6px;
}
.toggle_menu_wrap .toggle_menu span:nth-child(3) {
  top: 12px;
}

.ac .toggle_menu span:first-child {
  -webkit-transform: translateY(6px) rotate(35deg);
          transform: translateY(6px) rotate(35deg);
}

.ac .toggle_menu span:nth-child(2) {
  opacity: 0;
}

.ac .toggle_menu span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-35deg);
          transform: translateY(-6px) rotate(-35deg);
}

.s_logoeng {
  margin-left: 12px;
}

header.header .a_pc {
  display: none;
}
@media (min-width: 1000px) {
  header.header {
    padding: 1.375rem 1.75rem 1.375rem 1.75rem;
  }
}
@media (max-width: 1000px) {
  header.header {
    position: relative;
    padding: 14px 17px 16px 16px;
  }
}
header.header .header_change {
  display: none;
}
header.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: auto !important;
  z-index: 900;
  width: 100%;
}
@media (max-width: 1000px) {
  header.header.fixed {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media (min-width: 1000px) {
  header.header.fixed {
    padding: 1.375rem 1.75rem 1.375rem 1.75rem;
  }
}
@media (max-width: 1000px) {
  header.header.fixed {
    background: #ffffff;
    border-bottom: 1px solid #C6C6C6;
  }
}
header.header.fixed .header_before {
  display: none;
}
header.header.fixed .header_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000px) {
  header.header.fixed .b_pc {
    display: block;
  }
  header.header.fixed .a_pc {
    display: none;
  }
  header.header.fixed.content2-header {
    color: #ffffff !important;
  }
  header.header.fixed.content2-header a {
    color: #ffffff;
  }
  header.header.fixed.content2-header .b_pc {
    display: none;
  }
  header.header.fixed.content2-header .a_pc {
    display: block;
  }
  header.header.fixed.content2-header .header_righttop .weatherwrap .weather::after {
    background: #ffffff;
  }
  header.header.fixed.content2-header .icon {
    background: #ffffff !important;
  }
}
header.header .header_change .logo {
  font-family: "游明朝体 StdN B";
}
@media (min-width: 1000px) {
  header.header .header_change .logo {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1000px) {
  header.header .header_change .logo {
    font-size: 0.875rem;
    margin: 0 auto;
    position: relative;
    left: 5px;
  }
}
header.header .header_change .header_righttop {
  position: absolute;
  right: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  header.header .header_change .header_righttop {
    top: 1rem;
    right: 1rem;
  }
  header.header .header_change .header_righttop .a_pc {
    display: none;
  }
}
header.header .header_change .header_righttop .toggle_nav .inner {
  padding: 2.5rem;
}
header.header .header_change .header_righttop .weatherwrap {
  margin-right: 1.5625rem;
  margin-right: 1.6625rem;
}
@media (min-width: 1000px) {
  header.header .header_change .header_righttop .weatherwrap .weather, header.header .header_change .header_righttop .weatherwrap .ondo {
    position: relative;
    top: -0.25rem;
  }
}
@media (max-width: 1000px) {
  header.header .header_change .header_righttop .weatherwrap {
    display: none;
  }
}
header.header .header_change .header_righttop .weatherwrap i {
  display: inline-block;
  margin-right: 0.875rem;
}
@media (min-width: 1000px) {
  header.header .header_change .header_righttop .weatherwrap i {
    margin-right: 9px;
  }
}
header.header .header_change .header_righttop .weatherwrap .weather {
  display: inline-block;
  margin-right: 0.875rem;
  position: relative;
}
header.header .header_change .header_righttop .weatherwrap .weather:after {
  position: absolute;
  width: 1px;
  height: 0.9375rem;
  background: #000000;
  right: -0.625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
header.header .header_change .logo {
  width: auto;
  margin-bottom: 0;
}
header.header .header_change .logo a {
  text-decoration: none;
}
header.header.headeron {
  position: fixed;
  top: 0;
  left: 0;
  height: auto !important;
  z-index: 900;
  width: 100%;
}
@media (min-width: 1000px) {
  header.header.headeron {
    padding: 1.375rem 1.75rem 1.375rem 1.75rem;
  }
}
header.header.headeron .header_change {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1000px) {
  header.header.headeron .header_change .logo {
    margin: 0 auto;
  }
}
header.header .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.header .logo {
  width: 4.6875rem;
}
header.header .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  header.header nav {
    display: none;
  }
}
header.header nav ul li {
  font-family: "游明朝体 StdN B";
  font-size: 1.1875rem;
  position: relative;
  top: -0.25rem;
}
.toggle_nav {
  display: none;
}

.logo_n {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 1000px) {
  .logo_n {
    padding-top: 0.5rem;
  }
}
.logo_n a {
  text-decoration: none;
}
.logo_n .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 70px;
}
@media (max-width: 1000px) {
  .logo_n .icon {
    width: 60px;
    top: 60%;
  }
}
.logo_n .icon img {
  width: 100%;
}
.logo_n .logo {
  width: 170px;
}
@media (max-width: 1000px) {
  .logo_n .logo {
    width: 120px;
  }
}
.logo_n .logo img {
  width: 100%;
  height: auto;
}
.logo_n h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: 35px;
}
.header_right .header_top {
  width: 100%;
}
.header_right .header_top h1 {
  color: #727272;
}
.header_right .header_top .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header_right .header_top .sns li {
  margin-right: 20px;
  position: relative;
  line-height: 1.2;
  height: 100%;
  background: #40a750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 34px 8px;
  padding-left: 46px;
  padding-right: 20px;
  font-weight: bold;
}
.header_right .header_top .sns li i {
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 22px;
}
.header_right .header_top .sns li i img {
  width: 100%;
  height: auto;
}
.header_right .header_top .sns li:last-child {
  margin-right: 0;
}
.header_right .header_top .sns li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.header_right nav {
  font-family: "游明朝体 StdN B";
}
@media (max-width: 1000px) {
  .header_right nav {
    display: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.logo {
  width: 4.6875rem;
  position: relative;
  z-index: 999;
  margin-bottom: 8.125rem;
}
.logo img {
  width: 100%;
}

nav {
  position: relative;
  z-index: 999;
}
nav ul li {
  line-height: 1.4;
  position: relative;
}
nav ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
nav ul li i img {
  width: 100%;
  height: auto;
}
nav ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  color: #ffffff;
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}
nav ul li a:hover {
  opacity: 0.5;
}

.toggle_nav {
  position: fixed;
  background: #085B79;
  left: 0;
  top: 0;
  z-index: 999;
  overscroll-behavior-y: contain;
}
@media (min-width: 1000px) {
  .toggle_nav {
    width: 32.0625rem;
  }
  .toggle_nav .cart_btn {
    display: none;
  }
  .toggle_nav .weatherwrap {
    display: none;
  }
}
@media (min-width: 1000px) {
  .toggle_nav .toggle_menu_wrap {
    top: 30px;
  }
}
@media (max-width: 1000px) {
  .toggle_nav {
    height: 100vh;
    width: 100%;
  }
  .toggle_nav .weatherwrap {
    position: absolute;
    right: 1.23rem;
    top: 31.25rem;
    z-index: 500;
    color: #ffffff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: "游明朝体 Pr6N D", YuMincho, "Yu Mincho";
  }
  .toggle_nav .weatherwrap i {
    position: relative;
    top: -0.45rem;
    left: -0.0625rem;
  }
  .toggle_nav .weatherwrap .dd {
    text-combine-upright: all;
  }
  .toggle_nav .weatherwrap .weather {
    position: relative;
    right: -0.25rem;
  }
  .toggle_nav .weatherwrap .ondo {
    position: relative;
    right: -0.25rem;
    padding-top: 0.46rem;
    margin-top: 0.5625rem;
  }
  .toggle_nav .weatherwrap .ondo:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: -2px;
    left: -8px;
  }
}
.toggle_nav .toggle_menu span {
  background: #ffffff !important;
}
.toggle_nav .inner {
  padding: 1.475rem 1.75rem 1.875rem 1.75rem;
}
@media (min-width: 1000px) {
  .toggle_nav .inner {
    height: 100vh;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .inner {
    padding: 14px 17px 16px 16px;
  }
}
.toggle_nav .main_menu {
  font-family: "游明朝体 StdN B";
}
@media (max-width: 1000px) {
  .toggle_nav .main_menu {
    width: 77vw;
  }
}
.toggle_nav .s_logo {
  font-family: "游明朝体 StdN B";
}
@media (min-width: 1000px) {
  .toggle_nav .s_logo {
    position: relative;
    padding-left: 2.475rem;
    left: 0;
    top: -1px;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .s_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    position: relative;
    left: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.toggle_nav .s_logo a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .toggle_nav .cart_btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
.toggle_nav .main_menu {
  margin-top: 63px;
}
@media (max-width: 1000px) {
  .toggle_nav .main_menu {
    margin-top: 3.35rem;
  }
}
.toggle_nav .main_menu ul li {
  padding: 1.5625rem 0;
  line-height: 1;
  font-size: 1.1875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1000px) {
  .toggle_nav .main_menu ul li {
    font-size: 1.0625rem;
    padding: 1.125rem 0;
  }
  .toggle_nav .main_menu ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.toggle_nav .main_menu ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.toggle_nav .bottom {
  position: relative;
}
@media (min-width: 1000px) {
  .toggle_nav .bottom {
    position: absolute;
    bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .bottom {
    padding-top: 2.6rem;
  }
}
.toggle_nav .bottom .copyright {
  color: #ffffff;
}
@media (max-width: 1000px) {
  .toggle_nav .bottom .copyright {
    position: relative;
    top: 7px;
  }
}
.toggle_nav .bottom ul li a {
  color: #ffffff;
}
.toggle_nav .bottom .sns_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.125rem;
}
@media (min-width: 1000px) {
  .toggle_nav .bottom .sns_menu {
    margin-bottom: 1.225rem;
  }
}
.toggle_nav .bottom .sns_menu li {
  width: 1.0625rem;
  margin-right: 0.875rem;
}
.toggle_nav .bottom .sns_menu li:last-child {
  margin-right: 0;
}
.toggle_nav .bottom .sns_menu li img {
  width: 100%;
  height: auto;
}
.toggle_nav .bottom .bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0 1.25rem;
}
.toggle_nav .bottom .bottom_list li {
  margin-right: 0.625rem;
  background: url(../img/arrow_right.png) no-repeat right center;
  background-size: 8px;
  font-weight: bold;
  font-size: 0.75rem;
}
.toggle_nav .bottom .bottom_list li:last-child {
  margin-right: 0;
}
@media (min-width: 1000px) {
  .toggle_nav .bottom .bottom_list li {
    padding: 0.5rem 0.75rem;
    padding-right: 2.1875rem;
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .bottom .bottom_list li {
    padding-right: 0.625rem;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .bottom .btn_list {
    width: 76%;
  }
}
@media (min-width: 1000px) {
  .toggle_nav .bottom .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.toggle_nav .bottom .btn_list li {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}
.toggle_nav .bottom .btn_list li:last-child {
  margin-bottom: 0;
}
.toggle_nav .bottom .btn_list li .btn {
  padding: 0;
}

@media (min-width: 1000px) {
  nav {
    position: absolute;
    top: 34.5%;
    left: 34px;
  }
}
nav ul {
  font-family: "游明朝体 StdN B";
}
nav ul li a {
  position: relative;
  opacity: 0.9 !important;
}
@media (min-width: 1000px) {
  nav ul li a {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  nav ul li a.active {
    opacity: 1 !important;
  }
  nav ul li a.active:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    background: #ffffff;
    height: 1px;
  }
}

footer.topfooter {
  background: #085B79;
  padding: 53px 51px 40px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1000px) {
  footer.topfooter {
    padding: 2.9375rem 1.875rem;
  }
}
footer.topfooter a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1000px) {
  footer.topfooter {
    padding-top: 2.75rem;
    margin-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
}
footer.topfooter .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  footer.topfooter .flex {
    width: 12.6875rem;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_left {
    margin-right: 80px;
    width: 260px;
  }
}
footer.topfooter .footer_left .footer_logo {
  width: 7.625rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_left .footer_logo {
    width: 6.5625rem;
  }
  footer.topfooter .footer_left .footer_logo img {
    width: 100%;
  }
}
footer.topfooter .footer_left address {
  font-size: 0.8125rem;
  line-height: 2.1;
  margin-bottom: 1.875rem;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_left address {
    line-height: 2.2;
    font-size: 0.75rem;
    margin-bottom: 1.375rem;
  }
}
footer.topfooter .footer_left .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.topfooter .footer_left .sns_list li {
  margin-right: 15px;
}
footer.topfooter .footer_left .sns_list li:last-child {
  margin-right: 0;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_left .sns_list {
    display: none;
  }
}
footer.topfooter .pagetop {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.75rem;
}
@media (max-width: 1000px) {
  footer.topfooter .pagetop {
    position: absolute;
    right: 1.5625rem;
    top: 2.9375rem;
  }
  footer.topfooter .pagetop .ttl {
    display: none;
  }
}
footer.topfooter .pagetop i {
  position: relative;
  left: 0.25rem;
  margin-bottom: 0.75rem;
}
footer.topfooter .footer_right {
  font-size: 1rem;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_right .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  footer.topfooter .footer_right .sns_list li {
    margin-right: 15px;
  }
  footer.topfooter .footer_right .sns_list li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right {
    width: 55.125rem;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top {
    margin-bottom: 58px;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 29.375rem;
    height: 104px !important;
  }
}
@media (max-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 {
    display: none;
  }
}
footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li {
  font-size: 1rem;
}
footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li a {
  position: relative;
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li a {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li a:hover:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: #ffffff;
    height: 1px;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li {
    margin-right: 3.75rem;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li:nth-of-type(1) {
    width: 7.5rem;
  }
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li:nth-of-type(2) {
    width: 9.125rem;
  }
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li:nth-of-type(5) {
    width: 9.125rem;
  }
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li:nth-of-type(4) {
    width: 7.5rem;
  }
  footer.topfooter .footer_right .footer_right_top .footer_right_nav_01 li:nth-of-type(3n) {
    margin-right: 0;
  }
}
footer.topfooter .footer_right .footer_right_top .footer_nav_02 p {
  font-size: 0.75rem;
  line-height: 1.9;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_nav_02 p {
    line-height: 2.2;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_top .footer_nav_02 p a {
    position: relative;
  }
  footer.topfooter .footer_right .footer_right_top .footer_nav_02 p a:hover:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: #ffffff;
    height: 1px;
  }
}
footer.topfooter .footer_right .footer_right_bottom {
  border-top: 1px solid #ffffff;
  padding-top: 1.3125rem;
  font-size: 0.8125rem;
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  footer.topfooter .footer_right .footer_right_bottom {
    padding-top: 1.5125rem;
  }
}
@media (min-width: 1000px) {
  footer.topfooter .footer_right .footer_right_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer.topfooter .footer_right .footer_right_bottom ul li {
    margin-right: 3.4375rem;
  }
  footer.topfooter .footer_right .footer_right_bottom ul li:last-child {
    margin-right: 0;
  }
}
footer.topfooter .footer_right .footer_right_bottom ul a {
  position: relative;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_right .footer_right_bottom ul li {
    margin-bottom: 0.75rem;
  }
  footer.topfooter .footer_right .footer_right_bottom ul li:last-child {
    margin-bottom: 0;
  }
}
footer.topfooter .footer_right .copyright {
  font-size: 0.8125rem;
}
@media (max-width: 1000px) {
  footer.topfooter .footer_right .copyright {
    font-size: 0.6875rem;
    position: absolute;
    right: 1.5625rem;
    bottom: 2.8125rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: center;
  }
}

.iOS_body {
  overflow-w: hidden;
}

.sub_contents {
  padding-top: 126px;
}
.sub_contents.psub_contents {
  padding-top: 71px;
}
@media (max-width: 1000px) {
  .sub_contents.psub_contents {
    padding-top: 53px;
  }
}
@media (max-width: 1000px) {
  .sub_contents {
    padding-top: 5.25rem;
  }
}
.sub_contents .page_ttl {
  margin-bottom: 1.2rem;
}
@media (max-width: 1000px) {
  .sub_contents .page_ttl {
    margin-bottom: 1.25rem;
  }
}
.sub_contents .page_ttl h2 {
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1000px) {
  .sub_contents .page_ttl h2 {
    font-size: 1.125rem;
  }
}
.sub_contents .page_ttl.online_ttl {
  margin-bottom: 2.4rem;
}
.sub_contents .page_ttl.online_ttl h2 {
  border-bottom: 0;
  padding-bottom: 0;
}
.sub_contents .subimg {
  opacity: 0;
}
.sub_contents .main_ttl {
  opacity: 0;
}
.sub_contents .main_ttl.animated {
  -webkit-animation: 1.2s fadeIn01 0s ease-out forwards;
          animation: 1.2s fadeIn01 0s ease-out forwards;
}
.sub_contents .subimg.animated {
  -webkit-animation: 1.2s fadeIn01 0s ease-out forwards;
          animation: 1.2s fadeIn01 0s ease-out forwards;
}
.sub_contents .privacy_content {
  margin-bottom: 8.4375rem;
}
@media (max-width: 1000px) {
  .sub_contents .privacy_content {
    margin-bottom: 4.375rem;
  }
}
.sub_contents .privacy_content p {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 23px;
}
@media (max-width: 1000px) {
  .sub_contents .privacy_content p {
    margin-bottom: 30px;
    font-size: 0.8125rem;
  }
}
.sub_contents .privacy_content .in {
  margin-bottom: 35px;
}
@media (max-width: 1000px) {
  .sub_contents .privacy_content .in {
    margin-bottom: 30px;
  }
}
.sub_contents .privacy_content .in h3 {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .sub_contents .privacy_content .in h3 {
    font-size: 1rem;
  }
}
.sub_contents .privacy_content .in .txt {
  padding-left: 2.5rem;
}
.sub_contents .pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 1.125rem;
  padding: 0 0.4375rem;
  padding-bottom: 5.125rem;
}
@media (max-width: 1000px) {
  .sub_contents .pagenav {
    margin-top: 5px;
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 1000px) {
  .sub_contents .pagenav {
    padding-top: 15px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .pagenav {
    font-size: 0.9rem;
  }
}
.sub_contents .pagenav span, .sub_contents .pagenav a {
  padding: 0 7px;
}
.sub_contents .pagenav a {
  text-decoration: none;
}
.sub_contents .pagenav .current {
  position: relative;
}
.sub_contents .pagenav .current:after {
  content: "";
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 16px;
  height: 1px;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about {
    overflow: hidden;
  }
}
.sub_contents #sub_about figure.main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 4;
  position: relative;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about figure.main_ttl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 1000px) {
  .sub_contents #sub_about figure.main_ttl {
    margin-bottom: 6.875rem;
  }
}
.sub_contents #sub_about figure.main_ttl picture {
  display: block;
  width: 77.7%;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about figure.main_ttl picture {
    width: 82%;
  }
}
.sub_contents #sub_about figure.main_ttl picture img {
  width: 100%;
}
.sub_contents #sub_about figure.main_ttl figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游明朝体 StdN B";
}
.sub_contents #sub_about figure.main_ttl figcaption p {
  font-size: 1.5625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about figure.main_ttl figcaption p {
    font-size: 1.375rem;
  }
  .sub_contents #sub_about figure.main_ttl figcaption p br {
    display: none;
  }
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .subimg {
    margin-bottom: 5.7rem;
    padding-top: 12px;
  }
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .subimg {
    margin-top: 57px;
    margin-bottom: 3.5rem;
  }
}
.sub_contents #sub_about .subimg:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .btn_center {
    margin-bottom: 1.1rem;
  }
}
.sub_contents #sub_about .sub_in {
  overflow: visible;
}
.sub_contents #sub_about .sub_in .left {
  opacity: 1;
}
.sub_contents #sub_about .sub_in .right {
  opacity: 0;
}
.sub_contents #sub_about .sub_in.animated .right {
  -webkit-animation: 1.2s fadeIn01 0.5s ease-out forwards;
          animation: 1.2s fadeIn01 0.5s ease-out forwards;
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3.7rem;
  }
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .left {
    position: sticky;
    top: 5rem;
    bottom: 5rem;
    height: 177px;
    padding-top: 0;
    margin-bottom: -5rem;
    margin-top: -6.5rem;
    margin-top: 0;
    opacity: 1;
  }
  .sub_contents #sub_about .sub_in .left.second {
    height: 227px;
  }
}
.sub_contents #sub_about .sub_in .left.sticky-fadeout {
  /*animation: fade-out 1s ease-in-out forwards;*/
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .left {
    width: 20rem;
    width: 22rem;
  }
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .left {
    margin-bottom: 2.525rem;
  }
}
.sub_contents #sub_about .sub_in .left h2 {
  font-size: 1.5625rem;
  line-height: 2;
  margin-bottom: 0.9375rem;
  font-family: "游明朝体 StdN B";
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .left h2 {
    margin-bottom: 11px !important;
  }
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .left h2 {
    margin-bottom: 0.3375rem;
    font-size: 1.375rem;
  }
}
.sub_contents #sub_about .sub_in .left .caption {
  font-size: 1.125rem;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .left .caption {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .right {
    margin-right: 0rem;
    width: 590px;
  }
}
.sub_contents #sub_about .sub_in .right figure {
  overflow: clip;
  width: 41.04rem;
  margin-bottom: 3.2875rem;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .right figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
    right: -3.2rem;
    width: 19.3125rem;
  }
  .sub_contents #sub_about .sub_in .right figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .right figure {
    width: 86%;
  }
}
.sub_contents #sub_about .sub_in .right figure img {
  width: 100%;
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .right figure img {
    max-width: none;
    width: 105%;
  }
}
.sub_contents #sub_about .sub_in .right .txt {
  margin-bottom: 3.1875rem;
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .right .txt {
    width: 36.6875rem;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .sub_contents #sub_about .sub_in .right .txt {
    width: 36.86rem;
  }
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .right .txt {
    margin-bottom: 2.5rem;
  }
}
.sub_contents #sub_about .sub_in .right .txt p {
  font-size: 1.075rem;
  line-height: 2.4;
  margin-bottom: 3.125rem;
}
@media (max-width: 1000px) {
  .sub_contents #sub_about .sub_in .right .txt p {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .sub_contents #sub_about .sub_in .right .txt p br {
    display: none;
  }
}
@media (min-width: 1000px) {
  .sub_contents #sub_about .sub_in .right .txt:last-child {
    margin-bottom: 0;
  }
  .sub_contents #sub_about .sub_in .right .txt:last-child p {
    margin-bottom: 0;
  }
}
.sub_contents .main_s {
  opacity: 0;
}
.sub_contents .main_s.animated {
  -webkit-animation: 1.2s fadeIn01 0s ease-out forwards;
          animation: 1.2s fadeIn01 0s ease-out forwards;
}
@media (min-width: 1000px) {
  .sub_contents .online_content {
    padding-bottom: 50px;
  }
}
.sub_contents .online_content .main_s {
  margin-bottom: 4.375rem;
}
@media (min-width: 1000px) {
  .sub_contents .online_content .main_s {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .sub_contents .online_content .main_s {
    margin-bottom: 81px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .online_content .main_s {
    margin-bottom: 56px;
  }
}
.sub_contents .online_content .main_s a {
  text-decoration: none;
}
.sub_contents .online_content .main_s figure {
  position: relative;
  margin-bottom: 0;
}
.sub_contents .online_content .main_s figure .cat {
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
  left: 0;
  padding: 0.675rem 0.675rem;
  top: 0;
  z-index: 5;
  background: #FFFFFF;
}
@media (max-width: 1000px) {
  .sub_contents .online_content .main_s figure .cat {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 9px 21px 20px;
    font-size: 1.25rem;
  }
}
.sub_contents .online_content .main_s figure img {
  display: block;
  margin-bottom: 1.75rem;
}
@media (min-width: 1000px) {
  .sub_contents .online_content .main_s figure img {
    margin-bottom: 23px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .online_content .main_s figure img {
    width: 100%;
  }
}
.sub_contents .online_content .main_s figure .in_ttl {
  z-index: 15;
  right: 1.75rem;
  bottom: 2.1875rem;
  color: #ffffff;
  font-size: 1.5625rem;
  position: absolute;
}
.sub_contents .online_content .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .sub_contents .online_content .list ul {
    gap: 0 36px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .online_content .list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sub_contents .online_content .list ul li {
  opacity: 0;
  width: calc(33.3333333333% - 24px);
  margin-bottom: 2.3rem;
}
@media (max-width: 1000px) {
  .sub_contents .online_content .list ul li {
    width: calc(50% - 8px);
    margin-bottom: 11px;
  }
}
.sub_contents .online_content .list ul li a {
  text-decoration: none;
}
.sub_contents .online_content .list ul li figure img {
  display: block;
  margin-bottom: 0.875rem;
}
@media (max-width: 1000px) {
  .sub_contents .online_content .list ul li figure img {
    margin-bottom: 0.95rem;
  }
}
.sub_contents .online_content .list ul li figure figcaption span {
  display: block;
}
.sub_contents .online_content .list ul li figure figcaption span.ttl {
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .sub_contents .online_content .list ul li figure figcaption span.ttl {
    margin-bottom: 7px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .online_content .list ul li figure figcaption span.ttl {
    font-size: 0.875rem;
  }
}
.sub_contents .online_content .list ul li figure figcaption span.price {
  font-size: 0.9375rem;
}
@media (max-width: 1000px) {
  .sub_contents .online_content .list ul li figure figcaption span.price {
    font-size: 0.8125rem;
  }
}
.sub_contents .online_content.animated .list li {
  -webkit-animation-name: fadeIn01;
          animation-name: fadeIn01;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sub_contents .day_content .main_s {
  margin-bottom: 4.375rem;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .main_s {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    margin-bottom: 47px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .main_s {
    margin-bottom: 2.1125rem;
  }
}
@media (min-width: 1000px) and (max-width: 1237px) {
  .sub_contents .day_content .main_s {
    width: 100%;
  }
}
.sub_contents .day_content .main_s figure {
  position: relative;
  margin-bottom: 0;
}
.sub_contents .day_content .main_s figure img {
  width: 100%;
}
.sub_contents .day_content .main_s figure a {
  text-decoration: none;
}
.sub_contents .day_content .main_s figure .cat {
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
  left: 0;
  padding: 0.675rem 0.675rem;
  top: 0;
  z-index: 5;
  background: #FFFFFF;
}
@media (max-width: 1000px) {
  .sub_contents .day_content .main_s figure .cat {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 9px 21px 20px;
    font-size: 1.25rem;
  }
}
.sub_contents .day_content .main_s figure img {
  display: block;
  margin-bottom: 1.75rem;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .main_s figure img {
    margin-bottom: 18px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .main_s figure img {
    width: 100%;
    margin-bottom: 1.55rem;
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .main_s figure figcaption {
    padding: 0 1.875rem;
  }
}
.sub_contents .day_content .main_s figure figcaption span {
  display: block;
}
.sub_contents .day_content .main_s figure figcaption span.date {
  font-size: 0.9375rem;
  margin-bottom: 1.125rem;
  line-height: 1;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .main_s figure figcaption span.date {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .main_s figure figcaption span.date {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
.sub_contents .day_content .main_s figure figcaption span.ttl {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .sub_contents .day_content .main_s figure figcaption span.ttl {
    font-size: 0.9375rem;
  }
}
.sub_contents .day_content .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .list ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 0 48px;
  }
}
.sub_contents .day_content .list ul li {
  opacity: 0;
  margin-bottom: 47px;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .list ul li {
    width: calc(50% - 24px);
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .list ul li {
    margin-bottom: 26px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .sub_contents .day_content .list ul li {
    width: calc(50% - 24px);
  }
}
.sub_contents .day_content .list ul li a {
  text-decoration: none;
}
.sub_contents .day_content .list ul li figure {
  margin-bottom: 0;
}
.sub_contents .day_content .list ul li figure img {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .list ul li figure img {
    margin-bottom: 18px;
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .list ul li figure figcaption {
    padding: 0 0;
  }
}
.sub_contents .day_content .list ul li figure figcaption span {
  display: block;
}
.sub_contents .day_content .list ul li figure figcaption span.date {
  font-size: 0.9375rem;
  margin-bottom: 1.125rem;
  line-height: 1;
}
@media (min-width: 1000px) {
  .sub_contents .day_content .list ul li figure figcaption span.date {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1000px) {
  .sub_contents .day_content .list ul li figure figcaption span.date {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
.sub_contents .day_content .list ul li figure figcaption span.ttl {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  .sub_contents .day_content .list ul li figure figcaption span.ttl {
    font-size: 0.9375rem;
  }
}
.sub_contents .day_content.animated .list li {
  -webkit-animation-name: fadeIn01;
          animation-name: fadeIn01;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sub_contents .law_content {
  margin-bottom: 7.8375rem;
}
@media (max-width: 1000px) {
  .sub_contents .law_content {
    margin-bottom: 3.5rem;
  }
}
.sub_contents .law_content dl {
  padding: 1.05rem 0;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1000px) {
  .sub_contents .law_content dl {
    display: block;
  }
}
.sub_contents .law_content dl dt {
  line-height: 1.9;
}
@media (min-width: 1000px) {
  .sub_contents .law_content dl dt {
    width: 13.4375rem;
  }
}
@media (max-width: 1000px) {
  .sub_contents .law_content dl dt {
    font-size: 0.8125rem;
    margin-bottom: 0.475rem;
  }
}
.sub_contents .law_content dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.9;
}
@media (max-width: 1000px) {
  .sub_contents .law_content dl dd {
    font-size: 0.9rem;
    line-height: 1.9;
  }
}
.sub_contents .law_content dl:last-child {
  border-bottom: 0;
}

.btn_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*margin-top: fs(108);*/
  margin-bottom: 5.545rem;
}
@media (max-width: 1000px) {
  .btn_center {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: 0.9375rem;
  }
  .btn_center.drink_center {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}

#sub_season_food {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #sub_season_food {
    margin-bottom: 5.3rem;
  }
}
#sub_season_food .ttl {
  text-align: center;
  font-size: 1.3125rem;
  margin-bottom: 4.375rem;
  opacity: 0;
}
@media (max-width: 1000px) {
  #sub_season_food .ttl {
    font-size: 1.1875rem;
    margin-bottom: 57px;
  }
}
#sub_season_food .inner {
  padding-left: 0;
  padding-right: 0;
}
#sub_season_food .bottom a {
  text-decoration: none;
}
#sub_season_food .lineup {
  position: relative;
}
#sub_season_food .lineup-carousel figure {
  font-size: 1rem;
  margin-bottom: 0;
}
#sub_season_food .lineup-carousel img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 1000px) {
  #sub_season_food .lineup-carousel img {
    margin-bottom: 20px;
  }
}
#sub_season_food .lineup {
  overflow: scroll;
}
#sub_season_food .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  #sub_season_food .slide {
    padding: 0 9vw 7vw;
  }
}
#sub_season_food .slide li {
  opacity: 0;
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#sub_season_food .slide li:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 1000px) {
  #sub_season_food .slide li:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1199px) {
  #sub_season_food .slide li {
    width: 340px;
  }
}
@media (min-width: 1000px) {
  #sub_season_food .slide li:first-child {
    width: calc(340px + (100% - 1100px) / 2);
    padding-left: calc((100% - 1100px) / 2);
  }
  #sub_season_food .slide li:last-child {
    width: calc(340px + (100% - 1100px) / 2);
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  #sub_season_food .slide li:first-child {
    width: calc(340px + 6vw);
    padding-left: 6vw;
  }
  #sub_season_food .slide li:last-child {
    width: calc(340px + 6vw);
    padding-right: 6vw;
  }
}
@media (max-width: 1100px) {
  #sub_season_food .slide li:first-child {
    width: calc(340px + 6.4vw);
    padding-left: 6.4vw;
  }
  #sub_season_food .slide li:last-child {
    width: calc(340px + 6.4vw);
    padding-right: 6.4vw;
  }
}
@media (max-width: 1050px) {
  #sub_season_food .slide li:first-child {
    width: calc(340px + 6.7vw);
    padding-left: 6.7vw;
  }
  #sub_season_food .slide li:last-child {
    width: calc(340px + 6.7vw);
    padding-right: 6.7vw;
  }
}
@media (max-width: 1000px) {
  #sub_season_food .slide li {
    width: 250px;
    position: relative;
  }
}
@media (min-width: 1000px) and (max-width: 1237px) {
  #sub_season_food .slide {
    /*li:first-child {
        width:calc(340px + 13.4vw);
        padding-left: 13.4vw;
    }

    li:last-child {
        width: calc(340px + 13.4vw);
        padding-right: 13.4vw;
    }*/
  }
}
@media (max-width: 1000px) {
  #sub_season_food .slide li:first-child {
    width: calc(250px + 6vw);
    padding-left: 6vw;
  }
  #sub_season_food .slide li:last-child {
    width: calc(250px + 6vw);
    padding-right: 6vw;
    margin-right: 6vw;
  }
  #sub_season_food .slide li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 9vw;
    background-color: transparent;
  }
}
#sub_season_food .slick-list {
  overflow: visible;
}
#sub_season_food .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}
#sub_season_food .slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sub_season_food .slick-next {
  right: 0;
}
#sub_season_food .slick-prev {
  left: -80px;
}
#sub_season_food .slick-next:before, #sub_season_food .slick-prev:before {
  color: #000;
}
#sub_season_food .bottom {
  opacity: 0;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1000px) {
  #sub_season_food .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  #sub_season_food .bottom {
    margin-top: 3.2rem;
  }
}
@media (min-width: 1000px) {
  #sub_season_food .bottom p {
    margin-right: 2rem;
  }
}
@media (max-width: 1000px) {
  #sub_season_food .bottom p {
    text-align: center;
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1000px) {
  #sub_season_food .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1000px) {
  #sub_season_food .bottom ul li {
    text-align: center;
    margin-bottom: 1rem;
  }
  #sub_season_food .bottom ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  #sub_season_food .bottom ul li {
    margin-right: 1.25rem;
  }
  #sub_season_food .bottom ul li:last-child {
    margin-right: 0;
  }
}
#sub_season_food .bottom ul li i {
  display: inline-block;
  margin-right: 0.375rem;
  position: relative;
  top: 3px;
}
@media (max-width: 1000px) {
  #sub_season_food .bottom ul li i {
    top: 4px;
  }
}
#sub_season_food.animated .ttl {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}
#sub_season_food.animated .slide li {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}
#sub_season_food.animated .bottom {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}

#day_detail_content .main_day_img img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  #day_detail_content .main_day_img {
    width: 100%;
    padding: 0 0;
    max-width: 1240px;
    margin-bottom: 4.5625rem;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .main_day_img {
    margin-bottom: 2.1875rem;
  }
}
#day_detail_content .btn_center {
  padding-top: 3.125rem;
  margin-top: 5px;
}
@media (min-width: 1000px) {
  #day_detail_content .btn_center {
    border-top: 1px solid #000000;
    padding-top: 72px;
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: 76px;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .btn_center {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}
#day_detail_content .head .date {
  margin-bottom: 1.8125rem;
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  #day_detail_content .head .date {
    margin-bottom: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 8px;
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .head .date {
    font-size: 0.9375rem;
    margin-bottom: 0.4375rem;
  }
}
#day_detail_content .head h3 {
  line-height: 1.5;
  font-size: 1.375rem;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1000px) {
  #day_detail_content .head h3 {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 1.9375rem;
  }
}
#day_detail_content .content h2, #day_detail_content .content h3 {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 2.1875rem;
}
@media (max-width: 1000px) {
  #day_detail_content .content h2, #day_detail_content .content h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .content h2, #day_detail_content .content h3 {
    margin-bottom: 1.5625rem;
  }
}
#day_detail_content .content img {
  display: inline-block;
  margin-bottom: 2.125rem;
}
@media (min-width: 1000px) {
  #day_detail_content .content img {
    margin-bottom: 3.125rem;
    min-width: 350px;
    max-width: 700px;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .content img {
    width: auto !important;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .content figure {
    margin-bottom: 0;
  }
}
#day_detail_content .content p {
  line-height: 2.2;
  margin-bottom: 2.125rem;
}
@media (min-width: 1000px) {
  #day_detail_content .content p {
    width: 700px;
  }
}
@media (min-width: 1000px) {
  #day_detail_content .content p {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 1000px) {
  #day_detail_content .content p {
    font-size: 0.875rem;
    line-height: 2.2;
    margin-bottom: 2.025rem;
  }
}

.js-inview li {
  opacity: 0;
}
.js-inview .js-showed {
  -webkit-animation: fadeIn01 1s ease-out forwards;
          animation: fadeIn01 1s ease-out forwards;
}

.top_sub_photo {
  opacity: 0;
}
.top_sub_photo img {
  width: 100%;
}
.top_sub_photo.js-showed {
  -webkit-animation: fadeIn01 1s ease-out forwards;
          animation: fadeIn01 1s ease-out forwards;
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slider-area {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
@media (min-width: 1000px) {
  .slider-area {
    max-width: 28.125rem;
    margin-right: 5rem;
  }
}

.thumnail {
  margin-top: 1.125rem;
}
@media (max-width: 1000px) {
  .thumnail {
    margin-top: 15px;
  }
}

.thumnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1000px) {
  .thumnail .slick-track {
    gap: 0 0.81rem;
  }
}
.thumnail .slick-current img {
  border: #000000 1px solid;
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
}
@media (min-width: 1000px) {
  .thumnail .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 0.61rem);
            flex: 0 0 calc(25% - 0.61rem);
    margin-bottom: 4px;
  }
}
@media (max-width: 1000px) {
  .thumnail .slick-slide {
    width: calc(25% - 8px) !important;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .thumnail .slick-slide:nth-of-type(4n) {
    margin-right: 0;
  }
}

.thumnail .slick-track:before {
  display: none;
}

.thumnail .slick-track:after {
  display: none;
}

@media (min-width: 1000px) {
  #online_detail_content .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  #online_detail_content .right {
    width: 29.125rem;
  }
}
@media (max-width: 1000px) {
  #online_detail_content .right {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#online_detail_content .ttl {
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  #online_detail_content .ttl {
    font-size: 1.125rem;
  }
}
#online_detail_content .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#online_detail_content .option li {
  position: relative;
  padding-right: 13px;
  line-height: 1;
}
#online_detail_content .option li small {
  position: relative;
  left: 7px;
}
@media (max-width: 1000px) {
  #online_detail_content .option li small {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1000px) {
  #online_detail_content .option li {
    font-size: 0.9375rem;
    padding-right: 9px;
  }
}
#online_detail_content .option li.nn:before {
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
}
#online_detail_content .option li:not(:first-child) {
  padding-left: 14px;
}
@media (max-width: 1000px) {
  #online_detail_content .option li:not(:first-child) {
    padding-left: 11px;
  }
}
#online_detail_content .cart_btn {
  margin-top: 3.125rem;
}
@media (max-width: 1000px) {
  #online_detail_content .cart_btn {
    margin-top: 34px;
  }
}
#online_detail_content .cart_btn a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 1.1875rem;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
}
#online_detail_content .cart_btn.nobuy a {
  pointer-events: none;
  background: #999999 !important;
  color: #ffffff !important;
}
#online_detail_content .sharebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-bottom: 55px;
  margin-top: 3.125rem;
}
@media (max-width: 1000px) {
  #online_detail_content .sharebtn {
    margin-top: 35px;
  }
}
#online_detail_content .sharebtn p {
  margin-right: 5px;
  line-height: 1;
}
#online_detail_content .sharebtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
}
#online_detail_content .sharebtn ul li {
  position: relative;
  padding-right: 27px;
  padding-left: 4px;
  line-height: 1;
}
#online_detail_content .sharebtn ul li a {
  text-decoration: none;
}
#online_detail_content .sharebtn ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #000000;
  right: 12px;
  line-height: 1;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#online_detail_content .contentn p {
  font-size: 14px;
  line-height: 2.1;
  text-align: left !important;
}
#online_detail_content .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0 !important;
  font-size: 15px;
  margin-bottom: 38px;
}
#online_detail_content .tab {
  width: 48%;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  opacity: 0.4;
  font-size: 0.9375rem;
}
#online_detail_content .tab.active {
  color: #000000;
  border-bottom: 1px solid #000000;
  opacity: 1;
}
#online_detail_content .panel {
  display: none;
  text-align: center;
}
#online_detail_content .panel.active {
  display: block;
}
#online_detail_content .btn_center {
  margin-top: 5.9rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 1000px) {
  #online_detail_content .btn_center {
    margin-top: 16px !important;
    margin-bottom: 3rem !important;
  }
}
#online_detail_content .relation {
  margin-top: 5.75rem;
}
@media (min-width: 1000px) {
  #online_detail_content .relation .ttl {
    margin-bottom: 7px !important;
  }
}
@media (max-width: 1000px) {
  #online_detail_content .relation {
    margin-top: 55px;
  }
}
#online_detail_content .relation .head {
  text-align: center;
  border-top: 1px solid #000000;
  padding-top: 3.125rem;
  line-height: 1;
  margin-bottom: 5.8125rem;
}
@media (max-width: 1000px) {
  #online_detail_content .relation .head {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
#online_detail_content .relation .head .ttl {
  font-size: 1.25rem;
}
@media (max-width: 1000px) {
  #online_detail_content .relation .head .ttl {
    font-size: 0.975rem;
  }
}
#online_detail_content .relation.animated .list ul li {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}
#online_detail_content .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1000px) {
  #online_detail_content .list ul {
    margin-bottom: -3.675rem;
    gap: 0 36px;
  }
}
@media (max-width: 1000px) {
  #online_detail_content .list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#online_detail_content .list ul li {
  opacity: 0;
  width: calc(33.3333333333% - 24px);
  margin-bottom: 3.675rem;
}
@media (min-width: 1200px) {
  #online_detail_content .list ul li {
    margin-bottom: 40px;
  }
}
@media (max-width: 1000px) {
  #online_detail_content .list ul li {
    width: calc(50% - 8px);
    margin-bottom: 12px;
  }
}
#online_detail_content .list ul li a {
  text-decoration: none;
}
#online_detail_content .list ul li figure img {
  display: block;
  margin-bottom: 0.875rem;
}
#online_detail_content .list ul li figure figcaption span {
  display: block;
}
#online_detail_content .list ul li figure figcaption span.ttl {
  font-size: 1rem;
}
@media (max-width: 1000px) {
  #online_detail_content .list ul li figure figcaption span.ttl {
    font-size: 0.875rem;
    margin-bottom: 4px !important;
  }
}
#online_detail_content .list ul li figure figcaption span.price {
  font-size: 0.9375rem;
}
@media (max-width: 1000px) {
  #online_detail_content .list ul li figure figcaption span.price {
    font-size: 0.8125rem;
  }
}

.post-type-archive.paged .main_s {
  display: none;
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.thumnail-item {
  cursor: pointer;
}

#fancy2 {
  display: none;
}

@media (min-width: 1000px) {
  .fancy {
    width: 650px;
  }
}
@media (max-width: 1000px) {
  .fancy {
    width: 19.6875rem;
  }
}
.fancy button.fancybox-button {
  display: none !important;
}
.fancy .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .fancy .ttl {
    font-size: 15px;
  }
}
.fancy .txt {
  text-align: center;
  margin-bottom: 46px;
}
.fancy .txt p {
  font-size: 14px;
  line-height: 2.2;
}
@media (max-width: 1000px) {
  .fancy .txt p {
    font-size: 13px;
  }
}
@media (min-width: 1000px) {
  .fancy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fancy ul li {
  margin: 0 12px;
}
.fancy ul li a {
  width: 233px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 15px !important;
  height: auto !important;
  text-decoration: none !important;
}
@media (max-width: 1000px) {
  .fancy ul li a {
    width: 100%;
    padding: 14px !important;
  }
}
@media (max-width: 1000px) {
  .fancy ul li:nth-of-type(1) {
    margin-bottom: 24px !important;
  }
}
.fancy ul li:nth-of-type(1) a {
  background: #114D5C;
}
.fancy ul li:nth-of-type(2) a {
  background: #ACACAC;
}

.syuruibox {
  border: 1px solid #000000;
  margin-top: 36px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .syuruibox {
    margin-top: 33px;
    margin-bottom: 39px;
  }
}
.syuruibox a {
  text-decoration: none;
}
.syuruibox .label {
  text-align: center;
  padding: 12px 0 11px;
  line-height: 1;
  font-size: 13px !important;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1000px) {
  .syuruibox .label {
    font-size: 12px !important;
  }
}
.syuruibox .txt {
  padding: 15px 15px 19px;
}
.syuruibox .txt p {
  font-size: 11px;
  line-height: 2;
}
@media (max-width: 1000px) {
  .syuruibox .txt p {
    font-size: 10px;
  }
}

.fancy2 .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  #fancy2 {
    width: 650px;
  }
}
@media (max-width: 1000px) {
  #fancy2 {
    width: 19.6875rem;
  }
}
#fancy2 .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  #fancy2 .ttl {
    font-size: 15px;
  }
}
#fancy2 table tr th, #fancy2 table tr, #fancy2 table td {
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 1000px) {
  #fancy2 table tr th, #fancy2 table tr, #fancy2 table td {
    border: 1px solid #000000;
  }
}
#fancy2 table {
  width: 100%;
}
@media (max-width: 1000px) {
  #fancy2 table {
    border: 1px solid #000000;
  }
  #fancy2 table td, #fancy2 table th {
    display: block;
    width: 100%;
    padding: 0 17px;
  }
  #fancy2 table th {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  #fancy2 table td {
    padding-bottom: 14px;
    border-bottom: 1px solid #707070;
  }
  #fancy2 table tr:last-child td {
    border-bottom: 0;
  }
}
@media (min-width: 1000px) {
  #fancy2 table td, #fancy2 table th {
    padding: 12px 21px;
  }
}

@media (min-width: 1000px) {
  .fancybox-content {
    padding: 30px 47px 40px !important;
  }
}
@media (max-width: 1000px) {
  .fancybox-content {
    padding: 24px 29px 37px !important;
  }
}

#fancy {
  display: none;
}

.privacy_n {
  margin-top: 0.9375rem;
}
.privacy_n a {
  display: inline-block;
}
.privacy_n a:hover {
  display: inline-block !important;
}

/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .page_en_title .in_box .bdr, .page_en_title .in_box, .mv_catch .catch01 .bdr, .mv_catch .catch02 .bdr, .mv_catch .catch01, .mv_catch .catch02, .square_list .tt .bdr, .square_list .tt, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr, .js-no_cut_in .cut_in, .js-cut_in_wrap .cut_in .bdr, .js-cut_in_wrap .cut_in {
  position: relative;
}
.u_ba::before, .page_en_title .in_box .bdr::before, .page_en_title .in_box::before, .mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before, .mv_catch .catch01::before, .mv_catch .catch02::before, .square_list .tt .bdr::before, .square_list .tt::before, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr::before, .js-no_cut_in .cut_in::before, .js-cut_in_wrap .cut_in .bdr::before, .js-cut_in_wrap .cut_in::before, .u_ba::after, .page_en_title .in_box .bdr::after, .page_en_title .in_box::after, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after, .mv_catch .catch01::after, .mv_catch .catch02::after, .square_list .tt .bdr::after, .square_list .tt::after, .js-no_cut_in .cut_in .bdr::after, .js-no_cut_in .cut_in::after, .js-cut_in_wrap .cut_in .bdr::after, .js-cut_in_wrap .cut_in::after {
  content: "";
  position: absolute;
  display: block;
}

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

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.under_form_wrap li {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.under_form_wrap li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form_wrap li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form_wrap li:hover {
  color: #000;
}
.under_form_wrap li:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.under_form_wrap li:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.under_form2_wrap li {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.under_form2_wrap li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form2_wrap li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form2_wrap li:hover {
  color: #000;
}
.under_form2_wrap li:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.under_form2_wrap li:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.menu_area .menu_info_wrap,
.menu_area .menu_list_wrap {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.close_motion .menu_area .menu_info_wrap,
.close_motion .menu_area .menu_list_wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: menu_close 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards !important;
          animation: menu_close 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards !important;
}
.close_motion .menu_area .menu_list_wrap {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.menu_open .menu_area {
  opacity: 1;
  pointer-events: auto;
}
.menu_open .menu_area .menu_info_wrap,
.menu_open .menu_area .menu_list_wrap {
  -webkit-animation: menu_open 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: menu_open 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}
.menu_open .menu_area .menu_list_wrap {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes menu_open {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes menu_open {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes menu_close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes menu_close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@media (max-width: 1000px) {
  .close_motion .menu_area .menu_list_wrap {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .menu_open .menu_area .menu_list_wrap {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
.js-cut_in_wrap .cut_in {
  padding: 0 0.75rem;
  margin: 0 -0.75rem;
  overflow: hidden;
}
.js-cut_in_wrap .cut_in::before, .js-cut_in_wrap .cut_in::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #ffffff;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-cut_in_wrap .cut_in::before {
  height: 1px;
  top: 1rem;
}
.js-cut_in_wrap .cut_in::after {
  height: 1px;
  bottom: 1.125rem;
}
.js-cut_in_wrap .cut_in .bdr {
  padding: 0.3125rem 0.75rem 0 0.75rem;
  margin: 0 -0.75rem;
}
.js-cut_in_wrap .cut_in .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0.75rem;
  margin: 0;
  background-color: #ffffff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1000px) {
  .js-cut_in_wrap .cut_in::before {
    top: 0.625rem;
  }
  .js-cut_in_wrap .cut_in::after {
    bottom: 0.5625rem;
  }
}
.js-cut_in_wrap .cut {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.js-cut_in_wrap .cut span {
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: inline-block;
}
.load_complete .js-cut_in_wrap .cut_in::before, .load_complete .js-cut_in_wrap .cut_in::after {
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .js-cut_in_wrap .cut_in::before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-cut_in_wrap .cut_in::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .js-cut_in_wrap .cut_in .bdr::after {
  -webkit-animation: bdr_ani_h_mg 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h_mg 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .js-cut_in_wrap .cut_in .cut span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-no_cut_in .cut_in {
  display: block;
}
.js-no_cut_in .cut_in::before, .js-no_cut_in .cut_in::after {
  height: 1px;
  right: -1.875rem;
  background-color: #000000;
}
.js-no_cut_in .cut_in::before {
  width: 0;
  top: 0;
}
.js-no_cut_in .cut_in::after {
  width: 0;
  bottom: 0;
}
.js-no_cut_in .cut_in .bdr {
  display: block;
}
.js-no_cut_in .cut_in .bdr::before {
  width: 1px;
  height: 0;
  top: -2.25rem;
  background-color: #000000;
}
.js-no_cut_in .cut_in .bdr::before {
  right: 0;
}
.js-no_cut_in.white .cut_in::before, .js-no_cut_in.white .cut_in::after {
  background-color: #ffffff;
}
.js-no_cut_in.white .cut_in .bdr::before {
  background-color: #ffffff;
}
.js-no_cut_in.reverse .cut_in::before, .js-no_cut_in.reverse .cut_in::after {
  left: -1.875rem;
  right: auto;
}
.js-no_cut_in.reverse .cut_in .bdr::before {
  left: 0;
  right: auto;
}
.js-no_cut_in .cut span {
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in::before {
  -webkit-animation: no_bdr_animation01 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation01 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in::after {
  -webkit-animation: no_bdr_animation02 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation02 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in .bdr::before {
  -webkit-animation: no_bdr_animation03 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation03 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in .cut span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::before {
  -webkit-animation: no_bdr_animation01_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation01_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::after {
  -webkit-animation: no_bdr_animation02_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation02_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.eng_tx {
  overflow: hidden;
}
.eng_tx .js-no_cut_in.reverse .cut_in::before, .eng_tx .js-no_cut_in.reverse .cut_in::after {
  left: 0;
}
.eng_tx .js-no_cut_in.reverse .cut_in::before {
  top: 1.75rem;
}
.eng_tx .js-no_cut_in.reverse .cut_in::after {
  bottom: 1.875rem;
}
.eng_tx .js-no_cut_in.reverse .cut_in .bdr::before {
  top: 0;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in::before {
  -webkit-animation-name: bdr_ani_w;
          animation-name: bdr_ani_w;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in::after {
  -webkit-animation-name: bdr_ani_w;
          animation-name: bdr_ani_w;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in .bdr::before {
  -webkit-animation-name: bdr_ani_h;
          animation-name: bdr_ani_h;
}

@media (max-width: 1000px) {
  .js-no_cut_in .cut_in .bdr::before {
    top: -1.5rem;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in::before {
    -webkit-animation-name: no_bdr_animation01_sp;
            animation-name: no_bdr_animation01_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in::after {
    -webkit-animation-name: no_bdr_animation02_sp;
            animation-name: no_bdr_animation02_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in .bdr::before {
    -webkit-animation-name: no_bdr_animation03_sp;
            animation-name: no_bdr_animation03_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::before {
    -webkit-animation-name: no_bdr_animation01_r_sp;
            animation-name: no_bdr_animation01_r_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::after {
    -webkit-animation-name: no_bdr_animation02_r_sp;
            animation-name: no_bdr_animation02_r_sp;
  }
}
@-webkit-keyframes no_bdr_animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 10.5625rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10.5625rem;
  }
}
@keyframes no_bdr_animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 10.5625rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10.5625rem;
  }
}
@-webkit-keyframes no_bdr_animation02 {
  0% {
    width: 0;
  }
  50% {
    width: 18.375rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 18.375rem;
  }
}
@keyframes no_bdr_animation02 {
  0% {
    width: 0;
  }
  50% {
    width: 18.375rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 18.375rem;
  }
}
@-webkit-keyframes no_bdr_animation03 {
  0% {
    height: 0;
  }
  50% {
    height: 9.0625rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 9.0625rem;
  }
}
@keyframes no_bdr_animation03 {
  0% {
    height: 0;
  }
  50% {
    height: 9.0625rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 9.0625rem;
  }
}
@-webkit-keyframes no_bdr_animation01_r {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@keyframes no_bdr_animation01_r {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_r {
  0% {
    width: 0;
  }
  50% {
    width: 12rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 12rem;
  }
}
@keyframes no_bdr_animation02_r {
  0% {
    width: 0;
  }
  50% {
    width: 12rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 12rem;
  }
}
@-webkit-keyframes no_bdr_animation01_sp {
  0% {
    width: 0;
  }
  50% {
    width: 7.5rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 7.5rem;
  }
}
@keyframes no_bdr_animation01_sp {
  0% {
    width: 0;
  }
  50% {
    width: 7.5rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 7.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10rem;
  }
}
@keyframes no_bdr_animation02_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10rem;
  }
}
@-webkit-keyframes no_bdr_animation03_sp {
  0% {
    height: 0;
  }
  50% {
    height: 6.375rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 6.375rem;
  }
}
@keyframes no_bdr_animation03_sp {
  0% {
    height: 0;
  }
  50% {
    height: 6.375rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 6.375rem;
  }
}
@-webkit-keyframes no_bdr_animation01_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@keyframes no_bdr_animation01_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 10.5rem;
  }
}
@keyframes no_bdr_animation02_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 10.5rem;
  }
}
.js-img_motion .image {
  overflow: hidden;
}
.js-img_motion .image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.js-img_motion .image::before {
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion.img_motion .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.load_complete .js-img_motion.img_motion .image::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}

.js-img_motion2 .image {
  overflow: hidden;
}
.js-img_motion2 .image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.js-img_motion2 .image::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion2.img_motion2 .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.load_complete .js-img_motion2.img_motion2 .image::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}

.js-img_motion3 .image:nth-of-type(1) {
  overflow: hidden;
}
.js-img_motion3 .image:nth-of-type(1) img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
}
.js-img_motion3 .image:nth-of-type(1)::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.js-img_motion3 .image:nth-of-type(2) {
  overflow: hidden;
}
.js-img_motion3 .image:nth-of-type(2) img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
}
.js-img_motion3 .image:nth-of-type(2)::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(1) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 0rem;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(1)::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(2) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 0rem;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(2)::before {
  -webkit-animation: img_motion_right 1.3s ease 0.3s;
          animation: img_motion_right 1.3s ease 0.3s;
}

@-webkit-keyframes img_motion {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-left: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-left: 100%;
    opacity: 0;
  }
}

@keyframes img_motion {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-left: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes img_motion_right {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-right: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-right: 100%;
    opacity: 0;
  }
}
@keyframes img_motion_right {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-right: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-right: 100%;
    opacity: 0;
  }
}
.js-fadeup_list > * {
  opacity: 0;
  -webkit-transform: translate(0, 9%);
          transform: translate(0, 9%);
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fadeup_list.fadeup_list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(9) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-fadein_list > * {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fadein_list.fadein_list > * {
  opacity: 1;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(9) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-fade_r_list > * {
  opacity: 0;
  -webkit-transform: translate(10rem, 0);
          transform: translate(10rem, 0);
  -webkit-transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fade_r_list.fade_r_list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(7) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(8) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(9) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(10) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(11) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(12) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(13) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(14) {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(15) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.top_section_tt .tt, .top_section_tt ~ p, .top_section_tt ~ h3 {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_section_tt .tt {
  -webkit-transform: translate(10rem, 0);
          transform: translate(10rem, 0);
}
.top_section_tt ~ p, .top_section_tt ~ h3 {
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
}
.load_complete .top_section_tt.ani .tt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_section_tt.ani ~ p, .load_complete .top_section_tt.ani ~ h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_section_tt.ani ~ p:nth-child(2), .load_complete .top_section_tt.ani ~ h3:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.load_complete .top_section_tt.ani ~ p:nth-child(3), .load_complete .top_section_tt.ani ~ h3:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.lineup_list .item .lineup_tt::before {
  width: 0;
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.lineup_list .item .lineup_tt span {
  display: inline-block;
}
.lineup_list .item .lineup_tt span,
.lineup_list .item .text {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.lineup_list .item .image {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .lineup_list .item.ani .lineup_tt::before {
  width: 100%;
}
.load_complete .lineup_list .item.ani .lineup_tt span,
.load_complete .lineup_list .item.ani .text,
.load_complete .lineup_list .item.ani .image {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .lineup_list .item.ani .lineup_tt span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.load_complete .lineup_list .item.ani .text {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.eng_tx .tx_cut_wrap {
  display: inline-block;
}
.eng_tx .tx_cut_wrap .single {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: inline-block;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.eng_tx .tx_cut_wrap .single:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.eng_tx .tx_cut_wrap .single:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.eng_tx .tx_cut_wrap .single:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.eng_tx .tx_cut_wrap .single:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.eng_tx .tx_cut_wrap .single:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.eng_tx .tx_cut_wrap .single:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.eng_tx .tx_cut_wrap .single:nth-child(7) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.eng_tx .tx_cut_wrap .single:nth-child(8) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.eng_tx .tx_cut_wrap .single:nth-child(9) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.eng_tx .tx_cut_wrap .single:nth-child(10) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.eng_tx .tx_cut_wrap .single:nth-child(11) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.eng_tx .tx_cut_wrap .single:nth-child(12) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.eng_tx .tx_cut_wrap .single:nth-child(13) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.eng_tx .tx_cut_wrap .single:nth-child(14) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.eng_tx .tx_cut_wrap .single:nth-child(15) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.eng_tx .tx_cut_wrap .single:nth-child(16) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.eng_tx .tx_cut_wrap .single:nth-child(17) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.eng_tx .tx_cut_wrap .single:nth-child(18) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.eng_tx .tx_cut_wrap .single:nth-child(19) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.eng_tx .tx_cut_wrap .single:nth-child(20) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.eng_tx .tx_cut_wrap .single:nth-child(21) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.eng_tx .tx_cut_wrap .single:nth-child(22) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.eng_tx .tx_cut_wrap .single:nth-child(23) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.eng_tx .tx_cut_wrap .single:nth-child(24) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.eng_tx .tx_cut_wrap .single:nth-child(25) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.eng_tx .tx_cut_wrap .single:nth-child(26) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.eng_tx .tx_cut_wrap .single:nth-child(27) {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.eng_tx .tx_cut_wrap .single:nth-child(28) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.eng_tx .tx_cut_wrap .single:nth-child(29) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.eng_tx .tx_cut_wrap .single:nth-child(30) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.eng_tx .tx_cut_wrap .cut_in::before, .eng_tx .tx_cut_wrap .cut_in::after {
  background-color: #E5E5E5;
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.eng_tx .tx_cut_wrap .cut_in .bdr::before {
  background-color: #E5E5E5;
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.load_complete .eng_tx.ani .tx_cut_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .eng_tx.ani .tx_cut_wrap .single {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_std_wrap .top_std_cost .what::before {
  width: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_std_wrap .top_std_cost .what span {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_std_wrap .top_std_cost .percent .tx span {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
.top_std_wrap .top_std_cost .cost_wrap {
  opacity: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .top_std_wrap .top_std_cost .what.ani::before {
  width: 32.375rem;
}
.load_complete .top_std_wrap .top_std_cost .what.ani span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.load_complete .top_std_wrap .top_std_cost .cost_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (max-width: 1000px) {
  .load_complete .top_std_wrap .top_std_cost .what.ani::before {
    width: 100%;
  }
}
.square_list .item {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 1000px) {
  .square_list .item {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
  }
}
.square_list .item::before {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.square_list .tt {
  background: #ffffff;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.square_list .tt::before, .square_list .tt::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #847341;
  z-index: 5;
}
.square_list .tt::before {
  top: 1.375rem;
}
.square_list .tt::after {
  bottom: 1.375rem;
}
.square_list .tt .bdr::before, .square_list .tt .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  background-color: #847341;
}
.square_list .tt .bdr::before {
  right: 0;
}
.square_list .tt .bdr::after {
  left: 0;
}
.square_list .tt .bdr span {
  opacity: 0;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
.square_list .text {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}
.quarity_wrap .square_list .text {
  -webkit-transition: 0s;
  transition: 0s;
}
.square_list .text_tt,
.square_list .text_tt + p {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
@media (min-width: 1000px) {
  .load_complete .square_list.ani .item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item .tt::before, .load_complete .square_list.ani .item .tt::after {
    -webkit-animation: bdr_ani_w 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_w 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list.ani .item .tt .bdr::before, .load_complete .square_list.ani .item .tt .bdr::after {
    -webkit-animation: bdr_ani_h 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_h 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list.ani .item .tt .bdr span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item .text,
  .load_complete .square_list.ani .item .text_tt,
  .load_complete .square_list.ani .item .text_tt + p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .load_complete .square_list.ani .item:nth-child(1)::before {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr::before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr::after {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr span.ja {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text_tt {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text_tt + p {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  .load_complete .square_list.ani .item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .load_complete .square_list.ani .item:nth-child(2)::before {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt::before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr::before {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr span {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr span.ja {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text_tt {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text_tt + p {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  .load_complete .square_list.ani .item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .load_complete .square_list.ani .item:nth-child(3)::before {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt::before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt::after {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr span {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr span.ja {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text_tt {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text_tt + p {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
  .load_complete .square_list.ani .item:nth-child(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .load_complete .square_list.ani .item:nth-child(4)::before {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt::before {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr::before {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr::after {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr span {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr span.ja {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text_tt {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text_tt + p {
    -webkit-transition-delay: 2.55s;
            transition-delay: 2.55s;
  }
}
@media (max-width: 1000px) {
  .load_complete .square_list .item.sp_ani {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .load_complete .square_list .item.sp_ani .tt::before, .load_complete .square_list .item.sp_ani .tt::after {
    -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::before, .load_complete .square_list .item.sp_ani .tt .bdr::after {
    -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani .text,
  .load_complete .square_list .item.sp_ani .text_tt,
  .load_complete .square_list .item.sp_ani .text_tt + p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani .tt::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .load_complete .square_list .item.sp_ani .tt::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span.ja {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .load_complete .square_list .item.sp_ani .text {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .load_complete .square_list .item.sp_ani .text_tt {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list .item.sp_ani .text_tt + p {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
}

.top_works_wrap .works_list .item .text {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_works_wrap .works_list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 1000px) {
  .load_complete .top_works_wrap .works_list.ani .item .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .load_complete .top_works_wrap .works_list.ani .item .image img {
    max-height: 100%;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(2) .text {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(2) .image img {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(3) .text {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(3) .image img {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media (max-width: 1000px) {
  .load_complete .top_works_wrap .works_list .item.sp_ani .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .load_complete .top_works_wrap .works_list .item.sp_ani .image img {
    max-height: 100%;
  }
}

.top_company_wrap .in_wrap {
  max-height: 0;
  padding-top: 0;
  margin-top: 16.5rem;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_company_wrap .tx_wrap {
  overflow: hidden;
}
.top_company_wrap .tx_wrap::before {
  width: 0;
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 100;
}
.top_company_wrap .tx_wrap span {
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_company_wrap .company_btn {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .top_company_wrap.ani .in_wrap {
  max-height: 16.5rem;
  padding-top: 4.8125rem;
  margin-top: 0;
}
.load_complete .top_company_wrap.ani .tx_wrap::before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.load_complete .top_company_wrap.ani .tx_wrap span {
  -webkit-transform: translate(0, 0.006em);
          transform: translate(0, 0.006em);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.load_complete .top_company_wrap.ani .company_btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media (max-width: 1000px) {
  .top_company_wrap .in_wrap {
    margin-top: 7.8125rem;
  }
  .load_complete .top_company_wrap.ani .in_wrap {
    max-height: 8.25rem;
    padding-top: 2.75rem;
  }
}
.mv_catch .catch01, .mv_catch .catch02 {
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.mv_catch .catch01::before, .mv_catch .catch01::after, .mv_catch .catch02::before, .mv_catch .catch02::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #000000;
  position: absolute !important;
}
.mv_catch .catch01::before, .mv_catch .catch02::before {
  top: 0.2em;
}
.mv_catch .catch01::after, .mv_catch .catch02::after {
  bottom: 0.3em;
}
.mv_catch .catch01 .bdr::before, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::before, .mv_catch .catch02 .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  background-color: #000000;
  position: absolute !important;
}
.mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before {
  right: 0;
}
.mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after {
  left: 0;
}
.load_complete .mv_catch .catch01, .load_complete .mv_catch .catch02 {
  position: relative;
}
.load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::before, .load_complete .mv_catch .catch02::after {
  width: 0;
  margin: 0;
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch02::before {
  top: 1.125rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::after {
  bottom: 1.1875rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .mv_catch .catch01 .bdr:before, .load_complete .mv_catch .catch01 .bdr::after, .load_complete .mv_catch .catch02 .bdr:before, .load_complete .mv_catch .catch02 .bdr::after {
  height: 0;
  margin: 0;
  -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .mv_catch .catch01 .bdr::before, .load_complete .mv_catch .catch02 .bdr::before {
  right: 0;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .mv_catch .catch01 .bdr::after, .load_complete .mv_catch .catch02 .bdr::after {
  left: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .mv_catch .catch02::before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.load_complete .mv_catch .catch02::after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  bottom: 1.25rem;
}
.load_complete .mv_catch .catch02 .bdr::before {
  right: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .mv_catch .catch02 .bdr::after {
  left: 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@media (max-width: 1000px) {
  .load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch02::before {
    top: 0.625rem;
  }
  .load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::after {
    bottom: 0.75rem;
  }
}
@media (max-width: 1000px) {
  .page_en_title {
    line-height: 1.4;
  }
}
.page_en_title .in_box {
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.page_en_title .in_box::before, .page_en_title .in_box::after {
  width: 0;
  height: 1px;
  left: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #000000;
  position: absolute !important;
}
.page_en_title .in_box::before {
  top: 0.75rem;
}
@media (max-width: 1000px) {
  .page_en_title .in_box::before {
    top: 0.65rem;
  }
}
@media (min-width: 1000px) {
  .page_en_title .in_box::before {
    top: 1.8125rem;
  }
}
.page_en_title .in_box::after {
  bottom: 0.75rem;
}
@media (max-width: 1000px) {
  .page_en_title .in_box::after {
    bottom: 0.65rem;
  }
}
@media (min-width: 1000px) {
  .page_en_title .in_box::after {
    bottom: 1.8125rem;
  }
}
.page_en_title .in_box .bdr {
  width: 100%;
}
@media (min-width: 1000px) {
  .page_en_title .in_box .bdr.quarity-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.quarity-bdr:before {
    right: 0.4rem;
  }
  .page_en_title .in_box .bdr.quarity-bdr:after {
    left: 0.4rem;
  }
  .page_en_title .in_box .bdr.concept-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.concept-bdr:before {
    right: 0.1rem;
  }
  .page_en_title .in_box .bdr.concept-bdr:after {
    left: 0.1rem;
  }
  .page_en_title .in_box .bdr.works-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.works-bdr:before {
    right: 0.2rem;
  }
  .page_en_title .in_box .bdr.works-bdr:after {
    left: 0.2rem;
  }
  .page_en_title .in_box .bdr.standard-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.standard-bdr:before {
    right: 0.15rem;
  }
  .page_en_title .in_box .bdr.standard-bdr:after {
    left: 0.15rem;
  }
  .page_en_title .in_box .bdr.performance-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.performance-bdr:before {
    right: 0.45rem;
  }
  .page_en_title .in_box .bdr.performance-bdr:after {
    left: 0.45rem;
  }
  .page_en_title .in_box .bdr.support-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.support-bdr:before {
    right: 0.1rem;
  }
  .page_en_title .in_box .bdr.support-bdr:after {
    left: 0.18rem;
  }
  .page_en_title .in_box .bdr.information-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.information-bdr:before {
    right: 0.4rem;
  }
  .page_en_title .in_box .bdr.information-bdr:after {
    left: 0.4rem;
  }
}
.page_en_title .in_box .bdr::before, .page_en_title .in_box .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #000000;
  position: absolute !important;
}
.page_en_title .in_box .bdr::before {
  right: 0;
}
@media (max-width: 1000px) {
  .page_en_title .in_box .bdr::before {
    right: 0.15rem;
  }
}
.page_en_title .in_box .bdr::after {
  left: 0;
}
@media (max-width: 1000px) {
  .page_en_title .in_box .bdr::after {
    left: 0.15rem;
  }
}
.page_en_title .in_box .bdr .cut_in {
  opacity: 0;
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .page_en_title .in_box::before, .load_complete .page_en_title .in_box::after {
  width: 0;
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .page_en_title .in_box::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .in_box::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .page_en_title .in_box .bdr:before, .load_complete .page_en_title .in_box .bdr::after {
  height: 0;
  -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .page_en_title .in_box .bdr::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .in_box .bdr::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .page_en_title .in_box .cut_in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1)::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr .cut_in {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2)::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr::before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr .cut_in {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3)::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr::before {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr .cut_in {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4)::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr::before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr .cut_in {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes bdr_ani_w {
  0% {
    width: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    width: 100%;
    margin-left: 100%;
  }
}

@keyframes bdr_ani_w {
  0% {
    width: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    width: 100%;
    margin-left: 100%;
  }
}
@-webkit-keyframes bdr_ani_h {
  0% {
    height: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes bdr_ani_h {
  0% {
    height: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes bdr_ani_h_mg {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  100% {
    height: 100%;
    margin-top: 100%;
  }
}
@keyframes bdr_ani_h_mg {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  100% {
    height: 100%;
    margin-top: 100%;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}

.scroll_up {
  opacity: 1;
}

.wrapper.on {
  -webkit-animation: fadein 1.2s ease-out forwards;
          animation: fadein 1.2s ease-out forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.eng {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.jp_catch {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}

.head .eng {
  color: #228f45;
}

.mainimg {
  z-index: 40;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .mainimg .header_before {
    padding: 30px 7.5rem 20px 31px;
  }
}
@media (max-width: 1000px) {
  .mainimg .header_before .logo {
    position: relative;
    top: 25px;
    left: 22px;
  }
}
.mainimg .righttop {
  position: absolute;
  z-index: 999;
  right: 2.25rem;
  top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  right: 24px;
}
@media (max-width: 1000px) {
  .mainimg .righttop {
    right: 1.1875rem;
  }
}
.mainimg .righttop .weatherwrap {
  margin-right: 1.5625rem;
  position: relative;
}
.mainimg .righttop .weatherwrap i {
  display: inline-block;
  margin-right: 0.875rem;
}
.mainimg .righttop .weatherwrap .weather, .mainimg .righttop .weatherwrap .ondo {
  position: relative;
  top: -3px;
}
.mainimg .righttop .weatherwrap .weather {
  display: inline-block;
  margin-right: 0.875rem;
  position: relative;
}
.mainimg .righttop .weatherwrap .weather:after {
  position: absolute;
  width: 1px;
  height: 0.9375rem;
  background: #ffffff;
  right: -0.625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.mainimg .news {
  position: absolute;
  z-index: 999;
  color: #ffffff;
}
@media (min-width: 1000px) {
  .mainimg .news {
    right: 30px;
    text-align: right;
    bottom: 39px;
  }
}
@media (max-width: 1000px) {
  .mainimg .news {
    left: 1.5625rem;
    width: 100%;
    bottom: 2.1rem;
  }
}
.mainimg .news span {
  display: block;
}
.mainimg .news span.date {
  font-size: 0.9375rem;
}
@media (min-width: 1000px) {
  .mainimg .news span.date {
    margin-bottom: 10px;
    position: relative;
    bottom: -8px;
  }
}
.mainimg .news span.ttl {
  font-family: "游明朝体 StdN B";
  font-size: 1.125rem;
}
@media (max-width: 1000px) {
  .mainimg .news span.ttl {
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
    text-overflow: ellipsis;
  }
}
.mainimg a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .mainimg .weatherwrap {
    position: absolute;
    right: 1.23rem;
    bottom: 2.6rem;
    display: block;
    color: #ffffff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .mainimg .weatherwrap i {
    position: relative;
    top: -0.375rem;
    left: -0.0625rem;
  }
  .mainimg .weatherwrap .dd {
    text-combine-upright: all;
  }
  .mainimg .weatherwrap .weather {
    position: relative;
    right: -0.25rem;
  }
  .mainimg .weatherwrap .ondo {
    position: relative;
    right: -0.25rem;
    padding-top: 0.5625rem;
    margin-top: 0.5625rem;
  }
  .mainimg .weatherwrap .ondo:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: -2px;
    left: -8px;
  }
}

@media (min-width: 1000px) {
  .l-inboxphoto {
    width: 1100px;
    max-width: none;
    padding: 0;
  }
}

.photolist {
  position: relative;
}
@media (min-width: 1000px) {
  .photolist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.photolist ul li {
  opacity: 0;
}
.photolist ul li img {
  height: auto;
  width: 100%;
}
.photolist ul li video {
  width: 100%;
}
.photolist ul li:nth-of-type(1) {
  position: relative;
  left: 0;
  top: -21px;
  width: 550px;
}
@media (min-width: 1000px) {
  .photolist ul li:nth-of-type(1) {
    margin-left: -170px;
  }
}
@media (max-width: 1000px) {
  .photolist ul li:nth-of-type(1) {
    width: 14.4375rem;
    left: -1.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .photolist ul li:nth-of-type(1) {
    width: 22.438rem;
  }
}
.photolist ul li:nth-of-type(2) {
  position: relative;
  right: 0;
  bottom: 0;
}
@media (min-width: 1000px) {
  .photolist ul li:nth-of-type(2) {
    width: 740px;
    position: relative;
    margin-top: 333px;
    right: -110px;
  }
}
@media (max-width: 1000px) {
  .photolist ul li:nth-of-type(2) {
    bottom: 2.2rem;
    margin-top: 3.3rem;
    width: 18.188rem;
    right: -4.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .photolist ul li:nth-of-type(2) {
    width: 28.188rem;
    right: -21.3rem;
  }
}
.photolist.animated ul li {
  -webkit-animation-name: fadeIn01;
          animation-name: fadeIn01;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.photolist.animated ul li:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.photolist.animated ul li:nth-child(2) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#about {
  background: #f2f2f2;
  padding: 3.75rem 0 0;
}
#about .head {
  position: relative;
}
@media (max-width: 1000px) {
  #about .head {
    text-align: center;
  }
}
#about .head .txt p {
  text-align: left;
}
#about .head .eng {
  font-size: 3.75rem;
  line-height: 1;
  color: #228f45;
  font-weight: normal;
}
@media (max-width: 1000px) {
  #about .head .eng {
    font-size: 3.75rem;
  }
}
#about .head h2.jp_catch {
  font-size: 1.5625rem;
  margin-bottom: 14px;
}
#about .head .illust {
  position: absolute;
  right: 0;
  top: 0;
  width: 26.25rem;
}
@media (max-width: 1000px) {
  #about .head .illust {
    width: 18.75rem;
    margin: 0 auto;
    position: static;
  }
}
#about .head .illust img {
  width: 100%;
  height: auto;
}

header.header {
  position: absolute;
}

.mainimg {
  width: 100vw;
  height: 100svh;
  position: relative;
}
@media (min-width: 1000px) {
  .mainimg {
    height: 100svh;
  }
}
@media (max-width: 1000px) {
  .mainimg {
    min-height: 100svh;
  }
  .mainimg nav {
    display: none;
  }
}

@media (min-width: 1000px) {
  #topcontents {
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  #topcontents {
    overflow: hidden;
  }
}
#topcontents section {
  padding-top: 105px;
}
@media (max-width: 1000px) {
  #topcontents section {
    padding-top: 4.875rem;
  }
}
@media (min-width: 1000px) {
  #topcontents section .head {
    margin-bottom: 4.9125rem;
  }
}
@media (max-width: 1000px) {
  #topcontents section .head {
    margin-bottom: 3.3125rem;
  }
}
#topcontents section .head .label {
  font-family: "游明朝体 StdN B";
  font-size: 1.3125rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 1000px) {
  #topcontents section .head .label {
    font-size: 1.0625rem;
    margin-bottom: 1.6875rem;
  }
}
#topcontents section .head .label:before {
  content: "";
  width: 7.5rem;
  height: 1px;
  background: #000000;
  position: absolute;
}
@media (min-width: 1000px) {
  #topcontents section .head .label:before {
    left: -7.75rem;
    width: 70px;
    top: 50%;
    left: -4.6rem;
  }
}
@media (max-width: 1000px) {
  #topcontents section .head .label:before {
    top: -2.3125rem;
    width: 5.5rem;
  }
}
#topcontents section .head .sub_cooy {
  font-size: 0.9375rem;
}
@media (max-width: 1000px) {
  #topcontents section .head .sub_cooy {
    font-size: 0.875rem;
  }
}
#topcontents section .label span {
  opacity: 1;
  -webkit-transition: all 0.9s 0.4s ease-in-out;
  transition: all 0.9s 0.4s ease-in-out;
}
#topcontents section .label:before {
  -webkit-transition: all 0.9s ease-in-out 0.1s;
  transition: all 0.9s ease-in-out 0.1s;
  -webkit-transform: translate(0, -50%) scale(1, 1);
          transform: translate(0, -50%) scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#topcontents section .btn_right {
  opacity: 0;
}
#topcontents section .label {
  opacity: 0;
}
#topcontents section.animated .label {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_about {
  position: relative;
}
@media (min-width: 1000px) {
  #top_about {
    height: 39.375rem;
    margin-bottom: 10.625rem;
  }
}
@media (max-width: 1000px) {
  #top_about {
    margin-bottom: 9rem;
    margin-top: 26px;
  }
}
#top_about .l-inbox {
  position: relative;
}
@media (min-width: 1000px) {
  #top_about .l-inbox {
    width: 1100px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #top_about .l-inbox {
    margin-left: 3.2rem;
  }
}
@media (min-width: 1000px) {
  #top_about .in {
    width: 30.875rem;
    position: absolute;
    left: 0;
    top: 13px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #top_about .in {
    left: 0;
  }
}
#top_about .in .label {
  font-size: 1.0625rem;
  position: relative;
  line-height: 1;
  margin-left: 3.125rem;
  margin-left: 3.125rem;
  margin-bottom: 5.875rem;
  margin-bottom: 59px;
}
@media (max-width: 1000px) {
  #top_about .in .label {
    margin-bottom: 1.85rem;
    margin-left: 0;
  }
}
#top_about .in .label:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #000000;
  position: absolute;
}
@media (min-width: 1000px) {
  #top_about .in .label:before {
    left: -4.7rem;
    top: 47%;
  }
}
@media (max-width: 1000px) {
  #top_about .in .label:before {
    top: -2.3125rem;
    width: 5.5rem;
  }
}
@media (max-width: 1000px) {
  #top_about .in figure {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    position: relative;
    right: -3.2rem;
    width: 19.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #top_about .in figure {
    width: 86%;
  }
}
#top_about .in .ttl {
  font-family: "游明朝体 StdN B";
  font-size: 1.4375rem;
  line-height: 2.2;
  margin-bottom: 5.4375rem;
  margin-bottom: 48px;
  opacity: 0;
}
@media (max-width: 1000px) {
  #top_about .in .ttl {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
#top_about .in .txt {
  opacity: 0;
  margin-bottom: 59px;
}
@media (max-width: 1000px) {
  #top_about .in .txt {
    margin-bottom: 42px;
  }
}
#top_about .in .txt p {
  font-size: 1.0625rem;
  line-height: 2.3;
}
@media (max-width: 1000px) {
  #top_about .in .txt p {
    line-height: 2.1;
    font-size: 0.875rem;
  }
  #top_about .in .txt p br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #top_about .btn_right {
    font-size: 0.875rem;
  }
}
#top_about figure {
  opacity: 0;
}
@media (min-width: 1000px) {
  #top_about figure {
    width: 37.5rem;
    position: absolute;
    top: 0;
    right: -90px;
  }
}
#top_about figure img {
  width: 100%;
}
#top_about figure video {
  width: 100%;
}
#top_about.animated figure {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_about.animated .ttl {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_about.animated .txt {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_about.animated .btn_right {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
@media (max-width: 1000px) {
  #top_about.animated figure {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
  #top_about.animated .ttl {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
  #top_about.animated .txt {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
  #top_about.animated .btn_right {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
}

#top_drink {
  position: relative;
}
@media (min-width: 1000px) {
  #top_drink {
    height: 48.7rem;
    padding-top: 150px !important;
    margin-bottom: 137px;
  }
}
@media (max-width: 1000px) {
  #top_drink {
    margin-bottom: 7.6rem;
  }
}
#top_drink .l-inbox {
  position: relative;
}
@media (min-width: 1000px) {
  #top_drink .l-inbox {
    position: absolute;
    /* inset: 0; */
    left: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #top_drink .l-inbox {
    position: relative;
  }
}
#top_drink .l-inbox {
  position: relative;
}
@media (min-width: 1000px) {
  #top_drink .l-inbox {
    width: 1100px;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  #top_drink .in {
    width: 27.875rem;
    position: absolute;
    right: 4.5rem;
    top: 13px;
  }
}
#top_drink .in .label {
  font-size: 1.0625rem;
  position: relative;
  line-height: 1;
  margin-left: 5.3125rem;
  margin-left: 2.9rem;
  margin-bottom: 5.875rem;
  margin-bottom: 62px;
}
@media (max-width: 1000px) {
  #top_drink .in .label {
    margin-bottom: 1.7rem;
    margin-left: 0;
  }
}
#top_drink .in .label:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #000000;
  position: absolute;
}
@media (min-width: 1000px) {
  #top_drink .in .label:before {
    left: -4.75rem;
    top: 47%;
  }
}
@media (max-width: 1000px) {
  #top_drink .in .label:before {
    top: -2.3125rem;
    width: 5.5rem;
  }
}
#top_drink .in .ttl {
  opacity: 0;
  font-size: 1.4375rem;
  line-height: 2.2;
  margin-bottom: 51px;
  font-family: "游明朝体 StdN B";
}
@media (max-width: 1000px) {
  #top_drink .in .ttl {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
#top_drink .in .txt {
  opacity: 0;
  margin-bottom: 59px;
}
@media (max-width: 1000px) {
  #top_drink .in .txt {
    margin-bottom: 42px;
  }
}
#top_drink .in .txt p {
  font-size: 1.0625rem;
  line-height: 2.3;
}
@media (max-width: 1000px) {
  #top_drink .in .txt p {
    line-height: 2.1;
    font-size: 0.875rem;
  }
  #top_drink .in .txt p br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #top_drink .btn_right {
    font-size: 0.875rem;
  }
}
#top_drink figure {
  width: 30rem;
}
#top_drink figure img {
  width: 100%;
}
#top_drink figure video {
  width: 100%;
}
#top_drink figure {
  opacity: 0;
}
@media (min-width: 1000px) {
  #top_drink figure {
    position: absolute;
    left: -2rem;
  }
}
@media (max-width: 1000px) {
  #top_drink figure {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    position: relative;
    right: -3.2rem;
    width: 19.3125rem;
  }
  #top_drink figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #top_drink figure {
    width: 87%;
  }
}
#top_drink.animated figure {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_drink.animated .ttl {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_drink.animated .txt {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_drink.animated .btn_right {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
@media (max-width: 1000px) {
  #top_drink.animated figure {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
  #top_drink.animated .ttl {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
  #top_drink.animated .txt {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
  #top_drink.animated .btn_right {
    -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
            animation: 1.2s fadeIn01 0.4s ease-out forwards;
  }
}

#top_shop {
  position: relative;
}
@media (min-width: 1000px) {
  #top_shop {
    height: 47.7rem;
    padding-top: 133px !important;
    margin-bottom: 150px;
  }
}
@media (max-width: 1000px) {
  #top_shop {
    margin-top: 2.0125rem;
  }
}
#top_shop figure {
  opacity: 0;
}
@media (max-width: 1000px) {
  #top_shop figure {
    margin-top: 0.625rem;
    margin-bottom: 3.125rem;
    position: relative;
    right: -3.1rem;
    width: 19.3125rem;
  }
  #top_shop figure img {
    width: 100%;
    height: auto;
  }
  #top_shop figure video {
    width: 100%;
  }
}
#top_shop .l-inbox {
  position: relative;
}
@media (min-width: 1000px) {
  #top_shop .l-inbox {
    width: 1100px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #top_shop .l-inbox {
    margin-left: 3.2rem;
  }
}
@media (min-width: 1000px) {
  #top_shop .in {
    width: 31.875rem;
    position: absolute;
    left: 0;
    top: 13px;
  }
}
#top_shop .in .label {
  font-size: 1.0625rem;
  position: relative;
  line-height: 1;
  margin-left: 3.125rem;
  margin-left: 3.125rem;
  margin-bottom: 5.875rem;
  margin-bottom: 62px;
}
@media (max-width: 1000px) {
  #top_shop .in .label {
    margin-bottom: 1.7rem;
    margin-left: 0;
  }
}
#top_shop .in .label:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #000000;
  position: absolute;
}
@media (min-width: 1000px) {
  #top_shop .in .label:before {
    left: -4.7rem;
    top: 47%;
  }
}
@media (max-width: 1000px) {
  #top_shop .in .label:before {
    top: -2.3125rem;
    width: 5.5rem;
  }
}
#top_shop .in .ttl {
  opacity: 0;
  font-size: 1.4375rem;
  line-height: 2.2;
  margin-bottom: 51px;
  font-family: "游明朝体 StdN B";
}
@media (max-width: 1000px) {
  #top_shop .in .ttl {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
#top_shop .in .txt {
  opacity: 0;
}
@media (min-width: 1000px) {
  #top_shop .in .txt {
    margin-bottom: 62px;
  }
}
@media (max-width: 1000px) {
  #top_shop .in .txt {
    margin-bottom: 44px;
  }
}
#top_shop .in .txt p {
  font-size: 1.0625rem;
  line-height: 2.3;
}
@media (max-width: 1000px) {
  #top_shop .in .txt p {
    line-height: 2.1;
    font-size: 0.875rem;
  }
  #top_shop .in .txt p br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #top_shop .in .btn_right {
    font-size: 0.875rem;
  }
}
@media (min-width: 1000px) {
  #top_shop figure {
    width: 37.5rem;
    position: absolute;
    top: 0;
    right: -97px;
  }
}
@media (max-width: 1000px) {
  #top_shop figure {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    position: relative;
    right: -3.1rem;
    width: 19.4rem;
  }
  #top_shop figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #top_shop figure {
    width: 86%;
  }
}
#top_shop figure img {
  width: 100%;
}
#top_shop.animated figure {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_shop.animated .ttl {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_shop.animated .txt {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}
#top_shop.animated .btn_right {
  -webkit-animation: 1.2s fadeIn01 0.4s ease-out forwards;
          animation: 1.2s fadeIn01 0.4s ease-out forwards;
}

#season_food {
  background: #085B79;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #season_food {
    padding-top: 4.8125rem !important;
    padding-bottom: 6rem;
  }
}
@media (max-width: 1000px) {
  #season_food {
    padding-top: 61px !important;
    padding-bottom: 77px;
  }
}
#season_food .ttl {
  opacity: 0;
  text-align: center;
  font-size: 1.3125rem;
  margin-bottom: 3.875rem;
}
@media (max-width: 1000px) {
  #season_food .ttl {
    font-size: 1.1875rem;
    margin-bottom: 57px;
  }
}
#season_food .ttl span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#season_food .inner {
  padding-left: 0;
  padding-right: 0;
}
#season_food .bottom a {
  text-decoration: none;
  color: #ffffff;
}
#season_food .lineup {
  position: relative;
}
#season_food .lineup-carousel figure {
  font-size: 1rem;
  margin-bottom: 0;
}
#season_food .lineup-carousel img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 1000px) {
  #season_food .lineup-carousel img {
    margin-bottom: 20px;
  }
}
#season_food .lineup {
  overflow: scroll;
}
#season_food .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  #season_food .slide {
    padding: 0 9vw 7vw;
  }
}
#season_food .slide li {
  width: 21.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
}
#season_food .slide li:not(:first-child) {
  margin-left: 2rem;
}
@media (max-width: 1000px) {
  #season_food .slide li:not(:first-child) {
    margin-left: 25px;
  }
}
@media (max-width: 1000px) {
  #season_food .slide li {
    width: 250px;
    position: relative;
  }
}
@media (min-width: 1000px) {
  #season_food .slide li:first-child {
    width: calc(340px + (100% - 1100px) / 2);
    padding-left: calc((100% - 1100px) / 2);
  }
  #season_food .slide li:last-child {
    width: calc(340px + (100% - 1100px) / 2);
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #season_food .slide li:first-child {
    width: calc(340px + 4.4vw);
    padding-left: 4.4vw;
  }
  #season_food .slide li:last-child {
    width: calc(340px + 4.4vw);
    padding-right: 4.4vw;
  }
}
@media (max-width: 1100px) {
  #season_food .slide li:first-child {
    width: calc(340px + 4.8vw);
    padding-left: 4.8vw;
  }
  #season_food .slide li:last-child {
    width: calc(340px + 4.8vw);
    padding-right: 4.8vw;
  }
}
@media (max-width: 1050px) {
  #season_food .slide li:first-child {
    width: calc(340px + 5.1vw);
    padding-left: 5.1vw;
  }
  #season_food .slide li:last-child {
    width: calc(340px + 5.1vw);
    padding-right: 5.1vw;
  }
}
@media (max-width: 1000px) {
  #season_food .slide li:first-child {
    width: calc(250px + 5.1vw);
    padding-left: 5.1vw;
  }
  #season_food .slide li:last-child {
    width: calc(250px + 5.1vw);
    padding-right: 5.1vw;
  }
  #season_food .slide li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 9vw;
    background-color: transparent;
  }
}
#season_food .slick-next:before, #season_food .slick-prev:before {
  color: #000;
}
#season_food .bottom {
  opacity: 0;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1000px) {
  #season_food .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 77px;
  }
}
@media (max-width: 1000px) {
  #season_food .bottom {
    margin-top: 3.2rem;
  }
}
@media (min-width: 1000px) {
  #season_food .bottom p {
    margin-right: 2rem;
  }
}
@media (max-width: 1000px) {
  #season_food .bottom p {
    text-align: center;
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1000px) {
  #season_food .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1000px) {
  #season_food .bottom ul li {
    text-align: center;
    margin-bottom: 1rem;
  }
  #season_food .bottom ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  #season_food .bottom ul li {
    margin-right: 1.25rem;
  }
  #season_food .bottom ul li:last-child {
    margin-right: 0;
  }
}
#season_food .bottom ul li i {
  display: inline-block;
  margin-right: 0.375rem;
  position: relative;
  top: 3px;
}
@media (max-width: 1000px) {
  #season_food .bottom ul li i {
    top: 4px;
  }
}
#season_food.animated .ttl {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}
#season_food.animated .slide li {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}
#season_food.animated .bottom {
  -webkit-animation: 1s fadeIn01 0.5s ease-out forwards;
          animation: 1s fadeIn01 0.5s ease-out forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .top_sub_photo {
    margin-top: 8rem;
  }
}

@media (min-width: 1000px) {
  #top_onlineshop {
    margin-bottom: 3.125rem;
    padding-top: 121px !important;
  }
}
@media (max-width: 1000px) {
  #top_onlineshop {
    margin-top: 1.813rem;
    margin-bottom: 1.688rem;
  }
  #top_onlineshop .label {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1000px) {
  #top_onlineshop .head {
    margin-bottom: 81px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #top_onlineshop .head .label {
    margin-left: 2rem;
  }
}
#top_onlineshop .sub_copy {
  opacity: 0;
}
#top_onlineshop a {
  text-decoration: none !important;
}
#top_onlineshop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 1000px) {
  #top_onlineshop ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  #top_onlineshop ul {
    gap: 0 36px;
    padding: 0 0;
  }
}
#top_onlineshop ul li {
  opacity: 0;
  width: calc(33.3333333333% - 24px);
  margin-bottom: 2.9rem;
}
@media (max-width: 1000px) {
  #top_onlineshop ul li {
    margin-bottom: 3rem;
    width: calc(50% - 8px);
  }
  #top_onlineshop ul li:nth-of-type(1), #top_onlineshop ul li:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  #top_onlineshop ul li:nth-child(n+3) {
    margin-bottom: 1.6rem;
  }
  #top_onlineshop ul li:nth-child(n+3) figure img {
    margin-bottom: 15px;
  }
}
#top_onlineshop ul li figure {
  margin-bottom: 0;
}
#top_onlineshop ul li figure img {
  display: block;
  margin-bottom: 1.1875rem;
}
@media (max-width: 1000px) {
  #top_onlineshop ul li figure img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#top_onlineshop ul li figure figcaption span {
  display: block;
}
#top_onlineshop ul li figure figcaption span.ttl {
  font-size: 1rem;
}
@media (min-width: 1000px) {
  #top_onlineshop ul li figure figcaption span.ttl {
    margin-bottom: 5px;
  }
}
@media (max-width: 1000px) {
  #top_onlineshop ul li figure figcaption span.ttl {
    font-size: 0.875rem;
  }
}
#top_onlineshop ul li figure figcaption span.price {
  font-size: 0.9375rem;
}
@media (max-width: 1000px) {
  #top_onlineshop ul li figure figcaption span.price {
    font-size: 0.8125rem;
  }
}
#top_onlineshop.animated .sub_copy {
  -webkit-animation: 1s fadeIn01 1.2s ease-out forwards;
          animation: 1s fadeIn01 1.2s ease-out forwards;
}
#top_onlineshop.animated .btn_right {
  -webkit-animation: 1s fadeIn01 1.2s ease-out forwards;
          animation: 1s fadeIn01 1.2s ease-out forwards;
}
#top_onlineshop.animated ul li {
  -webkit-animation-name: fadeIn01;
          animation-name: fadeIn01;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (min-width: 1000px) {
  #top_day {
    margin-bottom: 3.125rem;
    padding-top: 47px !important;
    margin-bottom: 47px !important;
  }
  #top_day .label {
    margin-left: 34px;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  #top_day .head {
    margin-bottom: 81px;
  }
}
@media (min-width: 1000px) {
  #top_day .head .label {
    margin-left: 3rem;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) and (max-width: 1280px) {
  #top_day .head .label {
    margin-left: 2rem;
  }
}
@media (max-width: 1000px) {
  #top_day .label {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1000px) {
  #top_day {
    margin-bottom: 1.688rem;
  }
}
#top_day .sub_copy {
  opacity: 0;
}
#top_day ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_day ul li {
  opacity: 0;
  width: calc(50% - 24px);
  margin-bottom: 47px;
}
@media (max-width: 1000px) {
  #top_day ul li {
    width: 100%;
    margin-bottom: 1.65rem;
  }
}
#top_day ul li a {
  text-decoration: none;
}
#top_day ul li figure {
  margin-bottom: 0;
}
#top_day ul li figure img {
  display: block;
  margin-bottom: 18px;
}
@media (max-width: 1000px) {
  #top_day ul li figure img {
    width: 100%;
    margin-bottom: 19px;
  }
}
#top_day ul li figure figcaption span {
  display: block;
}
#top_day ul li figure figcaption span.date {
  font-size: 0.9375rem;
  margin-bottom: 11px;
  line-height: 1;
}
@media (min-width: 1000px) {
  #top_day ul li figure figcaption span.date {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1000px) {
  #top_day ul li figure figcaption span.date {
    font-size: 0.8125rem;
    margin-bottom: 7px;
  }
}
#top_day ul li figure figcaption span.ttl {
  font-size: 1.0625rem;
}
@media (max-width: 1000px) {
  #top_day ul li figure figcaption span.ttl {
    font-size: 0.9375rem;
  }
}
#top_day.animated .sub_copy {
  -webkit-animation: 1.2s fadeIn01 2.2s ease-out forwards;
          animation: 1.2s fadeIn01 2.2s ease-out forwards;
}
#top_day.animated .btn_right {
  -webkit-animation: 1.2s fadeIn01 2.2s ease-out forwards;
          animation: 1.2s fadeIn01 2.2s ease-out forwards;
}
#top_day.animated .label {
  -webkit-animation: 1s fadeIn01 0.4s ease-out forwards;
          animation: 1s fadeIn01 0.4s ease-out forwards;
}
#top_day.animated ul li {
  -webkit-animation-name: fadeIn01;
          animation-name: fadeIn01;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#top_access {
  margin-bottom: 7.8125rem;
}
@media (min-width: 1000px) {
  #top_access {
    margin-bottom: 3.125rem;
    padding-top: 47px !important;
    margin-bottom: 113px !important;
  }
  #top_access .label {
    margin-left: 34px;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  #top_access .head {
    margin-bottom: 81px;
  }
}
@media (min-width: 1000px) {
  #top_access .head .label {
    margin-left: 3rem;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) and (max-width: 1280px) {
  #top_access .head .label {
    margin-left: 2rem;
  }
}
@media (max-width: 1000px) {
  #top_access .label {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1000px) {
  #top_access {
    margin-bottom: 3.125rem;
  }
}
#top_access .access_sns_list {
  margin-top: 80px;
}
#top_access .access_sns_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_access .access_sns_list ul li {
  margin: 7px;
  width: 22px;
}
#top_access .access_sns_list ul li img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  #top_access .access_sns_list {
    display: none;
  }
}
#top_access .flex .map {
  opacity: 0;
}
@media (min-width: 1000px) {
  #top_access .flex .map {
    margin-right: 5.4375rem;
  }
}
@media (max-width: 1000px) {
  #top_access .flex .map iframe {
    width: 100%;
    height: 15.38rem;
    margin-bottom: 2.8125rem;
  }
}
#top_access .flex .access_right {
  opacity: 0;
}
#top_access .flex .access_right .sub_label {
  font-family: "游明朝体 StdN B";
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  #top_access .flex .access_right .sub_label {
    margin-bottom: 22px;
    line-height: 1;
  }
}
@media (max-width: 1000px) {
  #top_access .flex .access_right .sub_label {
    margin-bottom: 1rem;
  }
}
#top_access .flex .access_right .txt {
  font-size: 0.8125rem;
}
#top_access .flex .access_right .txt p {
  line-height: 1.8;
}
#top_access .flex .access_right .txt .access3 {
  margin-top: 13px;
}
#top_access .flex .access_right .g_link {
  margin-top: 2rem;
  font-size: 0.75rem;
}
@media (min-width: 1000px) {
  #top_access .flex .access_right .g_link {
    margin-top: 13px;
  }
}
@media (max-width: 1000px) {
  #top_access .flex .access_right .g_link {
    margin-top: 1rem;
  }
}
#top_access .flex .access_right .parking_a {
  margin-top: 4.875rem;
}
@media (min-width: 1000px) {
  #top_access .flex .access_right .parking_a {
    margin-top: 2.6375rem;
  }
}
@media (max-width: 1000px) {
  #top_access .flex .access_right .parking_a {
    margin-top: 2.2rem;
  }
}
#top_access .flex .access_right .parking_a .sub_label {
  font-size: 0.9375rem;
}
@media (max-width: 1000px) {
  #top_access .flex .access_right .parking_a .sub_label {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1000px) {
  #top_access .flex .access_right .parking_a .sub_label {
    margin-bottom: 22px;
  }
}
#top_access.animated .map {
  -webkit-animation: 1s fadeIn01 0.4s ease-out forwards;
          animation: 1s fadeIn01 0.4s ease-out forwards;
}
#top_access.animated .access_right {
  -webkit-animation: 1s fadeIn01 0.6s ease-out forwards;
          animation: 1s fadeIn01 0.6s ease-out forwards;
}