<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #454545;
  word-wrap: break-word;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.6rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

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

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;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}

input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: '\e900';
}

.icon-entry:before {
  content: '\e901';
}

.icon-contact:before {
  content: '\e902';
}

.icon-arrow_r:before {
  content: '\e90a';
}

.icon-arrow_b:before {
  content: '\e909';
}

.icon-twitter:before {
  content: '\e903';
}

.icon-facebook:before {
  content: '\e904';
}

.icon-youtube:before {
  content: '\e905';
}

.icon-instagram:before {
  content: '\e906';
}

.icon-line:before {
  content: '\e907';
}

.icon-facebook2:before {
  content: '\e908';
}

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .inner {
    width: calc(100% - 80px);
  }
}

.inner_s {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .inner_s {
    width: calc(100% - 80px);
  }
}

.inner_ss {
  max-width: 940px;
  width: 100%;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .inner_ss {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}

.inner_sss {
  max-width: 820px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .inner_sss {
    width: calc(100% - 80px);
  }
}

.global-nav-open {
  overflow: hidden;
}

.header .header_logo {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 173px;
  z-index: 2;
}

@media print, screen and (min-width: 920px) {
  .header .header_logo {
    top: 30px;
    left: 30px;
    width: 250px;
  }
}

.header .header_menu {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

@media print, screen and (min-width: 920px) {
  .header .header_menu {
    top: 20px;
    right: 30px;
    width: 80px;
    height: 80px;
  }
}

.header .header_menu .menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #2b8359;
  color: #fff;
  border-radius: 100px;
}

@media print, screen and (min-width: 920px) {
  .header .header_menu .menu_btn:hover {
    background-color: #0c5c35;
  }
}

.header .header_menu .menu_btn .line {
  position: relative;
  height: 16px;
  width: 20px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 920px) {
  .header .header_menu .menu_btn .line {
    height: 24px;
    width: 30px;
  }
}

.header .header_menu .menu_btn .line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.header .header_menu .menu_btn .line span:nth-of-type(1) {
  margin-top: -6px;
}

@media print, screen and (min-width: 920px) {
  .header .header_menu .menu_btn .line span:nth-of-type(1) {
    margin-top: -8px;
  }
}

.header .header_menu .menu_btn .line span:nth-of-type(3) {
  margin-top: 6px;
}

@media print, screen and (min-width: 920px) {
  .header .header_menu .menu_btn .line span:nth-of-type(3) {
    margin-top: 8px;
  }
}

.header .header_menu .menu_btn img {
  height: 9px;
}

@media print, screen and (min-width: 920px) {
  .header .header_menu .menu_btn img {
    height: 10px;
  }
}

.header .header_menu .menu_btn img.close {
  display: none;
}

.underlayer .header .header_logo {
  width: 220px;
  top: 11px;
  left: 15px;
}

@media print, screen and (min-width: 920px) {
  .underlayer .header .header_logo {
    width: 452px;
    top: 20px;
    left: 20px;
  }
}

.sp_modal_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: #2b8359;
  z-index: 450;
}

@media print, screen and (min-width: 920px) {
  .sp_modal_bg {
    width: 530px;
  }
}

.sp_modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 500;
}

@media print, screen and (min-width: 920px) {
  .sp_modal {
    width: 530px;
  }
}

.sp_modal .logo {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 210px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .logo {
    top: 27px;
    left: 40px;
    width: 270px;
  }
}

.sp_modal .menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .menu {
    top: 20px;
    right: 30px;
    width: 80px;
    height: 80px;
  }
}

.sp_modal .menu .menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #2b8359;
  color: #fff;
  border-radius: 100px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .menu .menu_btn:hover {
    background-color: #0c5c35;
  }
}

.sp_modal .menu .menu_btn .line {
  position: relative;
  height: 16px;
  width: 20px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .menu .menu_btn .line {
    height: 24px;
    width: 30px;
  }
}

.sp_modal .menu .menu_btn .line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.sp_modal .menu .menu_btn .line span:nth-of-type(1) {
  margin-top: -6px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .menu .menu_btn .line span:nth-of-type(1) {
    margin-top: -8px;
  }
}

.sp_modal .menu .menu_btn .line span:nth-of-type(3) {
  margin-top: 6px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .menu .menu_btn .line span:nth-of-type(3) {
    margin-top: 8px;
  }
}

.sp_modal .menu .menu_btn img {
  height: 9px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal .menu .menu_btn img {
    height: 10px;
  }
}

.sp_modal .menu .menu_btn img.close {
  display: none;
}

