@charset "UTF-8";
body {
  width: 100%;
  height: auto;
  margin: 0;
  color: #1D1D1D;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: #FFF8ED;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  box-sizing: border-box;
}

p {
  line-height: 1.8;
}

.nav_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.nav_wrapper .nav_btn {
  position: fixed;
  top: 20px;
  right: 150px;
  z-index: 100000;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .nav_btn {
    top: 20px;
    left: 20px;
  }
}
.nav_wrapper .nav_btn .nav_btn_list {
  display: flex;
  padding: 0;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .nav_btn .nav_btn_list {
    display: none;
  }
}
.nav_wrapper .nav_btn .nav_btn_list li {
  margin: 0 10px;
  padding: 0 10px;
  list-style-type: none;
}
.nav_wrapper .nav_btn .nav_btn_list li a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .nav_btn .nav_btn_list li a {
    font-size: 13px;
  }
}
.nav_wrapper .nav_btn .nav_btn_list li a:hover {
  opacity: 0.8;
}
.nav_wrapper .nav_btn .nav_btn_list li .active {
  color: #1D1D1D;
}
.nav_wrapper .nav_btn .nav_btn_list li .passive {
  position: relative;
  color: #7E7E7E;
}
.nav_wrapper .nav_btn .nav_btn_list li .passive::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -11px;
  width: 1px;
  height: 18px;
  background-color: #7E7E7E;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .nav_btn .nav_btn_list li .passive::before {
    height: 15px;
  }
}
.nav_wrapper .nav_btn .nav_btn_list .btn_bbq {
  padding: 5px 20px;
  border-radius: 30px;
  background: #F9F0E3;
}
.nav_wrapper .nav_btn .nav_btn_list .btn_bbq a {
  color: #BE1E2D;
  font-weight: 900;
}
.nav_wrapper .nav_btn .nav_btn_list .btn_bbq img {
  width: 100%;
  max-width: 35px;
  margin: 0 0 0 10px;
  mix-blend-mode: multiply;
}
.nav_wrapper .nav_btn .nav_btn_list .btn_quvel {
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  border-radius: 30px;
  background: #BE1E2D;
}
.nav_wrapper .nav_btn .nav_btn_list .btn_quvel a {
  color: #F9F0E3;
  font-weight: 900;
}
.nav_wrapper .nav_btn .nav_btn_list .btn_quvel img {
  width: 100%;
  max-width: 35px;
  margin: -5px 0 0 10px;
}
.nav_wrapper .openbtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  display: inline-block;
  width: 110px;
  height: 110px;
  cursor: pointer;
  background: #C6AD8A;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .openbtn {
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
  }
}
.nav_wrapper .openbtn .btn_line {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  width: 50px;
  height: 2.5px;
  background: #FFFFFF;
  transition: all 0.1s;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .openbtn .btn_line {
    top: 33px;
  }
}
.nav_wrapper .openbtn .btn_line::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%);
  width: 50px;
  height: 2.5px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.nav_wrapper .openbtn .btn_line::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 50px;
  height: 2.5px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.nav_wrapper .openbtn .btn_menu {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  color: #FFFFFF;
  font-size: 18px;
}
@media only screen and (max-width:640px) {
  .nav_wrapper .openbtn .btn_menu {
    top: 52px;
    font-size: 18px;
  }
}
.nav_wrapper .openbtn.active .btn_line::before {
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 50px;
  height: 2.5px;
  background: #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.5s;
  visibility: visible;
}
.nav_wrapper .openbtn.active .btn_line {
  visibility: hidden;
}
.nav_wrapper .openbtn.active .btn_line::after {
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 50px;
  height: 2.5px;
  background: #FFFFFF;
  transform: rotate(-45deg);
  transition: all 0.5s;
  visibility: visible;
}
.nav_wrapper #nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99999;
  width: 50%;
  height: 100vh;
  background: #C6AD8A;
  transition: all 0.5s;
  background-image: url(images/kv_menu_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  .nav_wrapper #nav {
    right: -120%;
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .nav_wrapper #nav {
    right: -120%;
    width: 100%;
  }
}
.nav_wrapper #nav.panelactive {
  right: 0;
}
.nav_wrapper #nav .nav-list {
  position: fixed;
  width: 35%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  .nav_wrapper #nav .nav-list {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .nav_wrapper #nav .nav-list {
    width: 100%;
  }
}
.nav_wrapper #nav .nav-list .nav_list_inner {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  .nav_wrapper #nav .nav-list .nav_list_inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:640px) {
  .nav_wrapper #nav .nav-list .nav_list_inner {
    width: 100%;
    margin: 0 auto;
  }
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin: 0 auto;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  .nav_wrapper #nav .nav-list .nav_list_inner .wrapper {
    top: 40%;
    left: 15%;
  }
}
@media only screen and (max-width:640px) {
  .nav_wrapper #nav .nav-list .nav_list_inner .wrapper {
    top: 40%;
    transform: translateY(-40%);
    left: 15%;
  }
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul .sp_btn_quvel {
  display: none;
}
@media only screen and (max-width:640px) {
  .nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul .sp_btn_quvel {
    display: block;
    margin: 60px 0 0;
    padding: 10px 15px;
    border-radius: 30px;
    background: #BE1E2D;
  }
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul .sp_btn_quvel a {
  font-size: 16px;
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul .sp_btn_quvel img {
  width: 40px;
  margin: 0 0 5px 5px;
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul li {
  width: 100%;
  height: auto;
  margin-bottom: 2.2em;
  vertical-align: top;
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul li a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media only screen and (max-width:640px) {
  .nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul li a {
    font-size: 22px;
  }
}
.nav_wrapper #nav .nav-list .nav_list_inner .wrapper ul li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.nav_wrapper .overlay {
  position: fixed;
  top: 0;
  right: -120%;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.6s;
  z-index: 999;
}
.nav_wrapper .overlay.panelactive {
  right: 0;
}
.nav_wrapper .openbtn.active + .overlay {
  display: block;
}

#kv {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 900px;
  height: 100vh;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kv {
    min-height: 700px;
    height: 100vh;
  }
}
@media (max-width: 640px) {
  #kv {
    max-height: 740px;
    height: 78vh;
  }
}
#kv .txt_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
#kv .txt_wrapper h1 {
  position: relative;
  margin: 0;
}
#kv .txt_wrapper h1::before {
  content: "日常に、小さな非日常を。";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  color: #BE1E2D;
  font-size: clamp(15px, 3vw, 24px);
}
@media only screen and (max-width:640px) {
  #kv .txt_wrapper h1::before {
    top: -1.5rem;
    left: calc(50% + 2rem);
  }
}
#kv .txt_wrapper h1 img {
  z-index: 999999;
  max-width: 660px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width:640px) {
  #kv .txt_wrapper h1 img {
    min-width: 260px;
  }
}
#kv .kv_inner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  background-image: url(images/bg.jpg);
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kv .kv_inner {
    min-height: 700px;
    height: 100vh;
    background-image: url(images/kv_image.png);
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 640px) {
  #kv .kv_inner {
    max-height: 740px;
    height: 78vh;
    background-image: url(images/kv_image.png);
    background-size: cover;
    background-position: center center;
  }
}
#kv .kv_inner .kv1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 333px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kv .kv_inner .kv1 {
    top: 0;
    width: 60%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kv .kv_inner .kv1 {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  #kv .kv_inner .kv1 {
    display: none;
  }
}
#kv .kv_inner .kv2 {
  position: absolute;
  top: 0;
  left: 40%;
  width: 100%;
  max-width: 544px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kv .kv_inner .kv2 {
    top: 0;
    width: 60%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kv .kv_inner .kv2 {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  #kv .kv_inner .kv2 {
    display: none;
  }
}
#kv .kv_inner .kv3 {
  position: absolute;
  bottom: -20%;
  left: 20%;
  width: 100%;
  max-width: 600px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kv .kv_inner .kv3 {
    left: 10%;
    width: 55%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kv .kv_inner .kv3 {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  #kv .kv_inner .kv3 {
    display: none;
  }
}
#kv .kv_inner .kv4 {
  position: absolute;
  top: 25%;
  right: 0;
  width: 100%;
  max-width: 305px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kv .kv_inner .kv4 {
    width: 35%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kv .kv_inner .kv4 {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  #kv .kv_inner .kv4 {
    display: none;
  }
}

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

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

