@charset "UTF-8";
/*!!!! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/his5nbm.css");
html {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #090000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #090000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  border: none;
  max-width: 100%;
}

i {
  padding: 0 5px;
}

ul li {
  list-style: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.ssp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ssp {
    display: block;
  }
}

/*PC改行加える*/
.br-pc {
  display: inherit;
}
@media only screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}

/*PC改行無効*/
.br_sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .br_sp {
    display: block;
  }
}

.br_ssp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .br_ssp {
    display: block;
  }
}

/*ズームイン表示*/
.zoomin {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.mv01 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*フェードイン表示*/
.fadein {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.fadein:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv02 {
  opacity: 1;
}

/*移動＋フェードイン表示*/
.fadeup {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadeup:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media print {
  .zoomin, .fadein, .fadeup {
    opacity: 1;
  }
}
/************************************

wrapper

************************************/
.wrapper {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}
.wrapper::after {
  content: "";
  display: block;
  clear: both;
}
/************************************

header

************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 55px;
  background-color: #F8F7F3;
  border: 1px solid #090000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print {
  header {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    height: 50px;
    padding-right: 50px;
  }
}
header h1 {
  width: 180px;
  padding: 10px 15px 0 20px;
}
@media only screen and (max-width: 1024px) {
  header h1 {
    width: 140px;
    padding: 12px 13px 0 10px;
  }
}
header h1 a {
  display: block;
}
header h1 img {
  display: block;
  width: 100%;
}
header nav {
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  header ul {
    display: none;
  }
}
header li {
  border-left: 1px solid #979797;
  padding: 5px 20px 5px 17px;
  font-size: 0.85rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  header li {
    padding: 5px 12px 5px 10px;
  }
}
header li.icon a {
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left center;
}
header li.icon.about a {
  background-image: url("../images/common/icon_about.svg");
}
header li.icon.map a {
  background-image: url("../images/common/icon_map.svg");
}
header li.icon.column a {
  background-image: url("../images/common/icon_column.svg");
}
header li.icon.special a {
  background-image: url("../images/common/icon_journal.svg");
}
header li.icon.topics a {
  background-image: url("../images/common/icon_news.svg");
}
header li.search img {
  width: 27px;
}
header .online {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #090000;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  header .online {
    width: 50px;
  }
}
header .online:hover {
  opacity: 0.7;
}
header .online a {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px 0 10px 24px;
}
@media only screen and (max-width: 1024px) {
  header .online a {
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
header .online a::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../images/common/icon_online@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  header .online span {
    display: none;
  }
}

footer {
  border-top: 1px solid #090000;
  background-color: #F9F9F9;
  background-image: url("../images/common/foot_ill.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 5rem 0 20vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 4rem 0 23vw;
  }
}
footer h2 {
  width: 200px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 1024px) {
  footer h2 {
    width: 160px;
    margin: 0 auto 3rem;
  }
}
footer h2 a {
  display: block;
}
footer h2 a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer nav ul {
  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;
}
footer nav ul li {
  margin: 3px 7px;
}
footer nav ul.menu2 {
  margin: 1rem 0 3rem;
  font-size: 0.85rem;
}
footer nav ul.menu1 a, footer nav ul.menu2 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer nav ul.menu1 a::after, footer nav ul.menu2 a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #090000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
footer nav ul.menu1 a:hover::after, footer nav ul.menu2 a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .banner {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 600px) {
  footer .banner {
    margin-bottom: 2rem;
  }
  footer .banner li {
    width: 48%;
    margin: 1%;
  }
}
footer .copyright {
  font-size: 0.7rem;
  color: #B1B1B1;
  text-align: center;
}

/************************************

PageUP

************************************/
#pageup {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 0px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  #pageup {
    width: 35px;
    height: 35px;
  }
}
#pageup.none {
  display: none;
}
#pageup:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/************************************

main

************************************/
main {
  display: block;
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  main {
    padding-top: 50px;
  }
}

main.second {
  padding: 8rem 0 4rem;
}
main.second a {
  text-decoration: underline;
}
main.second ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1.2rem;
}
main.second li {
  list-style: disc;
  margin: 0 2rem 0 0;
}

section {
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}

.bt {
  text-align: center;
}
.bt a {
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid #090000;
  background-color: #090000;
  color: #fff;
  padding: 10px 50px 10px 20px;
  border-radius: 2em;
  line-height: 1;
  overflow: hidden;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bt a::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../images/common/bt_yaji.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.bt a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: -100% 50%;
          transform-origin: -100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.bt a:hover {
  opacity: 1;
  background-color: #fff1;
  color: #090000;
}
.bt a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.wp-pagenavi {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi {
    text-align: center;
    font-size: 12px;
  }
}
.wp-pagenavi .page, .wp-pagenavi .current {
  border: 1px solid #090000;
  text-decoration: none;
  vertical-align: middle;
  line-height: 28px;
  font-size: 16px;
  width: 30px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    margin: 3px;
    line-height: 23px;
    font-size: 14px;
    width: 24px;
  }
}
.wp-pagenavi .page {
  background-color: #fff;
}
.wp-pagenavi .page:hover {
  color: #fff;
  background-color: #090000;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #090000;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  height: 20px;
  width: 70px;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    height: 15px;
    width: 50px;
  }
}
.wp-pagenavi .previouspostslink {
  background-image: url("../images/common/pagenavi_yaji_l.svg");
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 5px;
  }
}
.wp-pagenavi .nextpostslink {
  background-image: url("../images/common/pagenavi_yaji_r.svg");
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi .pages, .wp-pagenavi .extend {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
    display: none;
  }
}

/************************************

nav_single

************************************/
.nav_single {
  clear: both;
  text-align: center;
  font-size: 13px;
  margin: 3rem 0;
}
.nav_single a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #090000;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
}
.nav_single a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav_single a:hover {
  background: #090000;
  color: #fff;
}
.nav_single a.top {
  background: #090000;
  color: #fff;
}
.nav_single a:nth-child(1) {
  padding: 10px 20px 10px 30px;
}
.nav_single a:nth-child(1)::before {
  left: 10px;
  border-bottom: 1px solid #090000;
  border-left: 1px solid #090000;
}
.nav_single a:nth-child(1):hover::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.nav_single a:nth-child(1).top {
  background: #090000;
  color: #fff;
  padding: 10px 20px;
}
.nav_single a:nth-child(1).top::before {
  display: none;
}
.nav_single a:nth-child(3) {
  padding: 10px 30px 10px 20px;
}
.nav_single a:nth-child(3)::before {
  right: 10px;
  border-top: 1px solid #090000;
  border-right: 1px solid #090000;
}
.nav_single a:nth-child(3):hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page_title {
  position: relative;
  z-index: 1;
  margin: 0 0 7rem;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .page_title {
    margin: 0 0 4rem;
  }
}
.page_title::before, .page_title::after {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 0;
  content: "";
}
.page_title::before {
  background-color: #f6f5f3;
  padding-top: 11%;
}
@media only screen and (max-width: 600px) {
  .page_title::before {
    padding-top: 10%;
  }
}
.page_title::after {
  background-image: url("../images/common/pagetitile_back.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 11.11%;
}
.page_title .title {
  padding: 4rem 0 2rem;
  text-align: center;
  background-color: #f6f5f3;
}
@media only screen and (max-width: 1024px) {
  .page_title .title {
    padding: 2.4rem 0 1rem;
  }
}
.page_title .title .eng {
  display: block;
  margin: 0 auto 7px;
}
@media only screen and (max-width: 1024px) {
  .page_title .title .eng img {
    height: 50px;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .page_title .title .eng img {
    height: 40px;
  }
}
.page_title .title .jp {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0 auto;
}

#bottom {
  border-top: 1px solid #090000;
  background-image: url("../images/top/bottom_back.png");
  padding: 5rem 0;
}
@media only screen and (max-width: 1024px) {
  #bottom {
    padding: 3rem 0;
  }
}
#bottom .photo {
  margin: 0 0 3rem;
  width: 100%;
  height: 12vw;
  max-height: 180px;
  background-image: url("../images/top/bottom_photo.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #bottom .photo {
    background-image: url("../images/top/bottom_photo@2x.png");
  }
}
@media only screen and (max-width: 1024px) {
  #bottom .photo {
    margin: 0 0 1rem;
    height: 100px;
  }
}
#bottom article {
  background-color: #fff;
  border: 1px solid #090000;
  padding: 60px 10%;
  border-radius: 1.2rem;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  #bottom article {
    padding: 50px 5%;
  }
}
#bottom #online {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 600px) {
  #bottom #online {
    grid-template-columns: 1fr;
  }
}
#bottom #online h2 {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  width: 90%;
  max-width: 300px;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 1024px) {
  #bottom #online h2 {
    max-width: 200px;
  }
}
#bottom #online h2 img {
  width: 100%;
}
#bottom #online h2 span {
  display: block;
}
#bottom #online h2 .eng {
  max-width: 309px;
  margin: 0 auto;
}
#bottom #online h2 .eng img {
  width: 100%;
}
#bottom #online h2 .jp {
  margin: 1rem 0 0;
}
#bottom #online .text {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media only screen and (max-width: 600px) {
  #bottom #online .text {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
