@charset "UTF-8";

/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

li {
  list-style: none
}

img {
  height: auto
}

a {
  color: inherit;
  text-decoration: none
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0
}

img, td input {
  max-width: 100%
	height:auto
}

em, i {
  font-style: normal
}

.inner {
  width: 100%;
  position: relative
}

.pc-only {
  display: inherit
}

.sp-only, .tab-only {
  display: none
}

.pctab-only {
  display: inherit
}

.tabsp-only {
  display: none
}

a.tellink {
  pointer-events: none
}

body, html {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  font-family: "Noto Sans JP","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
  overflow: auto
}

.noto {
  font-family: "Noto Sans JP", sans-serif
}

.bask {
  font-family: "Libre Baskerville", serif
}

header, header .right {
  display: flex;
  flex-wrap: wrap
}

header {
  width: 100%;
  height: 80px;
  background-color: #fbfaf6;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 2vw
}

header .right {
  width: 20%;
  max-width: 200px;
  justify-content: stretch;
  align-items: center
}

header .right .search_pctab {
  width: 100%;
  height: 2rem;
  border: 1px solid #d6d6d6;
  border-radius: 1rem;
  padding: .5rem;
  justify-content: flex-end
}

header .right .search_pctab i {
  font-size: .8125rem;
  color: #453f3f
}

header .right .search_pctab, header .right .search_sp a, header .search_bar_sp .search_bar {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

header .right .search_sp a {
  justify-content: center;
  width: 10.6vw;
  height: 10.6vw;
  border-radius: 50%;
  border: 1px solid #d6d6d6
}

header .right .search_sp i {
  font-size: 1rem;
  color: #453f3f
}

header .search_bar_sp {
  display: none;
  width: 100%;
  height: 20vw;
  background-color: #c2b095;
  padding: .8rem 5.33%;
  position: absolute;
  top: 16vw;
  left: 0;
  z-index: 5
}

header .search_bar_sp::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1
}

header .search_bar_sp .search_bar {
  width: 100%;
  height: 3rem;
  border-radius: 1.5rem;
  padding: .8rem;
  justify-content: flex-end
}

header .search_bar_sp .search_bar i {
  font-size: 1.0625rem;
  color: #453f3f
}

header .head_logo a, header nav.gnav>ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset
}

header .head_logo a:hover {
  opacity: .8
}

header nav.gnav {
  height: 100%
}

header nav.gnav>ul {
  flex-wrap: wrap;
  justify-content: space-between
}

header nav.gnav>ul>li {
  position: relative
}

header nav.gnav>ul>li:not(:last-child) {
  margin-right: 1.5vw
}

header nav.gnav>ul>li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  padding: 0 .8rem
}

header nav.gnav>ul>li a:hover p {
  color: #948472
}

header nav.gnav>ul>li a p {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

header nav.gnav>ul>li a p span {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5
}

.icn_menu {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 13
}

.icn_menu .menu-trigger, .icn_menu .menu-trigger span {
  display: inline-block;
  transition: all .4s
}

.icn_menu .menu-trigger {
  width: 100%;
  height: 100%;
  padding: 1rem
}

.icn_menu .menu-trigger .spanwrap {
  height: 100%;
  position: relative
}

.icn_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: .15rem;
  background-color: #000;
  border-radius: .25rem
}

.icn_menu .menu-trigger span:nth-of-type(1) {
  top: 20%
}

.icn_menu .menu-trigger span:nth-of-type(2) {
  width: 60%;
  bottom: 20%
}

.icn_menu .menu-trigger.active {
  background-color: #fbfaf6
}

.icn_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%
}

.icn_menu .menu-trigger.active span:nth-of-type(2) {
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  top: 50%
}

.slider-wrap .image-slider, .slider-wrap .image-slider .img-wrap {
  height: calc(100vh - 80px);
  overflow: hidden
}

.slider-wrap, .slider-wrap .image-slider .img-wrap {
  position: relative
}

.slider-wrap .image-slider .img-wrap .txt {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 6vh 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: all .8s ease-in-out
}

.slider-wrap .image-slider .img-wrap .txt.show {
  opacity: 1
}

.slider-wrap .image-slider .img-wrap .bg {
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.slider-wrap .num {
  font-size: 3rem;
  color: #dfcaba;
  font-weight: 700;
  line-height: 1
}

.slider-wrap .num em {
  font-size: 6rem
}

.slider-wrap .ttl01 {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  padding-left: .5em;
  margin-bottom: 2rem
}

.slider-wrap .txt01 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.7;
  letter-spacing: .05em
}

.slider-wrap .counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%)
}

.slider-wrap .counter span {
  width: 40px;
  margin: 0 .5rem;
  position: relative
}

.slider-wrap .counter span::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  top: 50%;
  left: 0
}

.slider-wrap .slick-slide:not(.slick-center) {
  filter: grayscale(100%);
  transition: .2s linear
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  z-index: 2
}

