@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
form,
input,
textarea,
select,
button,
div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #654217;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  address,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  img,
  figure,
  form,
  input,
  textarea,
  select,
  button,
  div {
    font-size: 2.8rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]),
textarea,
select,
button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=file]),
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button,
input[type=submit],
input[type=button],
select,
label {
  cursor: pointer;
}

input[type=radio]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
body {
  min-width: 1260px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 8rem);
    max-width: initial;
  }
}

.content {
  overflow: hidden;
  background: url(../img/bg_content_pc.png) repeat left top;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_logo_box {
  position: relative;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header_logo_box {
    height: 13rem;
  }
}
.header_logo_box .logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .header_logo_box .logo {
    width: 41rem;
  }
}
.header_logo_box .logo img {
  width: 100%;
}

.header_wrap {
  position: relative;
  background: url(../img/bg_content_pc.png) repeat left top;
}
.header_wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% + 600px);
  max-width: 100%;
  height: 150px;
  padding-left: 145px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header_wrap .wrap {
    width: calc(100% - 8rem);
    height: 13rem;
    padding-left: 8.5rem;
    margin: 0 auto;
  }
}
.header_wrap .header_txt {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.44;
  color: #6b4a21;
}
@media screen and (max-width: 768px) {
  .header_wrap .header_txt {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.header_wrap .logo {
  width: 93px;
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    width: 9rem;
  }
}
.header_wrap .menu_btn {
  position: absolute;
  z-index: 10000;
  top: 4rem;
  left: 4rem;
  width: 6.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .header_wrap .menu_btn:hover {
    opacity: 0.7;
  }
}
.header_wrap .menu_btn.fix {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .header_wrap .menu_btn {
    width: 4.4rem;
  }
}

.gnav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #fff7eb;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.gnav.active {
  opacity: 1;
  visibility: visible;
}
.gnav .gnav_wrap {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 215px 0 20px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    padding: 26rem 0 120px;
  }
}
.gnav .gnav_list {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    width: calc(100% - 8rem);
  }
}
.gnav .gnav_list li {
  position: relative;
}
.gnav .gnav_list li a {
  display: block;
  width: 100%;
  padding: 4rem 0;
  background: url(../img/ico_arw02.svg) no-repeat right center;
  background-size: 3.2rem;
  text-align: center;
  color: #654217;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 3rem;
  }
}
.gnav .gnav_list li::before, .gnav .gnav_list li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/gnav_line01.png) repeat-x left center;
  background-size: 0.8rem;
}
.gnav .gnav_list li::after {
  top: auto;
  bottom: 0;
  display: none;
}
.gnav .gnav_list li:last-child::after {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  position: relative;
  background: #d6dbbd;
}
.footer_wrap .wrap {
  position: relative;
  padding: 95px 0 80px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .wrap {
    padding: 10rem 0 8rem;
  }
}
.footer_wrap .pagetop_btn {
  position: absolute;
  z-index: 10;
  top: -4rem;
  right: -80px;
  width: 68px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .pagetop_btn {
    right: 0;
    width: 9rem;
  }
}
.footer_wrap .sec_ttl {
  margin-bottom: 3rem;
  line-height: 1.4;
}
.footer_wrap .txt {
  text-align: center;
}
.footer_wrap .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_wrap .footer_box .btn a {
  width: 390px;
  background: url(../img/btn_bg02.png) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .btn a {
    width: 59rem;
  }
}
.footer_wrap .footer_box .tel_box {
  margin-left: 20px;
  padding-left: 75px;
  background: url(../img/ico_tel.svg) no-repeat 20px center;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .tel_box {
    margin-left: 0;
    margin-top: 4rem;
    padding-left: 8rem;
    background-size: 5.8rem;
    background-position: left center;
  }
}
.footer_wrap .footer_box .tel_box .tel_btn {
  font-size: 4.2rem;
  font-weight: bold;
  color: #654217;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .tel_box .tel_btn {
    font-size: 5.6rem;
  }
}
.footer_wrap .footer_box .tel_box .tel_txt {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #654217;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .tel_box .tel_txt {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

.copy {
  padding: 10px 0;
  background: #c9cfab;
  text-align: center;
  color: #899068;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 2rem 0;
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

.wave_top,
.wave_btm {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1.6rem;
}

.wave_top {
  top: -1px;
  background: url(../img/wave01.png) repeat-x center bottom;
  background-size: 22.8rem;
}
@media screen and (max-width: 768px) {
  .wave_top {
    background-position: left bottom;
  }
}

.wave_btm {
  bottom: -1px;
  background: url(../img/wave02.png) repeat-x center top;
  background-size: 22.8rem;
}
@media screen and (max-width: 768px) {
  .wave_btm {
    background-position: left top;
  }
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #6b4a21;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 4.8rem;
  }
}

/* ------------------------------
	.box
------------------------------ */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 60px;
  border-radius: 5rem;
  background: url(../img/btn_bg01.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  color: #fff7eb;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 59rem;
    height: 9.6rem;
    font-size: 3rem;
  }
}
.btn .arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico_arw01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .btn .arw {
    right: 4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.btn .win {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/ico_win.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .btn .win {
    right: 4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ------------------------------
	.kv
------------------------------ */
.kv {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .kv {
    padding-bottom: 16rem;
  }
}
.kv .kv_video_wrap {
  position: relative;
  width: calc(50% + 600px);
}
@media screen and (max-width: 768px) {
  .kv .kv_video_wrap {
    width: calc(100% - 4rem);
  }
}
.kv .kv_video {
  position: relative;
  width: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv .kv_video {
    border-radius: 0 4rem 4rem 0;
    aspect-ratio: 3/4;
  }
}
.kv .kv_video video {
  width: 100%;
  vertical-align: middle;
  pointer-events: none;
}
.kv .logo_wrap {
  position: absolute;
  z-index: 2;
  bottom: -35px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .kv .logo_wrap {
    bottom: -10rem;
  }
}
.kv .logo_wrap .sale {
  width: 25rem;
}
.kv .logo_wrap .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 407px;
  height: 238px;
  margin-left: -37px;
  margin-bottom: -1rem;
  padding-bottom: 30px;
  background: url(../img/logo_bg01.png) no-repeat left top;
  background-size: 487px;
}
@media screen and (max-width: 768px) {
  .kv .logo_wrap .logo_box {
    width: 34.4rem;
    height: 18.4rem;
    margin-left: -4.2rem;
    padding-bottom: 2rem;
    background-size: 40.9rem;
  }
}
.kv .logo_wrap .logo_box .logo {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .kv .logo_wrap .logo_box .logo {
    width: 19.9rem;
  }
}

/* ------------------------------
	.news
------------------------------ */
.news {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  background: #d6dbbd;
  /*
  	.wave_top,
  	.wave_btm{
  	}
  */
}
@media screen and (max-width: 768px) {
  .news {
    padding: 4.5rem 0;
  }
}
.news .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #654217;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news .news_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2rem;
  }
}
.news .news_item + .news_item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news .news_item + .news_item {
    margin-top: 4rem;
  }
}
.news .news_item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .news .news_item .date {
    margin-right: 1.5rem;
  }
}
.news .news_item .cate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 10px;
  margin-right: 10px;
  background: #fff7eb;
  border-radius: 5rem;
  color: #654217;
}
@media screen and (max-width: 768px) {
  .news .news_item .cate {
    padding: 0.2rem 1rem;
    margin-right: 1.5rem;
  }
}