#bottom #online p {
  width: 70%;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 600px) {
  #bottom #online p {
    width: 85%;
    max-width: 350px;
  }
}
#bottom #online .image {
  grid-row: 1/3;
  grid-column: 2/3;
  padding-left: 5%;
}
@media only screen and (max-width: 600px) {
  #bottom #online .image {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 0 0 1rem;
    text-align: center;
  }
}
#bottom #online .image img {
  width: 100%;
  max-width: 420px;
}
@media only screen and (max-width: 600px) {
  #bottom #online .image img {
    width: 80%;
  }
}
#bottom #contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bottom #contact h2 {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  #bottom #contact h2 {
    width: 240px;
  }
}
@media only screen and (max-width: 600px) {
  #bottom #contact h2 {
    width: 200px;
    margin: 0 auto 1rem;
  }
}
#bottom #contact h2 img {
  width: 100%;
  max-width: 380px;
}
#bottom #contact .text {
  width: 50%;
  padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
  #bottom #contact .text {
    width: calc(100% - 270px);
    padding: 0 0 0 5%;
  }
}
@media only screen and (max-width: 600px) {
  #bottom #contact .text {
    width: 100%;
    padding: 0 5%;
  }
}
#bottom #contact .text p {
  margin: 0 auto 1rem;
}
#bottom #contact .text .bt {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #bottom #contact .text .bt {
    text-align: center;
  }
}

.breadcrumbs {
  border-bottom: 1px solid #090000;
  padding: 7px 12px;
  font-size: 0.8rem;
  color: #777E90;
}
.breadcrumbs a {
  color: #777E90;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  right: -20px;
  background: url("../images/common/bt_close.svg") no-repeat 0 0;
  background-size: contain;
  background-position: center;
}

#cboxClose:hover {
  background-position: center;
}

@media only screen and (max-width: 768px) {
  #cboxClose {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
}
#cboxClose {
  position: absolute;
  z-index: 1;
  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;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  color: #000;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #cboxClose {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }
}
#cboxClose::before {
  text-indent: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  content: "×";
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  /*-moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;*/
  border: 2px solid #000;
  border-radius: 2rem;
  scrollbar-color: transparent transparent !important;
  scrollbar-width: thin !important;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow: hidden;
  width: 80vw;
  color: #090000;
  height: 100%;
  background-color: #fff;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -80vw;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 80vw;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 20px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 26px;
  padding-left: 15px;
  background-color: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #090000;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-menu {
  padding: 8%;
}

.drawer-menu h2 {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 20px;
}

.drawer-menu .menu1 li {
  margin: 0 0 0px;
  padding-left: 30px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
  position: relative;
}
.drawer-menu .menu1 li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.drawer-menu .menu1 li.about::before {
  background-image: url("../images/common/icon_about.svg");
}
.drawer-menu .menu1 li.contact::before {
  background-image: url("../images/common/icon_mail.svg");
}
.drawer-menu .menu1 li.topics::before {
  background-image: url("../images/common/icon_news.svg");
}
.drawer-menu .menu1 li.map::before {
  background-image: url("../images/common/icon_map.svg");
}
.drawer-menu .menu1 li.column::before {
  background-image: url("../images/common/icon_column.svg");
}
.drawer-menu .menu1 li.special::before {
  background-image: url("../images/common/icon_journal.svg");
}
.drawer-menu .menu1 li a {
  display: block;
  padding: 10px 3px;
}

.drawer-menu .menu2 {
  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;
  font-size: 0.85rem;
  margin: 1rem 0;
}
.drawer-menu .menu2 li {
  margin: 0 7px;
}

.drawer-menu .banner {
  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;
  font-size: 0.85rem;
  margin: 1rem 0;
}
.drawer-menu .banner li {
  margin: 0 7px;
}

.drawer-menu ul.icon {
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-menu ul.icon li {
  width: 50px;
  padding: 10px;
  border-bottom: none;
}

.drawer-menu .insta {
  margin: 10px 0;
}
.drawer-menu .insta a {
  border: 1px solid #5F9DA0;
  border-radius: 5px;
  display: block;
  padding: 10px;
}

.drawer-menu .tel {
  margin: 15px 0 0;
  background-color: #5F9DA0;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
}
.drawer-menu .tel a {
  color: #fff;
  display: block;
  padding: 12px 0;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#front-page header {
  position: absolute;
  background-color: #fff;
  border: none;
}
#front-page header h1 {
  visibility: hidden;
}
#front-page header.fixed {
  position: fixed;
  background-color: #F8F7F3;
  border: 1px solid #090000;
}
#front-page header.fixed h1 {
  visibility: visible;
}

#top #mainimage2 {
  width: 95%;
  margin: 0 0 0 5%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 {
    display: block;
    position: relative;
    margin: 0 0 40px;
    width: 100%;
  }
}
#top #mainimage2 .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 20vw;
  padding: 7vw 0 0;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35vw;
    top: 5vw;
  }
}
#top #mainimage2 .logo .logo2 {
  max-width: 240px;
}
#top #mainimage2 .logo img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo img {
    max-width: 140px;
  }
}
#top #mainimage2 .logo p {
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo p {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo p {
    display: none;
  }
}
#top #mainimage2 .logo .bt {
  margin-top: 1rem;
}
#top #mainimage2 .logo .bt a {
  padding: 5px 25px 5px 15px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: inline-block;
}
#top #mainimage2 .logo .bt a::after {
  right: 5px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo .bt a {
    font-size: 11px;
    padding: 5px 20px 5px 5px;
  }
  #top #mainimage2 .logo .bt a::after {
    right: 3px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo .bt a {
    font-size: 9px;
  }
}
#top #mainimage2 .logo .online {
  margin: 24px auto 0;
  max-width: 180px;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo .online {
    display: none;
  }
}
#top #mainimage2 .logo .online img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top #mainimage2 .logo .online img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#top #mainimage2 .back {
  width: calc(100% - 20vw - 5%);
  margin: 0 0 0 5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .back {
    width: 100%;
    margin: 0;
  }
}
#top #mainimage2 .back2 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-image: url("../images/top/main_back2.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .back2 {
    background-image: url("../images/top/main-back-sp@2x.jpg");
    background-position: center bottom;
    background-size: 100%;
    padding-top: 170vw;
  }
}
#top #mainimage2 .ill {
  position: absolute;
  z-index: 2;
  -webkit-animation-name: ill_anime;
          animation-name: ill_anime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