.slick-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}

.slick-arrow.slick-prev {
  background-color: #948472;
  right: 90px
}

.slick-arrow.slick-prev::before {
  transform: rotate(-45deg) translate(2px, 2px)
}

.slick-arrow.slick-next {
  background-color: #c2b095;
  right: 0
}

.slick-arrow.slick-next::before {
  transform: rotate(135deg) translate(2px, 2px)
}

.slider-progress, .slider-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px
}

.slider-progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(233, 233, 120, .7);
  transition: all 0s linear
}

.slider-progress span.active {
  width: 100%
}

.section_cmn {
  padding: 6rem 0 7.5rem
}

.section_cmn2 {
  padding: 3.5rem 0
}

.ttl_cmn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem
}

.ttl_cmn em {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-right: 1rem
}

.ttl_cmn.tac {
  text-align: center
}

.ttl_cmn.color_w {
  color: #fff
}

.txt_cmn, .txt_cmn2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2
}

.txt_cmn.tac {
  text-align: center
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn2 {
  font-size: .875rem;
  line-height: 1.5
}

.post_content_wrap aside .lump.bnr figure, .txt_cmn2.tac {
  text-align: center
}

.txt_cmn2.color_w {
  color: #fff
}

.btn_more {
  width: -moz-fit-content;
  width: fit-content
}

.btn_more a {
  width: 135px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  padding-bottom: .4rem;
  position: relative
}

.btn_more a i, .btn_more a p {
  line-height: 1.5rem
}

.btn_more a p {
  font-size: 1.25rem;
  font-weight: 700
}

.btn_more a i, .post_content_wrap aside .ul_cate li a i {
  font-size: .625rem
}

.btn_more.center {
  margin: 0 auto
}

.btn_more.bd_bk a {
  color: #453f3f;
  border-bottom: 1px solid #453f3f
}

.btn_more.bd_bk a:hover, .btn_more.bd_w a:hover {
  color: #948472;
  border-bottom: 1px solid #948472
}

.btn_more.bd_w a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.home_second .bnr {
  max-width: 1034px;
  margin: 0 auto
}

.home_second .bnr a:hover {
  opacity: .6;
  transition: .3s ease
}

.post_content_wrap {
  background-color: #fbfaf6;
  padding-top: 6rem;
  padding-bottom: 7.5rem
}

.post_content_wrap.blog {
  background-color: #fff
}

.post_content_wrap .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.post_content_wrap main {
  width: 67.2727272727%
}

.post_content_wrap aside {
  width: 27.2727272727%
}

.post_content_wrap aside .cage {
  position: sticky;
  top: 20px
}

.post_content_wrap aside .lump:not(:last-child) {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.8rem
}

.post_content_wrap aside .ttl_side01 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem
}

.post_content_wrap aside .ul_side_post li:not(:last-child) {
  margin-bottom: 1.8rem
}

.post_content_wrap aside .ul_side_post li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.post_content_wrap aside .ul_side_post li a figure {
  width: 29%;
  position: relative
}

.post_content_wrap aside .ul_side_post li a figure img {
  max-height: 87px;
  -o-object-fit: cover;
  object-fit: cover
}

.post_content_wrap aside .ul_side_post li a figure::after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0
}

.post_content_wrap aside .ul_side_post li a .txt {
  width: 63%
}

.post_content_wrap aside .ul_side_post li a .txt .cate {
  font-size: .75rem;
  color: #bfbdbd;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .4rem
}

.post_content_wrap aside .ul_side_post li:nth-child(1) figure::after {
  background-image: url(images/index/rank1.svg)
}

.post_content_wrap aside .ul_side_post li:nth-child(2) figure::after {
  background-image: url(images/index/rank2.svg)
}

.post_content_wrap aside .ul_side_post li:nth-child(3) figure::after {
  background-image: url(images/index/rank3.svg)
}

.post_content_wrap aside .ul_cate li {
  border-bottom: 1px dashed #dbdbdb
}

.home_postcmn ul, .post_content_wrap aside .ul_cate li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.post_content_wrap aside .ul_cate li a {
  align-items: center;
  padding: .8rem 2%
}

.post_content_wrap aside .ul_cate li a p {
  color: #453f3f
}

.home_postcmn ul {
  align-items: flex-start
}

.home_postcmn ul::after {
  content: "";
  width: 31%
}

.home_postcmn ul li {
  width: 31%
}

.home_postcmn figure {
  text-align: center;
  margin-bottom: .8rem
}

.home_postcmn figure img {
  border-radius: 10px;
  height: 360px;
  width: 100%
}

.home_postcmn .ttl01 {
  line-height: 1.7;
  margin-bottom: .4rem
}

.home_postcmn .cate, .home_postcmn time {
  display: block;
  font-size: .8125rem;
  color: #a5a5a5
}

.home_postcmn .cate {
  font-weight: 700
}

.home_postcmn time {
  font-weight: 400
}