/* ------------------------------
	.lead
------------------------------ */
.lead .wrap {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .lead .wrap {
    padding: 28rem 4rem 7.5rem;
  }
}
.lead .txt_img {
  width: 370px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .lead .txt_img {
    width: 100%;
  }
}
.lead .txt .bold {
  text-decoration: underline;
}
.lead .img {
  position: absolute;
  top: 45px;
  right: -80px;
  width: 660px;
}
@media screen and (max-width: 768px) {
  .lead .img {
    top: 45px;
    right: -6rem;
    width: 44rem;
  }
}

/* ------------------------------
	.attention
------------------------------ */
@media screen and (max-width: 768px) {
  .attention {
    background: #fffaf4;
    background-size: 0.9rem;
  }
}
.attention .wrap {
  position: relative;
  padding: 4rem;
  background: #fffaf4;
  background-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .attention .wrap {
    padding: 8rem 4rem;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .attention .wrap::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0;
    border-top: 3rem solid #fff7eb;
    border-left: 7rem solid transparent;
    border-right: 7rem solid transparent;
    border-bottom: 3rem solid transparent;
  }
}
.attention .sec_ttl {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .attention .attention_wrap {
    padding: 0 4rem;
  }
}
.attention .attention_box + .attention_box {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .attention .attention_box + .attention_box {
    margin-top: 5.5rem;
  }
}
.attention .attention_box .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .attention .attention_box .ttl {
    font-size: 2.8rem;
  }
}
.attention .attention_box .list .txt {
  padding-left: 1em;
  text-indent: -1em;
}
.attention .attention_hide_pc {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .attention .attention_hide_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .attention .attention_hide_pc {
    margin-top: 5.5rem;
  }
}
.attention .attention_hide_sp {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .attention .attention_hide_sp {
    display: none;
    margin-top: 5.5rem;
  }
}
.attention .btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .attention .btn {
    margin-top: 8rem;
  }
}
.attention .btn.open {
  display: none;
}
.attention .btn .arw {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .attention .btn .arw {
    left: 4rem;
  }
}