#topics {
  padding: 300px 0 120px;
  background: #F8EDDD;
}
@media only screen and (max-width:640px) {
  #topics {
    padding: 60px 0 80px;
  }
}
#topics .topics_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width:640px) {
  #topics .topics_inner {
    display: block;
    padding: 0 0 0 20px;
  }
}
#topics .slick-track {
  width: 100%;
}
#topics .txt_wrapper {
  display: flex;
  width: 15%;
}
@media only screen and (max-width:640px) {
  #topics .txt_wrapper {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#topics h2 {
  margin: 0 80px 0 -30px;
  color: #7EAFBB;
  font-size: 24px;
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
}
@media only screen and (max-width:640px) {
  #topics h2 {
    margin: -30px 0 30px;
    font-size: 16px;
    writing-mode: inherit;
  }
}
#topics .h2_en {
  margin: 0;
  color: #7EAFBB;
  font-size: 72px;
  font-family: "Cabin Sketch", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
}
@media only screen and (max-width:640px) {
  #topics .h2_en {
    position: relative;
    z-index: 100;
    font-size: 50px;
    writing-mode: inherit;
  }
}
#topics .slider {
  width: 95%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #topics .slider {
    width: 80%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #topics .slider {
    width: 75%;
  }
}
@media only screen and (max-width:640px) {
  #topics .slider {
    width: 180%;
  }
}
#topics .slick-track {
  width: 100%;
  margin: 0;
  padding: 0;
}
#topics .post-list {
  margin: 0;
  padding: 0;
}
#topics .post-list .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 50px;
}
#topics .post-list .post-item {
  width: 100%;
  min-height: 460px;
  margin: 0 10px;
  list-style-type: none;
  box-sizing: border-box;
  border-top-right-radius: 50px;
  padding: 0;
  background: #FFFFFF;
}
#topics .post-list .post-item a {
  text-decoration: none;
}
#topics .post-list .post-thumb {
  display: block;
  width: 100%;
}
#topics .post-list .post-thumb img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:640px) {
  #topics .post-list .post-thumb img {
    height: 150px;
  }
}
#topics .post-list .post-content .bg {
  padding: 0 30px 40px;
}
#topics .post-list .post-cat {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: -18px 0 0;
  padding: 3px 0 0;
  color: #FFFFFF;
  font-family: "Cabin Sketch", sans-serif;
  text-align: center;
  background: #7EAFBB;
}
#topics .post-list .post-date {
  display: block;
  margin: 0;
  padding: 16px 0 0;
  color: #7EAFBB;
  font-size: 12px;
}
#topics .post-list .post-ttl {
  margin: 0 0 8px;
}
#topics .post-list .post-ttl a {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#topics .post-list .post-excerpt {
  color: #1D1D1D;
  font-size: 14px;
}