.home_series {
  position: relative
}

.home_series::before {
  content: "";
  width: calc(100% + 30vw);
  height: 100%;
  background: linear-gradient(135deg, #e5d7c2, #b9a793);
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 0
}

.home_series figure {
  border: 1px solid #fff;
  padding: .8rem
}

.home_series .ttl01 {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.44;
  text-align: left;
  margin-bottom: 1rem
}

.home_postcmn ul, .home_series p.txt01 {
  margin-bottom: 2.5rem
}

footer .fmain {
  background-color: #8d8a86;
  padding: 3.5rem 0 1.5rem
}

.home_series figure, footer .foot_logo {
  text-align: center;
  margin-bottom: 1.5rem
}

footer .icnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem
}

footer .icnwrap i {
  font-size: 1rem;
  color: #fff;
  margin: 0 .6rem
}

footer .fnav {
  padding: 0 10%;
  margin-bottom: 2.5rem
}

footer .btm, footer .fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center
}

footer .fnav ul li a:hover {
  color: #a5a5a5
}

footer .fnav ul li a p {
  font-size: .875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

footer .fnav ul li a p span {
  display: block;
  font-size: .75rem;
  font-weight: 400
}

footer .btm {
  justify-content: center;
	margin-top: 48px;
}

footer .btm a {
  font-size: .8125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 1.5rem
}

@media (min-width:1200px) {
  .inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto
  }
  header .right .search_sp {
    display: none
  }
  .home_postcmn ul li:nth-child(n+4) {
    margin-top: 3rem
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .inner {
    padding: 0 4vw
  }
  .pc-only {
    display: none
  }
  .tab-only {
    display: inherit
  }
  .sp-only, header .right .search_sp {
    display: none
  }
  .pctab-only, .tabsp-only {
    display: inherit
  }
  header .right {
    width: 17%
  }
  header .head_logo a img {
    width: 16vw
  }
  header nav.gnav>ul>li:not(:last-child) {
    margin-right: .8vw
  }
  header nav.gnav>ul>li a {
    padding: 0
  }
  header nav.gnav>ul>li a p {
    font-size: .6875rem
  }
  header nav.gnav>ul>li a p span {
    font-size: .625rem;
    letter-spacing: -.04em
  }
  .post_content_wrap {
    padding-top: 4rem;
    padding-bottom: 5rem
  }
  .home_postcmn ul li:nth-child(n+4) {
    margin-top: 2.4rem
  }
}

@media (max-width:767px) {
  .inner {
    padding: 0 5.33%
  }
  .pc-only, .tab-only {
    display: none
  }
  .sp-only {
    display: inherit
  }
  .pctab-only, header .right .search_pctab {
    display: none
  }
  .tabsp-only {
    display: inherit
  }
  a.tellink {
    pointer-events: inherit
  }
  :root {
    font-size: 4.26666vw!important
  }
  header {
    height: 16vw
  }
  header .right {
    width: 16vw;
    height: 16vw;
    position: absolute;
    top: 0;
    right: 16vw
  }
  header .search_bar_sp.open, header nav.gnav.open {
    display: block
  }
  header .head_logo a img {
    width: 40vw
  }
  header nav.gnav {
    display: none;
    height: unset;
    position: absolute;
    top: 16vw;
    right: 0;
    z-index: 11
  }
  header nav.gnav::before {
    content: "";
    width: 100vw;
    height: 100vh;
    height: 100%;
    background-color: rgba(13, 13, 13, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
  }
  header nav.gnav>ul>li {
    width: 100%;
    background-color: #fbfaf6;
    border-bottom: 1px solid #ccc
  }
  header nav.gnav>ul>li:not(:last-child) {
    margin-right: 0
  }
  header nav.gnav>ul>li a {
    height: 16vw;
    justify-content: flex-start;
    padding: 0 5.3%
  }
  footer .fnav ul li a p, header nav.gnav>ul>li a p {
    text-align: left
  }
  .slider-wrap .image-slider, .slider-wrap .image-slider .img-wrap {
    height: calc(100vh - 16vw)
  }
  .slider-wrap .image-slider .img-wrap .txt {
    padding-bottom: 12vh
  }
  .slider-wrap .num, .ttl_cmn em {
    font-size: 1.5rem
  }
  .slider-wrap .num em {
    font-size: 2.25rem
  }
  .slider-wrap .ttl01 {
    font-size: 1.25rem;
    margin-bottom: 1rem
  }
  .slider-wrap .txt01 {
    font-size: 1.125rem;
    letter-spacing: 0
  }
  .slider-wrap .counter {
    font-size: .75rem;
    left: 20%
  }
  .slick-arrow {
    width: 20vw;
    height: 2rem
  }
  .slick-arrow.slick-prev {
    right: 20vw
  }
  .section_cmn {
    padding: 3.5rem 0 4rem
  }
  .section_cmn2 {
    padding: 2.5rem 0
  }
  .ttl_cmn {
    font-size: .8125rem;
    margin-bottom: 1.2rem
  }
  .ttl_cmn em {
    display: block;
    margin: 0 0 .4rem
  }
  .txt_cmn {
    font-size: .875rem
  }
  .txt_cmn2 {
    font-size: .75rem
  }
  .btn_more a {
    width: 40vw;
    height: 2rem
  }
  .btn_more a i, .btn_more a p {
    line-height: 1.2rem
  }
  .btn_more a p {
    font-size: .875rem
  }
  .post_content_wrap {
    padding-top: 3rem;
    padding-bottom: 3.5rem
  }
  .post_content_wrap main {
    width: 100%;
    margin-bottom: 3.5rem
  }
  .home_postcmn ul li, .post_content_wrap aside {
    width: 100%
  }
  .post_content_wrap aside .lump:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem
  }
  .post_content_wrap aside .ttl_side01 {
    font-size: 1.0625rem;
    margin-bottom: .7rem
  }
  .post_content_wrap aside .ul_side_post li:not(:last-child) {
    margin-bottom: 1rem
  }
  .home_postcmn ul {
    margin-bottom: 2rem
  }
  .home_postcmn ul li:not(:last-child) {
    margin-bottom: 2rem
  }
  .home_postcmn figure {
    margin-bottom: .3rem
  }
  .home_postcmn .ttl01 {
    margin-bottom: 0
  }
  .home_postcmn .cate, .home_postcmn time {
    font-size: .6875rem
  }
  .home_series::before {
    width: calc(100% + 5.33vw);
    right: 0
  }
  .home_series figure {
    padding: .3rem;
    margin-bottom: .8rem
  }
  .home_series .ttl01 {
    font-size: 1rem;
    margin-bottom: .6rem
  }
  .home_series p.txt01 {
    margin-bottom: 1.5rem
  }
  footer .fmain {
    padding: 2rem 0
  }
  footer .foot_logo {
    margin-bottom: 1rem
  }
  footer .fnav, footer .icnwrap {
    margin-bottom: 1.5rem
  }
  footer .fnav {
    padding: 0
  }
  footer .fnav ul li {
    width: 100%;
    padding: 0 15%
  }
  footer .fnav ul li:not(:last-child) {
    margin-bottom: .8rem
  }
  footer .fnav ul li a p span {
    display: inline;
    margin-left: 2em
  }
  footer .btm a {
    font-size: .6875rem;
    margin: 0 .8rem
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

li {
  list-style: none
}

img {
  height: auto
}

a {
  color: inherit;
  text-decoration: none
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0
}

img, td input {
  max-width: 100%
}

em, i {
  font-style: normal
}

.inner {
  width: 100%;
  position: relative
}

.pc-only {
  display: inherit
}

.sp-only, .tab-only {
  display: none
}

.pctab-only {
  display: inherit
}

.tabsp-only {
  display: none
}

a.tellink {
  pointer-events: none
}

body, html {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  font-family: "Noto Sans JP","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
  overflow: auto
}

.noto {
  font-family: "Noto Sans JP", sans-serif
}

.bask {
  font-family: "Libre Baskerville", serif
}

header, header .right {
  display: flex;
  flex-wrap: wrap
}

header {
  width: 100%;
  height: 80px;
  background-color: #fbfaf6;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 2vw
}

header .right {
  width: 20%;
  max-width: 200px;
  justify-content: stretch;
  align-items: center
}

header .right .search_pctab {
  width: 100%;
  height: 2rem;
  border: 1px solid #d6d6d6;
  border-radius: 1rem;
  padding: .5rem;
  justify-content: flex-end
}

header .right .search_pctab i {
  font-size: .8125rem;
  color: #453f3f
}

header .right .search_pctab, header .right .search_sp a, header .search_bar_sp .search_bar {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

header .right .search_sp a {
  justify-content: center;
  width: 10.6vw;
  height: 10.6vw;
  border-radius: 50%;
  border: 1px solid #d6d6d6
}

header .right .search_sp i {
  font-size: 1rem;
  color: #453f3f
}

header .search_bar_sp {
  display: none;
  width: 100%;
  height: 20vw;
  background-color: #c2b095;
  padding: .8rem 5.33%;
  position: absolute;
  top: 16vw;
  left: 0;
  z-index: 5
}

header .search_bar_sp::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1
}

header .search_bar_sp .search_bar {
  width: 100%;
  height: 3rem;
  border-radius: 1.5rem;
  padding: .8rem;
  justify-content: flex-end
}

header .search_bar_sp .search_bar i {
  font-size: 1.0625rem;
  color: #453f3f
}

header .head_logo a, header nav.gnav>ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset
}

header .head_logo a:hover {
  opacity: .8
}

header nav.gnav {
  height: 100%
}

header nav.gnav>ul {
  flex-wrap: wrap;
  justify-content: space-between
}

header nav.gnav>ul>li {
  position: relative
}

header nav.gnav>ul>li:not(:last-child) {
  margin-right: 1.5vw
}

header nav.gnav>ul>li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  padding: 0 .8rem
}

header nav.gnav>ul>li a:hover p {
  color: #948472
}

header nav.gnav>ul>li a p {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

header nav.gnav>ul>li a p span {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5
}

.icn_menu {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 13
}

.icn_menu .menu-trigger, .icn_menu .menu-trigger span {
  display: inline-block;
  transition: all .4s
}

.icn_menu .menu-trigger {
  width: 100%;
  height: 100%;
  padding: 1rem
}

.icn_menu .menu-trigger .spanwrap {
  height: 100%;
  position: relative
}

.icn_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: .15rem;
  background-color: #000;
  border-radius: .25rem
}

.icn_menu .menu-trigger span:nth-of-type(1) {
  top: 20%
}

.icn_menu .menu-trigger span:nth-of-type(2) {
  width: 60%;
  bottom: 20%
}

.icn_menu .menu-trigger.active {
  background-color: #fbfaf6
}

.icn_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%
}

