@charset "UTF-8";
/*
Theme Name: GOOD ROUTE
Version: 1.0.0
*/
body {
  background: white;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 100%;
}
@media (min-width: 520px) {
  body {
    width: 100%;
  }
}
@media (max-width: 340px) {
  body {
    width: 100%;
  }
}
@media (max-width: 499px) {
  body {
    width: 100%;
  }
}
@media (min-width: 500px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
    font-size: 17px;
    line-height: 1.9;
  }
}
@media (min-width: 500px) and (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (min-width: 960px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}
body.bgWhite {
  background-color: #fff;
}
body.loading {
  max-height: 100%;
  overflow: hidden;
}

@media (max-width: 499px) {
  .notsp {
    display: none !important;
  }
}

@media (min-width: 500px) and (max-width: 959px) {
  .nottab {
    display: none !important;
  }
}

@media (min-width: 500px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 340px) {
  .notip5 {
    display: none !important;
  }
}

@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important;
  }
}

@media (max-width: 499px) {
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tabonly {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .pconly {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important;
  }
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 400;
  pointer-events: none;
}
#loading #logoset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
  height: 160px;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}
@media (min-width: 960px) {
  #loading #logoset {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
#loading #logoset.complete {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (min-width: 960px) {
  #loading #logoset.complete {
    -webkit-transform: translateY(-25px) scale(1.5);
            transform: translateY(-25px) scale(1.5);
  }
}
#loading #logoset.second {
  width: 120px;
  height: 120px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#loading #logoset #moya_to_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/moya_to_logo_to_play.svg) no-repeat;
  background-size: 100% 7000%;
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 215;
}
#loading #logoset #moya_to_logo.moya {
  -webkit-animation: moyamoya 1s steps(19) infinite;
          animation: moyamoya 1s steps(19) infinite;
}
#loading #logoset #moya_to_logo.complete {
  background-position: 0 27.5362318841%;
  -webkit-animation: complete 1s steps(20) forwards;
          animation: complete 1s steps(20) forwards;
}
@media (min-width: 960px) {
  #loading #logoset #moya_to_logo.complete {
    -webkit-animation: completePC 1s steps(20) forwards;
            animation: completePC 1s steps(20) forwards;
  }
}
#loading #logoset #moya_to_logo.play {
  background-position: 0 56.5217391304%;
  -webkit-animation: play 1s steps(20) forwards;
          animation: play 1s steps(20) forwards;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#loading #logoset #moya_to_logo.play_to_white {
  background-position: 0 85.5072463768%;
  -webkit-animation: play_to_white 1s steps(10) forwards;
          animation: play_to_white 1s steps(10) forwards;
}
#loading #logoset #moya_to_logo.hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#loading #logoset #logotype {
  width: 220px;
  height: 25px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#loading #logoset #logotype.loaded {
  -webkit-animation: fadein 0.3s forwards;
          animation: fadein 0.3s forwards;
}
#loading #logoset #logotype.fadeOut {
  -webkit-animation: fadeout-height 1s forwards;
          animation: fadeout-height 1s forwards;
}
#loading #logoset #logotype img {
  display: block;
  width: 100%;
  height: auto;
}
#loading.scrolled {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
#loading.nobgwhite {
  background-color: transparent;
}
#loading.open {
  z-index: -1;
}
#loading #front_video_btn {
  position: absolute;
  top: 13.9vh;
  left: 0;
  right: 10px;
  display: none;
  max-width: 1100px;
  margin: auto;
  z-index: 215;
}
@media (min-width: 1280px) {
  #loading #front_video_btn {
    top: 13vh;
  }
}
@media (min-width: 1280px) and (max-height: 900px) {
  #loading #front_video_btn {
    top: 16.9vh;
  }
}
#loading #front_video_btn a {
  display: block;
  width: 135px;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  color: #000;
}
@media (max-width: 340px) {
  #loading #front_video_btn a {
    width: 80px;
  }
}
@media (min-width: 768px) {
  #loading #front_video_btn a {
    width: 165px;
  }
}
#loading #front_video_btn a.video .video_btn {
  position: relative;
  background-color: #FFF;
  font-size: 12px;
  border-radius: 500em;
  border: solid 3px #009FA8;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#loading #front_video_btn a.video .video_btn strong {
  color: #009FA8;
}
#loading #front_video_btn a.video .video_btn img {
  display: block;
  width: 100%;
  border-radius: 500px;
}
#loading #front_video_btn a.video .video_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 159, 168, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 500px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#loading #front_video_btn a.video .video_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(img/icon_play.svg);
  background-size: cover;
  z-index: 15;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 340px) {
  #loading #front_video_btn a.video .video_btn::after {
    width: 20px;
    height: 20px;
  }
}
#loading #front_video_btn a.archive {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  width: 135px;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 500em;
  border: solid 3px #009FA8;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#loading #front_video_btn a.archive span {
  color: #009FA8;
}
#loading #front_video_btn a.archive.hover {
  background-color: #009FA8;
  color: #fff;
}
#loading #front_video_btn a.archive.hover span {
  color: #fff;
}
#loading #front_video_btn a.hover.video .video_btn::before {
  background-color: rgba(0, 159, 168, 0.2);
}
#loading #front_video_btn a.hover.video .video_btn::after {
  width: 35px;
  height: 35px;
}
#loading #front_video_btn a span {
  font-size: 12px;
  font-weight: bold;
}
#loading #front_video_btn a span .gr {
  color: #009FA8;
}
#loading #front_video_btn a .new_icon {
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  #loading #front_video_btn a .new_icon {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media print {
  main {
    width: 80%;
    margin: auto;
    padding-top: 0 !important;
  }
}

.people {
  position: relative;
  width: 20%;
  max-width: 120px;
  height: 60vw;
  max-height: 350px;
  background-size: 500% 100%;
  background-position: 0% 0;
}
.people::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 291.666%;
}
.people .icon {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background-size: 100% 4000%;
  background-position: 0 0%;
}
.people.p1 {
  background-image: url(img/human1.svg?ver=20240207);
}
.people.p1 .icon {
  top: -5px;
}
@media (min-width: 768px) {
  .people.p1 .icon {
    top: -25px;
  }
}
.people.p2 {
  background-image: url(img/human2.svg);
}
.people.p2 .icon {
  top: -5px;
}
@media (min-width: 768px) {
  .people.p2 .icon {
    top: -20px;
  }
}
.people.p3 {
  background-image: url(img/human3.svg);
}
.people.p3 .icon {
  top: 10px;
}
@media (min-width: 768px) {
  .people.p3 .icon {
    top: -10px;
  }
}
.people.p4 {
  background-image: url(img/human4.svg);
}
.people.p4 .icon {
  top: -5px;
}
@media (min-width: 768px) {
  .people.p4 .icon {
    top: -25px;
  }
}
.people.p5 {
  background-image: url(img/human5.svg);
}
.people.p5 .icon {
  top: 10px;
}
@media (min-width: 768px) {
  .people.p5 .icon {
    top: -10px;
  }
}
.people.unzari {
  background-position: 25% 0;
}
.people.unzari .icon {
  background-image: url(img/unzari.svg);
  background-position: 0 0%;
  -webkit-animation: unzari 1s 0s steps(19) forwards, unzariloop 1s 1s steps(20) infinite;
          animation: unzari 1s 0s steps(19) forwards, unzariloop 1s 1s steps(20) infinite;
}
.people.think {
  background-position: 50% 0;
}
.people.think .icon {
  background-image: url(img/moya_to_logo.svg);
  -webkit-animation: icon_moya 1s steps(10) infinite;
          animation: icon_moya 1s steps(10) infinite;
  -webkit-transform: none;
          transform: none;
}
.people.discovery {
  -webkit-animation: thinkdelay 0s 0.9s forwards;
          animation: thinkdelay 0s 0.9s forwards;
}
.people.discovery .icon {
  top: -10px;
  background-image: url(img/moya_to_logo.svg);
  -webkit-animation: icon_discover 1s steps(19) forwards;
          animation: icon_discover 1s steps(19) forwards;
}
@media (min-width: 768px) {
  .people.discovery.p1 .icon, .people.discovery.p4 .icon {
    top: -30px;
  }
}
@media (min-width: 768px) {
  .people.discovery.p2 .icon {
    top: -25px;
  }
}
.people.discovery.p3 .icon, .people.discovery.p5 .icon {
  top: 5px;
}
@media (min-width: 768px) {
  .people.discovery.p3 .icon, .people.discovery.p5 .icon {
    top: -10px;
  }
}
.people.smile {
  background-position: 100% 0;
}
.people.smile .icon {
  background-image: url(img/heart.svg);
  background-size: 100% 2000%;
  background-position: 0 0%;
  -webkit-animation: icon_heart 0.5s steps(19) forwards;
          animation: icon_heart 0.5s steps(19) forwards;
}

.peoplearea {
  pointer-events: none;
  top: calc(100% - 300px);
  left: 0;
  background: #fff;
  width: 100vw;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  margin-bottom: -25px;
}
.peoplearea.scrolled {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  top: 0;
  height: 300px;
}
@media (min-width: 768px) {
  .peoplearea.scrolled {
    height: 290px;
    padding-top: 125px;
  }
}
.peoplearea.story {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 173px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .peoplearea.story {
    height: 195px;
    padding-top: 50px;
  }
}

.peoplearea_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .peoplearea_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 540px;
  }
}
.peoplearea_inner .people {
  position: relative;
}

a {
  color: #009FA8;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.red {
  color: #EF615E;
}

.green {
  color: #009FA8;
}

.bg_main {
  background-color: #edf7f7;
}

h1.img_txt,
h2.img_txt {
  margin-bottom: 80px;
}
h1.img_txt img,
h2.img_txt img {
  display: block;
  width: auto;
  height: 21px;
  max-width: initial;
  margin: auto;
}
h1.page_title,
h2.page_title {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  h1.page_title,
  h2.page_title {
    margin-bottom: 80px;
    font-size: 28px;
  }
}

.contents {
  background-color: #edf7f7;
  padding: 60px 15px;
}
.contents .contents_inner {
  background-color: #FFF;
  max-width: 650px;
  margin: auto;
  padding: 30px 15px;
  border-radius: 15px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .contents .contents_inner {
    padding: 45px;
  }
}
@media (min-width: 960px) {
  .contents .contents_inner {
    border-radius: 30px;
  }
}
.contents .nothing {
  text-align: center;
}

.has-small-font-size {
  font-size: 12px;
}
@media (min-width: 768px) {
  .has-small-font-size {
    font-size: 14px;
  }
}

.has-medium-font-size {
  font-size: 16px;
}
@media (min-width: 768px) {
  .has-medium-font-size {
    font-size: 20px;
  }
}

.contents .wp-block-image {
  margin-bottom: 2em;
}
.contents p {
  margin-bottom: 2em;
  text-align: justify;
}
.contents p.withcap {
  margin-bottom: 0.5em;
}
.contents p.has-text-align-left {
  text-align: left;
}
.contents p.has-text-align-center {
  text-align: center;
}
.contents p.has-text-align-right {
  text-align: right;
}
.contents .wp-block-button__link {
  background-color: #009FA8;
  border: solid 1px #009FA8;
  border-radius: 5px;
  font-size: 16px;
}
.contents .wp-block-button__link:hover {
  background: #FFF;
  color: #009FA8;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #009FA8;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=url]:focus,
form textarea:focus {
  background: rgba(234, 249, 249, 0.5);
}
form input[type=text].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=url].wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  background-color: #FFF4DB;
  border-color: #EF615E;
}
form input[type=text].wpcf7-not-valid .wpcf7-list-item,
form input[type=email].wpcf7-not-valid .wpcf7-list-item,
form input[type=tel].wpcf7-not-valid .wpcf7-list-item,
form input[type=url].wpcf7-not-valid .wpcf7-list-item,
form textarea.wpcf7-not-valid .wpcf7-list-item {
  background-color: red;
}
form textarea {
  height: 250px;
  line-height: 1.7;
}
form span.wpcf7-list-item {
  margin: 0;
}
form label {
  position: relative;
  display: block;
  cursor: pointer;
}
form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item {
  position: relative;
  display: block;
}
form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item::before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -10px;
  right: -10px;
  display: block;
  border: solid 1px rgba(239, 97, 94, 0.5);
  border-radius: 5px;
}
form input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: solid 4px #009FA8;
  border-bottom: solid 4px #009FA8;
  border-radius: 1px;
  -webkit-animation: checked 0.3s forwards;
          animation: checked 0.3s forwards;
}
form .wpcf7-list-item-label {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
}
form .wpcf7-list-item-label .required {
  font-size: 12px;
  font-weight: bold;
  color: #EF615E;
}
form .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 2px;
}
form .wpcf7-form-control.button_send {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #009FA8;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
  border: solid 2px #009FA8;
  color: #FFF;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form .wpcf7-form-control.button_send.hover {
  background-color: #fff;
  border: solid 2px #009FA8;
  color: #009FA8;
}
div.wpcf7 form .ajax-loader {
  display: block;
  margin: 8px auto;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 2em 0;
  padding: 15px;
  font-size: 14px;
  border: solid 2px #EF615E;
  border-radius: 5px;
  color: #EF615E;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 2em 0;
  padding: 15px;
  font-size: 14px;
  border: solid 2px #009FA8;
  border-radius: 5px;
  color: #009FA8;
}
form .wpcf7-not-valid-tip {
  color: #EF615E;
  font-size: 13px;
  font-weight: bold;
}
form .turnstile {
  margin-top: 20px;
}