#top #mainimage2 .ill img {
  width: 100%;
}
@-webkit-keyframes ill_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ill_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#top #mainimage2 .ill1 {
  top: 5%;
  left: 38%;
  width: 10%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill1 {
    top: 21%;
    left: 3%;
    width: 15%;
  }
}
#top #mainimage2 .ill2 {
  top: 25%;
  left: 5%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill2 {
    top: 7%;
    left: 10%;
    width: 10%;
  }
}
#top #mainimage2 .ill3 {
  top: 47%;
  left: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill3 {
    top: 40%;
    left: auto;
    right: 5%;
    width: 10%;
  }
}
#top #mainimage2 .ill4 {
  top: 75%;
  left: 0%;
  width: 7%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill4 {
    top: 32%;
    left: 12%;
    width: 10%;
  }
}
#top #mainimage2 .ill5 {
  top: 4%;
  right: 3%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill5 {
    display: none;
  }
}
#top #mainimage2 .ill6 {
  top: 10%;
  right: 18%;
  width: 5%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill6 {
    top: 32%;
    width: 10%;
    right: 15%;
  }
}
#top #mainimage2 .ill7 {
  top: 12%;
  right: 3%;
  width: 8%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill7 {
    width: 13%;
    top: 15%;
  }
}
#top #mainimage2 .ill8 {
  top: 83%;
  right: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill8 {
    display: none;
  }
}
#top #mainimage2 .sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #top #mainimage2 .sp .text {
    width: 65%;
    margin-right: 5%;
    font-size: 13px;
  }
  #top #mainimage2 .sp .online {
    width: 30%;
  }
}
#top #mainimage {
  width: 100%;
  height: 94vw;
  max-height: 1200px;
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #top #mainimage {
    height: 170vw;
  }
}
#top #mainimage .back {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .back {
    width: 100%;
  }
}
#top #mainimage .back2 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-image: url("../images/top/main_back.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .back2 {
    background-image: url("../images/top/main-back-sp@2x.jpg");
    background-position: center bottom;
    background-size: 100%;
    padding-top: 170vw;
  }
}
#top #mainimage .logo {
  position: absolute;
  z-index: 2;
  width: 15vw;
  max-width: 210px;
  left: 0;
  right: 0;
  top: 2vw;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage .logo {
    width: 17vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage .logo {
    width: 35vw;
    top: 5vw;
  }
}
#top #mainimage .logo img {
  width: 100%;
}
#top #mainimage .bt {
  margin-top: 1rem;
}
#top #mainimage .bt a {
  padding: 5px 25px 5px 15px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#top #mainimage .bt a::after {
  right: 5px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage .bt a {
    font-size: 11px;
    padding: 5px 20px 5px 5px;
  }
  #top #mainimage .bt a::after {
    right: 3px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage .bt a {
    font-size: 9px;
  }
}
#top #mainimage .ill {
  position: absolute;
  z-index: 2;
}
#top #mainimage .ill img {
  width: 100%;
}
#top #mainimage .ill1 {
  top: 5%;
  left: 8%;
  width: 10%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill1 {
    top: 21%;
    left: 3%;
    width: 15%;
  }
}
#top #mainimage .ill2 {
  top: 25%;
  left: 5%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill2 {
    top: 7%;
    left: 10%;
    width: 10%;
  }
}
#top #mainimage .ill3 {
  top: 50%;
  left: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill3 {
    top: 40%;
    left: auto;
    right: 5%;
    width: 10%;
  }
}
#top #mainimage .ill4 {
  top: 75%;
  left: 0%;
  width: 7%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill4 {
    top: 32%;
    left: 12%;
    width: 10%;
  }
}
#top #mainimage .ill5 {
  top: 4%;
  right: 3%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill5 {
    display: none;
  }
}
#top #mainimage .ill6 {
  top: 13%;
  right: 20%;
  width: 5%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill6 {
    top: 32%;
    width: 10%;
    right: 15%;
  }
}
#top #mainimage .ill7 {
  top: 17%;
  right: 7%;
  width: 8%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill7 {
    width: 13%;
    top: 15%;
  }
}
#top #mainimage .ill8 {
  top: 83%;
  right: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill8 {
    display: none;
  }
}
#top .title {
  border-top: 1px solid #090000;
  border-bottom: 1px solid #090000;
  padding: 2rem 0;
  text-align: center;
}
#top .title .eng {
  display: block;
  margin: 0 auto 7px;
}
@media only screen and (max-width: 1024px) {
  #top .title .eng img {
    height: 50px;
    width: auto;
  }
}
#top .title .eng_anime {
  display: block;
  margin: 0 auto 7px;
}
#top .title .eng_anime span {
  margin: 0 3px;
  display: inline-block;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #top .title .eng_anime span {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 1024px) {
  #top .title .eng_anime img {
    height: 50px;
    width: auto;
  }
}
#top .title .anime_on span {
  -webkit-animation-name: eng_animeframe;
          animation-name: eng_animeframe;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
#top .title .anime_on span.anime1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#top .title .anime_on span.anime2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#top .title .anime_on span.anime3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#top .title .anime_on span.anime4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#top .title .anime_on span.anime5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#top .title .anime_on span.anime6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#top .title .anime_on span.anime7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@-webkit-keyframes eng_animeframe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes eng_animeframe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#top .title .jp {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0 auto;
}
#top #topics {
  position: relative;
  z-index: 1;
}
#top #topics::before {
  position: absolute;
  bottom: 3%;
  left: 10%;
  width: 380px;
  height: 120px;
  content: "";
  background-image: url("../images/top/topics_ill1@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  #top #topics::before {
    width: 30vw;
    height: 8vw;
    left: 3%;
  }
}
@media only screen and (max-width: 600px) {
  #top #topics::before {
    width: 40vw;
    height: 12vw;
  }
}
#top #topics::after {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 340px;
  height: 115px;
  content: "";
  background-image: url("../images/top/topics_ill2@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  #top #topics::after {
    width: 25vw;
    height: 9vw;
    right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  #top #topics::after {
    width: 35vw;
    height: 12vw;
    bottom: 3%;
  }
}
#top #topics .title {
  border-top: none;
  border-bottom: none;
  padding: 2rem 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .eng {
    width: 200px;
  }
}
#top #topics .title .kusa {
  position: absolute;
  z-index: -1;
  top: 50px;
  width: 230px;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .kusa {
    width: 20vw;
  }
}
#top #topics .title .kusa img {
  width: 100%;
}
#top #topics .title .kusa1 {
  left: 10%;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .kusa1 {
    left: 5%;
  }
}
#top #topics .title .kusa2 {
  right: 10%;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .kusa2 {
    right: 5%;
  }
}
#top #topics .topics_slide {
  margin: 5rem 0 3rem;
}
@media only screen and (max-width: 1024px) {
  #top #topics .topics_slide {
    margin: 3rem 0 1.5rem;
  }
}
#top #topics .topics_slide .waku {
  margin: 0 30px;
}
@media only screen and (max-width: 1100px) {
  #top #topics .topics_slide .waku {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #top #topics .topics_slide .waku {
    margin: 0 15px;
  }
}
#top #topics .topics_slide a:hover .image img {
  -webkit-transform: none;
          transform: none;
}
#top #journal {
  position: relative;
}
#top #journal .title {
  background-color: rgba(218, 165, 52, 0.25);
}
@media only screen and (max-width: 1024px) {
  #top #journal .title .eng {
    width: 200px;
  }
}
#top #journal .lead {
  text-align: center;
  margin: 2rem 0 0;
  line-height: 1.8;
}
#top #journal article {
  position: relative;
  z-index: 1;
  background-image: url("../images/top/j_namisen.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 4rem 0 6rem;
}
@media only screen and (max-width: 1024px) {
  #top #journal article {
    background-size: 1000px;
  }
}
#top #journal article::before, #top #journal article::after {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
  height: 0;
}
#top #journal article:nth-child(1)::before {
  background-image: url("../images/top/j_ill11@2x.png");
  width: 141px;
  padding-top: 81%;
  bottom: -5px;
  left: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(1)::before {
    width: 10vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(1)::before {
    width: 15vw;
  }
}
#top #journal article:nth-child(1)::after {
  background-image: url("../images/top/j_ill12@2x.png");
  width: 57px;
  padding-top: 255%;
  bottom: -40px;
  right: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(1)::after {
    width: 4vw;
    bottom: -3vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(1)::after {
    width: 7vw;
  }
}
#top #journal article:nth-child(2)::before {
  background-image: url("../images/top/j_ill2@2x.png");
  width: 190px;
  padding-top: 95%;
  bottom: -80px;
  right: 10%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(2)::before {
    width: 14vw;
    bottom: -5vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(2)::before {
    width: 30vw;
    bottom: -10vw;
  }
}
#top #journal article:nth-child(3)::before {
  background-image: url("../images/top/j_ill3@2x.png");
  width: 110px;
  padding-top: 105%;
  bottom: -15px;
  left: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(3)::before {
    width: 10vw;
    bottom: -2vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(3)::before {
    width: 15vw;
  }
}
#top #journal article:nth-child(3)::after {
  background-image: url("../images/top/j_ill4@2x.png");
  width: 75px;
  padding-top: 140%;
  bottom: -3px;
  right: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(3)::after {
    width: 7vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(3)::after {
    width: 12vw;
  }
}
#top #journal .j_midashi {
  text-align: center;
  margin: 0 0 3rem;
}
#top #journal .j_midashi .j_cat_title {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top #journal .j_midashi .j_cat_title {
    width: 220px;
  }
}
#top #journal .j_midashi .j_cat_title img {
  width: 100%;
}
#top #journal .j_midashi .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  margin-bottom: 35px;
  letter-spacing: 0.08em;
}
#top #journal .j_midashi h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #top #journal .journal_list .waku:nth-child(6), #top #journal .journal_list .waku:nth-child(7), #top #journal .journal_list .waku:nth-child(8), #top #journal .journal_list .waku:nth-child(9), #top #journal .journal_list .waku:nth-child(10), #top #journal .journal_list .waku:nth-child(11) {
    display: none;
  }
}
#top #journal .bt {
  margin-top: 2rem;
}