.icn_menu .menu-trigger.active span:nth-of-type(2) {
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  top: 50%
}

.slider-wrap .image-slider, .slider-wrap .image-slider .img-wrap {
  height: calc(100vh - 80px);
  overflow: hidden
}

.slider-wrap, .slider-wrap .image-slider .img-wrap {
  position: relative
}

.slider-wrap .image-slider .img-wrap .txt {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 6vh 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: all .8s ease-in-out
}

.slider-wrap .image-slider .img-wrap .txt.show {
  opacity: 1
}

.slider-wrap .image-slider .img-wrap .bg {
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.slider-wrap .num {
  font-size: 3rem;
  color: #dfcaba;
  font-weight: 700;
  line-height: 1
}

.slider-wrap .num em {
  font-size: 6rem
}

.slider-wrap .ttl01 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding-left: .5em;
  margin-bottom: 2rem
}

.slider-wrap .txt01 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.7;
  letter-spacing: .05em
}

.slider-wrap .counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%)
}

.slider-wrap .counter span {
  width: 40px;
  margin: 0 .5rem;
  position: relative
}

.slider-wrap .counter span::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  top: 50%;
  left: 0
}

.slider-wrap .slick-slide:not(.slick-center) {
  filter: grayscale(100%);
  transition: .2s linear
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  z-index: 2
}