.btn_topics {
  display: block;
  width: 260px;
  margin: 60px auto 0;
  color: #7EAFBB;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 1.5px #7EAFBB;
  border-radius: 30px;
}
.btn_topics:hover {
  color: #FFFFFF;
  background: #7EAFBB;
  transition: all 0.5s;
}
.btn_topics p {
  margin: 18px 0;
}
.btn_topics .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
}
.btn_topics .prev-arrow,
.btn_topics .next-arrow {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #7EAFBB;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn_topics .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.btn_topics .prev-arrow::before,
.btn_topics .next-arrow::before {
  position: absolute;
  z-index: 1000;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

#about {
  padding: 0 0 80px;
  background-image: url(images/bg.jpg);
  background-size: cover;
}
@media only screen and (max-width:640px) {
  #about {
    padding: 0 0 60px;
  }
}
#about .bg_img {
  width: 100%;
  margin: 0 0 100px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #about .bg_img {
    height: 450px;
    margin: 0 0 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width:640px) {
  #about .bg_img {
    height: 350px;
    margin: 0 0 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about .about_inner {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px;
}
@media only screen and (max-width:640px) {
  #about .about_inner {
    padding: 0 20px;
    font-size: 15px;
  }
}
#about .about_inner h2 {
  margin: -20px auto 50px;
  color: #BE1E2D;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #about .about_inner h2 {
    margin: -20px auto 30px;
    font-size: 16px;
  }
}
#about .about_inner .h2_en {
  margin: 0;
  color: #BE1E2D;
  font-size: 72px;
  font-family: "Cabin Sketch", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #about .about_inner .h2_en {
    font-size: 40px;
  }
}
#about .about_inner .about_txt {
  margin: 0;
  color: #BE1E2D;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #about .about_inner .about_txt {
    text-align: left;
  }
}
#about .about_inner .about_img {
  position: relative;
  right: 0;
  left: 0;
  height: 160px;
}
#about .about_inner .about_icon1 {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 15vw;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #about .about_inner .about_icon1 {
    width: 17vw;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #about .about_inner .about_icon1 {
    width: 20vw;
  }
}
@media only screen and (max-width:640px) {
  #about .about_inner .about_icon1 {
    bottom: 20px;
    left: 3%;
    width: 30vw;
  }
}
#about .about_inner .about_icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
}
@media only screen and (max-width:640px) {
  #about .about_inner .about_icon2 {
    width: 55%;
  }
}

#brisk {
  position: relative;
  margin: 0 0 150px;
}
@media only screen and (max-width:640px) {
  #brisk {
    margin: 0 0 80px;
  }
}
#brisk .bg_img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width:640px) {
  #brisk .bg_img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#brisk .brisk_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin: -80px 0 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #brisk .brisk_wrapper {
    display: block;
    margin: -80px 0 0;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #brisk .brisk_wrapper {
    display: block;
    margin: -80px 0 0;
  }
}
@media only screen and (max-width:640px) {
  #brisk .brisk_wrapper {
    display: block;
    margin: -80px 0 0;
  }
}
#brisk .swiper_container {
  width: 55%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #brisk .swiper_container {
    width: calc(100% - 60px);
    margin: -60px auto 0;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #brisk .swiper_container {
    width: calc(100% - 40px);
    margin: -60px auto 0;
  }
}
@media only screen and (max-width:640px) {
  #brisk .swiper_container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#brisk .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width:640px) {
  #brisk .swiper {
    margin: -50px 0 0;
  }
}
#brisk .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#brisk .swiper-slide {
  width: 100%;
  height: 100%;
}
#brisk .swiper-slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:640px) {
  #brisk .swiper-slide img {
    height: 400px;
  }
}
#brisk .brisk_inner {
  position: relative;
  width: 60%;
  margin: 0;
  padding: 120px 5% 100px 7%;
  overflow: hidden;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #brisk .brisk_inner {
    width: 100%;
    padding: 100px 30px 140px 10%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #brisk .brisk_inner {
    width: 100%;
    padding: 100px 20px 140px 8%;
  }
}
@media only screen and (max-width:640px) {
  #brisk .brisk_inner {
    width: 100%;
    padding: 80px 20px 120px;
  }
}
#brisk .brisk_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -85%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(images/brisk_bg.jpg);
  background-size: cover;
}
@media only screen and (max-width:640px) {
  #brisk .brisk_inner::before {
    right: 0;
  }
}
#brisk .brisk_inner h2 {
  margin: 0 0 30px;
  color: #F9F0E3;
  font-size: 60px;
  font-family: "Cabin Sketch", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #brisk .brisk_inner h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width:640px) {
  #brisk .brisk_inner h2 {
    font-size: 40px;
  }
}
#brisk .brisk_inner h3 {
  margin: 0 0 40px;
  color: #F9F0E3;
  font-size: 24px;
}
@media only screen and (max-width:640px) {
  #brisk .brisk_inner h3 {
    font-size: 20px;
  }
}
#brisk .brisk_inner .brisk_txt {
  max-width: 450px;
  width: 100%;
  margin: 0 0 40px;
  color: #F9F0E3;
}
@media only screen and (max-width:640px) {
  #brisk .brisk_inner .brisk_txt {
    font-size: 15px;
  }
}
#brisk .brisk_inner .btn_more {
  display: inline-block;
  width: 260px;
  color: #F9F0E3;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 1.5px #F9F0E3;
  border-radius: 30px;
  background: #BE1E2D;
}
#brisk .brisk_inner .btn_more:hover {
  color: #BE1E2D;
  border: none;
  background: #F9F0E3;
  transition: all 0.5s;
}
#brisk .brisk_inner .btn_more p {
  margin: 18px 0;
}