#inline-about {
  width: 100%;
  height: 100%;
}
#inline-about .container {
  padding: 5%;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_column .title {
  border-top: 1px solid #090000;
  border-bottom: 1px solid #090000;
  padding: 2rem 0;
  text-align: center;
  background-color: rgba(55, 83, 150, 0.25);
}
#top_column .title .eng {
  display: block;
  margin: 0 auto 7px;
}
@media only screen and (max-width: 1024px) {
  #top_column .title .eng {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  #top_column .title .eng img {
    height: 50px;
    width: auto;
  }
}
#top_column .title .jp {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0 auto;
}
#top_column .column_list {
  margin: 3rem 0 4rem;
}
#top_column .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top_column .slick-slide {
  float: none;
  height: auto;
}
#top_column .waku {
  margin: 0 12px;
  border: 1px solid #090000;
  border-radius: 180px;
  background-color: #F4F4F4;
}
#top_column .waku a {
  display: block;
  padding: 80px 20px 40px;
}
@media only screen and (max-width: 1024px) {
  #top_column .waku a {
    padding: 60px 15px 30px;
  }
}
#top_column .midashi {
  text-align: center;
  margin-bottom: 12px;
}
#top_column .midashi .midashi_img {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top_column .midashi .midashi_img {
    width: 100px;
  }
}
#top_column .midashi .midashi_img img {
  width: 100%;
}
#top_column .midashi .eng {
  text-align: center;
  color: #FF652F;
  margin-bottom: 1rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top_column .midashi .eng.manazashi {
  color: #5F9DA0;
}
#top_column .midashi .eng.recipe {
  color: #FF652F;
}
#top_column .midashi .cat, #top_column .midashi h3 {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: relative;
}
#top_column .midashi hr {
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  border: none;
}
#top_column .image {
  overflow: hidden;
  width: 100%;
  padding-top: 70%;
  height: 0;
  position: relative;
}
#top_column .image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top_column .text {
  width: 90%;
  margin: 10px auto 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
#top_column .bt_more {
  display: block;
  text-align: center;
  width: 103px;
  margin: 5px auto 0;
  background: #090000;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  padding: 6px 20px 6px 6px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #090000;
}
#top_column .bt_more::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 1em;
  height: 1em;
  color: #fff;
  content: "→";
}
#top_column a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#top_column a:hover .bt_more {
  background-color: #fff;
  color: #090000;
}
#top_column a:hover .bt_more::before {
  color: #090000;
}
#top_column .slick-num {
  margin: 4rem auto 0;
  text-align: center;
  width: 120px;
}
#top_column .slick-num .slash {
  padding: 0 10px;
}
#top_column .slick-prev, #top_column .slick-next {
  position: absolute;
  bottom: -2.2rem;
  top: auto;
  display: block;
  background-color: #A5D3D3;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #090000;
}
#top_column .slick-prev:focus, #top_column .slick-next:focus {
  background-color: #A5D3D3;
}
#top_column .slick-prev:hover,
#top_column .slick-next:hover {
  background: #090000;
}
#top_column .slick-prev:hover:before,
#top_column .slick-next:hover:before {
  color: #fff;
}
#top_column .slick-prev:hover:before,
#top_column .slick-prev:focus:before,
#top_column .slick-next:hover:before,
#top_column .slick-next:focus:before {
  opacity: 1;
}
#top_column .slick-prev.slick-disabled:before,
#top_column .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#top_column .slick-prev:before,
#top_column .slick-next:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#top_column .slick-prev {
  left: calc(50% - 100px);
}
#top_column .slick-prev:before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  left: 18px;
}
#top_column .slick-next {
  right: calc(50% - 100px);
}
#top_column .slick-next:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 18px;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#journal .search .wrapper {
  max-width: 930px;
}
#journal .search .search_area {
  border: 1px solid #090000;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 4%;
  -webkit-box-shadow: 6px 6px 0px black;
          box-shadow: 6px 6px 0px black;
}
@media only screen and (max-width: 600px) {
  #journal .search .search_area {
    padding: 20px 6%;
  }
}
#journal .search .search_area .midashi {
  text-align: center;
  display: block;
}
#journal .search .search_area .midashi span {
  padding: 0 40px;
  display: inline-block;
  background-image: url("../images/journal/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 26px;
  line-height: 26px;
}
#journal .search .search_area input:checked ~ .midashi span {
  background-image: url("../images/journal/icon_minus.svg");
  padding-bottom: 20px;
}
#journal .search .search_area input {
  display: none;
}
#journal .search .search_area .submenu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*//あとでけす
  border-top:1px solid $main-color;
  padding:30px 0 20px;
  //*/
}
#journal .search .search_area input:checked ~ .submenu {
  opacity: 1;
  height: auto;
  border-top: 1px solid #090000;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 600px) {
  #journal .search .search_area input:checked ~ .submenu {
    padding: 15px 0 10px;
  }
}

.search_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_area dt, .search_area dd {
  border-bottom: 1px dashed #979797;
  padding: 20px 0 15px;
}
.search_area dt {
  width: 20%;
  padding-left: 3%;
}
@media only screen and (max-width: 600px) {
  .search_area dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0%;
  }
}
.search_area dd {
  width: 80%;
  padding-right: 3%;
  padding-left: 3%;
}
@media only screen and (max-width: 600px) {
  .search_area dd {
    width: 100%;
    padding-top: 10px;
    padding-right: 0%;
    padding-left: 0%;
  }
}
.search_area dd label {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 0.9rem;
  background-color: #EEEFEF;
  padding: 5px 20px;
  border-radius: 2em;
}
.search_area dd label:has(input:checked) {
  background-color: #5F9DA0;
  color: #fff;
}
.search_area .p-filter__button {
  text-align: center;
  padding-top: 2rem;
}
.search_area .p-filter__button button {
  background-color: #090000;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 7px 30px;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  border-radius: 2em;
}
.search_area .p-filter__button button.clear {
  background-color: #999;
}

#journal .page_title {
  position: relative;
}
#journal .page_title::before {
  background-color: #F6E8CD;
}
#journal .page_title .title {
  background-color: #F6E8CD;
}
#journal .page_title.columns::before {
  background-color: #CBD5E7;
}
#journal .page_title.columns .title {
  background-color: #CBD5E7;
}
#journal .page_title .ill {
  position: absolute;
}
#journal .page_title .ill img {
  width: 100%;
}
#journal .page_title .ill1 {
  width: 7vw;
  max-width: 77px;
  top: 3vw;
  left: 4vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill1 {
    width: 11vw;
  }
}
#journal .page_title .ill2 {
  width: 9vw;
  max-width: 131px;
  bottom: -5vw;
  left: 15vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill2 {
    width: 18vw;
    bottom: -10vw;
    left: 11vw;
  }
}
#journal .page_title .ill3 {
  width: 8vw;
  max-width: 77px;
  top: 5vw;
  left: 24vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill3 {
    display: none;
  }
}
#journal .page_title .ill4 {
  width: 10vw;
  max-width: 131px;
  bottom: -4vw;
  right: 24vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill4 {
    display: none;
  }
}
#journal .page_title .ill5 {
  width: 9vw;
  max-width: 96px;
  top: 6vw;
  right: 12vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill5 {
    display: none;
  }
}
#journal .page_title .ill6 {
  width: 7vw;
  max-width: 91px;
  bottom: -8vw;
  right: 6vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill6 {
    width: 17vw;
    bottom: -9vw;
  }
}
#journal .page_title .ill7 {
  width: 15vw;
  max-width: 202px;
  top: 0vw;
  right: 0vw;
}
@media only screen and (max-width: 600px) {
  #journal .page_title .ill7 {
    width: 29vw;
  }
}

#j_side #side_bt {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
}
@media only screen and (max-width: 1024px) {
  #j_side #side_bt {
    width: 35px;
    bottom: 42px;
  }
}
#j_side #side_bt:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#j_side .modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#j_side .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
#j_side .modal.is-active {
  opacity: 1;
  visibility: visible;
}
#j_side .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 94%;
}
#j_side .modal-close {
  position: absolute;
  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;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #j_side .modal-close {
    width: 40px;
    height: 40px;
  }
}
#j_side .modal-content {
  background: #fff;
  text-align: left;
  padding: 50px 5%;
  border-radius: 2rem;
  border: 2px solid #000;
  height: 90vh;
  overflow: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
@media only screen and (max-width: 1024px) {
  #j_side .modal-content {
    padding: 20px 5%;
  }
}
#j_side .container {
  max-width: 820px;
  margin: 0 auto;
}
#j_side .container input[type=checkbox] {
  display: none;
}
#j_side .container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#j_side .container dt, #j_side .container dd {
  border-bottom: 1px dashed #979797;
  padding: 20px 0 15px;
}
@media only screen and (max-width: 1024px) {
  #j_side .container dt, #j_side .container dd {
    padding: 10px 0 10px;
  }
}
#j_side .container dt {
  width: 20%;
  padding-left: 3%;
}
@media only screen and (max-width: 600px) {
  #j_side .container dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0%;
  }
}
#j_side .container dd {
  width: 80%;
  padding-right: 3%;
  padding-left: 3%;
}
@media only screen and (max-width: 600px) {
  #j_side .container dd {
    width: 100%;
    padding-top: 5px;
    padding-right: 0%;
    padding-left: 0%;
  }
}
#j_side .container dd label {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 0.9rem;
  background-color: #EEEFEF;
  padding: 5px 20px;
  border-radius: 2em;
}
#j_side .container dd label:has(input:checked) {
  background-color: #5F9DA0;
  color: #fff;
}
#j_side .container .p-filter__button {
  text-align: center;
  padding-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  #j_side .container .p-filter__button {
    padding-top: 1rem;
  }
}
#j_side .container .p-filter__button button {
  background-color: #090000;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 7px 30px;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  border-radius: 2em;
}
#j_side .container .p-filter__button button.clear {
  background-color: #999;
}