.slick-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}

.slick-arrow.slick-prev {
  background-color: #948472;
  right: 90px
}

.slick-arrow.slick-prev::before {
  transform: rotate(-45deg) translate(2px, 2px)
}

.slick-arrow.slick-next {
  background-color: #c2b095;
  right: 0
}

.slick-arrow.slick-next::before {
  transform: rotate(135deg) translate(2px, 2px)
}

.slider-progress, .slider-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px
}

.slider-progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(233, 233, 120, .7);
  transition: all 0s linear
}

.slider-progress span.active {
  width: 100%
}

.section_cmn {
  padding: 6rem 0 7.5rem
}

.section_cmn2 {
  padding: 3.5rem 0
}

.ttl_cmn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem
}

.ttl_cmn em {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-right: 1rem
}

.ttl_cmn.tac {
  text-align: center
}

.ttl_cmn.color_w {
  color: #fff
}

.txt_cmn, .txt_cmn2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2
}

.txt_cmn.tac {
  text-align: center
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn2 {
  font-size: .875rem;
  line-height: 1.5
}

.post_content_wrap aside .lump.bnr figure, .txt_cmn2.tac {
  text-align: center
}

.txt_cmn2.color_w {
  color: #fff
}

.btn_more {
  width: -moz-fit-content;
  width: fit-content
}

.btn_more a {
  width: 135px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  padding-bottom: .4rem;
  position: relative
}

.btn_more a i, .btn_more a p {
  line-height: 1.5rem
}

.btn_more a p {
  font-size: 1.25rem;
  font-weight: 700
}

.btn_more a i, .post_content_wrap aside .ul_cate li a i {
  font-size: .625rem
}

.btn_more.center {
  margin: 0 auto
}

.btn_more.bd_bk a {
  color: #453f3f;
  border-bottom: 1px solid #453f3f
}

.btn_more.bd_bk a:hover, .btn_more.bd_w a:hover {
  color: #948472;
  border-bottom: 1px solid #948472
}

.btn_more.bd_w a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.home_second .bnr {
  max-width: 1034px;
  margin: 0 auto
}

.home_second .bnr a:hover {
  opacity: .6;
  transition: .3s ease
}

.post_content_wrap {
  background-color: #fbfaf6;
  padding-top: 6rem;
  padding-bottom: 7.5rem
}

.post_content_wrap.blog {
  background-color: #fff
}

.post_content_wrap .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.post_content_wrap main {
  width: 67.2727272727%
}

.post_content_wrap aside {
  width: 27.2727272727%
}

.post_content_wrap aside .cage {
  position: sticky;
  top: 20px
}

.post_content_wrap aside .lump:not(:last-child) {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.8rem
}

.post_content_wrap aside .ttl_side01 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem
}