#quvel {
  position: relative;
  margin: 0 0 120px;
}
#quvel .bg_img {
  position: relative;
  z-index: -1;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width:640px) {
  #quvel .bg_img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#quvel .quvel_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 50%;
}
#quvel .quvel_wrapper {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 80px 0 0;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #quvel .quvel_wrapper {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #quvel .quvel_wrapper {
    display: block;
    margin: -80px 0 0;
  }
}
@media only screen and (max-width:640px) {
  #quvel .quvel_wrapper {
    display: block;
    margin: -80px 0 0;
  }
}
#quvel .swiper_container {
  width: 60vw;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #quvel .swiper_container {
    width: calc(100% - 60px);
    margin: -60px auto 0;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #quvel .swiper_container {
    width: calc(100% - 40px);
    margin: -60px auto 0;
  }
}
@media only screen and (max-width:640px) {
  #quvel .swiper_container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#quvel .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width:640px) {
  #quvel .swiper {
    margin: -60px 0 0;
  }
}
#quvel .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#quvel .swiper-slide {
  width: 100%;
  height: auto;
}
#quvel .swiper-slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:640px) {
  #quvel .swiper-slide img {
    height: 400px;
  }
}
#quvel .quvel_inner {
  position: relative;
  width: 75%;
  margin: -160px 0 0;
  padding: 120px 5%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #quvel .quvel_inner {
    width: 100%;
    margin: -80px 0 0;
    padding: 100px 30px 140px 10%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #quvel .quvel_inner {
    width: 85%;
    margin: -60px 0 0;
    padding: 100px 20px 140px 8%;
  }
}
@media only screen and (max-width:640px) {
  #quvel .quvel_inner {
    width: 100%;
    margin: -60px 0 0;
    padding: 70px 20px 140px;
  }
}
#quvel .quvel_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -10%;
  z-index: -1;
  background: url(images/quvel_bg.png);
  background-size: cover;
}
#quvel .quvel_inner h2 {
  margin: 0 0 30px;
  color: #F9F0E3;
  font-size: 68px;
  font-family: "Cabin Sketch", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width:640px) {
  #quvel .quvel_inner h2 {
    font-size: 50px;
  }
}
#quvel .quvel_inner h3 {
  margin: 0 0 40px;
  color: #F9F0E3;
  font-size: 24px;
}
@media only screen and (max-width:640px) {
  #quvel .quvel_inner h3 {
    font-size: 20px;
  }
}
#quvel .quvel_inner .quvel_txt {
  max-width: 450px;
  width: 100%;
  margin: 0 0 40px;
  color: #F9F0E3;
}
@media only screen and (max-width:640px) {
  #quvel .quvel_inner .quvel_txt {
    font-size: 15px;
  }
}
#quvel .quvel_inner .btn_more {
  display: inline-block;
  width: 260px;
  color: #F9F0E3;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 1.5px #F9F0E3;
  border-radius: 30px;
}
#quvel .quvel_inner .btn_more:hover {
  color: #7EAFBB;
  border: none;
  background: #F9F0E3;
  transition: all 0.5s;
}
#quvel .quvel_inner .btn_more p {
  margin: 18px 0;
}

#marquee {
  margin: 0 0 80px;
}
@media only screen and (max-width:640px) {
  #marquee {
    margin: 0 0 60px;
  }
}
#marquee .marquee_inner {
  width: 100%;
  overflow: hidden;
}
#marquee .marquee_inner .marquee-content {
  display: inline-flex;
  animation: marquee 30s linear infinite;
  animation-delay: 0s;
  animation-play-state: paused;
}
#marquee .marquee_inner .marquee-content img {
  height: 250px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#l_hero {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #l_hero {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width:640px) {
  #l_hero {
    margin-bottom: 80px;
  }
}
#l_hero .hero_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 450px;
  padding-bottom: 140px;
  box-sizing: content-box;
}
#l_hero .hero_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 75%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(178.7854381548deg, rgb(194, 219, 240) 0.5237268519%, rgb(193, 218, 239) 0.5237268519%, rgba(0, 41, 132, 0.6) 95.546875%);
}
#l_hero .hero_inner .hero_img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#l_hero .hero_inner h1 {
  position: relative;
  display: inline-block;
  margin: 40px 0 0 80px;
  padding-left: 180px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
#l_hero .hero_inner h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  display: block;
  width: 150px;
  height: 1.5px;
  background-color: #1D1D1D;
}