/* ------------------------------
	.category
------------------------------ */
.category {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .category {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .category .wrap {
    width: 100%;
  }
}
.category .sec_ttl {
  padding-top: 115px;
  margin-bottom: 4rem;
  background: url(../img/category_ico01.png) no-repeat center top;
  background-size: 182px;
}
@media screen and (max-width: 768px) {
  .category .sec_ttl {
    padding-top: 15rem;
    background-size: 24rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_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;
  }
}
@media screen and (max-width: 768px) {
  .category .category_list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .category .category_list.slick-initialized {
    display: block;
  }
}
.category .category_list .category_item {
  width: 50rem;
}
@media screen and (min-width: 769px) {
  .category .category_list .category_item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .category .category_list .category_item {
    margin: 0 2.2rem;
  }
}
.category .category_list .category_item a:hover {
  opacity: 1;
}
.category .category_list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
  margin-top: 4rem;
}
.category .category_list .slick-dots li {
  width: 8rem;
  height: 8rem;
}
.category .category_list .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
}
.category .category_list .slick-dots li:nth-child(1) {
  background: url(../img/category_item_ico01.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(1).slick-active {
  background: url(../img/category_item_ico01_on.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(2) {
  background: url(../img/category_item_ico02.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(2).slick-active {
  background: url(../img/category_item_ico02_on.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(3) {
  background: url(../img/category_item_ico03.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(3).slick-active {
  background: url(../img/category_item_ico03_on.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(4) {
  background: url(../img/category_item_ico04.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(4).slick-active {
  background: url(../img/category_item_ico04_on.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(5) {
  background: url(../img/category_item_ico05.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(5).slick-active {
  background: url(../img/category_item_ico05_on.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(6) {
  background: url(../img/category_item_ico06.png) no-repeat center center;
  background-size: contain;
}
.category .category_list .slick-dots li:nth-child(6).slick-active {
  background: url(../img/category_item_ico06_on.png) no-repeat center center;
  background-size: contain;
}

/* ------------------------------
	.area
------------------------------ */
.area {
  position: relative;
  padding: 10rem 0;
  background: #fffaf4;
  background-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .area {
    padding: 9.5rem 0 8.5rem;
  }
}
.area .sec_ttl {
  padding-top: 140px;
  margin-bottom: -10px;
  background: url(../img/area_ico01.png) no-repeat center top;
  background-size: 63px;
}
@media screen and (max-width: 768px) {
  .area .sec_ttl {
    padding-top: 17rem;
    margin-bottom: 3rem;
    background-size: 8.2rem;
  }
}
.area .area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .area .area_box {
    -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;
  }
}
.area .area_box .img {
  width: 65rem;
}
.area .btn_box {
  margin-top: 4rem;
}
.area .btn_box .btn + .btn {
  margin-top: 4rem;
}

/* ------------------------------
	.attractive
------------------------------ */
.attractive {
  position: relative;
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .attractive {
    padding: 15rem 0 14rem;
  }
}
.attractive .sec_ttl {
  padding-top: 100px;
  margin-bottom: 2.5rem;
  background: url(../img/attractive_ico01.png) no-repeat center top;
  background-size: 68px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .attractive .sec_ttl {
    padding-top: 12rem;
    margin-bottom: 2rem;
    background-size: 8.2rem;
    line-height: 1.4;
  }
}
.attractive .attractive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .attractive .attractive_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7rem;
  }
}
.attractive .attractive_item {
  position: relative;
  width: 320px;
  height: 380px;
  border-radius: 2rem;
  background: #fffaf4;
  background-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .attractive .attractive_item {
    margin-right: 4rem;
  }
  .attractive .attractive_item:nth-child(3n) {
    margin-right: 0;
  }
  .attractive .attractive_item:nth-child(n+4) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .attractive .attractive_item {
    width: calc(50% - 1.5rem);
    height: 49rem;
  }
  .attractive .attractive_item:nth-child(n+3) {
    margin-top: 4rem;
  }
}
.attractive .attractive_item .img {
  aspect-ratio: 1/0.6103896104;
  border-radius: 2rem 2rem 0 0;
  border: 0.6rem solid #fffaf4;
  overflow: hidden;
}
.attractive .attractive_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attractive .attractive_item .txt_box {
  padding: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .attractive .attractive_item .txt_box {
    padding: 1rem 2rem;
  }
}
.attractive .attractive_item .ttl {
  margin-bottom: 1rem;
  color: #654217;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .attractive .attractive_item .ttl {
    font-size: 2rem;
  }
}
.attractive .attractive_item .txt {
  color: #654217;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .attractive .attractive_item .txt {
    font-size: 2rem;
  }
}
.attractive .attractive_item .attractive_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.attractive .attractive_item .attractive_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  text-align: center;
  color: #654217;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .attractive .attractive_item .attractive_btn a {
    font-size: 2.8rem;
  }
}
.attractive .attractive_item .attractive_btn .arw {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../img/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .attractive .attractive_item .attractive_btn .arw {
    width: 2.9rem;
    height: 2.9rem;
    margin-right: 1rem;
  }
}
.attractive .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .attractive .btn_box {
    -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-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .attractive .btn_box .btn + .btn {
    margin-top: 4rem;
  }
}
.attractive .btn_box .btn a {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .attractive .btn_box .btn a {
    width: 59rem;
  }
}
.attractive .btn_box .btn .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  display: block;
  width: 26px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .attractive .btn_box .btn .ico {
    left: 4rem;
    width: 3.3rem;
  }
}
.attractive .btn_box .btn .ico01 {
  background: url(../img/attractive_btn_ico01.svg) no-repeat center center;
  background-size: 100%;
}
.attractive .btn_box .btn .ico02 {
  width: 28px;
  background: url(../img/attractive_btn_ico02.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .attractive .btn_box .btn .ico02 {
    width: 3.6rem;
  }
}
.attractive .btn_box .btn .ico03 {
  width: 16px;
  background: url(../img/attractive_btn_ico03.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .attractive .btn_box .btn .ico03 {
    width: 2.5rem;
  }
}