.post_content_wrap aside .ul_side_post li:not(:last-child) {
  margin-bottom: 1.8rem
}

.post_content_wrap aside .ul_side_post li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.post_content_wrap aside .ul_side_post li a figure {
  width: 29%;
  position: relative
}

.post_content_wrap aside .ul_side_post li a figure img {
  max-height: 87px;
  -o-object-fit: cover;
  object-fit: cover
}

.post_content_wrap aside .ul_side_post li a figure::after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0
}

.post_content_wrap aside .ul_side_post li a .txt {
  width: 63%
}

.post_content_wrap aside .ul_side_post li a .txt .cate {
  font-size: .75rem;
  color: #bfbdbd;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .4rem
}

.post_content_wrap aside .ul_side_post li:nth-child(1) figure::after {
  background-image: url(images/index/rank1.svg)
}

.post_content_wrap aside .ul_side_post li:nth-child(2) figure::after {
  background-image: url(images/index/rank2.svg)
}

.post_content_wrap aside .ul_side_post li:nth-child(3) figure::after {
  background-image: url(images/index/rank3.svg)
}

.post_content_wrap aside .ul_cate li {
  border-bottom: 1px dashed #dbdbdb
}

.home_postcmn ul, .post_content_wrap aside .ul_cate li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.post_content_wrap aside .ul_cate li a {
  align-items: center;
  padding: .8rem 2%
}

.post_content_wrap aside .ul_cate li a p {
  color: #453f3f
}

.home_postcmn ul {
  align-items: flex-start
}

.home_postcmn ul::after {
  content: "";
  width: 31%
}

.home_postcmn ul li {
  width: 31%
}

.home_postcmn figure {
  text-align: center;
  margin-bottom: .8rem
}

.home_postcmn figure img {
  border-radius: 10px
}

.home_postcmn .ttl01 {
  line-height: 1.7;
  margin-bottom: .4rem
}

.home_postcmn .cate, .home_postcmn time {
  display: block;
  font-size: .8125rem;
  color: #a5a5a5
}

.home_postcmn .cate {
  font-weight: 700
}

.home_postcmn time {
  font-weight: 500
}

.home_series {
  position: relative
}

.home_series::before {
  content: "";
  width: calc(100% + 30vw);
  height: 100%;
  background: linear-gradient(135deg, #e5d7c2, #b9a793);
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 0
}

.home_series figure {
  border: 1px solid #fff;
  padding: .8rem
}

.home_series .ttl01 {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
  margin-bottom: 1rem
}

.home_postcmn ul, .home_series p.txt01 {
  margin-bottom: 2.5rem
}

footer .fmain {
  background-color: #8d8a86;
  padding: 3.5rem 0 1.5rem
}

.home_series figure, footer .foot_logo {
  text-align: center;
  margin-bottom: 1.5rem
}

footer .icnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem
}

footer .icnwrap i {
  font-size: 1rem;
  color: #fff;
  margin: 0 .6rem
}

footer .fnav {
  padding: 0 10%;
  margin-bottom: 2.5rem
}

footer .btm, footer .fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center
}

footer .fnav ul li a:hover {
  color: #a5a5a5
}