.objectfit.ofi-cover {
  font-family: "object-fit: cover;";
}
.objectfit.ofi-contain {
  font-family: "object-fit: contain;";
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: solid 2px #009FA8;
  border-radius: 15px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 13px;
}

header#global {
  position: fixed;
  top: 0;
  background-color: #FFF;
  width: 100%;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  z-index: 300;
}
@media (min-width: 768px) {
  header#global {
    padding: 25px 15px;
  }
}
@media print {
  header#global {
    display: none;
  }
}
header#global.alpha {
  background-color: transparent;
}
header#global.alpha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  z-index: -1;
}
header#global.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
header#global .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: auto;
}
header#global #logo {
  max-width: 200px;
}
@media (min-width: 768px) {
  header#global #logo {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  header#global #logo {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  header#global #logo img {
    max-width: initial;
    width: 100%;
  }
}
header#global #header_nav {
  display: none;
}
@media (min-width: 960px) {
  header#global #header_nav {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
header#global ul.global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: clamp(10px, 1.8vw, 20px);
  font-size: clamp(14px, 1.48vw, 16px);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
header#global ul.global_nav li {
  margin-left: 0;
}
header#global ul.global_nav li a {
  position: relative;
  display: block;
  padding: 5px;
  color: #000;
  text-decoration: none;
}
header#global ul.global_nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border: solid 6px rgba(223, 239, 239, 0);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#global ul.global_nav li a.hover::before, header#global ul.global_nav li a.active::before {
  border: solid 6px #dfefef;
}
@media (min-width: 960px) {
  header#global #spmenu {
    display: none;
  }
}
header#global #spmenu #nav_openbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009FA8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 310;
}
header#global #spmenu #nav_openbtn .hamburger {
  position: relative;
  width: 20px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header#global #spmenu #nav_openbtn span {
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header#global #spmenu #nav_openbtn span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
header#global #spmenu #nav_openbtn span:nth-of-type(2) {
  position: absolute;
  top: 7px;
  left: 0;
}
header#global #spmenu #nav_openbtn span:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}
header#global #spmenu.open .hamburger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#global #spmenu.open span:nth-of-type(1) {
  position: absolute;
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
header#global #spmenu.open span:nth-of-type(2) {
  opacity: 0;
}
header#global #spmenu.open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
header#global #spnavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #009FA8;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: 300;
}
header#global #spnavi nav {
  height: 100%;
}
header#global #spnavi .spnavi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  padding: 90px 15px;
}
@media (max-width: 340px) {
  header#global #spnavi .spnavi_inner {
    padding: 50px 15px;
  }
}
header#global #spnavi.open {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
}
header#global #spnavi a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
header#global #spnavi a.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border: solid 6px #07ADAD;
  border-radius: 50%;
  z-index: -1;
}
header#global #spnavi .nav-logo {
  margin-top: 20px;
}

@media print {
  footer {
    width: 63%;
    margin: auto;
    border-top: solid 1px #009FA8;
  }
}
footer .footer_inner {
  padding: 15px 15px 45px;
}
footer #ftnavi {
  margin: auto;
}
@media (min-width: 768px) {
  footer #ftnavi {
    margin-bottom: 45px;
  }
}
footer .ftnavi_inner {
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .ftnavi_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 830px;
    margin: auto;
  }
}
@media print {
  footer .ftnavi_inner {
    display: none;
  }
}
footer .ftnavi_inner li {
  margin: 5px 0;
  padding: 5px 0;
}
footer .ftnavi_inner li a {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  z-index: 10;
}
@media (min-width: 768px) {
  footer .ftnavi_inner li a {
    font-size: clamp(14px, 1.4vw, 16px);
  }
}
footer .ftnavi_inner li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border: solid 6px rgba(223, 239, 239, 0);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ftnavi_inner li a.hover::before, footer .ftnavi_inner li a.active::before {
  border: solid 6px #dfefef;
}
footer .ftlogo {
  max-width: 300px;
  margin: 0 auto 20px;
}
@media print {
  footer .ftlogo {
    max-width: 250px;
  }
}
footer .ftlogo img {
  display: block;
  margin: auto;
}
footer .copylight {
  text-align: center;
  font-size: 10px;
  color: #999;
}

.home .home_slider {
  width: 94vw;
  height: 51vw;
  margin: 60px auto 0 !important;
  border: solid 2px #009FA8;
  border-radius: 10px;
  padding: 3px;
  max-width: 650px;
  max-height: 356px;
}
@media (min-width: 500px) {
  .home .home_slider {
    border-width: 4px;
    border-radius: 12px;
  }
}
.home .home_slider .slick-list {
  border-radius: 5px;
}
@media (min-width: 500px) {
  .home .home_slider .slick-list {
    border-radius: 6px;
  }
}
.home .home_slider img {
  width: calc(94vw - 10px);
  height: calc(51vw - 10px);
  max-width: 640px;
  max-height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 500px) {
  .home .home_slider img {
    width: calc(94vw - 14px);
    height: calc(51vw - 14px);
    max-width: 636px;
    max-height: 342px;
  }
}
.home .home_slider-cmt {
  width: calc(94vw - 10px);
  margin: 10px auto 50px !important;
  max-width: 640px;
  color: #009FA8;
  font-size: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .home .home_slider-cmt {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px !important;
  }
  .home .home_slider-cmt .slick-list {
    width: 25em;
  }
}
.home .home_slider-cmt .slick-slide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .home .home_slider-cmt .slick-dots {
    bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.home .home_slider-cmt .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background-color: #c2d2d2;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border-radius: 5px;
  color: transparent;
  opacity: 1;
}
@media (min-width: 500px) {
  .home .home_slider-cmt .slick-dots li button:before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}
.home .home_slider-cmt .slick-dots li.slick-active button:before {
  background-color: #009FA8;
}
.home #top_news {
  margin-bottom: 80px;
}
.home #top_news .top_news_inner {
  padding: 50px 15px 80px;
}
.home #top_news .sec_ttl {
  font-size: 25px;
  font-weight: bold;
  color: #009FA8;
  text-align: center;
  margin: 75px 0 40px;
  letter-spacing: 0.1em;
}
@media (min-width: 500px) {
  .home #top_news .sec_ttl {
    font-size: 28px;
  }
}

#front .section {
  padding-top: 300px !important;
}
@media (min-width: 768px) {
  #front .section {
    padding-top: 290px !important;
  }
}
#front .section.story {
  padding-top: 173px !important;
}
@media (min-width: 768px) {
  #front .section.story {
    padding-top: 195px !important;
  }
}
#front #section0 {
  position: relative;
  background: #fff;
  z-index: 10000;
}
#front #section0.section {
  padding-top: 0 !important;
}
#front .top01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  z-index: 300;
}
@media (min-width: 768px) {
  #front .top01 {
    max-width: 600px;
  }
}
#front .top01 .logo_wrap {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
}
@media (min-width: 768px) {
  #front .top01 .logo_wrap {
    width: 320px;
  }
}
@media (min-width: 960px) {
  #front .top01 .logo_wrap {
    width: 600px;
  }
}
#front #top_news .fp-scrollable {
  overflow: visible;
}
#front #top_news .top_news_inner {
  padding: 50px 15px 190px;
}
#front #top_news h2 img {
  display: block;
  margin: 0 auto 50px;
}
#front .top_message_inner {
  background-color: #fff;
  max-width: 700px;
  margin: 30px 15px;
  padding: 30px;
  border-radius: 15px;
  text-align: justify;
  line-height: 1.75;
}
@media (min-width: 768px) {
  #front .top_message_inner {
    max-width: 600px;
    margin: 30px auto;
    padding: 45px;
  }
}
@media (min-width: 960px) {
  #front .top_message_inner {
    max-width: 700px;
    padding: 60px;
    font-size: 20px;
    border-radius: 30px;
  }
}
#front .top_message_inner p {
  margin-bottom: 1.5em;
}
#front .section_fuki {
  position: relative;
  height: 100%;
  margin: auto;
  padding: 0 15px;
}
#front .section_fuki .fp-scroller {
  height: 100%;
}
#front .section_fuki .fuki_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 520px;
  margin: auto;
}
@media (min-width: 960px) {
  #front .section_fuki .fuki_wrap {
    width: 620px;
  }
}
#front .section_fuki .fuki {
  position: absolute;
  top: 10px;
  display: none;
  background-color: #fff;
  margin-top: 64px;
  padding: 15px;
  font-weight: bold;
  line-height: 1.7;
  border-radius: 500em;
  font-size: 16px;
}
@media (min-width: 500px) {
  #front .section_fuki .fuki {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  #front .section_fuki .fuki {
    font-size: 20px;
  }
}
#front .section_fuki .fuki::before {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background: url(img/mokumoku.svg) no-repeat;
  background-size: cover;
  background-position: 0 -192px;
  width: 66px;
  height: 64px;
}
#front .section_fuki .fuki.fuki01 {
  left: 3%;
  width: 260px;
  text-align: center;
}
@media (min-width: 500px) {
  #front .section_fuki .fuki.fuki01 {
    left: 12%;
  }
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki01 {
    left: 14%;
  }
}
@media (min-width: 960px) {
  #front .section_fuki .fuki.fuki01 {
    width: 280px;
  }
}
#front .section_fuki .fuki.fuki01::before {
  left: 23px;
  right: 0;
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki01::before {
    left: 15%;
  }
}
#front .section_fuki .fuki.fuki02 {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  margin: 64px auto;
  text-align: center;
}
@media (min-width: 500px) {
  #front .section_fuki .fuki.fuki02 {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki02 {
    left: 18%;
    width: 65%;
  }
}
#front .section_fuki .fuki.fuki02::before {
  left: auto;
  right: 5%;
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki02::before {
    left: auto;
    right: 13%;
  }
}
#front .section_fuki .fuki.fuki03 {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  margin: 64px auto;
  text-align: center;
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki03 {
    left: -5%;
    right: auto;
    width: 64%;
    max-width: initial;
  }
}
#front .section_fuki .fuki.fuki03::before {
  left: 15px;
  right: 0;
}
#front .section_fuki .fuki.fuki04 {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  margin: 64px auto;
  text-align: center;
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki04 {
    left: auto;
    right: -8%;
    width: 60%;
    max-width: initial;
  }
}
#front .section_fuki .fuki.fuki04::before {
  left: auto;
  right: 15px;
}
#front .section_fuki .fuki.fuki05 {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  margin: 64px auto;
  text-align: center;
}
@media (min-width: 500px) {
  #front .section_fuki .fuki.fuki05 {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki05 {
    width: 62%;
  }
}
#front .section_fuki .fuki.fuki05::before {
  left: 120px;
  right: 0;
}
@media (min-width: 768px) {
  #front .section_fuki .fuki.fuki05::before {
    left: 45%;
  }
}
#front #section10 .message_box {
  clear: both;
}
#front #section10 .message_box .ill_family,
#front #section10 .message_box .ill_photo {
  display: block;
  max-width: 170px;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  #front #section10 .message_box .ill_family,
  #front #section10 .message_box .ill_photo {
    max-width: initial;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #front #section10 .message_box:nth-child(odd) p {
    float: left;
    padding: 40px 0 0 70px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #front #section10 .message_box:nth-child(odd) p {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #front #section10 .message_box:nth-child(odd) .ill_family {
    float: right;
    max-width: 180px;
    margin: -25px -100px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #front #section10 .message_box:nth-child(odd) .ill_family {
    margin-top: -35px;
  }
}
@media (min-width: 768px) {
  #front #section10 .message_box:nth-child(even) p {
    float: right;
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #front #section10 .message_box:nth-child(even) p {
    width: 81%;
  }
}
@media (min-width: 768px) {
  #front #section10 .message_box:nth-child(even) .ill_photo {
    float: left;
    width: 30%;
    margin: -25px 0 0 -70px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #front #section10 .message_box:nth-child(even) .ill_photo {
    margin-left: -110px;
  }
}
@media (min-width: 768px) {
  #front #section10 .message_box:nth-child(even)::after {
    content: "";
    display: block;
    clear: both;
  }
  #front #section10 .message_box:last-of-type {
    margin-bottom: 0;
  }
  #front #section10 .message_box.message_photo {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