.sp_modal .menu .menu_btn.open {
  background-color: #fff;
}

.sp_modal .menu .menu_btn.open .line span {
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #2b8359;
}

.sp_modal .menu .menu_btn.open .line span:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sp_modal .menu .menu_btn.open .line span:nth-of-type(3) {
  opacity: 0;
}

.sp_modal .menu .menu_btn.open img.close {
  display: inline;
}

.sp_modal .menu .menu_btn.open img.menu {
  display: none;
}

.sp_modal_scroll {
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding-bottom: 100px;
  padding-top: 95px;
}

@media print, screen and (min-width: 920px) {
  .sp_modal_scroll {
    padding-top: 125px;
  }
}

.modal_title {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.modal_title img {
  width: 450px;
  max-width: 100%;
}

.modal_top_btn {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.modal_top_btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: 0.3s;
}

.modal_top_btn:hover {
  background-color: #fff;
  color: #2b8359;
}

.modal_top_btn:hover:after {
  border-top: 2px solid #2b8359;
  border-right: 2px solid #2b8359;
}

.modal_box {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  margin-top: 25px;
}

.modal_box__title {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

.modal_box__title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.modal_box__title img {
  position: absolute;
  width: 75px;
}

.modal_box__title img.modal_img01 {
  top: -45px;
  left: -32px;
}

.modal_box__title img.modal_img02 {
  right: -40px;
  top: -45px;
}

.modal_box__menu li {
  margin: 3px 0;
}

.modal_box__menu li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 2px 0;
}

.modal_box__menu li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 5px;
  margin-top: -4px;
  transition: 0.3s;
}

.modal_box__menu li a:hover:after {
  right: 0;
}

#pagetop {
  position: absolute;
  right: 15px;
  bottom: 184px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2b8359;
}

@media print, screen and (min-width: 920px) {
  #pagetop {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 166px;
  }
}

#pagetop:after {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 920px) {
  #pagetop:after {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}

#pagetop:hover {
  background-color: #0c5c35;
}

.footer {
  background: #2b8359;
  color: #fff;
  padding: 30px 0;
}

@media print, screen and (min-width: 920px) {
  .footer {
    padding: 50px 0 30px;
  }
}

@media print, screen and (min-width: 920px) {
  .footer .inner {
    display: flex;
    align-items: flex-start;
  }
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  height: 30px;
}

@media print, screen and (min-width: 920px) {
  .footer_logo img {
    height: auto;
    width: 300px;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_content {
    margin-left: auto;
  }
}

.footer_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media print, screen and (min-width: 920px) {
  .footer_list {
    margin-top: 0;
  }
}

.footer_list li {
  margin: 0 5px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 920px) {
  .footer_list li {
    margin: 0 0 0 25px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.footer_list li a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}

.footer_list li a:hover {
  text-decoration: underline;
}

.footer_copy {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .footer_copy {
    text-align: right;
    margin-top: 5px;
  }
}

.animation_box .anime_item,
.first_animation_box .anime_item {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.animation_box .anime_item.fade_up,
.first_animation_box .anime_item.fade_up {
  transform: translateY(10px);
}

.animation_box .anime_item.zoom_in, .animation_box .anime_item.zoom_in2,
.first_animation_box .anime_item.zoom_in,
.first_animation_box .anime_item.zoom_in2 {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0, 0);
}

.animation_box .anime_item.zoom_in2,
.first_animation_box .anime_item.zoom_in2 {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.animation_box .anime_item.circle_open,
.first_animation_box .anime_item.circle_open {
  transition: transform 0.6s ease 0.3s, opacity 0.8s ease;
  transform-origin: center center;
  transform: translateY(-50%) scale(0, 0);
}

.animation_box .anime_item.jump,
.first_animation_box .anime_item.jump {
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.15, 0.63, 0.34, 1.96);
  transform: translateY(10px);
}

.animation_box .anime_item.person_in, .animation_box .anime_item.person_in2,
.first_animation_box .anime_item.person_in,
.first_animation_box .anime_item.person_in2 {
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(50%);
  z-index: 2;
}

.animation_box .anime_item.person_in2,
.first_animation_box .anime_item.person_in2 {
  transform: translateY(30%);
}

.animation_box .anime_item.mv_tora,
.first_animation_box .anime_item.mv_tora {
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.15, 0.63, 0.39, 1.49);
  transform: translate(100px, 100px);
}

.animation_box .anime_item.mv_lis,
.first_animation_box .anime_item.mv_lis {
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.15, 0.63, 0.34, 1.96);
  transform: translateY(20px);
}