#journal #journal_archive {
  margin-top: 0rem;
}
#journal #journal_archive .wrapper {
  position: relative;
}
#journal #journal_archive .cat_t {
  text-align: center;
  margin: 0 0 2.4rem;
  position: relative;
  padding-bottom: 12px;
}
#journal #journal_archive .cat_t::before {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  width: 100px;
  height: 2px;
  background-color: #090000;
  content: "";
}
#journal #journal_archive .cat_t h2 {
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  #journal #journal_archive .cat_t h2 {
    font-size: 1.2rem;
  }
}
#journal #journal_archive .cat_t.search_h2 {
  margin: 0 0 0;
}
#journal #journal_archive .cat_t.search_h2::before {
  display: none;
}
#journal #journal_archive .cat_t.search_h2 h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 2.4rem;
  padding-bottom: 12px;
}
#journal #journal_archive .p-dem__page-number {
  text-align: center;
  margin-bottom: 1.5rem;
}

.journal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.journal_list .waku {
  margin: 0 2% 3rem;
  position: relative;
  z-index: 1;
  width: 29.3%;
}
@media only screen and (max-width: 768px) {
  .journal_list .waku {
    margin: 0 1.5% 3rem;
    width: 47%;
  }
}
.journal_list .waku a {
  display: block;
}
.journal_list .new {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 23%;
  max-width: 100px;
}
.journal_list .new img {
  width: 100%;
}
.journal_list .image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  padding-top: 99%;
  height: 0;
  border: 1px solid #090000;
  border-radius: 0;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .journal_list .image {
    width: 95%;
  }
}
.journal_list .image .image2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  height: 100%;
  width: 125%;
}
@media only screen and (max-width: 768px) {
  .journal_list .image .image2 {
    width: 105%;
  }
}
.journal_list .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.journal_list a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.5;
}
.journal_list .waku.recipe .image {
  border-radius: 50%;
  width: 100%;
}
.journal_list .waku.recipe .image .image2 {
  width: 100% !important;
}
.journal_list .waku.tokusan .image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.journal_list .waku.tokusan .image .image2 {
  width: 105%;
}
.journal_list .waku.osusumespot .image {
  border: none;
  border-radius: 0;
  width: 100%;
}
.journal_list .waku.osusumespot .image::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 103%;
  height: 0;
  padding-top: 103%;
  background-image: url("../images/top/j_7waku_2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.journal_list .waku.osusumespot .image .image2 {
  width: 100% !important;
}
.journal_list .text {
  margin: 82% auto 0;
  width: 90%;
}
.journal_list .place {
  background-color: #090000;
  color: #fff;
  display: inline-block;
  padding: 5px 8px 5px 25px;
  font-size: 0.85rem;
  line-height: 1.2;
  background-image: url("../images/top/j_pin.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 8px;
}
@media only screen and (max-width: 1024px) {
  .journal_list .place {
    font-size: 10px;
    background-size: 6px;
    padding-left: 15px;
    background-position: 5px center;
  }
}
.journal_list .white {
  background-color: #fff;
  border: 1px solid #090000;
  padding: 15px;
}
@media only screen and (max-width: 1024px) {
  .journal_list .white {
    padding: 10px;
  }
}
.journal_list .date {
  font-size: 0.8rem;
  color: #979797;
  margin-bottom: 5px;
}
.journal_list h4 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1100px) {
  .journal_list h4 {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 1024px) {
  .journal_list h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .journal_list h4 {
    font-size: 1.1rem;
  }
}
.journal_list .ex {
  display: none;
  margin: 15px 0 0;
  border-top: 1px dashed #808080;
  padding-top: 10px;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1024px) {
  .journal_list .ex {
    font-size: 0.75rem;
    margin: 10px 0 0;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .journal_list .ex {
    font-size: 0.85rem;
  }
}

.p-filter__notion {
  text-align: center;
}

#journal .column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  #journal .column_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#journal .column_list .waku {
  width: 27.3%;
  margin: 0 3%;
  border: 1px solid #090000;
  border-radius: 180px;
  background-color: #F4F4F4;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #journal .column_list .waku {
    width: 31.3%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 600px) {
  #journal .column_list .waku {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 2rem;
  }
}
#journal .column_list .waku a {
  display: block;
  padding: 25% 9% 15%;
}
#journal .column_list .midashi {
  text-align: center;
  margin-bottom: 12px;
}
#journal .column_list .midashi .midashi_img {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #journal .column_list .midashi .midashi_img {
    width: 100px;
  }
}
#journal .column_list .midashi .midashi_img img {
  width: 100%;
}
#journal .column_list .midashi .eng {
  text-align: center;
  color: #FF652F;
  margin-bottom: 1rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#journal .column_list .midashi .eng.manazashi {
  color: #5F9DA0;
}
#journal .column_list .midashi .eng.recipe {
  color: #FF652F;
}
#journal .column_list .midashi .cat, #journal .column_list .midashi h3 {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 0 5%;
}
#journal .column_list .midashi hr {
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  border: none;
}
#journal .column_list .image {
  overflow: hidden;
  width: 100%;
  padding-top: 70%;
  height: 0;
  position: relative;
}
#journal .column_list .image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#journal .column_list .text {
  width: 90%;
  margin: 10px auto 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
#journal .column_list .bt_more {
  display: block;
  text-align: center;
  width: 103px;
  margin: 5px auto 0;
  background: #090000;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  padding: 6px 20px 6px 6px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #090000;
}
#journal .column_list .bt_more::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 1em;
  height: 1em;
  color: #fff;
  content: "→";
}
#journal .column_list a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#journal .column_list a:hover .bt_more {
  background-color: #fff;
  color: #090000;
}
#journal .column_list a:hover .bt_more::before {
  color: #090000;
}

#journal_sub .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#journal_sub article {
  width: 30.3%;
  margin: 1.5%;
}
@media only screen and (max-width: 600px) {
  #journal_sub article {
    width: 100%;
    margin: 0 0 2rem;
  }
}
#journal_sub .midashi {
  margin-bottom: 2rem;
  text-align: center;
  border-top: 1px solid #090000;
  border-bottom: 1px solid #090000;
  padding: 15px;
  position: relative;
}
#journal_sub .midashi .eng2 {
  position: absolute;
  background-color: #fff;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  font-size: 11px;
  color: #5F9DA0;
}
#journal_sub .midashi h3 {
  font-weight: 500;
  font-size: 1.1rem;
}
#journal_sub .sub_list {
  margin: 0 3%;
}
#journal_sub .s_waku {
  margin: 0 0 10px;
}
#journal_sub .s_waku a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#journal_sub .image {
  width: 30%;
}
#journal_sub .image img {
  border: 1px solid #090000;
}
#journal_sub .text {
  width: 70%;
  padding-left: 5%;
}
#journal_sub h4 {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#journal_sub h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5F9DA0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#journal_sub .date {
  font-size: 12px;
  color: #777E90;
}
#journal_sub a:hover h4::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#journal_sub .sub_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#journal_sub .sub_list ul li {
  margin: 0 7px 7px 0;
}
#journal_sub .sub_list ul li a {
  display: block;
  background-color: #EEEFEF;
  font-size: 0.85rem;
  line-height: 1.2;
  padding: 4px 15px;
  border-radius: 2em;
}

#tag {
  background-image: url("../images/top/tag_back.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 2rem 0 4rem;
}
#tag .tag_t {
  text-align: center;
  margin-bottom: 2rem;
}
#tag .tag_t h2 {
  display: inline-block;
  width: 310px;
}
@media only screen and (max-width: 600px) {
  #tag .tag_t h2 {
    max-width: 310px;
    width: 85%;
  }
  #tag .tag_t h2 img {
    width: 100%;
  }
}
#tag .tag_list .slick-slide {
  padding: 5px;
}
#tag .tag_list li {
  text-align: center;
  margin: 3px;
}
#tag .tag_list li a {
  display: block;
  border: 1px solid #090000;
  border-radius: 2em;
  padding: 10px 16px;
  font-size: 21px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #tag .tag_list li a {
    padding: 5px 10px;
    font-size: 16px;
  }
}
#tag .tag_list li a:hover {
  background-color: #090000;
  color: #fff;
}

#journal #tag {
  padding: 4rem 0 4rem;
  background-position: center 2rem;
  position: relative;
  margin-top: 4rem;
}
#journal #tag .sen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1300px;
  height: 10px;
  background-image: url("../images/top/j_namisen.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#journal #tag .sen::before, #journal #tag .sen::after {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
  display: block;
  bottom: 0px;
}
#journal #tag .sen::before {
  background-image: url("../images/top/j_ill3@2x.png");
  width: 110px;
  padding-top: 105%;
  bottom: -15px;
  left: 15%;
}
@media only screen and (max-width: 1200px) {
  #journal #tag .sen::before {
    width: 10vw;
    bottom: -2vw;
  }
}
@media only screen and (max-width: 600px) {
  #journal #tag .sen::before {
    width: 15vw;
  }
}
#journal #tag .sen::after {
  background-image: url("../images/top/j_ill4@2x.png");
  width: 75px;
  padding-top: 140%;
  bottom: -3px;
  right: 15%;
}
@media only screen and (max-width: 1200px) {
  #journal #tag .sen::after {
    width: 7vw;
  }
}
@media only screen and (max-width: 600px) {
  #journal #tag .sen::after {
    width: 12vw;
  }
}

