@charset "UTF-8";

/* ==============================================
            変数
============================================== */
/* ==============================================
            共通
============================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .wrapper {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 !important;
  }
}

#frameWrap {
  width: 1200px;
  margin: 0 auto;
  color: #403327;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 768px) {
  #frameWrap {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 15px; */
    font-size: 3.6vw;
    letter-spacing: normal;
    overflow-x: hidden;
  }
}

#frameWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: bottom;
}

#frameWrap .sp {
  display: none;
}

@media (max-width: 768px) {
  #frameWrap .sp {
    display: block;
  }
}

#frameWrap .pc {
  display: block;
}

@media (max-width: 768px) {
  #frameWrap .pc {
    display: none;
  }
}

#frameWrap a {
  text-decoration: none;
}

#frameWrap ul {
  list-style: none;
  padding-left: 0;
}

#frameWrap button {
  outline: none;
}

#frameWrap .kv {
  display: block;
  width: 1200px;
  height: 500px;
}

@media (max-width: 768px) {
  #frameWrap .kv {
    width: 100%;
    height: auto;
  }
}

#frameWrap .top_area h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 60px auto 30px;
}

#frameWrap .top_area p {
  font-size: 17px;
}

#frameWrap .top_area .type {
  display: block;
  width: 1000px;
  margin: 60px auto;
}

@media (max-width: 768px) {
  #frameWrap .top_area h1 {
    font-size: 5vw;
    line-height: 1.5;
    margin: 10% auto 5%;
  }

  #frameWrap .top_area p {
    font-size: 3.6vw;
    text-align: left;
  }

  #frameWrap .top_area .type {
    width: 100%;
    margin: 8% auto;
  }
}

#frameWrap .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 140px auto;
}

#frameWrap .link li {
  width: 390px;
  height: 82px;
  background-color: #d68787;
  border: solid 2px #d68787;
  position: relative;
  transition: 0.4s;
}

#frameWrap .link li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 15px;
  line-height: 1.2;
  padding: 6px;
}

#frameWrap .link li a span {
  display: block;
  font-size: 27px;
}

#frameWrap .link li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 35px;
  right: 26px;
  transform: translateY(-50%) rotate(135deg);
}

#frameWrap .link li:hover {
  background-color: #fff;
  border-color: #d68787;
}

#frameWrap .link li:hover a {
  color: #d68787;
}

#frameWrap .link li:hover::after {
  border-color: #d68787;
}

@media (max-width: 768px) {
  #frameWrap .link {
    flex-wrap: wrap;
    justify-content: center;
    margin: 10% auto;
  }

  #frameWrap .link li {
    width: 48%;
    margin: 3% 1%;
    height: auto;
    transition: 0s;
  }

  #frameWrap .link li a {
    font-size: 3vw;
    padding: 6px;
    line-height: 1.5;
  }

  #frameWrap .link li a span {
    font-size: 3.6vw;
  }

  #frameWrap .link li::after {
    position: initial;
    margin: 3px auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #frameWrap .link li:hover {
    background-color: #fff;
    border-color: #d68787;
  }

  #frameWrap .link li:hover a {
    color: #d68787;
  }

  #frameWrap .link li:hover::after {
    border-color: #d68787;
  }
}

#frameWrap .link_natural li {
  background-color: #daaa44;
  border: solid 2px #daaa44;
}

#frameWrap .link_natural li:hover {
  background-color: #fff;
  border-color: #daaa44;
}

#frameWrap .link_natural li:hover a {
  color: #daaa44;
}

#frameWrap .link_natural li:hover::after {
  border-color: #daaa44;
}

#frameWrap .link_straight li {
  background-color: #65a1bf;
  border: solid 2px #65a1bf;
}

#frameWrap .link_straight li:hover {
  background-color: #fff;
  border-color: #65a1bf;
}

#frameWrap .link_straight li:hover a {
  color: #65a1bf;
}

#frameWrap .link_straight li:hover::after {
  border-color: #65a1bf;
}

#frameWrap .ttl {
  display: block;
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #frameWrap .ttl {
    width: 60%;
    margin: 20% auto -10%;
  }
}

#frameWrap .style_contents {
  width: 1100px;
  margin: 120px auto;
}

#frameWrap .style_contents .sub_ttl {
  height: 85px;
  margin-bottom: -80px;
}

#frameWrap .style_contents .img_df_wrap {
  margin: 120px auto;
}

#frameWrap .style_contents .img_df_wrap h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

#frameWrap .style_contents .img_df_wrap .img_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#frameWrap .style_contents .img_df_wrap .img_df a {
  display: block;
  width: 540px;
  height: 780px;
  overflow: hidden;
  position: relative;
}