footer .fnav ul li a p {
  font-size: .875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

footer .fnav ul li a p span {
  display: block;
  font-size: .75rem;
  font-weight: 400
}

footer .btm {
  justify-content: center
}

footer .btm a {
  font-size: .8125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 1.5rem
}

@media (min-width:1200px) {
  .inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto
  }
  header .right .search_sp {
    display: none
  }
  .home_postcmn ul li:nth-child(n+4) {
    margin-top: 3rem
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .inner {
    padding: 0 4vw
  }
  .pc-only {
    display: none
  }
  .tab-only {
    display: inherit
  }
  .sp-only, header .right .search_sp {
    display: none
  }
  .pctab-only, .tabsp-only {
    display: inherit
  }
  header .right {
    width: 17%
  }
  header .head_logo a img {
    width: 16vw
  }
  header nav.gnav>ul>li:not(:last-child) {
    margin-right: .8vw
  }
  header nav.gnav>ul>li a {
    padding: 0
  }
  header nav.gnav>ul>li a p {
    font-size: .6875rem
  }
  header nav.gnav>ul>li a p span {
    font-size: .625rem;
    letter-spacing: -.04em
  }
  .post_content_wrap {
    padding-top: 4rem;
    padding-bottom: 5rem
  }
  .home_postcmn ul li:nth-child(n+4) {
    margin-top: 2.4rem
  }
}

@media (max-width:767px) {
  .inner {
    padding: 0 5.33%
  }
  .pc-only, .tab-only {
    display: none
  }
  .sp-only {
    display: inherit
  }
  .pctab-only, header .right .search_pctab {
    display: none
  }
  .tabsp-only {
    display: inherit
  }
  a.tellink {
    pointer-events: inherit
  }
  :root {
    font-size: 4.26666vw!important
  }
  header {
    height: 16vw
  }
  header .right {
    width: 16vw;
    height: 16vw;
    position: absolute;
    top: 0;
    right: 16vw
  }
  header .search_bar_sp.open, header nav.gnav.open {
    display: block
  }
  header .head_logo a img {
    width: 40vw
  }
  header nav.gnav {
    display: none;
    height: unset;
    position: absolute;
    top: 16vw;
    right: 0;
    z-index: 11
  }
  header nav.gnav::before {
    content: "";
    width: 100vw;
    height: 100vh;
    height: 100%;
    background-color: rgba(13, 13, 13, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
  }
  header nav.gnav>ul>li {
    width: 100%;
    background-color: #fbfaf6;
    border-bottom: 1px solid #ccc
  }
  header nav.gnav>ul>li:not(:last-child) {
    margin-right: 0
  }
  header nav.gnav>ul>li a {
    height: 16vw;
    justify-content: flex-start;
    padding: 0 5.3%
  }
  footer .fnav ul li a p, header nav.gnav>ul>li a p {
    text-align: left
  }
  .slider-wrap .image-slider, .slider-wrap .image-slider .img-wrap {
    height: calc(100vh - 16vw)
  }
  .slider-wrap .image-slider .img-wrap .txt {
    padding-bottom: 12vh
  }
  .slider-wrap .num, .ttl_cmn em {
    font-size: 1.5rem
  }
  .slider-wrap .num em {
    font-size: 2.25rem
  }
  .slider-wrap .ttl01 {
    font-size: 1.25rem;
    margin-bottom: 1rem
  }
  .slider-wrap .txt01 {
    font-size: 1.125rem;
    letter-spacing: 0
  }
  .slider-wrap .counter {
    font-size: .75rem;
    left: 20%
  }
  .slick-arrow {
    width: 20vw;
    height: 2rem
  }
  .slick-arrow.slick-prev {
    right: 20vw
  }
	.slider-wrap .slick-slide:not(.slick-center) {
		filter: none;
	}
  .section_cmn {
    padding: 3.5rem 0 4rem
  }
  .section_cmn2 {
    padding: 2.5rem 0
  }
  .ttl_cmn {
    font-size: .8125rem;
    margin-bottom: 1.2rem
  }
  .ttl_cmn em {
    display: block;
    margin: 0 0 .4rem
  }
  .txt_cmn {
    font-size: .875rem
  }
  .txt_cmn2 {
    font-size: .75rem
  }
  .btn_more a {
    width: 40vw;
    height: 2rem
  }
  .btn_more a i, .btn_more a p {
    line-height: 1.2rem
  }
  .btn_more a p {
    font-size: .875rem
  }
  .post_content_wrap {
    padding-top: 3rem;
    padding-bottom: 3.5rem
  }
  .post_content_wrap main {
    width: 100%;
    margin-bottom: 3.5rem
  }
  .home_postcmn ul li, .post_content_wrap aside {
    width: 100%
  }
  .post_content_wrap aside .lump:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem
  }
  .post_content_wrap aside .ttl_side01 {
    font-size: 1.0625rem;
    margin-bottom: .7rem
  }
  .post_content_wrap aside .ul_side_post li:not(:last-child) {
    margin-bottom: 1rem
  }
  .home_postcmn ul {
    margin-bottom: 2rem
  }
  .home_postcmn ul li:not(:last-child) {
    margin-bottom: 2rem
  }
  .home_postcmn figure {
    margin-bottom: .3rem
  }
  .home_postcmn .ttl01 {
    margin-bottom: 0
  }
  .home_postcmn .cate, .home_postcmn time {
    font-size: .6875rem
  }
  .home_series::before {
    width: calc(100% + 5.33vw);
    right: 0
  }
  .home_series figure {
    padding: .3rem;
    margin-bottom: .8rem
  }
  .home_series .ttl01 {
    font-size: 1rem;
    margin-bottom: .6rem
  }
  .home_series p.txt01 {
    margin-bottom: 1.5rem
  }
  footer .fmain {
    padding: 2rem 0
  }
  footer .foot_logo {
    margin-bottom: 1rem
  }
  footer .fnav, footer .icnwrap {
    margin-bottom: 1.5rem
  }
  footer .fnav {
    padding: 0
  }
  footer .fnav ul li {
    width: 100%;
    padding: 0 15%
  }
  footer .fnav ul li:not(:last-child) {
    margin-bottom: .8rem
  }
  footer .fnav ul li a p span {
    display: inline;
    margin-left: 2em
  }
  footer .btm a {
    font-size: .6875rem;
    margin: 0 .8rem
  }
}

.home_postcmn figure img {
  object-fit: cover;
}

.kosin{
    margin-left: 20px;
    color: #000;
}

.blog td{border: solid 1px #6b6b6b;} 

.footer__relationship {
	margin-top: 24px;
}

.footer__relationship-label {
	font-size: 16px;
	font-family: "Libre Baskerville", serif;
	text-align:center;
	color:#fff;
}

.footer__relationship-items {
	display:flex;
	gap: 24px;
	align-items: center;
	justify-content:center;
	margin-top: 12px;
}

.footer__relationship-item {
	width: 200px;
	flex-shrink: 1;
}

@media (max-width: 768px) {
	.footer__relationship {
	margin-top: 32px;
}
	.footer__relationship-items {
		flex-direction: column;
			gap: 16px;
	}
}

/* メッセージ */
.message_box {
	max-width: 1000px;
	width: 94%;
	margin: 3rem auto;
}

.message_column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.message_block {
	width: 60%;
}

.message_txt {
	margin-bottom: 1rem;
}

.message_name {
	text-align: right;
}

.message_img {
	width: 30%;
	margin: 0 0 1rem 1rem;
}

.team_box {
	margin: 5rem 0 10rem;
	background-color: #ededed;
	padding: 3rem;
}

.team_ttl {
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.team_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.team_block:last-of-type {
	margin-bottom: 2rem;
}

.team_img {
	width: 30%;
	height: fit-content;
}

.team_member {
	margin-left: 3rem;
	width: 70%;
}

.team_name {
	border-bottom: solid 1px #000;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.message_column {
		flex-direction: column;
	}
	
	.message_column:nth-of-type(2n) {
		flex-direction: column-reverse;
	}
	
	.message_block {
		width: 100%;
	}
	
	.message_img {
		width: 100%;
    	margin: 0;
	}
	
	.message_img img {
		width: 100%;
	}
	
	.team_box {
		margin: 5rem 0;
    	padding: 2rem;
	}
	
	.team_block {
		flex-direction: column;
	}
	
	.team_img {
		width: 100%;
	}
	
	.team_member {
		width: 100%;
    	margin: 1rem 0 0;
	}
}

.message_area {
	width: 80%;
    margin: 0 auto;
}

.message_area h2 {
	font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
}

.message_area .txt p {
	margin-bottom: 1rem;
}

.message_area a {
	text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 768px) {
	.message_area {
		width: 94%;
	}
}

/* ヘッダーメニュー　切り替えサイズ変更 */
@media (min-width: 1500px) {
	.icn_menu {
		display: none;
	}
	
	#searchform {
		top: calc((80px - 36px) / 2)!important;
	}
}

@media (max-width: 1499px) {
	header nav.gnav {
        display: none;
        height: unset;
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 11;
    }

	header nav.gnav.open {
		display: block;
		height: unset;
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 11;
	}
	
	header nav.gnav::before {
        content: "";
        width: 100vw;
        height: 100vh;
        height: 100%;
        background-color: rgba(13, 13, 13, .7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
	
	header nav.gnav>ul>li a {
		height: 5vw;
		justify-content: flex-start;
		padding: 0 5.3%;
	}
	
	header nav.gnav>ul>li a p {
        text-align: left;
    }
	
	header nav.gnav>ul>li {
        width: 100%;
        background-color: #fbfaf6;
        border-bottom: 1px solid #ccc;
    }
	
	header nav.gnav>ul>li:not(:last-child) {
        margin-right: 0;
    }

	.icn_menu {
		max-height: 80px;
    	max-width: 80px;
	}

	#searchform {
		position: relative!important;
    	top: 0px!important;
    	right: 80px!important;
	}
}

@media (max-width: 767px) {
	header nav.gnav,
	header nav.gnav.open {
		top: 16vw;
	}
	
	header nav.gnav>ul>li a {
		height: 16vw;
	}
	
	.icn_menu {
		max-height: 16vw;
    	max-width: 16vw;
	}

	#searchform {
		position: absolute!important;
		top: calc((16vw - 50px) / 2) !important;
		right: 16vw!important;
	}
}

/*フローティングボタン*/
.pc_floating_btn {
	position: fixed;
    right: 0;
    top: 50px;
    writing-mode: vertical-rl;
    background-color: #06C755;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 10px 0 0 10px;
    z-index: 100;
    padding: 15px 5px;
	display:none;
}

.pc_floating_btn i {
	margin-bottom: 10px;
}

.pc_floating_btn.show {
	display: block;
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.sp_floating_btn {
	display: none;
}

@media (max-width: 767px) {
	.pc_floating_btn {
		display: none;
	}
	
	.sp_floating_btn {
		position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 100;
        background-color: #06C755;
        color: #fff;
		padding: 0.5rem 0;
	}

	.sp_floating_btn a i {
		display: inline-block;
        text-align: center;
        font-size: 1.4rem;
        margin-right: 0.5rem;
	}
}