#front #section10 .ill_photo {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #front #section11 .top_message_inner {
    margin-bottom: 75px;
  }
}
#front #section11 .dictionary {
  margin-bottom: 2em;
  padding: 20px 0;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#front #section11 .dictionary h2 {
  margin: 0 0 5px;
  font-size: 14px;
}
#front #section11 .dictionary h2 span {
  margin-right: 5px;
  font-size: 20px;
}
#front #section11 .dictionary ol {
  counter-reset: top_counter;
  position: relative;
  padding-left: 2.5em;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 768px) {
  #front #section11 .dictionary ol {
    margin: 0 10px;
    font-size: 16px;
  }
}
#front #section11 .dictionary ol::before {
  position: absolute;
  top: 0.7em;
  left: 0.2em;
  content: "";
  background-color: #000;
  width: 1.5em;
  height: 1px;
}
#front #section11 .dictionary ol li {
  position: relative;
  display: inline;
  margin: 0 5px 8px 0;
}
@media (min-width: 768px) {
  #front #section11 .dictionary ol li {
    margin: 0 0.5em 8px 0;
  }
}
#front #section11 .think {
  margin: 2.5em 0 1em;
}
#front #section11 .think a {
  display: block;
  background-color: #009FA8;
  max-width: 358px;
  margin: auto;
  padding: 1em 0.8em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: solid 2px #009FA8;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#front #section11 .think a.hover {
  background-color: #FFF;
  color: #009FA8;
}
#front footer {
  background-color: #fff;
}

#fp-nav {
  top: 287px;
  opacity: 0.5;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
#fp-nav.fp-right {
  right: 5px;
}
#fp-nav ul li a span {
  background-color: #009FA8;
}

a.scrollCap {
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
@media (min-width: 960px) {
  a.scrollCap {
    pointer-events: all;
    position: fixed;
    right: 5%;
    bottom: 0;
    display: inline-block;
    padding: 10px 10px 80px;
    overflow: hidden;
    color: #009FA8;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    z-index: 400;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
    -webkit-animation: scr 2s ease infinite;
            animation: scr 2s ease infinite;
  }
  a.scrollCap::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 45px;
    background: url(img/arrow.svg) no-repeat;
    background-size: contain;
    background-position: 0 0;
    bottom: 25px;
    left: calc(50% - 5px);
  }
}
a.scrollCap.loaded {
  opacity: 1;
}

a.gototop {
  display: none;
  pointer-events: all;
  position: fixed;
  right: 5%;
  bottom: -10%;
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 960px) {
  a.gototop {
    top: 210px;
    bottom: auto;
  }
}
a.gototop::before {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: solid 3px #aaa;
  border-left: solid 3px #aaa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.gototop::after {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  content: "";
  background-color: #aaa;
  width: 3px;
  height: 15px;
  margin: auto;
}
a.gototop.show {
  display: block;
  bottom: 5%;
}
@media (min-width: 960px) {
  a.gototop.show {
    top: 210px;
    bottom: auto;
  }
}
a.gototop.hover {
  color: #666;
}
a.gototop.hover::before {
  border-top: solid 3px #666;
  border-left: solid 3px #666;
}
a.gototop.hover::after {
  background-color: #666;
}

.whitebg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

.page .contents {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .page .contents {
    padding: 60px 15px 90px;
  }
}

main .post {
  margin: 60px 0;
}

#think .contents {
  padding-bottom: 0;
}
#think .contents p {
  clear: both;
  text-align: justify;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  #think .contents p {
    margin-bottom: 45px;
  }
}
#think #think_top {
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  #think #think_top {
    margin-bottom: 50px;
  }
}
#think #think_top .top_message_inner .ill_family,
#think #think_top .top_message_inner .ill_photo {
  display: block;
  max-width: 170px;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  #think #think_top .top_message_inner .ill_family,
  #think #think_top .top_message_inner .ill_photo {
    max-width: initial;
    margin: 0;
  }
}
#think #think_top .message_box {
  clear: both;
}
@media (min-width: 768px) {
  #think #think_top .message_box-top p {
    float: left;
    padding: 0 0 0 70px;
  }
  #think #think_top .message_box-top .ill_family {
    float: right;
    max-width: 165px;
    margin: -105px -100px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #think #think_top .message_box-top .ill_family {
    margin-top: -105px;
  }
}
@media (min-width: 768px) {
  #think #think_top .message_box-bottom p {
    float: right;
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #think #think_top .message_box-bottom p {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #think #think_top .message_box-bottom p {
    width: 81%;
  }
}
@media (min-width: 768px) {
  #think #think_top .message_box-bottom .ill_photo {
    float: left;
    width: 30%;
    margin: -50px 0 0 -110px;
  }
  #think #think_top .message_box-bottom::after {
    content: "";
    display: block;
    clear: both;
  }
  #think #think_top .message_box:last-of-type {
    margin-bottom: 0;
  }
  #think #think_top .message_box.message_photo {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
#think #think_top .ill_photo {
  margin-bottom: 0;
}
#think #think_top .dictionary {
  margin-bottom: 2em;
  padding: 20px 0;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#think #think_top .dictionary h2 {
  margin: 0 0 5px;
  font-size: 14px;
}
#think #think_top .dictionary h2 span {
  margin-right: 5px;
  font-size: 20px;
}
#think #think_top .dictionary ol {
  counter-reset: top_counter;
  position: relative;
  padding-left: 2.5em;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 768px) {
  #think #think_top .dictionary ol {
    margin: 0 10px;
    font-size: 16px;
  }
}
#think #think_top .dictionary ol::before {
  position: absolute;
  top: 0.7em;
  left: 0.2em;
  content: "";
  background-color: #000;
  width: 1.5em;
  height: 1px;
}
#think #think_top .dictionary ol li {
  position: relative;
  display: inline;
  margin: 0 5px 8px 0;
}
@media (min-width: 768px) {
  #think #think_top .dictionary ol li {
    margin: 0 0.5em 8px 0;
  }
}
#think.post {
  margin-bottom: 180px;
}
#think .img_txt {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #think .img_txt {
    margin-bottom: 10px;
  }
}
#think .ill_area {
  position: relative;
}
#think .ill_area::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  display: block;
  background: #edf7f7;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  #think .ill_area .ill {
    margin-top: -45px;
  }
}
#think .ill_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  max-width: 380px;
  padding: 0 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #think .ill_box {
    max-width: 450px;
  }
}
#think .ill_box .ill_wrap {
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 80px;
  margin: 0 auto;
  text-align: center;
}
#think .ill_box .moya {
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(img/moya_to_logo.svg);
  background-size: 100% 4000%;
  background-position: 0 0%;
  -webkit-animation: icon_moya 1s steps(10) infinite;
          animation: icon_moya 1s steps(10) infinite;
}
#think .ill_box .moya.p1 {
  -webkit-transform: translateY(0px) scale(1.2);
          transform: translateY(0px) scale(1.2);
}
#think .ill_box .moya.p2 {
  -webkit-transform: translateY(2px) scale(1.2);
          transform: translateY(2px) scale(1.2);
}
#think .ill_box .moya.p3 {
  -webkit-transform: translateY(17px) scale(1.2);
          transform: translateY(17px) scale(1.2);
}
@media (min-width: 768px) {
  #think .ill_box .moya.p1 {
    -webkit-transform: translateY(50px) scale(1.2);
            transform: translateY(50px) scale(1.2);
  }
  #think .ill_box .moya.p2 {
    -webkit-transform: translateY(52px) scale(1.2);
            transform: translateY(52px) scale(1.2);
  }
  #think .ill_box .moya.p3 {
    -webkit-transform: translateY(60px) scale(1.2);
            transform: translateY(60px) scale(1.2);
  }
}
#think .ill_box .ill {
  background-position: 50% 0;
  width: 100%;
  min-width: initial;
  height: 210px;
  margin: auto;
}
@media (min-width: 768px) {
  #think .ill_box .ill {
    height: 306px;
  }
}
#think .ill_box .ill::before {
  display: none;
}
#think .accordion_wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #think .accordion_wrap {
    margin-top: 50px;
  }
}
#think .accordion_wrap hgroup {
  margin-bottom: 30px;
}
#think .accordion_wrap hgroup h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #009FA8;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#think .accordion_wrap hgroup h3 {
  font-size: 16px;
  text-align: center;
  line-height: 2.0625;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#think .accordion_wrap .accrdion_list {
  list-style: none;
}
#think .accordion_wrap .accrdion_list li {
  position: relative;
  margin-bottom: 25px;
  padding: 20px 15px;
  border: 1px solid #009FA8;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#think .accordion_wrap .accrdion_list li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #009FA8;
}
@media (min-width: 960px) {
  #think .accordion_wrap .accrdion_list li h4 {
    font-size: 20px;
  }
}
#think .accordion_wrap .accrdion_list li h4 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
}
#think .accordion_wrap .accrdion_list li h4 label::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: solid 4px #009FA8;
  border-radius: 100%;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
#think .accordion_wrap .accrdion_list li h4 label::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: 0;
  border-left: 2px solid #009FA8;
  border-bottom: 2px solid #009FA8;
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#think .accordion_wrap .accrdion_list li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#think .accordion_wrap .accrdion_list li input[type=checkbox]:checked + h4 label::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
#think .accordion_wrap .accrdion_list li input[type=checkbox]:checked + h4 + .accrdion_cont {
  height: auto;
  min-height: 100px;
  margin-top: 10px;
  padding: 20px 0;
  border-top: 2px solid #009FA8;
}
@media (min-width: 960px) {
  #think .accordion_wrap .accrdion_list li input[type=checkbox]:checked + h4 + .accrdion_cont {
    padding: 20px 15px;
  }
}
#think .accordion_wrap .accrdion_list li .accrdion_cont {
  height: 0;
  min-height: 0;
  border-top: 2px solid transparent;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 960px) {
  #think .accordion_wrap .accrdion_list li .accrdion_cont {
    padding: 0 15px;
  }
}
#think .accordion_wrap .accrdion_list li .ac_body p {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}
#think .accordion_wrap .accrdion_list li .ac_body p strong {
  color: #FA8C46;
}
#think .accordion_wrap .accrdion_list li .ac_body p:empty {
  display: none;
}
#think .accordion_wrap .accrdion_list li .ac_photo h5 {
  margin-bottom: 10px;
  text-align: center;
}
#think .accordion_wrap .accrdion_list li .ac_photo figure img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
#think .accordion_wrap .accrdion_list li .ac_photo figure figcaption {
  margin-top: -10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
#think .ill_area_ft {
  padding: 0 5px;
  overflow: hidden;
}
#think .ill_area_ft .ill_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 320px;
  margin: -70px auto 0;
  overflow: hidden;
  -webkit-transform: translateY(45%) scale(1.2);
          transform: translateY(45%) scale(1.2);
}
@media (min-width: 768px) {
  #think .ill_area_ft .ill_box {
    max-width: 400px;
  }
}
#think .ill_area_ft .ill_box .ill_wrap {
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 30%;
  max-width: 80px;
  margin: 0 auto;
}
#think .ill_area_ft .ill_box .discovery {
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(img/moya_to_logo.svg);
  background-size: 100% 4000%;
  background-position: 0 100%;
}
#think .ill_area_ft .ill_box .discovery.p1 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (min-width: 768px) {
  #think .ill_area_ft .ill_box .discovery.p1 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#think .ill_area_ft .ill_box .discovery.p2 {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (min-width: 768px) {
  #think .ill_area_ft .ill_box .discovery.p2 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