#kodawari .inner {
  position: relative;
  z-index: -9999;
  width: 90%;
  margin-bottom: 150px;
  padding: 150px 0 0 10%;
  background: rgba(0, 0, 0, 0.07);
}
#kodawari .inner::after {
  content: "";
  position: absolute;
  top: 100px;
  z-index: -1;
  right: -11.3%;
  display: block;
  max-width: 632px;
  width: 42%;
  height: 760px;
  overflow: hidden;
  background-image: url(./images/uzushio.png);
  background-size: cover;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kodawari .inner::after {
    top: 80px;
    height: 600px;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kodawari .inner::after {
    width: 50%;
    height: 450px;
  }
}
@media only screen and (max-width:640px) {
  #kodawari .inner::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 600px;
    opacity: 0.27;
  }
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kodawari .inner {
    margin-bottom: 100px;
    padding: 100px 60px 0;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kodawari .inner {
    width: 100%;
    margin-bottom: 100px;
    padding: 100px 30px 0;
  }
}
@media only screen and (max-width:640px) {
  #kodawari .inner {
    width: 100%;
    margin: 0 0 80px 0;
    padding: 60px 20px 60px;
  }
}
#kodawari .inner .pc {
  display: block;
}
#kodawari .inner .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #kodawari .inner .pc {
    display: none;
  }
  #kodawari .inner .sp {
    display: block;
  }
}
#kodawari .inner h2 {
  margin: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1.7;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kodawari .inner h2 {
    margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kodawari .inner h2 {
    margin-bottom: 30px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width:640px) {
  #kodawari .inner h2 {
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
#kodawari .inner .read_txt {
  max-width: 574px;
  width: 100%;
}
#kodawari .inner .about_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-top: 50px;
  padding-bottom: 120px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #kodawari .inner .about_flex {
    width: 90%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #kodawari .inner .about_flex {
    width: 100%;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width:640px) {
  #kodawari .inner .about_flex {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
#kodawari .inner .about_flex .sec_about {
  width: 48%;
  margin-right: 60px;
}
#kodawari .inner .about_flex .sec_about:nth-child(2) {
  margin-right: 0;
}
@media only screen and (max-width:640px) {
  #kodawari .inner .about_flex .sec_about {
    width: 100%;
    margin: 0 0 60px 0;
  }
  #kodawari .inner .about_flex .sec_about:nth-child(2) {
    margin-bottom: 0;
  }
}
#kodawari .inner .about_flex .sec_about img {
  width: 100%;
}
#kodawari .inner .about_flex .sec_about h3 {
  font-size: 24px;
}
@media only screen and (max-width:640px) {
  #kodawari .inner .about_flex .sec_about h3 {
    font-size: 20px;
  }
}

#about_youtube {
  margin-bottom: 150px;
  padding: 0 10%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #about_youtube {
    margin-bottom: 100px;
    padding: 0 30px;
  }
}
@media only screen and (max-width:640px) {
  #about_youtube {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
#about_youtube .mov {
  display: block;
  max-width: 1440px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#message {
  margin: 280px auto 240px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message {
    margin: 220px auto 200px;
  }
}
@media only screen and (max-width:640px) {
  #message {
    margin: 140px auto 0;
  }
}
#message .inner {
  position: relative;
  padding: 0 10%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message .inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width:640px) {
  #message .inner {
    padding: 0 20px;
  }
}
#message .inner::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 0;
  z-index: -999;
  width: 80%;
  height: 135%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: linear-gradient(178.7854381548deg, rgb(194, 219, 240) 0.5237268519%, rgb(193, 218, 239) 0.5237268519%, rgba(0, 41, 132, 0.7) 95.546875%);
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #message .inner::after {
    top: -10%;
    width: 90%;
    height: 120%;
  }
}
@media only screen and (max-width:640px) {
  #message .inner::after {
    top: -60px;
    width: 60%;
    height: 50%;
  }
}
#message .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #message .flex {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  #message .flex {
    display: block;
  }
}
#message .flex .flex_left {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 55%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message .flex .flex_left {
    width: 50%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #message .flex .flex_left {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  #message .flex .flex_left {
    display: block;
    width: 100%;
  }
}
#message .flex .flex_left .h2 {
  width: 20%;
  margin: 0 60px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message .flex .flex_left .h2 {
    width: 10%;
    margin: 0 40px;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #message .flex .flex_left .h2 {
    margin: 0 auto 0 40px;
  }
}
@media only screen and (max-width:640px) {
  #message .flex .flex_left .h2 {
    position: relative;
    margin: 0 0 -68px 30px;
    z-index: 999;
  }
}
#message .flex .flex_left .h2 h2 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message .flex .flex_left .h2 h2 {
    padding-right: 30px;
    font-size: 28px;
  }
}
@media only screen and (max-width:640px) {
  #message .flex .flex_left .h2 h2 {
    font-size: 24px;
  }
}
#message .flex .flex_left .chef {
  max-width: 480px;
  width: 80%;
  height: auto;
}
@media only screen and (max-width:640px) {
  #message .flex .flex_left .chef {
    width: 100%;
  }
}
#message .flex .flex_right {
  width: 45%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message .flex .flex_right {
    width: 50%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #message .flex .flex_right {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  #message .flex .flex_right {
    width: 100%;
  }
}
#message .flex .flex_right p {
  width: 85%;
  margin: 30px 0 0;
  letter-spacing: 1.8px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #message .flex .flex_right p {
    width: 100%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #message .flex .flex_right p {
    width: 75%;
    margin: 60px 18% 0;
  }
}
@media only screen and (max-width:640px) {
  #message .flex .flex_right p {
    width: 100%;
  }
}
#message .flex .flex_right .name {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