#frameWrap .style_contents .img_df_wrap .img_df a button {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background-color: #d68787;
  border: solid 2px #d68787;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  transition: 0.4s;
}

#frameWrap .style_contents .img_df_wrap .img_df a button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

#frameWrap .style_contents .img_df_wrap .img_df a:hover button {
  background-color: #fff;
  color: #d68787;
  transform: scale(1.05);
}

#frameWrap .style_contents .img_df_wrap .img_df a:hover button::after {
  border-color: #d68787;
}

#frameWrap .style_contents .img_df_wrap .img_df_natural a button {
  background-color: #daaa44;
  border: solid 2px #daaa44;
}

#frameWrap .style_contents .img_df_wrap .img_df_natural a:hover button {
  color: #daaa44;
}

#frameWrap .style_contents .img_df_wrap .img_df_natural a:hover button::after {
  border-color: #daaa44;
}

#frameWrap .style_contents .img_df_wrap .img_df_straight a button {
  background-color: #65a1bf;
  border: solid 2px #65a1bf;
}

#frameWrap .style_contents .img_df_wrap .img_df_straight a:hover button {
  color: #65a1bf;
}

#frameWrap .style_contents .img_df_wrap .img_df_straight a:hover button::after {
  border-color: #65a1bf;
}

@media (max-width: 768px) {
  #frameWrap .style_contents {
    width: 100%;
    margin: 5% auto;
  }

  #frameWrap .style_contents .sub_ttl {
    height: 13vw;
    margin-bottom: -5%;
    margin-top: 20%;
  }

  #frameWrap .style_contents .img_df_wrap {
    margin: 10% auto;
  }

  #frameWrap .style_contents .img_df_wrap h2 {
    font-size: 4.5vw;
    margin: 8% auto 3%;
  }

  #frameWrap .style_contents .img_df_wrap .img_df {
    display: block;
    margin: 10% auto 16%;
  }

  #frameWrap .style_contents .img_df_wrap .img_df a {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }

  #frameWrap .style_contents .img_df_wrap .img_df a button {
    width: 25vw;
    height: 25vw;
    color: #fff;
    font-size: 3.4vw;
    padding-bottom: 5%;
    transition: 0s;
  }

  #frameWrap .style_contents .img_df_wrap .img_df a button::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 20%;
  }
}

#frameWrap .btn_a {
  display: block;
  width: 464px;
  height: 70px;
  border: solid 2px #d68787;
  margin: 0 auto;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #d68787;
  position: relative;
  transition: 0.4s;
}

#frameWrap .btn_a::after {
  content: "";
  display: block;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #d68787;
  position: absolute;
  right: 20px;
}

#frameWrap .btn_a:hover {
  background-color: #d68787;
  color: #fff;
}

#frameWrap .btn_a:hover::after {
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 768px) {
  #frameWrap .btn_a {
    width: 100%;
    height: auto;
    padding: 4%;
    transition: 0s;
  }

  #frameWrap .btn_a::after {
    border-width: 6px 0 6px 7px;
    border-width: 1.5vw 0 1.5vw 2.5vw;
    right: 10px;
  }
}

#frameWrap .btn_a_natural {
  border: solid 2px #daaa44;
  color: #daaa44;
}

#frameWrap .btn_a_natural::after {
  border-color: transparent transparent transparent #daaa44;
}

#frameWrap .btn_a_natural:hover {
  background-color: #daaa44;
}

#frameWrap .btn_a_straight {
  border: solid 2px #65a1bf;
  color: #65a1bf;
}

#frameWrap .btn_a_straight::after {
  border-color: transparent transparent transparent #65a1bf;
}

#frameWrap .btn_a_straight:hover {
  background-color: #65a1bf;
}

#frameWrap .btn_df {
  display: flex;
  justify-content: space-between;
}

#frameWrap .btn_df a {
  width: 340px;
  margin: 0;
}

@media (max-width: 768px) {
  #frameWrap .btn_df {
    display: block;
  }

  #frameWrap .btn_df a {
    width: 100%;
    margin: 8% auto;
  }
}

#frameWrap .btn_re {
  background-color: #d68787;
  color: #fff;
  margin: 40px auto;
}

#frameWrap .btn_re::after {
  border-color: transparent transparent transparent #fff;
}

#frameWrap .btn_re:hover {
  background-color: #fff;
  color: #d68787;
}

#frameWrap .btn_re:hover::after {
  border-color: transparent transparent transparent #d68787;
}

@media (max-width: 768px) {
  #frameWrap .btn_re {
    margin: 8% auto;
  }
}