#think .ill_area_ft .ill_box .discovery.p3 {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
@media (min-width: 768px) {
  #think .ill_area_ft .ill_box .discovery.p3 {
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
}
#think .ill_area_ft .ill_box .ill {
  height: 240px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-position: 75% 0;
}
#think .contents2 {
  max-width: 840px;
  margin: auto;
  padding: 50px 15px 0;
}
#think .contents2 h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  #think .contents2 h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
#think .contents2 h3 {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  color: #009FA8;
  font-weight: normal;
}
@media (min-width: 768px) {
  #think .contents2 h3 {
    font-size: 16px;
  }
  #think .contents2 h3 .title_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #think .contents2 h3 .title_inner::before, #think .contents2 h3 .title_inner::after {
    content: "";
    display: inline-block;
    background: #009FA8;
    width: 4.5em;
    height: 1px;
  }
  #think .contents2 h3 .title_inner::before {
    margin-right: 1em;
  }
  #think .contents2 h3 .title_inner::after {
    margin-left: 1em;
  }
}
#think .contents2 .change_contents_wrap {
  margin-bottom: 70px;
}
#think .contents2 .change_contents_wrap .change_content {
  margin-bottom: 70px;
}
#think .contents2 .change_contents_wrap .change_content:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_ttlarea {
  margin-bottom: -45px;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_ttlarea {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-right: -45px;
    margin-bottom: 0;
    z-index: 10;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title {
    font-size: 24px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
#think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title .droptext {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 5px;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title .droptext {
    font-size: 38px;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title .droptext::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border: solid 10px #009FA8;
  border-radius: 50%;
}
#think .contents2 .change_contents_wrap .change_content .change_ttlarea .change_ill {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_ttlarea .change_ill {
    width: 95%;
    margin-bottom: 100px;
    padding: 0;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_ttlarea .change_ill img {
  display: block;
  margin: auto;
}
#think .contents2 .change_contents_wrap .change_content .change_text {
  padding: 65px 20px 30px;
  border: solid 1px #009FA8;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_text {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 40px 40px 40px 50px;
  }
}
@media (min-width: 960px) {
  #think .contents2 .change_contents_wrap .change_content .change_text {
    margin-top: 45px;
    border-radius: 30px;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_text p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.85;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_text p {
    font-size: 16px;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #009FA8;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content h5 {
  margin-bottom: 3px;
  font-size: 15px;
  text-align: center;
  color: #009FA8;
}
@media (min-width: 768px) {
  #think .contents2 .change_contents_wrap .change_content .change_text .video_content h5 {
    font-size: 17px;
  }
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 58.3908045977%;
  border: solid 2px #009FA8;
  border-radius: 10px;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area .play_iframe {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area .play_iframe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(210, 211, 211, 0.8);
  width: 100%;
  height: 100%;
  border: solid 5px #fff;
  border-radius: 8px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area .play_iframe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  background: url("img/icon_play.svg");
  background-size: cover;
  z-index: 15;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area .play_iframe.hover::before {
  background-color: rgba(210, 211, 211, 0.5);
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area .play_iframe.hover::after {
  width: 60px;
  height: 60px;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_area .play_iframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px #fff;
  border-radius: 8px;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_interviewee {
  font-size: 15px;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_interviewee p {
  text-align: center;
}
#think .contents2 .change_contents_wrap .change_content .change_text .video_content .video_interviewee strong {
  font-weight: bold;
  color: #009FA8;
}
#think .contents2 .interview_btn_area {
  max-width: 320px;
  margin: auto;
}
#think .contents2 .interview_btn_area a {
  display: block;
  background-color: #009FA8;
  padding: 1.5em 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: solid 3px #009FA8;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#think .contents2 .interview_btn_area a.hover {
  background-color: #FFF;
  color: #009FA8;
}

#about h1.img_txt {
  margin-bottom: 70px;
}
#about .ill_area {
  position: relative;
}
#about .ill_area::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  display: block;
  background: #edf7f7;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#about .ill_area .ill_wrap {
  width: 80px;
  margin: auto;
}
#about .contents figure img {
  width: 100%;
}
#about .about_ft_ill {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 190px;
  margin-bottom: -30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #about .about_ft_ill {
    margin-bottom: -45px;
  }
}
#about .about_ft_ill .about_ft_ill_area {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #about .about_ft_ill .about_ft_ill_area {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#about .about_ft_ill .about_ft_ill_area .people {
  width: 32%;
  min-width: initial;
  max-width: 100px;
  height: auto;
}
#about .about_ft_ill .about_ft_ill_area .people.p1, #about .about_ft_ill .about_ft_ill_area .people.p5 {
  display: none;
}
@media (min-width: 500px) {
  #about .about_ft_ill .about_ft_ill_area .people.p1, #about .about_ft_ill .about_ft_ill_area .people.p5 {
    display: block;
  }
}
#about .contents2 {
  margin-bottom: 80px;
  padding-top: 60px;
}
@media (min-width: 960px) {
  #about .contents2 {
    margin-bottom: 90px;
  }
}
#about .contents2:last-of-type {
  margin-bottom: 0;
}
#about .contents2 h2,
#about .contents2 h3 {
  text-align: center;
}
#about .contents2 h2 {
  margin-bottom: 5px;
  font-size: 24px;
}
@media (min-width: 768px) {
  #about .contents2 h2 {
    font-size: 28px;
  }
}
#about .contents2 h3 {
  margin-bottom: 50px;
  font-size: 10px;
  font-weight: normal;
  color: #009FA8;
}
@media (min-width: 768px) {
  #about .contents2 h3 {
    margin-bottom: 60px;
  }
}
#about .contents2 .project_wrap {
  padding: 0 15px;
}
#about .contents2 .member_list {
  max-width: 500px;
  margin: auto;
  padding: 40px 30px;
  border: solid 2px #009FA8;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 340px) {
  #about .contents2 .member_list {
    padding: 30px 15px;
    font-size: 14px;
  }
}
#about .contents2 .member_list li {
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
#about .contents2 .member_list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #about .contents2 .member_list li {
    position: relative;
    margin-bottom: 35px;
  }
}
#about .contents2 .member_list li a span {
  text-decoration: underline;
}
#about .contents2 .member_list li a:visited {
  text-decoration: underline;
}
#about .contents2 .member_list li span {
  display: inline-block;
  margin-right: 0.5em;
}
#about .contents2 .member_list li span:last-of-type {
  margin-right: 0;
}
#about .content_logomark {
  width: 75.86%;
  max-width: 260px;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  #about .content_logomark {
    padding: 2em 0;
  }
}

#contact .form_item {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #contact .form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact .form_item.form_privacy {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
}
#contact .form_item .form_title {
  font-weight: bold;
}
@media (min-width: 768px) {
  #contact .form_item .form_title {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
#contact .form_item .form_title.required::after {
  content: "（必須）";
  display: inline-block;
  margin-left: 8px;
  color: #EF615E;
  font-size: 13px;
}
#contact .form_item .form_conts {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
#contact .privacy_policy {
  background-color: #EEEEEE;
  padding: 10px;
  font-size: 12px;
  text-align: justify;
}
@media (min-width: 768px) {
  #contact .privacy_policy {
    font-size: 14px;
  }
}
#contact .btnarea {
  text-align: right;
}
#contact .btnset {
  display: inline-block;
}
#contact .recaptcha {
  padding-top: 20px;
  font-size: 13px;
  color: #999;
}
@media (min-width: 768px) {
  #contact .recaptcha {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #contact form.wpcf7-form .message {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
#contact form.wpcf7-form .thanks_conts {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
#contact form.wpcf7-form .thanks_conts h2 {
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
  color: #009FA8;
}
#contact form.wpcf7-form .thanks_conts .thanks_mess {
  font-size: 14px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 20px;
}
#contact form.wpcf7-form .thanks_conts .thanks_btn {
  text-align: center;
}
#contact form.wpcf7-form.sent {
  position: relative;
}
#contact form.wpcf7-form.sent .thanks_conts {
  display: block;
  visibility: visible;
}
#contact form.wpcf7-form.sent .message,
#contact form.wpcf7-form.sent #contact_asakatsu,
#contact form.wpcf7-form.sent #mainform {
  display: none;
}

#project .contents .contents_inner {
  background-color: transparent;
  max-width: 800px;
  padding: 0;
}
#project .contents .contents_inner .goodroute_project_block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #project .contents .contents_inner .goodroute_project_block {
    margin-bottom: 60px;
  }
}
#project .contents .contents_inner .goodroute_project_block:last-of-type {
  margin-bottom: 0;
}
#project .contents .contents_inner .project_wrap {
  position: relative;
  background: #fff;
  border: solid 2px #009FA8;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #project .contents .contents_inner .project_wrap {
    border-radius: 30px;
  }
}
#project .contents .contents_inner .project_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #009FA8;
  padding: 14px;
  padding-left: 50px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #009FA8;
  border-radius: 12px 12px 0 0;
}
@media (min-width: 768px) {
  #project .contents .contents_inner .project_ttl {
    padding: 30px;
    padding-left: 70px;
    font-size: 30px;
    border-radius: 22px 22px 0 0;
  }
}
#project .contents .contents_inner .project_ttl::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 15px;
  width: 1.25em;
  height: 1.25em;
  border: solid 4px #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #project .contents .contents_inner .project_ttl::before {
    top: 32px;
    left: 25px;
    width: 1.2em;
    height: 1.2em;
    border: solid 6px #fff;
  }
}
#project .contents .contents_inner .project_body {
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #project .contents .contents_inner .project_body {
    padding: 30px 50px;
    font-size: 16px;
    line-height: 2;
  }
}
#project .contents .contents_inner .project_body p:last-of-type {
  margin-bottom: 0;
}
#project .contents .contents_inner .project_image {
  margin-bottom: 20px;
}
#project .contents .contents_inner .project_image img {
  display: block;
}
#project .contents .contents_inner .project_attachment {
  padding: 10px 20px 1em;
  font-size: 14px;
}
@media (min-width: 768px) {
  #project .contents .contents_inner .project_attachment {
    padding: 10px 50px 1em;
    font-size: 16px;
  }
}
#project .contents .contents_inner .project_attachment:last-of-type {
  padding-bottom: 30px;
}
#project .contents .contents_inner .project_attachment a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A6D6C;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#project .contents .contents_inner .project_attachment a span {
  text-decoration: underline;
}
#project .contents .contents_inner .project_attachment a:visited {
  color: #556665;
}
#project .contents .contents_inner .project_attachment a.hover {
  color: #009FA8;
}
#project .contents .contents_inner .project_attachment a.hover span {
  text-decoration: none;
}
#project .contents .contents_inner .project_attachment a::before {
  content: "\f18e";
  display: inline-block;
  padding-right: 10px;
  font-family: "icomoon";
  font-size: 26px;
  line-height: 1;
  text-decoration: none;
}
#project .contents .contents_inner .project_attachment a[target$=_blank]::before {
  content: "\f08e";
  font-weight: bold;
}
#project .contents .contents_inner .project_attachment a[href$=".pdf"]::before {
  content: "\f1c1";
  font-weight: bold;
}
#project .contents .contents_inner .project_attachment a[href$=".doc"]::before, #project .contents .contents_inner .project_attachment a[href$=".docx"]::before {
  content: "\f1c2";
  font-weight: bold;
}
#project .contents .contents_inner .project_attachment a[href$=".xls"]::before, #project .contents .contents_inner .project_attachment a[href$=".xlsx"]::before {
  content: "\f1c3";
  font-weight: bold;
}
#project .contents .contents_inner .project_attachment a[href$=".ppt"]::before, #project .contents .contents_inner .project_attachment a[href$=".pptx"]::before {
  content: "\f1c4";
  font-weight: bold;
}

#single h1.img_txt,
#single h2.img_txt {
  margin-bottom: 70px;
}
#single .contents .contents_inner {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #single .contents .contents_inner {
    margin-bottom: 50px;
  }
}
#single .post_meta {
  margin-bottom: 30px;
  border-bottom: solid 1px #009FA8;
}
@media (min-width: 768px) {
  #single .post_meta {
    margin-bottom: 45px;
  }
}
#single .post_meta h1 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #single .post_meta h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#single .post_meta .publish-date {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
  color: #4A6D6C;
}
#single .single_back {
  text-align: center;
}
#single .btn_news {
  display: inline-block;
  padding: 20px 30px;
  border: solid 1px #4A6D6C;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #4A6D6C;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#single .btn_news.hover {
  background-color: #4A6D6C;
  color: #fff;
  text-decoration: none;
}
#single.action .contents {
  background-color: #edf7f7;
  padding: 40px 15px 80px;
}
@media (min-width: 768px) {
  #single.action .contents {
    padding-top: 60px;
  }
}
#single.action .contents .contents_inner {
  background-color: transparent;
  max-width: initial;
  padding: 0;
  margin: auto;
  border-radius: initial;
}
#single.action .contents .contents_inner #singlemaincontent .action_wrap .action_ttl {
  width: 84.375%;
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: 23px;
  color: #009FA8;
  text-align: center;
  line-height: 1.5217391304;
}
@media (min-width: 768px) {
  #single.action .contents .contents_inner #singlemaincontent .action_wrap .action_ttl {
    margin-bottom: 50px;
    font-size: 33px;
  }
}
#single.action .contents .contents_inner #singlemaincontent .action_contents {
  background-color: #FFF;
  max-width: 650px;
  margin: 0 auto 60px;
  padding: 15px 15px 30px;
  border-radius: 15px;
  border: solid 2px #009FA8;
  line-height: 1.75;
}
@media (min-width: 768px) {
  #single.action .contents .contents_inner #singlemaincontent .action_contents {
    padding: 30px 45px;
  }
}
@media (min-width: 960px) {
  #single.action .contents .contents_inner #singlemaincontent .action_contents {
    border-radius: 30px;
  }
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box {
  margin-bottom: 15px;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box .action_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}