#outline {
  margin: 150px auto;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #outline {
    padding: 0 30px;
  }
}
@media only screen and (max-width:640px) {
  #outline {
    margin: 80px auto;
    padding: 0 20px;
  }
}
#outline h2 {
  margin: 0 0 60px 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #outline h2 {
    font-size: 24px;
    margin: 0 0 40px 0;
  }
}
#outline table {
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}
#outline table tr {
  border-bottom: solid 1px #B9B9B9;
  letter-spacing: 1.6px;
}
#outline table tr:first-child {
  border-top: solid 1px #B9B9B9;
}
#outline table tr th {
  width: 130px;
  padding: 35px 40px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width:640px) {
  #outline table tr th {
    padding: 25px 15px;
  }
}

#page_contact #lower_head {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(images/contact_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:640px) {
  #page_contact #lower_head {
    height: 300px;
    background-position: 70% center;
  }
}
#page_contact #lower_head .lower_head_inner {
  position: absolute;
  bottom: 3em;
  left: 5%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #page_contact #lower_head .lower_head_inner {
    bottom: 1em;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #page_contact #lower_head .lower_head_inner {
    bottom: 1em;
  }
}
@media only screen and (max-width:640px) {
  #page_contact #lower_head .lower_head_inner {
    bottom: 0.7em;
  }
}
#page_contact #lower_head .lower_head_inner h2 {
  position: relative;
  color: #BE1E2D;
  font-size: clamp(16px, 5vw, 24px);
  font-family: "Zen Maru Gothic", sans-serif;
}
#page_contact #lower_head .lower_head_inner h2:after {
  content: "CONTACT";
  position: absolute;
  top: 0.1em;
  left: 0;
  margin: 0;
  color: #BE1E2D;
  font-size: clamp(60px, 10vw, 120px);
  font-family: "Cabin Sketch", sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #page_contact #lower_head .lower_head_inner h2:after {
    top: 0.3em;
  }
}
@media only screen and (max-width:640px) {
  #page_contact #lower_head .lower_head_inner h2:after {
    top: 0.25em;
  }
}
#page_contact #contact_form {
  margin: 150px 0 120px;
  padding: 0 30px;
}
@media only screen and (max-width:640px) {
  #page_contact #contact_form {
    margin: 0 0 80px 0;
    padding: 0 20px;
  }
}
#page_contact #contact_form .contact_form_inner {
  max-width: 770px;
  width: 100%;
  margin: 60px auto 0;
}
#page_contact #contact_form .contact_form_inner input {
  width: 100%;
  height: 50px;
  margin: 5px 0 0 0;
  padding: 5px 8px;
  font-size: 15px;
  border: none;
}
#page_contact #contact_form .contact_form_inner label {
  font-size: 15px;
}
#page_contact #contact_form .contact_form_inner .wpcf7-list-item:first-child {
  margin: 0;
}
#page_contact #contact_form .contact_form_inner .min {
  margin: 0 0 0 8px;
  padding: 0 4px 2px;
  color: #BE1E2D;
  font-size: 12px;
  border: solid 1px #BE1E2D;
}
#page_contact #contact_form .contact_form_inner .check {
  margin: 0 0 30px 0;
}
#page_contact #contact_form .contact_form_inner .check input {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 0;
  vertical-align: top;
}
#page_contact #contact_form .contact_form_inner textarea {
  width: 100%;
  margin: 5px 0 0;
  padding: 5px 8px;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  border: none;
}
#page_contact #contact_form .contact_form_inner .agree {
  margin: 40px 0 0;
  text-align: center;
}
#page_contact #contact_form .contact_form_inner .agree input {
  width: 18px;
  height: 18px;
  padding: 0;
  vertical-align: top;
}
#page_contact #contact_form .contact_form_inner .agree .privacy_policy {
  color: #7EAFBB;
  text-decoration: none;
}
#page_contact #contact_form .contact_form_inner .btn {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}
#page_contact #contact_form .contact_form_inner .btn input {
  margin: 30px 0 0;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  background-color: #BE1E2D;
  border: none;
  border-radius: 30px;
}
#page_contact #contact_form .contact_form_inner .wpcf7-response-output {
  font-size: 15px;
}