.single_entry {
  margin: 5rem 0;
}
@media only screen and (max-width: 1024px) {
  .single_entry {
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 600px) {
  .single_entry {
    margin: 3rem 3%;
  }
}
.single_entry .title {
  text-align: center;
  background-image: url("../images/journal/namisen.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1300px;
  padding: 0 5% 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .single_entry .title {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.single_entry .title h1 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .single_entry .title h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .single_entry .title h1 {
    font-size: 1.3rem;
  }
}
.single_entry .title .date {
  color: #777E90;
  font-size: 0.9rem;
}
.single_entry .honbun {
  max-width: 920px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 1024px) {
  .single_entry .honbun {
    margin: 0 auto 3rem;
  }
}
.single_entry .honbun h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single_entry .honbun h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .single_entry .honbun h2 {
    font-size: 1.2rem;
  }
}
.single_entry .honbun h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single_entry .honbun h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .single_entry .honbun h3 {
    font-size: 1.1rem;
  }
}
.single_entry .honbun h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single_entry .honbun h4 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 600px) {
  .single_entry .honbun h4 {
    font-size: 1rem;
  }
}
.single_entry .honbun h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single_entry .honbun h5 {
    font-size: 1rem;
  }
}
.single_entry .honbun h6 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single_entry .honbun h6 {
    font-size: 1rem;
  }
}
.single_entry .honbun p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
.single_entry .honbun ul, .single_entry .honbun ol {
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  line-height: 1.6;
}
.single_entry .honbun ul li, .single_entry .honbun ol li {
  margin-bottom: 5px;
}
.single_entry .honbun ul li {
  list-style: disc;
}
.single_entry .honbun ol li {
  list-style: decimal;
}
.single_entry .honbun blockquote {
  margin: 0 0 2rem;
  border: 1px solid #ddd;
  padding: 3% 5% 0.5rem;
}
.single_entry .honbun hr {
  border: none;
  width: 100%;
  height: 5px;
  background-image: url("../images/journal/namisen.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1300px;
  margin: 3rem 0;
}
.single_entry .honbun figure {
  margin: 2rem 0;
}
.single_entry #item {
  max-width: 920px;
  margin: 0 auto 5rem;
  padding-top: 70px;
  background-image: url("../images/journal/namisen.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1300px;
}
@media only screen and (max-width: 1024px) {
  .single_entry #item {
    padding-top: 45px;
    background-size: 900px;
  }
}
.single_entry #item .midashi {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .single_entry #item .midashi {
    margin-bottom: 2rem;
  }
}
.single_entry #item .midashi .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .single_entry #item .midashi .eng {
    font-size: 12px;
  }
}
.single_entry #item .midashi h2 {
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .single_entry #item .midashi h2 {
    font-size: 1.5rem;
  }
}
.single_entry #item .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_entry #item .item_list .waku {
  width: 48%;
  margin: 0 1% 40px;
}
@media only screen and (max-width: 600px) {
  .single_entry #item .item_list .waku {
    width: 96%;
    margin: 0 2% 30px;
  }
}
.single_entry #item .item_list .waku a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_entry #item .item_list .image {
  width: 35%;
  overflow: hidden;
}
.single_entry #item .item_list .image img {
  border: 1px solid #090000;
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.single_entry #item .item_list a:hover .image {
  border: 1px solid #090000;
}
.single_entry #item .item_list a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.single_entry #item .item_list .text {
  width: 60%;
  margin: 0 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_entry #item .item_list .text2 {
  width: 100%;
}
.single_entry #item .item_list h3 {
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
}
.single_entry #item .item_list h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #090000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.single_entry #item .item_list a:hover h3::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.single_entry #item .item_list .price {
  font-size: 1rem;
  margin: 3px 0 2px;
}
.single_entry #item .item_list .ex {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.8;
}
.single_entry .share {
  text-align: center;
}
.single_entry .share h4 {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
.single_entry .share ul {
  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;
}
.single_entry .share li {
  margin: 0 10px;
  width: 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .single_entry .share li {
    width: 36px;
    margin: 0 7px;
  }
}
.single_entry .share li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single_entry .share li img {
  width: 100%;
}
.single_entry .share li.copy_btn {
  background-image: url("../images/common/share_link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.single_entry .share li.copy_btn.copied {
  background-image: url("../images/common/share_link_c.svg");
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
.topics_archive_list .waku {
  position: relative;
}
.topics_archive_list a {
  display: block;
  overflow: hidden;
}
.topics_archive_list .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 110%;
  overflow: hidden;
}
.topics_archive_list .image::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-top: calc(110% + 2px);
  content: "";
  background-image: url("../images/top/topics_img_waku.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.topics_archive_list .image img {
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.topics_archive_list .text {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 25px;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics_archive_list .cat, .topics_archive_list .date {
  font-size: 0.8rem;
  line-height: 1;
  padding: 6px 8px;
  border: 1px solid #090000;
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .topics_archive_list .cat, .topics_archive_list .date {
    font-size: 0.75rem;
    padding: 4px 6px;
  }
}
.topics_archive_list .cat {
  background-color: #999;
}
.topics_archive_list .cat.t_news {
  background-color: #C25940;
}
.topics_archive_list .cat.t_event {
  background-color: #DAA534;
}
.topics_archive_list .cat.t_journal {
  background-color: #DAA534;
}
.topics_archive_list .date {
  background-color: #fff;
  border-left: none;
}
.topics_archive_list h3 {
  border: 1px solid #090000;
  font-weight: normal;
  font-size: 1rem;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 8px 10px;
  width: auto;
  min-width: 200px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .topics_archive_list h3 {
    padding: 4px 6px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .topics_archive_list h3 {
    max-width: 10em;
    overflow: hidden;
  }
}
.topics_archive_list a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.topics_archive_list a:hover h3 {
  background-color: #090000;
  color: #fff;
}

#topics .page_title::before {
  background-color: #F9D2CE;
}
#topics .page_title .title {
  background-color: #F9D2CE;
}
@media only screen and (max-width: 1024px) {
  #topics #topics_archive {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #topics #topics_archive {
    padding-top: 0rem;
  }
}
#topics #topics_archive .cat_t {
  text-align: center;
  margin: 0 0 2.4rem;
  position: relative;
  padding-bottom: 12px;
}
#topics #topics_archive .cat_t::before {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  width: 100px;
  height: 2px;
  background-color: #090000;
  content: "";
}
#topics #topics_archive .cat_t h2 {
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  #topics #topics_archive .cat_t h2 {
    font-size: 1.2rem;
  }
}
#topics #topics_archive .topics_archive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#topics #topics_archive .waku {
  width: 30.3%;
  margin: 0 1.5% 3rem;
}
@media only screen and (max-width: 740px) {
  #topics #topics_archive .waku {
    width: 48%;
    margin: 0 1% 2rem;
  }
}
@media only screen and (max-width: 740px) {
  #topics #topics_archive .text {
    bottom: -15px;
    width: 85%;
  }
}
@media only screen and (max-width: 740px) {
  #topics #topics_archive .cat, #topics #topics_archive .date {
    letter-spacing: 0;
    font-size: 0.7rem;
    padding: 2px 4px;
  }
}
@media only screen and (max-width: 740px) {
  #topics #topics_archive h3 {
    padding: 4px 6px;
    font-size: 0.8rem;
  }
}
#topics .single_entry {
  margin-bottom: 6rem;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#contact .page_title::before {
  background-color: #5B959950;
}
#contact .page_title .title {
  background-color: #5B959950;
}
#contact .form_content {
  max-width: 920px;
  margin: 0 auto;
}
#contact .form_content .wrapper {
  width: 90%;
}
#contact .form_content .lead {
  margin: 0 0 3rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #contact .form_content .lead {
    text-align: left;
  }
}
#contact .form_content .form_input dt .hissu {
  display: inline-block;
  background-color: #090000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 2em;
  margin-left: 7px;
}
#contact .form_content .form_input dd {
  margin: 0.7rem 0 2rem;
}
#contact .form_content .form_input input[type=text], #contact .form_content .form_input input[type=email], #contact .form_content .form_input input[type=tel] {
  background-color: #eeeeee;
  padding: 13px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #090000;
  font-size: 1rem;
}
#contact .form_content .form_input textarea {
  background-color: #eeeeee;
  padding: 13px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #090000;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  height: 200px;
}
#contact .form_content .form_input .privacy {
  text-align: center;
  margin-bottom: 3rem;
}
#contact .form_content .form_input .privacy a {
  text-decoration: underline;
}
#contact .form_content .form_input .privacy label {
  display: block;
  margin: 0.5rem 0;
  font-weight: 500;
}
#contact .form_content .form_input .privacy input {
  margin-right: 5px;
}
#contact .form_content .form_input .form_bt {
  text-align: center;
}
#contact .form_content .form_input .form_bt input[type=submit], #contact .form_content .form_input .form_bt input[type=button] {
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 2em;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#contact .form_content .form_input .form_bt input[type=submit] {
  margin: 0 10px;
  background-color: #090000;
  padding: 13px 50px 13px 30px;
  background-image: url("../images/common/bt_yaji1.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 92% center;
}
#contact .form_content .form_input .form_bt input[type=button] {
  background-color: #999;
  background-image: none;
  padding: 13px 30px;
}
#contact .form_content .thanks {
  margin: 0 0 3rem;
}
#contact .form_content .thanks p {
  line-height: 1.8;
}
#contact .form_content .thanks .bt_back {
  text-align: center;
  margin-top: 3rem;
}
#contact .form_content .thanks .bt_back a {
  display: inline-block;
  background-color: #090000;
  border: 2px solid #090000;
  color: #fff;
  padding: 15px 50px;
  border-radius: 2em;
  font-weight: 500;
}
#contact .form_content .thanks .bt_back a:hover {
  background-color: #fff;
  color: #090000;
}