#frameWrap .btn_re_natural {
  border: solid 2px #daaa44;
  background-color: #daaa44;
}

#frameWrap .btn_re_natural:hover {
  color: #daaa44;
}

#frameWrap .btn_re_natural:hover::after {
  border-color: transparent transparent transparent #daaa44;
}

#frameWrap .btn_re_straight {
  border: solid 2px #65a1bf;
  background-color: #65a1bf;
}

#frameWrap .btn_re_straight:hover {
  color: #65a1bf;
}

#frameWrap .btn_re_straight:hover::after {
  border-color: transparent transparent transparent #65a1bf;
}

#frameWrap .another_type h3 {
  font-size: 24px;
  font-weight: bold;
}

#frameWrap .another_type .btn_df {
  justify-content: center;
  margin: 30px auto;
}

#frameWrap .another_type .btn_df .btn_b {
  display: block;
  width: 420px;
  height: 90px;
  border: solid 2px #d68787;
  background-color: #d68787;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
}

#frameWrap .another_type .btn_df .btn_b::after {
  content: "";
  border-width: 8px 0px 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 30px;
}

#frameWrap .another_type .btn_df .btn_b:hover {
  background-color: #fff;
  color: #d68787;
}

#frameWrap .another_type .btn_df .btn_b:hover::after {
  border-color: transparent transparent transparent #d68787;
}

#frameWrap .another_type .btn_df .btn_b_natural {
  border: solid 2px #daaa44;
  background-color: #daaa44;
}

#frameWrap .another_type .btn_df .btn_b_natural:hover {
  color: #daaa44;
}

#frameWrap .another_type .btn_df .btn_b_natural:hover::after {
  border-color: transparent transparent transparent #daaa44;
}

#frameWrap .another_type .btn_df .btn_b_straight {
  border: solid 2px #65a1bf;
  background-color: #65a1bf;
}

#frameWrap .another_type .btn_df .btn_b_straight:hover {
  color: #65a1bf;
}

#frameWrap .another_type .btn_df .btn_b_straight:hover::after {
  border-color: transparent transparent transparent #65a1bf;
}

@media (max-width: 768px) {
  #frameWrap .another_type {
    margin: 20% auto;
  }

  #frameWrap .another_type h3 {
    font-size: 4.5vw;
    line-height: 1.6;
  }

  #frameWrap .another_type .btn_df {
    display: flex;
    justify-content: space-between;
    margin: 5% auto;
  }

  #frameWrap .another_type .btn_df .btn_b {
    display: block;
    width: 48%;
    height: auto;
    margin: 5% 0;
    font-size: 4vw;
    transition: 0s;
    padding: 7% 0;
  }

  #frameWrap .another_type .btn_df .btn_b::after {
    content: "";
    border-width: 5px 0px 5px 8px;
    border-width: 1.5vw 0 1.5vw 2.5vw;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#frameWrap .cmn-recommend {
  padding: 80px 0 0;
}

#frameWrap .cmn-recommend h5 {
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 47px;
}

#frameWrap .cmn-recommend h5::after,
#frameWrap .cmn-recommend h5::before {
  content: "";
  border-bottom: 2px solid #1a1311;
}

#frameWrap .cmn-recommend h5::before {
  margin-right: 20px;
  padding-left: 120px;
}

#frameWrap .cmn-recommend h5::after {
  margin-left: 20px;
  padding-right: 120px;
}

#frameWrap .cmn-recommend .bnr_box {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#frameWrap .cmn-recommend .bnr_box .bnr_img {
  cursor: pointer;
}

#frameWrap .cmn-recommend .bnr_box img {
  width: 245px;
  height: 245px;
  width: 282px;
  height: 282px;
  transition: 0.4s;
}

#frameWrap .cmn-recommend .bnr_box img:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #frameWrap .cmn-recommend {
    padding-top: 0;
  }

  #frameWrap .cmn-recommend h5 {
    font-size: 7vw;
    margin-bottom: 10%;
  }

  #frameWrap .cmn-recommend h5::after,
  #frameWrap .cmn-recommend h5::before {
    display: none;
  }

  #frameWrap .cmn-recommend .bnr_box {
    flex-wrap: wrap;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }

  #frameWrap .cmn-recommend .bnr_box .bnr_img {
    cursor: pointer;
    width: 49%;
    margin-bottom: 5%;
  }

  #frameWrap .cmn-recommend .bnr_box img {
    width: 100%;
    height: 100%;
  }
}

.topicModuleCredit {
  text-align: left;
}

@media screen and (min-width: 769px) {
  #bottom_recommend_area .bottom_bnrBox {
    gap: 24px;
  }
}

/*# sourceMappingURL=style_250314.css.map */