#archive_page #lower_head {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(images/topics_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:640px) {
  #archive_page #lower_head {
    height: 300px;
    background-position: 70% center;
  }
}
#archive_page #lower_head .lower_head_inner {
  position: absolute;
  bottom: 3em;
  left: 5%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #archive_page #lower_head .lower_head_inner {
    bottom: 1em;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #archive_page #lower_head .lower_head_inner {
    bottom: 1em;
  }
}
@media only screen and (max-width:640px) {
  #archive_page #lower_head .lower_head_inner {
    bottom: 0.7em;
  }
}
#archive_page #lower_head .lower_head_inner h2 {
  position: relative;
  color: #BE1E2D;
  font-size: clamp(16px, 5vw, 24px);
  font-family: "Zen Maru Gothic", sans-serif;
}
#archive_page #lower_head .lower_head_inner h2:after {
  content: "TOPICS";
  position: absolute;
  top: 0.1em;
  left: 0;
  margin: 0;
  color: #BE1E2D;
  font-size: clamp(60px, 10vw, 120px);
  font-family: "Cabin Sketch", sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #archive_page #lower_head .lower_head_inner h2:after {
    top: 0.3em;
  }
}
@media only screen and (max-width:640px) {
  #archive_page #lower_head .lower_head_inner h2:after {
    top: 0.25em;
  }
}
#archive_page #article {
  padding: 200px 30px 120px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #archive_page #article {
    padding: 150px 30px 80px;
  }
}
@media only screen and (max-width:640px) {
  #archive_page #article {
    padding: 100px 20px 60px;
  }
}
#archive_page #article .article_inner .post_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
#archive_page #article .article_inner .post_wrapper .post-item {
  width: 23%;
  margin: 0 1% 2%;
  box-sizing: border-box;
  border-top-right-radius: 50px;
  padding: 0;
  background: #FFFFFF;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #archive_page #article .article_inner .post_wrapper .post-item {
    width: 31.3%;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #archive_page #article .article_inner .post_wrapper .post-item {
    width: 48%;
  }
}
@media only screen and (max-width:640px) {
  #archive_page #article .article_inner .post_wrapper .post-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
#archive_page #article .article_inner .post_wrapper .post-item a {
  text-decoration: none;
}
#archive_page #article .article_inner .post_wrapper .post-item a img {
  width: 100%;
  border-top-right-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive_page #article .article_inner .post_wrapper .post-thumb {
  display: block;
  width: 100%;
}
#archive_page #article .article_inner .post_wrapper .post-thumb img {
  display: block;
  width: 100%;
  border-top-right-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:640px) {
  #archive_page #article .article_inner .post_wrapper .post-thumb img {
    height: 150px;
  }
}
#archive_page #article .article_inner .post_wrapper .post-content .bg {
  padding: 0 30px 40px;
}
#archive_page #article .article_inner .post_wrapper .post-cat {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: -18px 0 0;
  padding: 3px 0 0;
  color: #FFFFFF;
  font-family: "Cabin Sketch", sans-serif;
  text-align: center;
  background: #7EAFBB;
}
#archive_page #article .article_inner .post_wrapper .post-date {
  display: block;
  margin: 0;
  padding: 16px 0 0;
  color: #7EAFBB;
  font-size: 12px;
}
#archive_page #article .article_inner .post_wrapper .post-ttl {
  margin: 0 0 8px;
  color: #1D1D1D;
}
#archive_page #article .article_inner .post_wrapper .post-ttl a {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#archive_page #article .article_inner .post_wrapper .post-excerpt {
  color: #1D1D1D;
  font-size: 14px;
}
#archive_page #article .pagenation .nav-links {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
@media only screen and (max-width:640px) {
  #archive_page #article .pagenation .nav-links {
    margin: 60px 0 0;
  }
}
#archive_page #article .pagenation .nav-links a, #archive_page #article .pagenation .nav-links .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  padding: 11px 20px;
  border: solid 1px #BE1E2D;
  border-radius: 50%;
  color: #BE1E2D;
  font-size: 1.6em;
  text-decoration: none;
}
#archive_page #article .pagenation .nav-links .current {
  color: #FFFFFF;
  background-color: #BE1E2D;
}
#archive_page #article .pagenation .nav-links .dots {
  margin: 0 5px;
  padding: 11px 20px;
  text-align: center;
  border: none;
}
#archive_page #article .pagenation .nav-links .next, #archive_page #article .pagenation .nav-links .prev {
  display: none;
}

#single_page #lower_head {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(images/topics_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:640px) {
  #single_page #lower_head {
    height: 300px;
    background-position: 70% center;
  }
}
#single_page #lower_head .lower_head_inner {
  position: absolute;
  bottom: 3em;
  left: 5%;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #single_page #lower_head .lower_head_inner {
    bottom: 1em;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #single_page #lower_head .lower_head_inner {
    bottom: 1em;
  }
}
@media only screen and (max-width:640px) {
  #single_page #lower_head .lower_head_inner {
    bottom: 0.7em;
  }
}
#single_page #lower_head .lower_head_inner h2 {
  position: relative;
  color: #BE1E2D;
  font-size: clamp(16px, 5vw, 24px);
  font-family: "Zen Maru Gothic", sans-serif;
}
#single_page #lower_head .lower_head_inner h2:after {
  content: "TOPICS";
  position: absolute;
  top: 0.1em;
  left: 0;
  margin: 0;
  color: #BE1E2D;
  font-size: clamp(60px, 10vw, 120px);
  font-family: "Cabin Sketch", sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #single_page #lower_head .lower_head_inner h2:after {
    top: 0.3em;
  }
}
@media only screen and (max-width:640px) {
  #single_page #lower_head .lower_head_inner h2:after {
    top: 0.25em;
  }
}
#single_page #single_article {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 30px 120px;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #single_page #single_article {
    padding: 150px 30px 80px;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #single_page #single_article {
    padding: 100px 20px 60px;
  }
}
@media only screen and (max-width:640px) {
  #single_page #single_article {
    padding: 100px 20px 60px;
  }
}
#single_page #single_article .post-detail {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
#single_page #single_article .post-detail .post-thumb {
  margin: 0 0 30px;
}
#single_page #single_article .post-detail .post-thumb img {
  max-width: 770px;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:640px) {
  #single_page #single_article .post-detail .post-thumb img {
    height: 300px;
  }
}
#single_page #single_article .post-detail .post-cat {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 200px;
  margin: -18px 10px 30px 0;
  padding: 3px 0 0;
  color: #FFFFFF;
  font-family: "Cabin Sketch", sans-serif;
  text-align: center;
  background: #7EAFBB;
}
#single_page #single_article .post-detail .post-date {
  display: inline;
  color: #7EAFBB;
}
#single_page #single_article .post-detail .post-title {
  margin: 0 0 40px;
  font-size: 28px;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #single_page #single_article .post-detail .post-title {
    margin: 0 0 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width:640px) {
  #single_page #single_article .post-detail .post-title {
    margin: 0 0 30px;
    font-size: 20px;
  }
}
#single_page #single_article .post-detail .post-content {
  margin: 0 0 80px;
}
#single_page #single_article .post-detail .post-content p {
  font-size: 15px;
}
#single_page #single_article .btn_topics {
  margin: 0 auto 0 0;
}
@media only screen and (max-width:640px) {
  #single_page #single_article .btn_topics {
    margin: 0 auto;
  }
}
#single_page #single_article .btn_topics p {
  letter-spacing: 0.05em;
}