.animation_box .anime_item.anime_stamp,
.first_animation_box .anime_item.anime_stamp {
  transition: all 0.5s ease-in-out 0s;
  transform: translate(0, -50%) rotate(-10deg) scale(2, 2) skew(0deg, 0deg);
}

.animation_box .anime_item.boyon,
.first_animation_box .anime_item.boyon {
  transition: opacity 620ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.animation_box.active .anime_item,
.first_animation_box.active .anime_item {
  opacity: 1;
}

.animation_box.active .anime_item.fade_up,
.first_animation_box.active .anime_item.fade_up {
  transform: translateY(0);
}

.animation_box.active .anime_item.zoom_in, .animation_box.active .anime_item.zoom_in2,
.first_animation_box.active .anime_item.zoom_in,
.first_animation_box.active .anime_item.zoom_in2 {
  transform: scale(1, 1);
}

.animation_box.active .anime_item.circle_open,
.first_animation_box.active .anime_item.circle_open {
  transform: translateY(-50%) scale(1, 1);
}

.animation_box.active .anime_item.jump,
.first_animation_box.active .anime_item.jump {
  transform: translateY(0);
}

.animation_box.active .anime_item.person_in, .animation_box.active .anime_item.person_in2,
.first_animation_box.active .anime_item.person_in,
.first_animation_box.active .anime_item.person_in2 {
  transform: translateY(0);
}

.animation_box.active .anime_item.mv_tora,
.first_animation_box.active .anime_item.mv_tora {
  transform: translate(0, 0);
}

.animation_box.active .anime_item.mv_lis,
.first_animation_box.active .anime_item.mv_lis {
  transform: translateY(0);
}

.animation_box.active .anime_item.anime_stamp,
.first_animation_box.active .anime_item.anime_stamp {
  transform: translate(0, -34%) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
}

.animation_box.active .anime_item.boyon,
.first_animation_box.active .anime_item.boyon {
  animation: boyon1 620ms ease forwards;
}

.delay1 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.delay5 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay6 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay7 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay8 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay9 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay11 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay13 {
  transition-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.delay15 {
  transition-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.delay17 {
  transition-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.delay19 {
  transition-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.delay20 {
  transition-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay21 {
  transition-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.delay22 {
  transition-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}

.delay23 {
  transition-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.delay25 {
  transition-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.delay26 {
  transition-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.delay27 {
  transition-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}

.delay28 {
  transition-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}

.delay29 {
  transition-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}

.delay30 {
  transition-delay: 3s !important;
  animation-delay: 3s !important;
}

@-webkit-keyframes korokoro {
  to {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@keyframes korokoro {
  to {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes korokoro-l {
  to {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes korokoro-l {
  to {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes korokoro-2 {
  to {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@keyframes korokoro-2 {
  to {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@-webkit-keyframes front_fukidashi {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  to {
    -webkit-transform: rotate(3deg) translate(3px, -5px);
    transform: rotate(3deg) translate(3px, -5px);
  }
}

@keyframes front_fukidashi {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  to {
    -webkit-transform: rotate(3deg) translate(3px, -5px);
    transform: rotate(3deg) translate(3px, -5px);
  }
}

@keyframes boyon1 {
  0% {
    transform: scale(0.3, 0.3);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.section_default {
  padding: 50px 0;
}

@media print, screen and (min-width: 920px) {
  .section_default {
    padding: 100px 0;
  }
}

.main_title_l {
  text-align: center;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 920px) {
  .main_title_l {
    margin-bottom: 40px;
  }
}

.bg_yellow {
  background-color: #fdf9ed;
}

.bg_gray {
  background: url(../img/common/bg_gray.jpg) repeat 0 0;
  background-size: 50%;
}

.loading {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 300;
  transition: 0.5s ease;
  visibility: visible;
}

.loading .loading_in {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transform-origin: right center;
  background: #fff;
}

.loading .loading_in .img {
  position: relative;
  transition: 0.5s;
  width: 30vw;
}

.loading .loading_in .img .comment {
  display: inline-block;
  margin-bottom: 10px;
}

.loading .loading_in .img .person {
  position: relative;
  right: -3vw;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: korokoro-l;
  animation-timing-function: steps(2);
}

@media print, screen and (min-width: 920px) {
  .loading .loading_in .img {
    width: 220px;
  }
  .loading .loading_in .img .person {
    right: -30px;
  }
}

.loading .loading_in.active .img {
  opacity: 0;
}

.loading.complete {
  opacity: 0;
  visibility: hidden;
}
</pre></body></html>