@media (min-width: 768px) {
  #single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box .action_category {
    font-size: 16px;
  }
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box .action_category dt {
  font-weight: bold;
  color: #009FA8;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box .action_category dt::after {
  content: ":";
  display: inline-block;
  margin: 0 0.5em 0 0.3em;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box .action_category dd a {
  color: #000;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_category_box .action_category dd + dd::before {
  content: ",";
  display: inline-block;
  margin: 0 0.3em;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A6D6C;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a span {
  text-decoration: underline;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a:visited {
  color: #556665;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a.hover {
  color: #009FA8;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a.hover span {
  text-decoration: none;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a::before {
  display: inline-block;
  padding-right: 10px;
  font-family: "icomoon";
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[target$=_blank]::before {
  content: "\f08e";
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".pdf"]::before {
  content: "\f1c1";
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".doc"]::before, #single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".docx"]::before {
  content: "\f1c2";
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".xls"]::before, #single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".xlsx"]::before {
  content: "\f1c3";
}
#single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".ppt"]::before, #single.action .contents .contents_inner #singlemaincontent .action_contents .action_attachment a[href$=".pptx"]::before {
  content: "\f1c4";
}
#single.action .contents .action_back {
  text-align: center;
}
#single.action .contents .action_back .btn_action {
  font-weight: bold;
}
#single.action .contents .action_back .btn_action.hover {
  text-decoration: none;
}
#single.action .related_posts {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #009FA8;
}
#single.action .related_posts h2 {
  margin-bottom: 10px;
  font-size: 17px;
  color: #009FA8;
}
#single.action .related_posts ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
#single.action .related_posts ul li:last-of-type {
  margin-bottom: 0;
}
#single.action .related_posts ul li a {
  color: #3C5B59;
}

main .mcdonalds.post {
  margin: 20px 0;
}
@media (min-width: 960px) {
  main .mcdonalds.post {
    margin-top: 50px;
  }
}
@media print {
  main .mcdonalds.post {
    margin: 30px auto;
  }
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl_wrap {
  max-width: 451px;
  margin: auto;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88.75%;
  max-width: 415px;
  margin: 0 auto 20px 9.1%;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .collabo_ttl {
    margin: 0 auto 65px;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .collabo_ttl {
    margin-bottom: 60px;
  }
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl img {
  display: block;
  margin: auto;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl .logo_macd {
  -ms-flex-preferred-size: 17.3%;
      flex-basis: 17.3%;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl .icon_times {
  -ms-flex-preferred-size: 12px;
      flex-basis: 12px;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl .icon_times.first {
  margin-left: 4.9%;
  margin-right: 4.2%;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl .icon_times.last {
  margin-left: 3.8%;
  margin-right: 5.9%;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl .logo_gdrt {
  -ms-flex-preferred-size: 30.49%;
      flex-basis: 30.49%;
}
main .mcdonalds.post.mcdonalds_no1 .collabo_ttl .logo_rbob {
  -ms-flex-preferred-size: 23.9%;
      flex-basis: 23.9%;
}
main .mcdonalds.post.mcdonalds_no1 .campaign_end {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #D61800;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .campaign_end {
    margin-bottom: 65px;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box {
    display: none;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .campaign01_ttl {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .campaign01_ttl img {
  display: block;
  margin: auto;
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box {
  position: relative;
  width: 260px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box {
    width: 565px;
    max-width: 90%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.5%;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box::before {
    padding-top: 36.65%;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box::before {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 50%;
  height: 100%;
  max-width: initial;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .people_box img {
    position: static;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 930px;
    margin: auto;
  }
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_no1 {
  display: none;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_no1 {
    position: relative;
    display: block;
    width: 143px;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_no1 img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
  }
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_ttl {
  background-color: #D61800;
  width: 96.8%;
  max-width: 680px;
  margin: auto;
  padding: 20px 15px;
  color: #FFBC0D;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.25;
  border-radius: 15px 15px 0 0;
}
main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_ttl span {
  display: inline-block;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_ttl {
    text-align: center;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .cam_ttl_box .page_ttl .cam_ttl {
    max-width: 840px;
    margin-left: -54px;
    padding: 30px 54px;
    font-size: 30px;
    text-align: center;
  }
}
main .mcdonalds.post.mcdonalds_no1 .print_ttl {
  display: none;
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .print_ttl {
    display: block;
    width: 90%;
    margin: 0 auto 1.8em;
  }
  main .mcdonalds.post.mcdonalds_no1 .print_ttl h1 {
    font-size: 24px;
    line-height: 1.75;
  }
  main .mcdonalds.post.mcdonalds_no1 .print_ttl h1 .shoulder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    line-height: 1.5384615385;
  }
  main .mcdonalds.post.mcdonalds_no1 .print_ttl h1 .shoulder .gdrt {
    margin-right: 10px;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents {
  padding: 20px 10px 65px;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents {
    padding-top: 65px;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents {
    background: none;
    padding: 0;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents.campaignend .pj1_coupon,
main .mcdonalds.post.mcdonalds_no1 .contents.campaignend .pj1_coupon + .pj_caption {
  display: none;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main {
  max-width: 715px;
  margin: auto;
  padding: 0 10px;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main p.lead {
  max-width: 625px;
  margin: 0 auto 45px;
  line-height: 2;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main p.lead {
    margin: 0 auto 55px;
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main p.lead {
    max-width: initial;
    letter-spacing: 0.08em;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main p.lead {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis {
  max-width: 620px;
  margin: auto;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis h2 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.1;
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis h2 {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene {
  margin-bottom: 20px;
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 20px 15px;
  font-size: 14px;
  border-radius: 15px;
  text-align: justify;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene li {
    margin-bottom: 15px;
    padding: 15px 20px 15px 25px;
    font-size: 18px;
    border-radius: 30px;
    line-height: 1.5;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene li::before {
  content: "";
  display: block;
  -ms-flex-preferred-size: 37px;
      flex-basis: 37px;
  background: url("img/think_icon.svg") no-repeat;
  background-size: cover;
  min-width: 37px;
  max-width: 37px;
  height: 52px;
  margin-right: 10px;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene li::before {
    margin-right: 20px;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.scene li:last-of-type {
  margin-bottom: 0;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.7142857143;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period {
    padding: 0 25px;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period {
    width: 90%;
    margin: 0 auto 1em;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period dt, main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period dd {
  float: left;
  display: inline-block;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period dt {
  clear: both;
  padding-right: 5px;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period dt::after {
  content: " : ";
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis dl.campaign_period dd::after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.list_cap {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.list_cap {
    padding: 0 25px;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.list_cap {
    width: 90%;
    margin: 0 auto 1.5em;
    padding: 0;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.list_cap li {
  padding-left: 1em;
  text-indent: -1em;
}
main .mcdonalds.post.mcdonalds_no1 .contents .campaign_main .likethis ul.list_cap li::before {
  content: "※";
  display: inline;
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon {
  background-color: #FFF;
  max-width: 470px;
  margin: 0 auto 25px;
  padding: 20px;
  border-radius: 15px;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon {
    padding: 35px;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon {
    max-width: 880px;
    padding: 25px 35px;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon {
    width: 90%;
    margin: 0 auto 1em;
    padding: 0;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon.wp-block-columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon.wp-block-columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column {
    margin-bottom: 1.8em;
  }
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column {
    margin: 0 !important;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column:last-of-type {
  margin-bottom: 0;
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column:not(:first-child) {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column:not(:only-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -ms-flex-preferred-size: 32% !important;
        flex-basis: 32% !important;
    margin: 0 !important;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-column:nth-child(2n) {
  margin-left: 0;
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj1_coupon .wp-block-image {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
main .mcdonalds.post.mcdonalds_no1 .contents .pj_caption {
  max-width: 620px;
  margin: 0 auto 60px;
  padding: 0 10px;
  font-size: 12px;
  text-align: justify;
  color: #999;
  line-height: 1.5;
}
@media (min-width: 960px) {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj_caption {
    max-width: 830px;
    padding: 0;
  }
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .pj_caption {
    max-width: initial;
    width: 90%;
    margin: auto;
    font-size: 10px;
    line-height: 1.4;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .about-gdrt {
  display: block;
  max-width: 358px;
  margin: auto;
  padding: 0 5px;
}
@media print {
  main .mcdonalds.post.mcdonalds_no1 .contents .about-gdrt {
    display: none;
  }
}
main .mcdonalds.post.mcdonalds_no1 .contents .about-gdrt a {
  display: block;
  width: 100%;
  margin: auto;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: solid 2px #009FA8;
  line-height: 1.4;
}
main .mcdonalds.post.mcdonalds_no1 .contents .about-gdrt.hover a.hover {
  background-color: #FFF !important;
  color: #009FA8;
}

main .archive {
  margin: 60px 0;
}
main .archive h1.img_txt, main .archive h2.img_txt {
  margin-bottom: 70px;
}
main .archivepost {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  main .archivepost {
    max-width: 80%;
    margin: 0 auto 25px;
    padding: 20px 30px;
  }
}
@media (min-width: 960px) {
  main .archivepost {
    max-width: 825px;
  }
}
main .news_wrap {
  line-height: 1.4;
}
@media (min-width: 960px) {
  main .news_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main .news_wrap a {
  color: #4A6D6C;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .news_wrap a:visited {
  color: #556665;
}
main .news_wrap a.hover {
  color: #009FA8;
  text-decoration: none;
}
main .news_wrap a::after {
  display: inline-block;
  padding-left: 5px;
  font-family: "icomoon";
}
main .news_wrap a.link_web[target$=_blank]::after {
  content: "\f08e";
}
main .news_wrap a.link_file[href$=".pdf"]::after {
  content: "\f1c1";
}
main .news_wrap a.link_file[href$=".doc"]::after, main .news_wrap a.link_file[href$=".docx"]::after {
  content: "\f1c2";
}
main .news_wrap a.link_file[href$=".xls"]::after, main .news_wrap a.link_file[href$=".xlsx"]::after {
  content: "\f1c3";
}
main .news_wrap a.link_file[href$=".ppt"]::after, main .news_wrap a.link_file[href$=".pptx"]::after {
  content: "\f1c4";
}
main .news_date {
  margin-bottom: 8px;
  font-size: 12px;
  color: #4A6D6C;
}
@media (min-width: 768px) {
  main .news_date {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  main .news_date {
    margin: 0 40px 0 0;
  }
}
main .news_title {
  font-size: 14px;
  color: #4A6D6C;
}
@media (min-width: 768px) {
  main .news_title {
    font-size: 16px;
  }
}

.moreButton {
  max-width: 320px;
  margin: auto;
}
.moreButton button, .moreButton a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background: none;
  width: 100%;
  padding: 10px;
  border: dotted 1px #009FA8;
  border-radius: 5px;
  font-size: 16px;
  color: #4A6D6C;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.moreButton button.hover, .moreButton a.hover {
  background-color: #009FA8;
  color: #fff;
}

#scroller p.infinite-scroll-request,
#scroller p.infinite-scroll-last,
#scroller p.infinite-scroll-error {
  display: none;
}
#scroller p.infinite-scroll-request {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/moya_to_logo_to_play.svg) no-repeat;
  background-size: 100% 7000%;
  width: 100px;
  height: 100px;
  margin: auto;
  position: static;
}
#scroller p.infinite-scroll-request.moya {
  -webkit-animation: moyamoya 1s steps(19) infinite;
          animation: moyamoya 1s steps(19) infinite;
}
#scroller p.infinite-scroll-request.complete {
  background-position: 0 27.5362318841%;
  -webkit-animation: complete 1s steps(20) forwards;
          animation: complete 1s steps(20) forwards;
}
@media (min-width: 960px) {
  #scroller p.infinite-scroll-request.complete {
    -webkit-animation: completePC 1s steps(20) forwards;
            animation: completePC 1s steps(20) forwards;
  }
}
#scroller p.infinite-scroll-request.play {
  background-position: 0 56.5217391304%;
  -webkit-animation: play 1s steps(20) forwards;
          animation: play 1s steps(20) forwards;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#scroller p.infinite-scroll-request.play_to_white {
  background-position: 0 85.5072463768%;
  -webkit-animation: play_to_white 1s steps(10) forwards;
          animation: play_to_white 1s steps(10) forwards;
}
#scroller p.infinite-scroll-last,
#scroller p.infinite-scroll-error {
  font-size: 12px;
  text-align: center;
  color: #4A6D6C;
}

#action.archive .archive-ttl {
  margin-bottom: 80px;
}
#action.archive .archive-ttl h1.img_txt, #action.archive .archive-ttl h2.img_txt {
  margin-bottom: 12px;
}
#action.archive .archive-ttl h1.page_title, #action.archive .archive-ttl h2.page_title {
  margin-bottom: 0;
}
#action.archive .archive-ttl .term_ttl {
  text-align: center;
  font-weight: bold;
  color: #009FA8;
}
#action.archive .torikumi_exp {
  margin: 0 auto 60px;
  width: calc(100% - 30px);
  max-width: 500px;
  border: solid 1px #009FA8;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp {
    width: 90%;
    max-width: 900px;
    border-width: 2px;
    border-radius: 20px;
  }
}
#action.archive .torikumi_exp .sec_ttl {
  background-color: #009FA8;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .sec_ttl {
    font-size: 22px;
    padding: 15px 0;
  }
}
#action.archive .torikumi_exp .torikumi_list {
  padding: 15px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .torikumi_list {
    padding: 30px 30px 30px 90px;
  }
}
#action.archive .torikumi_exp .torikumi_list li {
  padding-left: 20px;
  position: relative;
}
#action.archive .torikumi_exp .torikumi_list li:not(:last-child) {
  margin-bottom: 15px;
}
#action.archive .torikumi_exp .torikumi_list li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #009FA8;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .torikumi_list li::before {
    width: 18px;
    height: 18px;
    top: 5px;
    left: -10px;
  }
}
#action.archive .torikumi_exp .torikumi_list li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: 9px;
  left: 4px;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .torikumi_list li::after {
    width: 6px;
    height: 6px;
    top: 11px;
    left: -5px;
  }
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .torikumi_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#action.archive .torikumi_exp .torikumi_list li .cate_name {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .torikumi_list li .cate_name {
    width: 250px;
    padding-right: 30px;
    font-size: 18px;
  }
}
#action.archive .torikumi_exp .torikumi_list li .cate_name::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 1em);
  border: dotted 1px #009FA8;
  border-width: 1px 0 0 0;
  position: absolute;
  right: 0.5em;
  top: 13px;
  z-index: -1;
}
#action.archive .torikumi_exp .torikumi_list li .cate_name span {
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
#action.archive .torikumi_exp .torikumi_list li .cate_exp {
  display: block;
  font-size: 14px;
}
@media (min-width: 960px) {
  #action.archive .torikumi_exp .torikumi_list li .cate_exp {
    font-size: 16px;
    width: calc(100% - 250px);
    padding: 1px 0;
  }
}
@media (min-width: 960px) {
  #action.archive section#action-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 1045px;
    margin: auto;
  }
}
#action.archive article.action-archive {
  margin-bottom: 55px;
}
#action.archive article.action-archive .goodroute_action_block {
  max-width: 800px;
  margin: auto;
}
#action.archive article.action-archive .goodroute_action_block h1 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #action.archive article.action-archive .goodroute_action_block h1 {
    font-size: 30px;
  }
}
#action.archive article.action-archive .goodroute_action_block .action_wrap {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  border: solid 2px #009FA8;
  border-radius: 15px;
}
#action.archive article.action-archive .goodroute_action_block .action_wrap:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #action.archive article.action-archive .goodroute_action_block .action_wrap {
    margin-bottom: 60px;
    border-radius: 30px;
  }
}
.archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box {
  margin-top: 15px;
  margin-right: 20px;
}
.archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box .action_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}
@media (min-width: 768px) {
  .archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box .action_category {
    font-size: 16px;
  }
}
.archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box .action_category dt {
  font-weight: bold;
  color: #009FA8;
}
.archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box .action_category dt::after {
  content: ":";
  display: inline-block;
  margin: 0 0.5em 0 0.3em;
}
.archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box .action_category dd a {
  color: #000;
}
.archive #action.archive article.action-archive .goodroute_action_block .action_wrap .action_category_box .action_category dd + dd::before {
  content: ",";
  display: inline-block;
  margin: 0 0.3em;
}
#action.archive article.action-archive .goodroute_action_block .action_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #009FA8;
  padding: 14px;
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #009FA8;
  border-radius: 12px 12px 0 0;
}
@media (min-width: 768px) {
  #action.archive article.action-archive .goodroute_action_block .action_ttl {
    padding: 30px;
    padding-left: 70px;
    font-size: 30px;
    border-radius: 22px 22px 0 0;
  }
}
#action.archive article.action-archive .goodroute_action_block .action_ttl::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 15px;
  width: 1.25em;
  height: 1.25em;
  border: solid 4px #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #action.archive article.action-archive .goodroute_action_block .action_ttl::before {
    top: 32px;
    left: 25px;
    width: 1.2em;
    height: 1.2em;
    border: solid 6px #fff;
  }
}
#action.archive article.action-archive .goodroute_action_block .action_ttl h2 {
  margin: 0;
}
#action.archive article.action-archive .goodroute_action_block .action_body {
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #action.archive article.action-archive .goodroute_action_block .action_body {
    padding: 50px 50px 30px;
    font-size: 16px;
    line-height: 2;
  }
}
#action.archive article.action-archive .goodroute_action_block .action_body p:last-of-type {
  margin-bottom: 0;
}
#action.archive article.action-archive .goodroute_action_block .action_body p:empty {
  display: none;
}
#action.archive article.action-archive .goodroute_action_block .action_image {
  margin-bottom: 20px;
}
#action.archive article.action-archive .goodroute_action_block .action_image img {
  display: block;
  margin: auto;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment {
  padding: 10px 20px 1em;
  font-size: 14px;
}
@media (min-width: 768px) {
  #action.archive article.action-archive .goodroute_action_block .action_attachment {
    padding: 10px 50px 1em;
    font-size: 16px;
  }
}
#action.archive article.action-archive .goodroute_action_block .action_attachment:last-of-type {
  padding-bottom: 30px;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A6D6C;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a span {
  text-decoration: underline;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a:visited {
  color: #556665;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a.hover {
  color: #009FA8;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a.hover span {
  text-decoration: none;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a::before {
  display: inline-block;
  padding-right: 10px;
  font-family: "icomoon";
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a[target$=_blank]::before {
  content: "\f08e";
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".pdf"]::before {
  content: "\f1c1";
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".doc"]::before, #action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".docx"]::before {
  content: "\f1c2";
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".xls"]::before, #action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".xlsx"]::before {
  content: "\f1c3";
}
#action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".ppt"]::before, #action.archive article.action-archive .goodroute_action_block .action_attachment a[href$=".pptx"]::before {
  content: "\f1c4";
}
#action.archive article.action-archive .action_wrap .action_ttl h1 {
  width: 100%;
}
#action.archive article.action-archive .action_wrap .action_ttl h1 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#action.archive article.action-archive .action_wrap .action_ttl h1 a span {
  padding-bottom: 0.25em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 100%/0 2px no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/0 2px no-repeat;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
}
#action.archive article.action-archive .action_wrap .action_ttl h1 a.hover span {
  background-size: 100% 2px;
}
#action.archive article.action-archive .action_wrap .action_contents {
  padding-bottom: 10px;
}
#action .open_btn_area {
  position: fixed;
  display: block;
  top: auto;
  bottom: 8%;
  right: 0;
  left: auto;
  width: 33px;
  height: 100px;
  margin: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 299;
}
@media (min-width: 960px) {
  #action .open_btn_area {
    display: none;
  }
}
#action .open_btn_area.hide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#action .open_btn_area button#category_nav_open {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  background-color: #009FA8;
  padding: 0.5em 0.3em;
  border: solid 1px #fff;
  border-right: none;
  border-radius: 6px 0 0 6px;
}
#action .open_btn_area button#category_nav_open span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  margin: auto;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  line-height: 1;
}
#action nav#nav_action {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #009fa8;
  width: 80%;
  max-width: 340px;
  height: 100vh;
  z-index: 320;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 960px) {
  #action nav#nav_action {
    position: sticky;
    display: block;
    background-color: transparent;
    width: 200px;
    height: auto;
    margin: 0 0 0 60px;
    padding-top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 299;
  }
  #action nav#nav_action .close_btn_area {
    display: none;
  }
  .ie #action nav#nav_action {
    position: static;
  }
}
#action nav#nav_action.nav-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: auto;
}
#action nav#nav_action.nav-open .close_btn_area {
  position: fixed;
  top: 21px;
  right: 15px;
}
#action nav#nav_action.nav-open .close_btn_area button#category_nav_close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
}
#action nav#nav_action.nav-open .close_btn_area button#category_nav_close::before, #action nav#nav_action.nav-open .close_btn_area button#category_nav_close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 2px;
}
#action nav#nav_action.nav-open .close_btn_area button#category_nav_close::before {
  top: 0;
  -webkit-transform: translateY(18px) rotate(45deg);
          transform: translateY(18px) rotate(45deg);
}
#action nav#nav_action.nav-open .close_btn_area button#category_nav_close::after {
  bottom: 0;
  -webkit-transform: translateY(-20px) rotate(-45deg);
          transform: translateY(-20px) rotate(-45deg);
}
#action nav#nav_action .inner {
  width: 70%;
  margin: 80px auto 40px;
}
@media (min-width: 960px) {
  #action nav#nav_action .inner {
    width: 100%;
    margin: auto;
  }
}
#action nav#nav_action .inner h2 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#action nav#nav_action .inner h2 svg {
  fill: #fff;
}
@media (min-width: 960px) {
  #action nav#nav_action .inner h2 {
    color: #009FA8;
    font-size: 20px;
    border-bottom: 1px solid #009FA8;
    padding-bottom: 0.5em;
  }
  #action nav#nav_action .inner h2 svg {
    width: 87px;
    height: auto;
    fill: #009FA8;
  }
}
#action nav#nav_action .inner ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  line-height: 1.4;
}
@media (min-width: 960px) {
  #action nav#nav_action .inner ul {
    border-color: #009FA8;
  }
}
#action nav#nav_action .inner ul li {
  font-size: 14px;
}
@media (min-width: 960px) {
  #action nav#nav_action .inner ul li {
    font-size: 16px;
    font-weight: normal;
  }
}
#action nav#nav_action .inner ul li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 0.5em 0;
  text-decoration: none;
}
#action nav#nav_action .inner ul li a[data-link=disable] {
  pointer-events: none;
  opacity: 0.5;
}
#action nav#nav_action .inner ul li a[title=朝活スタイル] {
  border-top: 1px dotted #fff;
  margin-top: 1em;
  padding-top: 1.5em;
}
@media (min-width: 960px) {
  #action nav#nav_action .inner ul li a[title=朝活スタイル] {
    border-color: #009FA8;
  }
}
@media (min-width: 960px) {
  #action nav#nav_action .inner ul li a {
    color: #000;
  }
  #action nav#nav_action .inner ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #009FA8;
    width: 0;
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #action nav#nav_action .inner ul li a.hover {
    color: #009FA8;
  }
}
#action #act_nav_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 310;
}
#action #act_nav_bg.nav-open {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