.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#error .lead {
  text-align: center;
  margin-bottom: 3rem;
}
#error .lead p {
  line-height: 1.8;
}
#error .bt a {
  margin: 0 5px;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#mapshop .single .wrapper {
  max-width: 940px;
}
#mapshop .single .title {
  text-align: center;
  padding: 3rem 0 2rem;
}
#mapshop .single .title h1 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .title h1 {
    font-size: 1.6rem;
  }
}
#mapshop .single .pr {
  max-width: 720px;
  margin: 0 auto 6rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .pr {
    margin: 0 auto 4rem;
  }
}
#mapshop .single .slide img {
  width: 100%;
}
#mapshop .single .slide .slick-list {
  border-radius: 5px;
  overflow: hidden;
}
#mapshop .single .slide .slick-prev, #mapshop .single .slide .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .slide .slick-prev, #mapshop .single .slide .slick-next {
    width: 40px;
    height: 40px;
  }
}
#mapshop .single .slide .slick-prev:before,
#mapshop .single .slide .slick-next:before {
  display: none;
}
#mapshop .single .slide .slick-prev {
  left: -25px;
  background-image: url("../images/mapshop/yaji_l.svg");
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .slide .slick-prev {
    left: -7px;
  }
}
#mapshop .single .slide .slick-next {
  right: -25px;
  background-image: url("../images/mapshop/yaji_r.svg");
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .slide .slick-next {
    right: -7px;
  }
}
#mapshop .single #map_journal, #mapshop .single #item {
  padding-top: 70px;
  background-image: url("../images/journal/namisen.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1300px;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal, #mapshop .single #item {
    padding-top: 45px;
    background-size: 900px;
  }
}
#mapshop .single #map_journal .midashi, #mapshop .single #item .midashi {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal .midashi, #mapshop .single #item .midashi {
    margin-bottom: 2rem;
  }
}
#mapshop .single #map_journal .midashi .eng, #mapshop .single #item .midashi .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal .midashi .eng, #mapshop .single #item .midashi .eng {
    font-size: 12px;
  }
}
#mapshop .single #map_journal .midashi h2, #mapshop .single #item .midashi h2 {
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal .midashi h2, #mapshop .single #item .midashi h2 {
    font-size: 1.5rem;
  }
}
#mapshop .single #item .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mapshop .single #item .item_list .waku {
  width: 48%;
  margin: 0 1% 40px;
}
@media only screen and (max-width: 600px) {
  #mapshop .single #item .item_list .waku {
    width: 96%;
    margin: 0 2% 30px;
  }
}
#mapshop .single #item .item_list .waku a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mapshop .single #item .item_list .image {
  width: 35%;
}
#mapshop .single #item .item_list .image .image2 {
  width: 100%;
  height: 0%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