#access .access_inner {
  padding: 0 30px;
}
@media only screen and (max-width:640px) {
  #access .access_inner {
    padding: 0 20px;
  }
}
#access .access_inner h2 {
  margin: 0;
  color: #BE1E2D;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #access .access_inner h2 {
    margin: -20px 0 20px;
    font-size: 16px;
  }
}
#access .access_inner .h2_en {
  margin: 0;
  color: #BE1E2D;
  font-size: 72px;
  font-family: "Cabin Sketch", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #access .access_inner .h2_en {
    font-size: 40px;
  }
}
#access .access_inner .access_txt {
  margin: 0 0 40px;
  color: #BE1E2D;
  font-size: 15px;
  text-align: center;
}
#access .access_inner .access_txt a {
  color: #BE1E2D;
  text-decoration: none;
}
@media only screen and (max-width:640px) {
  #access .access_inner .access_txt {
    margin: 0 0 20px;
  }
}
#access .access_inner .access_txt .fa-location-dot {
  margin: 0 5px 0 5px;
}
#access .access_inner iframe {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 0 80px;
}
@media only screen and (max-width:640px) {
  #access .access_inner iframe {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
  }
}

#contact {
  position: relative;
  z-index: 0;
  width: 80%;
  margin: 0 auto;
  padding: 40px 30px;
  border: solid 2px #BE1E2D;
  background: url(images/contact_bg.png);
}
@media only screen and (max-width:640px) {
  #contact {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 20px;
  }
}
#contact .contact_inner h2 {
  margin: -35px 0 40px;
  color: #BE1E2D;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #contact .contact_inner h2 {
    margin: -20px 0 30px;
    font-size: 16px;
  }
}
#contact .contact_inner .h2_en {
  margin: 0;
  color: #BE1E2D;
  font-size: 72px;
  font-family: "Cabin Sketch", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #contact .contact_inner .h2_en {
    font-size: 40px;
  }
}
#contact .contact_inner .contact_btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width:640px) {
  #contact .contact_inner .contact_btn {
    display: block;
  }
}
#contact .contact_inner .contact_btn .btn_line {
  margin: 0 0 20px;
}
#contact .contact_inner .contact_btn a {
  display: block;
  width: 35%;
  height: 57px;
  margin: 0 15px;
  text-decoration: none;
  border-radius: 30px;
  background: #BE1E2D;
}
@media only screen and (max-width:640px) {
  #contact .contact_inner .contact_btn a {
    width: 100%;
    margin: 0 auto;
  }
}
#contact .contact_inner .contact_btn a .btn_txt {
  margin: 0;
  color: #F9F0E3;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 57px;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #contact .contact_inner .contact_btn a .btn_txt {
    font-size: 16px;
  }
}
#contact .contact_inner .contact_btn a .btn_txt .fa-line {
  padding: 0 8px 0 0;
}
#contact .contact_inner .contact_btn a .btn_txt .fa-envelope {
  padding: 0 8px 0 0;
}
#contact .contact_inner .contact_txt {
  color: #BE1E2D;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #contact .contact_inner .contact_txt {
    font-size: 15px;
  }
}

#footer {
  margin: -220px 0 0;
}
#footer .footer_inner {
  padding: 276px 30px 60px;
  background: #BE1E2D;
}
#footer .footer_inner .logo {
  display: block;
  width: 200px;
  margin: 0 auto 25px;
}
#footer .footer_inner .btn_insta {
  display: block;
  margin: 0 auto 10px;
  text-decoration: none;
  text-align: center;
}
#footer .footer_inner .btn_insta .fa-instagram {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 10.5px;
  color: #BE1E2D;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  background: #F9F0E3;
}
#footer .footer_inner .insta_txt {
  margin: 0;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
#footer .copyright {
  width: 100%;
  height: 63px;
  background: #C6AD8A;
}
#footer .copyright p {
  margin: 0;
  padding: 20px 0 24px;
  color: #BE1E2D;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-align: center;
}/*# sourceMappingURL=main.css.map */