#style.archive {
  margin: 45px 0;
}
#style.archive header.style_header {
  max-width: 530px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #style.archive header.style_header {
    max-width: 680px;
  }
}
#style.archive header.style_header h1 {
  margin-bottom: 15px;
}
#style.archive header.style_header h1 img {
  display: block;
  width: clamp(186px, 43.8vw, 337px);
  margin: auto;
}
@media (min-width: 768px) {
  #style.archive header.style_header h1 img {
    margin-bottom: -72px;
  }
}
#style.archive header.style_header.yuukatsu h1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #style.archive header.style_header.yuukatsu h1 {
    margin-bottom: 15px;
  }
}
#style.archive header.style_header.asakatsu::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url("img/asakatsustyle/chara_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 290.0689/80.6876;
}
@media (min-width: 768px) {
  #style.archive header.style_header.asakatsu::after {
    background-image: url("img/asakatsustyle/chara_pc.svg");
    aspect-ratio: 651/198.7;
  }
}
#style.archive header.style_header.yuukatsu::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url("img/yuukatsustyle/chara_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 290.069/91.4454;
}
@media (min-width: 768px) {
  #style.archive header.style_header.yuukatsu::after {
    background-image: url("img/yuukatsustyle/chara_pc.svg");
    aspect-ratio: 651/198.7;
  }
}
#style.archive #styleconts {
  background-color: #edf7f7;
  padding: 35px 15px 95px;
}
#style.archive #styleconts .style_about {
  max-width: 650px;
  margin: auto;
}
#style.archive #styleconts .style_about h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #009FA8;
}
#style.archive #styleconts .style_about h2::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #009FA8;
  height: 1px;
}
#style.archive #styleconts .style_about p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media (min-width: 768px) {
  #style.archive #styleconts .style_about p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#style.archive #styleconts .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 370px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  #style.archive #styleconts .btn_list {
    gap: 30px;
    margin-bottom: 50px;
  }
}
#style.archive #styleconts .btn_list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#style.archive #styleconts .btn_list li a {
  display: block;
  background-color: #009FA8;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: solid 2px #009FA8;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #style.archive #styleconts .btn_list li a {
    font-size: 16px;
  }
}
#style.archive #styleconts .btn_list li a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#style.archive #styleconts .btn_list li a.hover {
  background-color: white;
  color: #009FA8;
}
#style.archive #styleconts .btn_list li a.hover::after {
  border-bottom: 1px solid #009FA8;
  border-right: 1px solid #009FA8;
}
#style.archive #styleconts #style_nav .style_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 0 12px;
  gap: 15px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav .style_nav_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px 24px;
    max-width: 650px;
    padding: 0;
  }
}
#style.archive #styleconts #style_nav .nav_menu {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav .nav_menu {
    -ms-flex-preferred-size: calc(25% - 18px);
        flex-basis: calc(25% - 18px);
  }
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav .nav_menu:first-child:nth-last-child(5), #style.archive #styleconts #style_nav .nav_menu:first-child:nth-last-child(5) ~ * {
    -ms-flex-preferred-size: calc(33.333% - 24px);
        flex-basis: calc(33.333% - 24px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
#style.archive #styleconts #style_nav .nav_menu label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav .nav_menu label {
    font-size: 14px;
  }
}
#style.archive #styleconts #style_nav .nav_menu label i {
  font-size: 120%;
  color: #009FA8;
}
#style.archive #styleconts #style_nav .nav_menu .select_wrap {
  display: block;
  position: relative;
}
#style.archive #styleconts #style_nav .nav_menu .select_wrap::after {
  content: "▼";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-size: 13px;
  line-height: 13px;
  color: #009FA8;
  pointer-events: none;
}
#style.archive #styleconts #style_nav .nav_menu select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  width: 100%;
  padding: 8px 5px;
  padding-right: 20px;
  font-size: 16px;
  color: #000;
  border: 2px solid #009FA8;
  border-radius: 4px;
  cursor: pointer;
}
#style.archive #styleconts #style_nav .btn_wrap {
  margin: 0 auto 35px;
  padding: 0 12px;
  text-align: center;
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav .btn_wrap {
    max-width: 650px;
    padding: 0;
  }
}
#style.archive #styleconts #style_nav button.btn_search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0;
  width: 50%;
  background-color: rgba(0, 159, 168, 0);
  font-size: 14px;
  line-height: 40px;
  color: white;
  border: 0px solid #009FA8;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav button.btn_search {
    width: 35%;
  }
}
#style.archive #styleconts #style_nav button.btn_search.show {
  background-color: #009fa8;
  height: 46px;
  margin-top: 20px;
  border: 2px solid #009FA8;
}
@media (min-width: 768px) {
  #style.archive #styleconts #style_nav button.btn_search.show {
    margin-top: 35px;
  }
}
#style.archive #styleconts #style_nav button.btn_search.hover {
  background-color: white;
  color: #009FA8;
}
#style.archive #styleconts #stylepost_wrap {
  background-color: white;
  margin-bottom: 50px;
  padding: 30px 12px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap {
    max-width: 650px;
    margin: 0 auto 65px;
    padding: 55px 45px;
  }
}
#style.archive #styleconts #stylepost_wrap ul.style_posts li.style_posts_list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #009FA8;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap ul.style_posts li.style_posts_list {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
#style.archive #styleconts #stylepost_wrap ul.style_posts li.style_posts_list:last-of-type {
  margin-bottom: 0;
}
#style.archive #styleconts #stylepost_wrap ul.style_posts li.style_posts_list.nothing {
  border: none;
  padding-bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #666;
}
#style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta {
    gap: 15px;
  }
}
#style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta li.meta_field a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  padding: 2px 10px;
  font-size: 14px;
  border: solid 2px #009FA8;
  border-radius: 4px;
  text-align: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta li.meta_field a {
    font-size: 18px;
  }
}
#style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta li.meta_field a.hover {
  color: #009FA8;
}
#style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta li.meta_field.meta_area a {
  background-color: #009FA8;
  color: white;
}
#style.archive #styleconts #stylepost_wrap .style_unit ul.style_meta li.meta_field.meta_area a.hover {
  background-color: white;
  color: #009FA8;
}
#style.archive #styleconts #stylepost_wrap .style_name {
  margin-bottom: 15px;
  font-size: 20px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap .style_name {
    font-size: 26px;
  }
}
#style.archive #styleconts #stylepost_wrap dl.style_detail {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap dl.style_detail {
    font-size: 16px;
  }
}
#style.archive #styleconts #stylepost_wrap dl.style_detail .dtdd_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}
#style.archive #styleconts #stylepost_wrap dl.style_detail .dtdd_wrap dt {
  -ms-flex-preferred-size: clamp(60px, 15vw, 90px);
      flex-basis: clamp(60px, 15vw, 90px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 500px) {
  #style.archive #styleconts #stylepost_wrap dl.style_detail .dtdd_wrap dt {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
#style.archive #styleconts #stylepost_wrap dl.style_detail .dtdd_wrap dt span.tab {
  display: none;
}
@media (min-width: 500px) {
  #style.archive #styleconts #stylepost_wrap dl.style_detail .dtdd_wrap dt span.tab {
    display: inline;
  }
}
#style.archive #styleconts #stylepost_wrap .site_area {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap .site_area {
    font-size: 16px;
  }
}
#style.archive #styleconts #stylepost_wrap .site_area .shisetsu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009FA8;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#style.archive #styleconts #stylepost_wrap .site_area .shisetsu a i {
  margin-right: 0.3em;
  font-size: 120%;
}
#style.archive #styleconts #stylepost_wrap .site_area .shisetsu a span {
  text-decoration: underline;
}
#style.archive #styleconts #stylepost_wrap .site_area .shisetsu a.hover {
  color: #000;
}
#style.archive #styleconts #stylepost_wrap ul.exlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media (max-width: 340px) {
  #style.archive #styleconts #stylepost_wrap ul.exlink {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap ul.exlink {
    gap: 20px;
    font-size: 16px;
  }
}
#style.archive #styleconts #stylepost_wrap ul.exlink .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009FA8;
  padding: 5px 30px 5px 15px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#style.archive #styleconts #stylepost_wrap ul.exlink .btn a i {
  margin-right: 0.3em;
  font-size: 120%;
}
#style.archive #styleconts #stylepost_wrap ul.exlink .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#style.archive #styleconts #stylepost_wrap ul.exlink .btn a.hover {
  background-color: #edf7f7;
  color: #009FA8;
}
#style.archive #styleconts #stylepost_wrap ul.exlink .btn a.hover::after {
  border-bottom: 1px solid #009FA8;
  border-right: 1px solid #009FA8;
}
#style.archive #styleconts #stylepost_wrap .pager {
  margin: 45px 0 15px;
  padding: 0 5px;
}
#style.archive #styleconts #stylepost_wrap .pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5%;
}
#style.archive #styleconts #stylepost_wrap .pager .nav-links .page-numbers:not(.dots) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  min-width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #009FA8;
  text-decoration: none;
  border: 1px solid #009FA8;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #style.archive #styleconts #stylepost_wrap .pager .nav-links .page-numbers:not(.dots) {
    min-width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
}
#style.archive #styleconts #stylepost_wrap .pager .nav-links .page-numbers:not(.dots):hover, #style.archive #styleconts #stylepost_wrap .pager .nav-links .page-numbers:not(.dots).current {
  background-color: #009FA8;
  color: white;
}
#style.archive #styleconts .style_side {
  text-align: center;
}
@media (min-width: 768px) {
  #style.archive #styleconts .style_side {
    max-width: 650px;
    margin: auto;
    padding: 0;
  }
}
#style.archive #styleconts .style_side p {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 768px) {
  #style.archive #styleconts .style_side p {
    padding-left: 0;
    font-size: 16px;
    text-indent: 0;
    text-align: center;
  }
}
#style.archive #styleconts .style_side .btn_contact {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009FA8;
  margin: auto;
  padding: 5px 30px 5px 15px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: solid 2px #009FA8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #style.archive #styleconts .style_side .btn_contact {
    font-size: 16px;
  }
}
#style.archive #styleconts .style_side .btn_contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#style.archive #styleconts .style_side .btn_contact.hover {
  background-color: white;
  color: #009FA8;
}
#style.archive #styleconts .style_side .btn_contact.hover::after {
  border-bottom: 1px solid #009FA8;
  border-right: 1px solid #009FA8;
}