#mapshop .single #item .item_list .image .image3 {
  border: 1px solid #090000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#mapshop .single #item .item_list .image img {
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#mapshop .single #item .item_list a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #item .item_list a:hover .image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#mapshop .single #item .item_list .text {
  width: 60%;
  margin: 0 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mapshop .single #item .item_list .text2 {
  width: 100%;
}
#mapshop .single #item .item_list h3 {
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
}
#mapshop .single #item .item_list h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #090000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#mapshop .single #item .item_list a:hover h3::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#mapshop .single #item .item_list .price {
  font-size: 1rem;
  margin: 3px 0 2px;
}
#mapshop .single #item .item_list .ex {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.8;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#map {
  padding-top: 17vw;
}
@media only screen and (max-width: 600px) {
  #map {
    padding-top: 48vw;
  }
}
#map .page_title {
  position: absolute;
  z-index: 2;
  top: 55px;
  left: 0;
  width: 100%;
  margin: 0 0 7rem;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #map .page_title {
    top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #map .page_title {
    margin: 0 0 0rem;
  }
}
#map .page_title::before {
  display: none;
}
#map .page_title::after {
  background-image: url("../images/map/pagetitile_back.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#map .page_title .title {
  padding: 4rem 0 3rem;
  background-color: #ADCACC;
}
@media only screen and (max-width: 1024px) {
  #map .page_title .title {
    padding: 5vw 0 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #map .page_title .title {
    padding: 6vw 0 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  #map .page_title .title .eng {
    margin: 0 auto 0vw;
  }
}
@media only screen and (max-width: 1024px) {
  #map .page_title .title .eng img {
    height: 5vw;
  }
}
@media only screen and (max-width: 600px) {
  #map .page_title .title .eng img {
    height: 20vw;
  }
}
#map #maparea {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 0;
  padding: 15vw 0 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #map #maparea {
    padding: 15vw 0 5rem;
  }
}
@media only screen and (max-width: 600px) {
  #map #maparea {
    padding: 10vw 0 5rem;
  }
}
@media only screen and (max-width: 440px) {
  #map #maparea {
    padding: 22vw 0 5rem;
  }
}
#map #maparea::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 25vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  content: "";
}
@media only screen and (max-width: 600px) {
  #map #maparea::after {
    height: 45vw;
  }
}
#map #maparea .mapill {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/map/mapback.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 600px) {
  #map #maparea .mapill {
    background-image: url("../images/map/mapback-sp@2x.jpg");
  }
}
#map #maparea .white_ue {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map #maparea .white_ue::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
  width: 100%;
  height: 30vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
  content: "";
}
@media only screen and (max-width: 1024px) {
  #map #maparea .white_ue::before {
    height: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  #map #maparea .white_ue::before {
    height: 85vw;
    top: -5vw;
  }
}
#map #maparea .map_container {
  position: sticky;
  top: 0;
}
#map #maparea .lead {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  #map #maparea .lead {
    margin-bottom: 2rem;
  }
}
#map #maparea .lead h4 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  #map #maparea .lead h4 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #map #maparea .lead p {
    font-size: 0.7rem;
  }
}
#map #maparea .shoplist {
  width: 100%;
  margin: 0 auto;
}
#map #maparea .shoplist .is-layout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 100px;
}
@media only screen and (max-width: 1024px) {
  #map #maparea .shoplist .is-layout-grid {
    gap: 15px 8vw;
  }
}
@media only screen and (max-width: 600px) {
  #map #maparea .shoplist .is-layout-grid {
    display: block;
    padding-left: 30%;
  }
}
#map #maparea .shoplist p {
  padding-left: 20px;
  min-height: 30px;
}
@media only screen and (max-width: 600px) {
  #map #maparea .shoplist p {
    margin: 0 0 15px;
    min-height: 3px;
  }
}
#map #maparea .shoplist p:nth-child(odd) {
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 600px) {
  #map #maparea .shoplist p:nth-child(odd) {
    text-align: left;
    padding-left: 24px;
    padding-right: 0;
  }
}
#map #maparea .shoplist p a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #090000;
  border-radius: 2em;
  padding: 5px 15px;
  line-height: 1.2;
  position: relative;
}
#map #maparea .shoplist p a::before {
  position: absolute;
  top: 0;
  left: -22px;
  background-image: url("../images/map/pin.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 15px;
  width: 15px;
  height: 27px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#map #maparea .shoplist p a:hover {
  background-color: #090000;
  color: #fff;
}
#map #maparea .shoplist p a:hover::before {
  -webkit-transform: scale(1.2) translateY(-50%);
          transform: scale(1.2) translateY(-50%);
}
#map #maparea .shoplist p:nth-child(odd) a::before {
  left: auto;
  right: -22px;
}
@media only screen and (max-width: 600px) {
  #map #maparea .shoplist p:nth-child(odd) a::before {
    left: -22px;
    right: auto;
  }
}
#map .white {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#map #kanri {
  padding: 6rem 0 0;
}
#map #kanri .wrapper {
  background-image: url("../images/journal/namisen.svg");
  background-position: center top;
  background-size: 1300px;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  #map #kanri .wrapper {
    background-size: 1000px;
  }
}
#map #kanri .j_midashi {
  text-align: center;
  margin: 0 0 3rem;
}
#map #kanri .j_midashi .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}
#map #kanri .j_midashi h2 {
  line-height: 1;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #map #kanri .j_midashi h2 {
    font-size: 1.5rem;
  }
}
#map #kanri .kanri_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url("../images/top/j_namisen.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1300px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #map #kanri .kanri_list {
    background-size: 1000px;
  }
}
#map #kanri .kanri_list::before, #map #kanri .kanri_list::after {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
  height: 0;
}
#map #kanri .kanri_list::before {
  background-image: url("../images/top/j_ill3@2x.png");
  width: 110px;
  padding-top: 105%;
  bottom: -15px;
  left: 15%;
}
@media only screen and (max-width: 1200px) {
  #map #kanri .kanri_list::before {
    width: 10vw;
    bottom: -2vw;
  }
}
@media only screen and (max-width: 600px) {
  #map #kanri .kanri_list::before {
    width: 15vw;
  }
}
#map #kanri .kanri_list::after {
  background-image: url("../images/top/j_ill4@2x.png");
  width: 75px;
  padding-top: 140%;
  bottom: -3px;
  right: 15%;
}
@media only screen and (max-width: 1200px) {
  #map #kanri .kanri_list::after {
    width: 7vw;
  }
}
@media only screen and (max-width: 600px) {
  #map #kanri .kanri_list::after {
    width: 12vw;
  }
}
#map #kanri .waku {
  width: 46%;
  margin: 2%;
}
@media only screen and (max-width: 600px) {
  #map #kanri .waku {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#map #kanri .image {
  position: relative;
  border: 1px solid #090000;
  border-radius: 14px;
  padding: 15px;
  margin: 0 0 25px;
}
#map #kanri .image2 {
  border-radius: 8px;
  overflow: hidden;
}
#map #kanri .image2 img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#map #kanri .image2 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}
#map #kanri .area {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #fff;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #090000;
  border-bottom: 1px solid #090000;
  font-weight: 500;
}
#map #kanri h3 {
  font-weight: 500;
  font-size: 1.2re;
  text-align: center;
  margin-bottom: 0.7rem;
}
#map #kanri h3 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#map #kanri h3 a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#map #kanri h3 a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#map #kanri p {
  padding: 0 5%;
  line-height: 1.7;
}
#map #kanri .bt {
  margin-top: 1rem;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#about {
  /*padding-top: 24vw;
  @include media-sp { 
  padding-top: 48vw;
  }*/
}
#about .page_title {
  /*position: absolute;
  z-index: 2;
  top:55px;
  left:0;
  width:100%;
  height:27vw;
  background-color: transparent;
  background-image: url("../images/map/pagetitle_back.svg");
  background-size: 100%;
  background-position: center bottom;
  @include media-tab { 
  top:50px;
  }
  @include media-sp { 
  height:54vw;
  background-image: url("../images/map/pagetitle_back-sp.svg");
  }*/
}
#about .page_title::before {
  background-color: #ADCACC;
}
#about .page_title .title {
  background-color: #ADCACC;
}
@media only screen and (max-width: 1024px) {
  #about .page_title .title {
    padding: 5vw 0 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #about .page_title .title {
    padding: 6vw 0 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  #about .page_title .title .eng {
    margin: 0 auto 0vw;
  }
}
#about #copy {
  text-align: center;
  overflow: hidden;
}
#about #copy .text {
  padding: 6rem 0 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #about #copy .text {
    padding: 45vw 0 20vw;
  }
}
#about #copy h2 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  #about #copy h2 {
    margin-bottom: 2.4rem;
  }
}
#about #copy h2 img {
  width: 340px;
}
@media only screen and (max-width: 1024px) {
  #about #copy h2 img {
    width: 280px;
  }
}
@media only screen and (max-width: 600px) {
  #about #copy h2 img {
    width: 240px;
  }
}
#about #copy p {
  line-height: 2;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  #about #copy p {
    font-size: 15px;
  }
}
#about #copy .copy_img {
  position: absolute;
  z-index: 2;
}
#about #copy .copy_img img {
  width: 100%;
}
#about #copy .copy_img1 {
  top: 7%;
  left: 10%;
  width: 18%;
}
@media only screen and (max-width: 1024px) {
  #about #copy .copy_img1 {
    left: 5%;
  }
}
@media only screen and (max-width: 600px) {
  #about #copy .copy_img1 {
    top: 5%;
    left: 2%;
    width: 22%;
  }
}
#about #copy .copy_img2 {
  top: 40%;
  left: -9%;
  width: 40%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 1024px) {
  #about #copy .copy_img2 {
    left: -9%;
    width: 35%;
  }
}
@media only screen and (max-width: 600px) {
  #about #copy .copy_img2 {
    top: 1%;
    left: auto;
    right: -6%;
    width: 40%;
  }
}
#about #copy .copy_img3 {
  top: 89%;
  left: 17%;
  width: 15%;
}
@media only screen and (max-width: 1024px) {
  #about #copy .copy_img3 {
    left: 10%;
  }
}
@media only screen and (max-width: 600px) {
  #about #copy .copy_img3 {
    top: auto;
    bottom: -2%;
  }
}
#about #copy .copy_img4 {
  top: 12%;
  right: 17%;
  width: 12%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (max-width: 1024px) {
  #about #copy .copy_img4 {
    right: 10%;
  }
}
@media only screen and (max-width: 600px) {
  #about #copy .copy_img4 {
    right: 45%;
    top: 2%;
    width: 15%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
#about #copy .copy_img5 {
  top: 35%;
  right: 0%;
  width: 20%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #about #copy .copy_img5 {
    top: auto;
    bottom: -5%;
    right: 40%;
  }
}
#about #copy .copy_img6 {
  top: 70%;
  right: 2%;
  width: 30%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (max-width: 1024px) {
  #about #copy .copy_img6 {
    right: -5%;
  }
}
@media only screen and (max-width: 600px) {
  #about #copy .copy_img6 {
    top: auto;
    bottom: -2%;
    right: -5%;
  }
}
#about #copy .copy_ill img {
  width: 100%;
}
#about #logo {
  padding: 0rem 0 8rem;
}
@media only screen and (max-width: 1024px) {
  #about #logo {
    padding: 0rem 0 5rem;
  }
}
#about #logo .wrapper {
  background-image: url("../images/journal/namisen.svg");
  background-position: center top;
  background-size: 1300px;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  #about #logo .wrapper {
    background-size: 1000px;
  }
}
#about #logo .j_midashi {
  text-align: center;
  margin: 0 0 3rem;
}
#about #logo .j_midashi .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}
#about #logo .j_midashi h2 {
  line-height: 1;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #about #logo .j_midashi h2 {
    font-size: 1.5rem;
  }
}
#about #logo .lead {
  text-align: center;
}
#about #logo .lead p {
  line-height: 1.8;
}
#about #logo .logo {
  margin: 4rem auto;
  max-width: 320px;
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  #about #logo .logo {
    max-width: 240px;
  }
}
#about #logo .logo img {
  width: 100%;
}
#about #logo .logo_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about #logo .logo_parts img {
  width: 100%;
}
#about #logo .logo_parts .waku {
  width: 23%;
  margin: 1%;
  border: 1px solid #090000;
  border-radius: 1rem;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #about #logo .logo_parts .waku {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  #about #logo .logo_parts .waku {
    width: 90%;
    margin: 1% auto;
  }
}
#about #logo .logo_parts h3 {
  text-align: center;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #5F9DA050));
  background: linear-gradient(transparent 60%, #5F9DA050 40%);
  margin-bottom: 1rem;
  font-weight: 500;
}
#about #logo .logo_parts p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.7;
}
#about #ec_brand {
  padding: 0rem 0 8rem;
}
@media only screen and (max-width: 1024px) {
  #about #ec_brand {
    padding: 0rem 0 5rem;
  }
}
#about #ec_brand .wrapper {
  background-image: url("../images/journal/namisen.svg");
  background-position: center top;
  background-size: 1300px;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  #about #ec_brand .wrapper {
    background-size: 1000px;
  }
}
#about #ec_brand .j_midashi {
  text-align: center;
  margin: 0 0 3rem;
}
#about #ec_brand .j_midashi .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}
#about #ec_brand .j_midashi h2 {
  line-height: 1;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #about #ec_brand .j_midashi h2 {
    font-size: 1.5rem;
  }
}
#about #ec_brand .image {
  margin: 0 auto;
  max-width: 810px;
}
#about #ec_brand .image img {
  width: 100%;
}
/*# sourceMappingURL=common.css.map */