@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,800|Noto+Serif+JP:300,400,500,700&display=swap&subset=japanese");
html {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  color: #000;
  overflow-x: hidden;
}

@media screen and (max-width: 1239px) {
  body {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 959px) {
  body {
    font-size: 2vw;
  }
}

@media screen and (max-width: 559px) {
  body {
    font-size: 3.2vw;
  }
}

h1,
h2,
h3 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:hover img {
  opacity: 0.7;
}

picture {
  width: auto;
  max-width: 100%;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

li {
  list-style: none;
}

@media screen and (max-width: 559px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 559px) {
  .sp_only {
    display: block;
  }
}

.bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  text-align: center;
  padding: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  position: fixed;
}

header .header_inner {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px 24px;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  header .header_inner {
    width: 100%;
    padding: 2vw;
  }
}

header .header_ttl_block {
  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;
}

header .header_ttl_link {
  font-weight: 400;
}

header .header_ttl_link .header_logo {
  width: 206px;
  margin: 0 22px 0 0;
}

@media screen and (max-width: 1239px) {
  header .header_ttl_link .header_logo {
    width: 15vw;
  }
}

@media screen and (max-width: 959px) {
  header .header_ttl_link .header_logo {
    width: 130px;
    max-width: 40vw;
  }
}

header .header_ttl {
  color: #006332;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .13em;
}

@media screen and (max-width: 959px) {
  header .header_ttl {
    font-size: 3vw;
  }
}

@media screen and (max-width: 959px) {
  .header_nav_block {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0 0 20vw;
    width: 100%;
    height: calc(100vh - 10vw - 32px);
    overflow: scroll;
    background: rgba(0, 0, 0, 0.73);
  }
}

@media screen and (max-width: 959px) {
  .active .header_nav_block {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 959px) {
  .header_nav {
    padding: 8vw;
    background: #fff;
  }
}

.header_nav_list {
  width: 590px;
  max-width: 50vw;
  font-size: 16px;
  font-size: 1.6rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .header_nav_list {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 959px) {
  .header_nav_list .header_nav_item {
    width: 100%;
    text-align: center;
  }
}

.header_nav_list .header_nav_link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1239px) {
  .header_nav_list .header_nav_link {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 959px) {
  .header_nav_list .header_nav_link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 4em;
    position: relative;
  }
}

.header_nav_list .header_nav_link.active {
  color: #000;
}

.btn_menu {
  display: none;
}

@media screen and (max-width: 959px) {
  .btn_menu {
    display: block;
    padding: 3vw;
    width: 10vw;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    z-index: 300;
    font-size: .5rem;
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.btn_menu span {
  display: block;
  margin: 1vw auto;
  width: 100%;
  height: .5vw;
  background: #508684;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_menu span:first-child {
  margin-top: 0;
}

.btn_menu span:last-child {
  margin-bottom: 0;
  margin-left: 0;
}

.btn_menu.active span:first-child {
  -webkit-transform: translateY(1.5vw) rotate(45deg);
      -ms-transform: translateY(1.5vw) rotate(45deg);
          transform: translateY(1.5vw) rotate(45deg);
}

.btn_menu.active span:nth-child(2) {
  opacity: 0;
}

.btn_menu.active span:last-child {
  -webkit-transform: translateY(-1.5vw) rotate(-45deg);
      -ms-transform: translateY(-1.5vw) rotate(-45deg);
          transform: translateY(-1.5vw) rotate(-45deg);
  width: 100%;
}

.header_breadclam ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 559px) {
  .header_breadclam ol {
    font-size: 3vw;
  }
}

.header_breadclam ol .header_breadclam_link::after {
  content: "＞＞";
}

.bg01 {
  background: url(../images/bg01.gif) left top;
}

.bg02 {
  background: url(../images/bg02.gif) left top;
}

main {
  padding-top: 100px;
}

@media screen and (max-width: 559px) {
  main {
    padding-top: 18vw;
  }
}

footer {
  padding: 0;
}

footer .footer_sns {
  background: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 50px 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 959px) {
  footer .footer_sns {
    padding: 4vw 8vw;
  }
}

footer .footer_sns_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: normal;
  margin-bottom: 50px;
}

@media screen and (max-width: 1239px) {
  footer .footer_sns_ttl {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 959px) {
  footer .footer_sns_ttl {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 559px) {
  footer .footer_sns_ttl {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}

footer .footer_sns_list {
  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;
  max-width: 400px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 959px) {
  footer .footer_sns_list {
    margin: 4vw auto 2vw;
  }
}

@media screen and (max-width: 559px) {
  footer .footer_sns_list {
    width: 70%;
    margin: 4vw auto 2vw;
  }
}

footer .footer_sns_list a {
  color: #e35e30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer_sns_list a:hover {
  opacity: .8;
}

footer .footer_sns_list a i {
  font-size: 60px;
}

@media screen and (max-width: 959px) {
  footer .footer_sns_list a i {
    font-size: 8vw;
  }
}

@media screen and (max-width: 559px) {
  footer .footer_sns_list a i {
    font-size: 15vw;
  }
}

.footer_copy_block {
  text-align: center;
  background: #fff;
  color: #000;
  padding: 20px 0;
}

.footer_copy_block .footer_copy {
  margin-top: 1em;
}

.footer_copy_block small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}

@media screen and (max-width: 1239px) {
  .footer_copy_block small {
    font-size: 1vw;
  }
}

@media screen and (max-width: 959px) {
  .footer_copy_block small {
    font-size: 1vw;
  }
}

.to_top {
  position: fixed;
  bottom: 0.8em;
  right: 1em;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 959px) {
  .to_top {
    display: block;
  }
}

.to_top a {
  background: url("../images/to_top.svg") center no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  text-indent: -9999px;
}

.to_top a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .to_top a {
    width: 5rem;
    height: 5rem;
  }
}

.section_inner {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 60px 16px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .section_inner {
    padding: 4vw 8vw;
  }
}

h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
}

@media screen and (max-width: 1239px) {
  h2 {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 959px) {
  h2 {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 559px) {
  h2 {
    font-size: 5.3vw;
  }
}

h2 span {
  font-size: .5em;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  height: 3em;
  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;
}

@media screen and (max-width: 959px) {
  h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 559px) {
  h3 {
    font-size: 4vw;
    height: auto;
    margin-bottom: .5em;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #70a3a1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-dots li button:before {
  color: #bebebe;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #70a3a1;
  opacity: 1;
}

.toppage .mv {
  background-color: #ffffff;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url(../images/mv.jpg);
  background-position: center bottom;
  background-size: 1400px auto;
}

@media screen and (max-width: 1239px) {
  .toppage .mv {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 52vw;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv {
    padding-top: 0;
    height: auto;
    min-height: auto;
    background-image: url(../images/mv_sp.png);
    background-position: center top;
    background-size: 100% auto;
  }
}

.toppage .mv .mv_inner {
  width: 100%;
  max-width: 1332px;
  height: 720px;
  padding: 16px 16px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_inner {
    max-width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_inner {
    max-width: 100%;
    min-height: 185vw;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.toppage .mv .mv_ttl_block {
  width: 70%;
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_ttl_block {
    width: 100%;
  }
}

.toppage .mv .mv_p {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.3;
  letter-spacing: -.1em;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_p {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_p {
    font-size: 9vw;
  }
}

.toppage .mv .mv_p span {
  display: block;
}

.toppage .mv .mv_p2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.3;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_p2 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_p2 {
    font-size: 3.2vw;
  }
}

.toppage .mv .mv_review_block {
  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;
  width: 30%;
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_review_block {
    width: 100%;
  }
}

.toppage .mv .mv_review {
  margin-top: 0;
  background: #f5ead4;
  padding: 16px;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_review {
    padding: 2vw;
  }
}

.toppage .mv .mv_review .mv_review_name {
  font-weight: 800;
}

@media screen and (max-width: 959px) {
  .toppage .mv .mv_review .mv_review_name {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_review .mv_review_name {
    font-size: 3.4vw;
  }
}

.toppage .mv .mv_review .mv_review_name span {
  color: #ffd908;
  font-weight: 400;
  margin-left: 30px;
}

.toppage .mv .mv_review .mv_review_ttl {
  width: 110px;
  font-size: 1rem;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_review .mv_review_ttl {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_review .mv_review_ttl {
    font-size: 1vw;
  }
}

.toppage .mv .mv_review .mv_review_txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: .5em;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_review .mv_review_txt {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_review .mv_review_txt {
    font-size: 3.2vw;
  }
}

.toppage .mv .mv_review .mv_review_txt span {
  color: #df1919;
}

.toppage .mv .mv_review .mv_review_link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .5em;
  text-align: right;
  line-height: 1em;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_review .mv_review_link {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_review .mv_review_link {
    font-size: 3.2vw;
  }
}

.toppage .mv .mv_img2 {
  width: calc(100% + 300px);
  max-width: 748px;
  margin-left: -300px;
}

@media screen and (max-width: 1239px) {
  .toppage .mv .mv_img2 {
    width: calc(100% + 100px);
    margin-left: -100px;
  }
}

@media screen and (max-width: 559px) {
  .toppage .mv .mv_img2 {
    width: 100%;
    margin-left: 0;
  }
}

.mv img {
  width: 100%;
}

.line .section_inner {
  text-align: center;
  padding-bottom: 0;
}

.line img {
  width: 45px;
}

@media screen and (max-width: 959px) {
  .top_nav .section_inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 559px) {
  .top_nav .section_inner {
    padding: 4vw 8vw;
  }
}

.top_nav_list {
  display: table;
  width: 100%;
  background: #a6937c;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .top_nav_list {
    width: calc(100% + 16vw);
    margin: 0 -8vw;
  }
}

@media screen and (max-width: 559px) {
  .top_nav_list {
    width: 100%;
    margin: 0 auto;
    padding: 3vw;
  }
}

.top_nav_item {
  display: table-cell;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .top_nav_item {
    display: block;
  }
}

.top_nav_item:not(:last-child) .top_nav_link::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}

@media screen and (max-width: 559px) {
  .top_nav_item:not(:last-child) .top_nav_link::after {
    content: none;
  }
}

.top_nav_link {
  padding: 0 30px;
  line-height: 3em;
  width: 100%;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .top_nav_link {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 559px) {
  .top_nav_link {
    font-size: 3.2vw;
    padding: 1em;
  }
}

.top_nav_link i {
  margin-right: .1em;
}

.top_01 {
  background: url(../images/bg01.gif) left top;
}

.top_01_txt {
  text-align: left;
  margin: 0 auto 1em;
}

.top_01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_01_list li {
  width: calc((100% - 35px) / 2);
  position: relative;
}

@media screen and (max-width: 559px) {
  .top_01_list li {
    width: 100%;
  }
}

.top_01_list li h3 {
  position: absolute;
  top: 160px;
  right: -10px;
  width: 205px;
  height: 205px;
  background: url(../images/bg02.gif) left top;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .top_01_list li h3 {
    font-size: 2.1vw;
    top: 12vw;
    width: 15vw;
    height: 15vw;
  }
}

@media screen and (max-width: 559px) {
  .top_01_list li h3 {
    font-size: 4vw;
    top: 24vw;
    width: 30vw;
    height: 30vw;
  }
}

.top_01_list li h3 span {
  line-height: 1.3;
}

.top_01_list li h3 .point {
  position: absolute;
  top: -10px;
  left: 50%;
  font-size: .5em;
  line-height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #f19149;
  width: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_01_list li p {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  padding: 20px 0 0 10px;
  min-height: 5em;
  width: calc(100% - 210px);
}

@media screen and (max-width: 959px) {
  .top_01_list li p {
    width: calc(100% - 15.5vw);
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 559px) {
  .top_01_list li p {
    font-size: 3.2vw;
  }
}

.top_01_slider {
  max-width: 1000px;
  margin: 0 auto;
}

.top_02 {
  background: url(../images/bg01.gif) left top;
  margin-top: 60px;
}

.top_02_list {
  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;
  margin: 40px auto;
}

@media screen and (max-width: 559px) {
  .top_02_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top_02_item {
  width: 40%;
  margin: 0 5%;
}

@media screen and (max-width: 559px) {
  .top_02_item {
    width: 100%;
    margin: 0 auto 8vw;
  }
}

.top_02_item p {
  text-align: left;
}

.top_03 {
  background: url(../images/bg01.gif) left top;
  margin-top: 60px;
}

.top_03 h3 {
  font-size: 60px;
  font-size: 6rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1em;
  font-weight: normal;
  height: 1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .top_03 h3 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 559px) {
  .top_03 h3 {
    font-size: 5vw;
  }
}

.top_03_item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  position: relative;
}

.top_03_item ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_03_item ul li {
  width: calc((100% - 72px) / 5);
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .top_03_item ul li {
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (max-width: 559px) {
  .top_03_item ul li {
    width: calc((100% - 48px) / 2);
  }
}

.top_03_item ul h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  border-bottom: 2px solid #434343;
  margin-bottom: 10px;
  height: 3em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 959px) {
  .top_03_item ul h4 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 559px) {
  .top_03_item ul h4 {
    font-size: 3.2vw;
  }
}

.top_03_item ul p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  .top_03_item ul p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 559px) {
  .top_03_item ul p {
    font-size: 3vw;
  }
}

.top_03_item.top_03_item03 ul h4 {
  height: 4em;
}

.top_03_ttl_block {
  width: 45%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .top_03_ttl_block {
    width: 45%;
  }
}

@media screen and (max-width: 559px) {
  .top_03_ttl_block {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.top_03_ttl_block::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 420px 420px 0 0;
  border-color: rgba(139, 186, 184, 0.16) transparent transparent transparent;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .top_03_ttl_block::before {
    top: -2vw;
    left: -2vw;
    border-width: 40vw 40vw 0 0;
  }
}

@media screen and (max-width: 559px) {
  .top_03_ttl_block::before {
    border-width: 60vw 60vw 0 0;
  }
}

.top_03_ttl_block_inner {
  padding: 40px;
  text-align: left;
  background: #fcf8ef;
  border: 1px solid #70a3a1;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .top_03_ttl_block_inner {
    padding: 3vw;
  }
}

@media screen and (max-width: 559px) {
  .top_03_ttl_block_inner {
    padding: 8vw 6vw 6vw 8vw;
  }
}

.top_03_ttl_block_inner::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 6px;
  left: 8px;
  border: 2px solid #70a3a1;
  z-index: -1;
}

.top_03_ttl_block_inner h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  line-height: 1em;
}

.top_03_ttl_block_inner .top_03_p1 {
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .top_03_ttl_block_inner .top_03_p1 {
    margin-bottom: 1em;
  }
}

.top_03_ttl_block_inner .top_03_p2 {
  min-height: 8em;
  padding-top: 10px;
  border-top: 2px solid #dadfcf;
}

@media screen and (max-width: 559px) {
  .top_03_ttl_block_inner .top_03_p2 {
    min-height: auto;
  }
}

.top_03_ttl_block_inner .top_03_link {
  background: #70a3a1;
  color: #fff;
  width: 256px;
  max-width: 100%;
  line-height: 56px;
  text-align: center;
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .top_03_ttl_block_inner .top_03_link {
    line-height: 3em;
    margin-top: 4vw;
  }
}

.top_03_ttl_block_inner .top_03_link:hover {
  opacity: .8;
}

.top_03_slider {
  width: 45%;
}

@media screen and (max-width: 959px) {
  .top_03_slider {
    width: 45%;
  }
}

@media screen and (max-width: 559px) {
  .top_03_slider {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.top_03_slider li {
  text-align: center;
}

.top_03_slider img {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .top_03_slider img {
    max-width: 100%;
  }
}

.top_review .top_review_block {
  text-align: center;
}

.top_review h2 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #e35e30;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 559px) {
  .top_review h2 {
    font-size: 7vw;
    padding-top: 50px;
  }
}

.top_review h2::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -100px;
  background: url(../images/thanks.png) center no-repeat;
  background-size: contain;
  width: 185px;
  height: 91px;
}

@media screen and (max-width: 559px) {
  .top_review h2::after {
    width: 90px;
    height: 45px;
    top: 10px;
    right: 0px;
  }
}

.top_review h2 span {
  font-size: 1.3em;
  margin-left: -.3em;
}

.top_review .customer_review {
  margin: 0 auto 30px;
  display: block;
}

.top_review_item {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  background: #fdfcea;
  border-top: 2px solid #facd89;
  border-bottom: 2px solid #facd89;
  padding: 30px 40px;
}

@media screen and (max-width: 559px) {
  .top_review_item {
    margin-bottom: 10vw;
    padding: 4vw;
  }
}

.top_review_item .top_review_link {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  margin-left: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 559px) {
  .top_review_item .top_review_link {
    margin-left: 0;
    font-size: 4.2vw;
  }
}

.top_review_item .top_review_link i {
  color: #2a7d2e;
  margin-right: .3em;
}

.top_review_list {
  position: relative;
  font-weight: normal;
}

.top_review_list .top_review_list_item {
  margin-bottom: 20px;
  padding: 0 30px;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 559px) {
  .top_review_list .top_review_list_item {
    padding: 0 3vw;
  }
}

.top_review_list .top_review_list_item:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #b5b5b5;
}

.top_review_list .top_review_name {
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 559px) {
  .top_review_list .top_review_name {
    font-size: 4vw;
  }
}

.top_review_list .top_review_name span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e35e30;
  display: block;
}

.top_review_list .top_review_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
}

@media screen and (max-width: 959px) {
  .top_review_list .top_review_ttl {
    font-size: 3vw;
  }
}

@media screen and (max-width: 559px) {
  .top_review_list .top_review_ttl {
    font-size: 4vw;
  }
}

.top_link {
  font-family: 游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #e35e30;
  color: #fff;
  width: 80%;
  max-width: 760px;
  line-height: 3em;
  text-align: center;
  border-radius: 3px;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 auto 40px;
}

@media screen and (max-width: 959px) {
  .top_link {
    font-size: 3vw;
  }
}

@media screen and (max-width: 559px) {
  .top_link {
    font-size: 4vw;
  }
}

.top_link i {
  font-size: .8em;
}

.top_link:hover {
  opacity: .8;
  color: #fff;
}

.pickup_item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  position: relative;
}

.pickup_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pickup_item:not(:first-child) {
  padding-top: 50px;
}

.pickup_item:not(:last-child)::after {
  content: "";
  width: 242px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #c6c0b3;
}

@media screen and (max-width: 959px) {
  .pickup_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pickup_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.pickup_ttl_block {
  width: 45%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .pickup_ttl_block {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}

.pickup_ttl_block::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 420px 420px 0 0;
  border-color: rgba(139, 186, 184, 0.16) transparent transparent transparent;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .pickup_ttl_block::before {
    top: -2vw;
    left: -2vw;
    border-width: 40vw 40vw 0 0;
  }
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block::before {
    border-width: 60vw 60vw 0 0;
  }
}

.pickup_ttl_block_inner {
  padding: 35px;
  text-align: left;
  background: #fcf8ef;
  border: 1px solid #70a3a1;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .pickup_ttl_block_inner {
    padding: 3vw;
  }
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block_inner {
    padding: 8vw 6vw 6vw 8vw;
  }
}

.pickup_ttl_block_inner::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 6px;
  left: 8px;
  border: 2px solid #70a3a1;
  z-index: -1;
}

.pickup_ttl_block_inner h3 {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  line-height: 1em;
  font-size: 28px;
  font-size: 2.8rem;
}

.pickup_ttl_block_inner .pickup_price {
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .pickup_ttl_block_inner .pickup_price {
    margin-bottom: 1em;
  }
}

.pickup_ttl_block_inner .pickup_price .price {
  color: #ff4a4a;
}

.pickup_ttl_block_inner .pickup_target {
  padding-top: 10px;
  border-top: 2px solid #dadfcf;
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block_inner .pickup_target {
    min-height: auto;
  }
}

.pickup_ttl_block_inner .pickup_staff_ttl {
  font-weight: 800;
  color: #707070;
}

.pickup_ttl_block_inner .pickup_staff {
  margin: 2em auto;
}

.pickup_ttl_block_inner .pickup_staff_comment_wrap {
  margin: 1em;
  padding-left: 80px;
  background: url(../images/share/staff.png) left top no-repeat;
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block_inner .pickup_staff_comment_wrap {
    padding-top: 80px;
    padding-left: 0;
    margin: 1em 0;
  }
}

.pickup_ttl_block_inner .pickup_staff_comment {
  position: relative;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: .5em 1em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #c6c0b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block_inner .pickup_staff_comment {
    margin: 0;
  }
}

.pickup_ttl_block_inner .pickup_staff_comment:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -22px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block_inner .pickup_staff_comment:before {
    top: -12px;
    left: 25px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 12px solid #FFF;
  }
}

.pickup_ttl_block_inner .pickup_staff_comment:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -24px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 13px solid #c6c0b3;
  z-index: 1;
}

@media screen and (max-width: 559px) {
  .pickup_ttl_block_inner .pickup_staff_comment:after {
    top: -13px;
    left: 25px;
    margin-left: -11px;
    border: 11px solid transparent;
    border-bottom: 13px solid #c6c0b3;
  }
}

.pickup_ttl_block_inner .pickup_staff_comment p {
  margin: 0;
  padding: 0;
}

.pickup_ttl_block_inner .pickup_link {
  background: #70a3a1;
  color: #fff;
  width: 256px;
  max-width: 100%;
  line-height: 56px;
  text-align: center;
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .pickup_ttl_block_inner .pickup_link {
    line-height: 3em;
    margin: 4vw auto;
  }
}

.pickup_ttl_block_inner .pickup_link:hover {
  opacity: .8;
}

.pickup_slider {
  width: 45%;
}

@media screen and (max-width: 959px) {
  .pickup_slider {
    width: 100%;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 559px) {
  .pickup_slider {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.pickup_slider li {
  text-align: center;
}

.pickup_slider img {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .pickup_slider img {
    max-width: 60%;
  }
}

@media screen and (max-width: 559px) {
  .pickup_slider img {
    max-width: 80%;
  }
}

.book_list_list {
  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;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 559px) {
  .book_list_list {
    padding-bottom: 5vw;
  }
}

.book_list_item {
  width: calc((100% - 100px) / 3);
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .book_list_item {
    width: 42%;
  }
}

@media screen and (max-width: 559px) {
  .book_list_item {
    width: 100%;
    margin-bottom: 10vw;
  }
}

#book_list_character .book_list_item {
  width: 48%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 959px) {
  #book_list_character .book_list_item {
    width: 100%;
    margin-bottom: 10vw;
  }
}

.book_list_item img {
  max-width: 250px;
  margin-bottom: 1em;
}

#book_list_character .book_list_item img {
  width: 30%;
}

#book_list_character .book_list_item .book_list_item_inner {
  width: 68%;
}

.book_list_item h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-align: left;
  height: auto;
}

@media screen and (max-width: 959px) {
  .book_list_item h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 559px) {
  .book_list_item h3 {
    font-size: 4vw;
  }
}

.book_list_price {
  font-weight: 500;
  text-align: left;
}

.book_list_price .price {
  color: #ff4a4a;
}

#book_list_character .book_list_price {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #dadfcf;
}

.book_list_items {
  text-align: left;
  font-weight: 500;
}

.book_list_target {
  text-align: left;
}

.book_list_txt {
  text-align: left;
}

.book_list_link {
  background: #70a3a1;
  color: #fff;
  width: 256px;
  max-width: 100%;
  line-height: 56px;
  text-align: center;
  border-radius: 3px;
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .book_list_link {
    line-height: 3em;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 559px) {
  .book_list_link {
    width: 100%;
  }
}

.book_list_link:hover {
  opacity: .8;
  color: #fff;
}