body.post-type-archive-asakatsustyle .fancybox-slide,
body.post-type-archive-yuukatsustyle .fancybox-slide,
body#contact .fancybox-slide,
body#asakatsustyle .fancybox-slide {
  padding: 20px;
}
@media (min-width: 768px) {
  body.post-type-archive-asakatsustyle .fancybox-slide .fancybox-close-small,
  body.post-type-archive-yuukatsustyle .fancybox-slide .fancybox-close-small,
  body#contact .fancybox-slide .fancybox-close-small,
  body#asakatsustyle .fancybox-slide .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}
body.post-type-archive-asakatsustyle .fancybox-content,
body.post-type-archive-yuukatsustyle .fancybox-content,
body#contact .fancybox-content,
body#asakatsustyle .fancybox-content {
  max-height: 80vh;
  max-width: 650px;
  padding: 35px 15px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  body.post-type-archive-asakatsustyle .fancybox-content,
  body.post-type-archive-yuukatsustyle .fancybox-content,
  body#contact .fancybox-content,
  body#asakatsustyle .fancybox-content {
    max-height: initial;
    padding: 45px;
    border-radius: 30px;
  }
}

.style_about_modal {
  display: none;
}
.style_about_modal .style_about_inner {
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .style_about_modal .style_about_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.style_about_modal h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #009FA8;
}
.style_about_modal h2::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #009FA8;
  height: 1px;
}
@media (min-width: 768px) {
  .style_about_modal h2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 22px;
  }
}
.style_about_modal .movie_wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .style_about_modal .movie_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
  }
}
.style_about_modal .movie_wrap iframe {
  display: block;
  aspect-ratio: 16/9;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.style_about_modal h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #009FA8;
}
.style_about_modal h3 br {
  display: none;
}
@media (min-width: 768px) {
  .style_about_modal h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 1.3333333333;
  }
  .style_about_modal h3 br {
    display: block;
  }
}
.style_about_modal p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .style_about_modal p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 16px;
    line-height: 2;
  }
}

.modal_coupon {
  display: none;
}
.modal_coupon .cp_header {
  text-align: center;
}
.modal_coupon .cp_header h3 {
  display: inline-block;
  background-color: #009FA8;
  margin-bottom: clamp(15px, 2.5vw, 20px);
  padding: 0 1.5em;
  font-size: clamp(13px, 22.5vw, 18px);
  color: #fff;
  border-radius: 300em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.modal_coupon .cp_header .style_logo img {
  display: block;
  width: clamp(180px, 31.25vw, 250px);
  margin: 0 auto clamp(25px, 5.6vw, 45px);
}
.modal_coupon .cp_header h2 {
  font-size: clamp(20px, 3.25vw, 26px);
}
.modal_coupon .cp_body {
  margin: clamp(20px, 3.75vw, 30px) 0;
  padding: clamp(20px, 3.75vw, 30px) 0;
  border-top: 1px dotted #009FA8;
  border-bottom: 1px dotted #009FA8;
}
.modal_coupon .cp_body h1 {
  margin-bottom: 1em;
  font-size: clamp(25px, 4vw, 32px);
  line-height: 1.5;
  text-align: center;
  color: #009FA8;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.modal_coupon .cp_body .cp_period {
  text-align: center;
}
.modal_coupon .cp_body .cp_period p {
  display: inline-block;
  background: #CCECED;
  padding: 0.8em;
  font-size: clamp(14px, 2.25vw, 18px);
  line-height: 1.57;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
}
.modal_coupon .cp_body_side {
  padding-top: 5px;
  padding-bottom: clamp(35px, 5.85vw, 45px);
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.7;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
}
.modal_coupon .cp_body_side .cp_caption {
  margin: 0 0 clamp(20px, 3.75vw, 30px);
}
.modal_coupon .cp_body_side .cp_images {
  margin: 0 0 clamp(20px, 3.75vw, 30px);
  text-align: center;
}
.modal_coupon .cp_body_side .cp_images img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.wrapcoupon {
  color: red;
}

#contact #contact_style {
  margin-bottom: 2em;
  padding: 20px 15px;
  border: 2px solid #009FA8;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #contact #contact_style {
    margin: 2.5em 0 3em;
    padding: 25px;
  }
}
#contact #contact_style h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
  font-size: 15px;
  color: #009FA8;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  #contact #contact_style h3 {
    font-size: 16px;
  }
}
#contact #contact_style h3::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  border: 3px solid #009FA8;
  border-radius: 100%;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#contact #contact_style p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  #contact #contact_style p {
    font-size: 16px;
  }
}
#contact #contact_style .contact_style_info {
  margin-bottom: 15px;
}
#contact #contact_style .contact_style_info h4 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #009FA8;
}
@media (min-width: 768px) {
  #contact #contact_style .contact_style_info h4 {
    font-size: 16px;
  }
}
#contact #contact_style .contact_style_info p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  #contact #contact_style .contact_style_info p {
    font-size: 16px;
  }
}
#contact #contact_style .contact_style_info dl .dt-dd:first-of-type {
  margin-bottom: 15px;
}
#contact #contact_style .contact_style_info dl dt {
  color: #009FA8;
  font-weight: bold;
}
#contact #contact_style .contact_style_info dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
#contact #contact_style .contact_style_info dl dd ul li {
  list-style-type: disc;
  font-size: 14px;
}
@media (min-width: 768px) {
  #contact #contact_style .contact_style_info dl dd ul li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #contact #contact_style .contact_style_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }
}
#contact #contact_style .contact_style_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (min-width: 960px) {
  #contact #contact_style .contact_style_btn_wrap {
    gap: 40px;
  }
}
#contact #contact_style .contact_style_btn_wrap .contact_style_btn {
  text-align: center;
}
#contact #contact_style .contact_style_btn_wrap .contact_style_btn p {
  margin: 0;
}
#contact #contact_style .contact_style_btn_wrap .contact_style_btn a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009FA8;
  margin: auto;
  padding: 5px 30px 5px 15px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  border: solid 2px #009FA8;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #contact #contact_style .contact_style_btn_wrap .contact_style_btn a.button {
    font-size: 16px;
  }
}
#contact #contact_style .contact_style_btn_wrap .contact_style_btn a.button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact #contact_style .contact_style_btn_wrap .contact_style_btn a.button.hover {
  background-color: white;
  color: #009FA8;
}
#contact #contact_style .contact_style_btn_wrap .contact_style_btn a.button.hover::after {
  border-bottom: 1px solid #009FA8;
  border-right: 1px solid #009FA8;
}

#moviewrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 96.25%;
  height: 100%;
  max-width: 500px;
  margin: auto;
  pointer-events: none;
  z-index: 200;
}
@media (min-width: 960px) {
  #moviewrap {
    max-width: 640px;
  }
}
@media (min-width: 1280px) {
  #moviewrap {
    max-width: 760px;
  }
}
@media (min-width: 1280px) and (max-height: 900px) {
  #moviewrap {
    max-width: 700px;
  }
}
@media (min-width: 960px) and (max-height: 800px) {
  #moviewrap {
    max-width: 580px;
  }
}
@media (min-width: 960px) and (max-height: 700px) {
  #moviewrap {
    max-width: 500px;
  }
}
@media (min-width: 960px) and (max-height: 650px) {
  #moviewrap {
    max-width: 450px;
  }
}
@media (min-width: 960px) and (max-height: 600px) {
  #moviewrap {
    max-width: 320px;
  }
}
@media (min-width: 960px) and (max-height: 550px) {
  #moviewrap {
    max-width: 38vh;
  }
}
@media (min-width: 960px) and (max-height: 500px) {
  #moviewrap {
    max-width: 38vh;
  }
}
@media (max-width: 959px) and (max-height: 650px) {
  #moviewrap {
    max-width: 380px;
  }
}
@media (max-width: 959px) and (max-height: 600px) {
  #moviewrap {
    max-width: 300px;
  }
}
@media (max-width: 959px) and (max-height: 550px) {
  #moviewrap {
    max-width: 45vh;
  }
}
@media (orientation: landscape) and (max-width: 499px) {
  #moviewrap {
    max-width: 200px;
  }
}
#moviewrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: none;
  display: block;
  width: 100%;
  height: 120%;
}
#moviewrap #youtubeWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#moviewrap #youtube-inner {
  position: relative;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#moviewrap #youtube-inner::before, #moviewrap #youtube-inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  display: none !important;
}
#moviewrap #youtube-inner::before {
  top: 0;
  left: 0;
}
#moviewrap #youtube-inner::after {
  bottom: 0;
  right: 0;
}
#moviewrap #youtube-inner.ready {
  pointer-events: auto;
}
#moviewrap #youtube-inner.ready::before, #moviewrap #youtube-inner.ready::after {
  width: 100%;
  height: 100%;
}
#moviewrap #youtube-inner.ready::before {
  border-top-color: #009FA8;
  border-right-color: #009FA8;
  -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;
}
#moviewrap #youtube-inner.ready::after {
  border-bottom-color: #009FA8;
  border-left-color: #009FA8;
  -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;
}
#moviewrap #youtube-inner span {
  position: relative;
  display: block;
  z-index: 205;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#moviewrap #youtube-inner span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 159, 168, 0.6);
  width: 100%;
  height: 100%;
  z-index: 206;
  border-radius: 5px;
}
#moviewrap #youtube-inner span img {
  display: block;
  border-radius: 5px;
}
#moviewrap a {
  position: relative;
  display: block;
  padding: 10px;
}
#moviewrap a .waku {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 206;
}

body #moviewrap .nowatch {
  display: none;
}
@media (min-width: 768px) {
  body #moviewrap .nowatch {
    position: absolute;
    top: -35px;
    right: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 1s;
    transition: all 0.3s ease 1s;
    font-size: 10px;
  }
}
body #moviewrap .nowatch a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #646464;
  text-decoration: none;
}
body #moviewrap .nowatch a em {
  position: relative;
  display: inline-block;
  font-style: normal;
}
body #moviewrap .nowatch a em::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #009FA8;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body #moviewrap .nowatch a::after {
  content: "";
  display: block;
  background: url("img/icon_circle_arrow_right.svg") no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body #moviewrap .nowatch a.hover {
  color: #009FA8;
}
body #moviewrap .nowatch a.hover em::after {
  opacity: 0;
}
@media (min-width: 768px) {
  body.movieLady #moviewrap .nowatch {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}

@-webkit-keyframes moyamoya {
  to {
    background-position: 0 0;
  }
}

@keyframes moyamoya {
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes complete {
  to {
    background-position: 0 3900px;
    -webkit-transform: scale(1.3875);
            transform: scale(1.3875);
  }
}
@keyframes complete {
  to {
    background-position: 0 3900px;
    -webkit-transform: scale(1.3875);
            transform: scale(1.3875);
  }
}
.ie .people.p1, .edge .people.p1 {
  background-image: url(img/human1x2.png);
}
.ie .people.p2, .edge .people.p2 {
  background-image: url(img/human2x2.png);
}
.ie .people.p3, .edge .people.p3 {
  background-image: url(img/human3x2.png);
}
.ie .people.p4, .edge .people.p4 {
  background-image: url(img/human4x2.png);
}
.ie .people.p5, .edge .people.p5 {
  background-image: url(img/human5x2.png);
}

.ie {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.ie.home .peoplearea {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.ie.home .peoplearea.loaded {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ie.home #front .section_fuki .fuki {
  max-width: none;
}
.ie.home #front .section_fuki .fuki.fuki01 {
  width: 320px;
}
.ie.home #front .section_fuki .fuki.fuki01::before {
  left: 12%;
}
.ie.home #front .section_fuki .fuki.fuki02 {
  width: 390px;
}
.ie.home #front .section_fuki .fuki.fuki02::before {
  right: 19%;
}
.ie.home #front .section_fuki .fuki.fuki03 {
  width: 390px;
}
.ie.home #front .section_fuki .fuki.fuki03::before {
  left: 5%;
}
.ie.home #front .section_fuki .fuki.fuki04::before {
  right: 5%;
}
.ie.home #front .section_fuki .fuki.fuki05 {
  width: 370px;
}
@media (min-width: 960px) {
  .ie a.scrollCap {
    -webkit-writing-mode: bt-lr;
        -ms-writing-mode: bt-lr;
            writing-mode: bt-lr;
  }
}
.ie .people.unzari .icon {
  background-image: url(img/ie_unzari.png);
  -webkit-animation: none;
          animation: none;
  background-position: 0 0;
  background-size: 100%;
}
.ie .people.think .icon {
  background-image: url(img/ie_moya.png);
  -webkit-animation: none;
          animation: none;
  background-position: 0 0;
  background-size: 100%;
}
.ie .people.discovery .icon {
  background-image: url(img/ie_logo.png);
  -webkit-animation: none;
          animation: none;
  background-position: 0 0;
  background-size: 100%;
}
.ie .people.smile .icon {
  background-image: url(img/ie_heart.png);
  -webkit-animation: none;
          animation: none;
  background-position: 0 0;
  background-size: 100%;
}
.ie #front #section08 .dictionary ol li::before {
  padding-top: 5px;
}
.ie #think .ill_area {
  margin: 30px 0 50px;
}
.ie #think .ill_area .ill_box {
  padding: 0;
}
.ie #think .ill_area .ill_box .ill_wrap {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}
.ie #think .moya {
  -webkit-animation: none;
          animation: none;
}
.ie #think .moya.p1 {
  -webkit-transform: translateY(2px) scale(1);
          transform: translateY(2px) scale(1);
}
.ie #think .moya.p2 {
  -webkit-transform: translateY(2px) scale(1);
          transform: translateY(2px) scale(1);
}
.ie #think .moya.p3 {
  -webkit-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1);
}
.ie #think .people {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.ie #think .ill_area_ft .ill_box {
  padding: 0;
}
.ie #think .ill_area_ft .ill_box .ill_wrap {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}
.ie #think .ill_area_ft .ill_box .ill_wrap .ill {
  height: 330px;
}
.ie #think .ill_area_ft .ill_box .ill_wrap .people {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.ie #think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title .droptext {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 5px;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .ie #think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title .droptext {
    font-size: 38px;
  }
}
.ie #think .contents2 .change_contents_wrap .change_content .change_ttlarea h4.change_title .droptext::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border: solid 10px #009FA8;
  border-radius: 50%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.ie #think .contents2 .change_contents_wrap .change_content .change_text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 30px 30px 30px 50px;
}
.ie #action .open_btn_area button#category_nav_open span {
  -ms-writing-mode: tb-rl;
}
@media (min-width: 768px) {
  .ie #action nav#nav_action {
    position: static;
  }
}
.ie #action nav#nav_action.nav-open .close_btn_area button#category_nav_close::after {
  -webkit-transform: translateY(-29px) rotate(-45deg);
          transform: translateY(-29px) rotate(-45deg);
}

@keyframes moyamoya {
  to {
    background-position: 0 27.5362318841%;
  }
}
@keyframes complete {
  to {
    background-position: 0 56.5217391304%;
    -webkit-transform: scale(1.3875);
            transform: scale(1.3875);
  }
}
@-webkit-keyframes play {
  from {
    -webkit-transform: scale(1.3875);
            transform: scale(1.3875);
  }
  to {
    background-position: 0 85.5072463768%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes play {
  from {
    -webkit-transform: scale(1.3875);
            transform: scale(1.3875);
  }
  to {
    background-position: 0 85.5072463768%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes play_to_white {
  to {
    background-position: 0 100%;
  }
}
@keyframes play_to_white {
  to {
    background-position: 0 100%;
  }
}
@-webkit-keyframes completePC {
  to {
    background-position: 0 56.5217391304%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes completePC {
  to {
    background-position: 0 56.5217391304%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes icon {
  to {
    background-position: 0 -3900px;
  }
}
@keyframes icon {
  to {
    background-position: 0 -3900px;
  }
}
@-webkit-keyframes unzari {
  to {
    background-position: 0 48.7179487179%;
  }
}
@keyframes unzari {
  to {
    background-position: 0 48.7179487179%;
  }
}
@-webkit-keyframes unzariloop {
  from {
    background-position: 0 48.7179487179%;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes unzariloop {
  from {
    background-position: 0 48.7179487179%;
  }
  to {
    background-position: 0 100%;
  }
}
@-webkit-keyframes thinkdelay {
  to {
    background-position: 75% 0;
  }
}
@keyframes thinkdelay {
  to {
    background-position: 75% 0;
  }
}
@-webkit-keyframes icon_moya {
  to {
    background-position: 0 -1000px;
  }
}
@keyframes icon_moya {
  to {
    background-position: 0 -1000px;
  }
}
@-webkit-keyframes icon_discover {
  to {
    background-position: 0 -1900px;
  }
}
@keyframes icon_discover {
  to {
    background-position: 0 -1900px;
  }
}
@-webkit-keyframes icon_heart {
  to {
    background-position: 0 100%;
  }
}
@keyframes icon_heart {
  to {
    background-position: 0 100%;
  }
}
@-webkit-keyframes checked {
  0% {
    top: 7px;
    left: 8px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    height: 12px;
  }
  100% {
    top: 2px;
    left: 3px;
    width: 20px;
    height: 12px;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes checked {
  0% {
    top: 7px;
    left: 8px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    height: 12px;
  }
  100% {
    top: 2px;
    left: 3px;
    width: 20px;
    height: 12px;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes scr {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  80%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes scr {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  80%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout-height {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeout-height {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    height: 0;
  }
}
.debug-running {
  position: fixed;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: red;
  z-index: 400;
}
.debug-used-template {
  position: fixed;
  bottom: 0;
  left: 5px;
  font-size: 10px;
  color: green;
  z-index: 400;
}
/*# sourceMappingURL=style.css.map */