@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a {
  border: 0;
  font-weight: 400;
  vertical-align: bottom;
}

div, article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
  list-style-type: none;
}

p, a, h1, h2, h3, h4, li, div, span, dt, dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  text-decoration: none;
}

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

html {
  font-size: 10px;
  line-height: 0;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  html {
    font-size: calc(100vw / 120);
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw / 102.4);
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 3.4rem;
  }
}

a {
  color: #333;
}

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

.sp {
  display: none;
}

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

.tab {
  display: none;
}

@media screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

/*img {
  max-width: 100%;
  height: auto;
}*/

/* 検索窓 */
.top-search {
  display: inline-block;
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top-search form {
  position: absolute;
  right: 8rem;
  top: -0.6rem;
}
.top-search form {
  top: initial;
}
.top-search input {
  appearance: none;
  border: none;
  border-radius: unset;
}
.top-search input[type=text] {
  font-size: 2rem;
  line-height: 1.4;
  width: 33rem;
  padding: .7rem 5rem .7rem 1rem;
  display: inline-block;
  border-radius: 50px;
  outline: none;
  border: 2px solid #9FA0A0;
}
.top-search .search-btn {
  width: 5rem;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.top-search .search-btn::before {
  content: '';
  width: 3rem;
  height: 4.2rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/top/search_icon.png);
  position: absolute;
  top: .1rem;
  right: 1.5rem;
  cursor: pointer;
}
.top-search input[type=submit] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: unset;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* js fadeIn animation */
.js-fadein-item {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 1024px) {
  .js-fadein-item {
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
}

.is-fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.front-header .nav {
  padding: 0;
}

#hum-check:checked ~ .front-header {
  top: 0;
}

.inner {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

.search .inner {
  padding: 160px 0;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.setion_subtitle {
  width: 38rem;
  padding: 2rem 0;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .setion_subtitle {
    width: 48rem;
  }
}

.section_title {
  color: #000000;
  font-size: 3.4rem;
  line-height: 1.70588;
  letter-spacing: .08em;
  font-weight: 700;
  text-align: left;
  padding: 0 1rem;
}

@media screen and (max-width: 1024px) {
  .section_title {
    font-size: 5.4rem;
    line-height: 1.51852;
    letter-spacing: .02em;
  }
}

.section_title-small {
  font-size: 90%;
  font-weight: 700;
}

.gifts-link_box {
  text-align: center;
  padding: 6rem 0;
}

@media screen and (max-width: 1024px) {
  .gifts-link_box {
    padding: 8rem 0;
  }
}

.gifts-link_btn {
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.91667;
  font-weight: 700;
  letter-spacing: .08em;
  font-family: "Shippori Mincho B1", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  width: 40rem;
  
  border-radius: 1vh;
  display: inline-block;
  background: #b19462;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
  .gifts-link_btn:hover {
    color: #af9c82;
    background: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .gifts-link_btn {
    font-size: 4rem;
    line-height: 3;
    width: 75rem;
  }
}

.mv {
  position: relative;
}

.mv img {
  width: 100%;
  height: auto;
}

.mv-text {
  width: 8.5%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -44%);
          transform: translate(0, -44%);
}

@media screen and (max-width: 1024px) {
  .mv-text {
    width: 20rem;
    top: 45%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.mv-text img {
  width: 100%;
  height: auto;
}

.top-search {
  display: inline-block;
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .top-search {
    width: 100%;
    max-width: 120rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-search {
    top: -240%;
  }
}

.top-search form {
  position: absolute;
  right: 8rem;
  top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .top-search form {
    right: 15rem;
    top: 10.3rem;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

.top-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: unset;
}

.top-search input[type=text] {
  font-size: 2rem;
  line-height: 1.4;
  width: 23rem;
  padding: .7rem 5rem .7rem 1rem;
  display: inline-block;
  border-radius: 30px;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .top-search input[type=text] {
    font-size: 2rem;
    line-height: 1.1;
    padding: 0.7rem 5rem 0.7rem 1rem;
    width: 18rem;
  }
}

.top-search input[type=text]:focus {
  -webkit-box-shadow: 0 0 0 0.3rem rgba(128, 28, 33, 0.7);
          box-shadow: 0 0 0 0.3rem rgba(128, 28, 33, 0.7);
}

.top-search input[type=submit] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: unset;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.top-search .search-btn {
  width: 5rem;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.top-search .search-btn::before {
  content: '';
  width: 1.7rem;
  height: 4.2rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/top/search_icon.png);
  position: absolute;
  top: .1rem;
  right: 1.5rem;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top-search .search-btn::before {
    width: 2rem;
    height: 6.5rem;
  }
}

.news {
  padding: 6rem 0;
}

.news_box {
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

@media screen and (max-width: 1024px) {
  .news_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 3rem;
  }
}

.news_head {
  width: 12%;
  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;
}

@media screen and (max-width: 1024px) {
  .news_head {
    width: 100%;
    padding: .5rem 0 1.5rem;
  }
}

.news_title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .news_title {
    font-size: 4.4rem;
    line-height: 1.54545;
  }
}

.news_content {
  width: 88%;
  padding: 0 0 0 2rem;
  border-left: 1px solid #333;
}

@media screen and (max-width: 1024px) {
  .news_content {
    width: 100%;
    padding: 2rem 0 0;
    border-left: none;
    border-top: 1px solid #333;
  }
}

.news_text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .08em;
}

@media screen and (max-width: 1024px) {
  .news_text {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 500;
  }
}



@media screen and (max-width: 1024px) {
  .recommend_container {
    width: 100%;
    height: 210rem;
  }
}

.recomend_iframe {
  width: 100%;
  height: 100%;
}
.maincolumn {background: url("../images/top/bg.png");}

.maincolumn_box {
  padding: 4rem 0;
  background-color:rgba(177,148,98,0.30);
}

.maincolumn_box:nth-of-type(even) {
  background-color: #fff;
}

.maincolumn_box_inner {
  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: 1024px) {
  .maincolumn_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maincolumn_head {
  width: 48%;
  padding: 4rem 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .maincolumn_head {
    width: 100%;
    padding: 4rem 0 0;
  }
}

.maincolumn_head_img {
  padding: 0 0 0 6rem;
}

.maincolumn_head_title {
  font-size: 8rem;
  line-height: 1.1875;
  font-family: "Shippori Mincho B1", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 1px 0 10px #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.maincolumn_head_text {
  font-size: 2.2rem;
  line-height: 1.54545;
  font-weight: 500;
  letter-spacing: .12em;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  .maincolumn_head_text {
    font-size: 3.2rem;
    line-height: 1.4375;
    padding: 2rem 0;
  }
}

.maincolumn_list {
  width: 48%;
  padding: 10rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .maincolumn_list {
    width: 100%;
    padding: 0;
  }
}

.maincolumn_item {
  width: 50%;
  padding: 2rem 1.5rem 4rem;
}

.maincolumn_link img {
  width: 100%;
}

.maincolumn_link_text {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  .maincolumn_link_text {
    font-size: 3.4rem;
    line-height: 1.47059;
  }
}

.movie {
  padding: 10rem 0;
}

.movie_container {
  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: 1024px) {
  .movie_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.movie_box {
  width: calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .movie_box {
    width: 100%;
    margin: 0 0 4rem;
  }
  .movie_box:nth-last-of-type(1) {
    margin: 0;
  }
}

.movie_content {
  height: 32.6rem;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .movie_content {
    height: 53rem;
  }
}

.movie_content div, .movie_content video {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.movie_text {
  font-size: 2.0rem;
  line-height: 1.52941;
  font-weight: 300;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  .movie_text {
    font-size: 3.4rem;
    line-height: 1.71429;
    letter-spacing: 0;
    text-align: center;
  }
}


.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-enb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .direction-row-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1024px) {
  .justify-between-sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mb-4rem {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1024px) {
  .mb-4rem {
    margin-bottom: 8rem;
  }
}

.line {
    padding: 1% 0;
    text-align: center;
}
.TOP_ABOUT {
  width: 100%;
}
.TOP_ABOUT .w95 {
  width: 95%;
  margin: 0 auto;text-align: center;
}
.TOP_ABOUT .w80 img {
  width: 100%;
}
.TOP_ABOUT .flex {
  justify-content: space-between;
  display: -webkit-box; /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex; /* Chrome 21-27 */
  display: -moz-box; /* Firefox 2-21 */
  display: -ms-flexbox; /* IE9 */
  display: flex;
}
.TOP_ABOUT .about02 .flex {width: 85%;
  margin: 5% auto 10%;
  justify-content: space-between;
}
.TOP_ABOUT .flex_box div img {
  width: 100%;
}
.TOP_ABOUT .about03 {
  width: 98%;
  margin: 0 auto;
  justify-content: space-between;
}
.TOP_ABOUT .about03 .text {
  font-size: 1.8rem;
  line-height: 2.1em;
  padding: 3rem 0 0 1rem;
  
}
.TOP_ABOUT .about03 .text h3 {
  line-height: 1.5em;
  font-size: 2.4rem;
  margin-bottom: 5%;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
	
.TOP_ABOUT .about02 .flex {width: 100%;
  margin: 5% auto 10%;
  justify-content: space-between;
}	
	
.TOP_ABOUT .about03 {flex-wrap: wrap;
}	
.TOP_ABOUT .about03 .text {
  font-size: 4.2rem;
  padding: 6rem 0;
}	
	
.TOP_ABOUT .about03 .text h3 {
  line-height: 1.5em;
  font-size: 5rem;
  margin-bottom: 5%;
}	
	
}

.price_container {
  height: 80rem;
}


/*共通*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
.slick-list.draggable{
  width: 100%;
}

.c-ttl__main{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1050px) {
.c-ttl__main{
  padding-top: 100px;
}
}
.c-text {
  line-height: 2;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.c-text .big{
  font-size: 40px;
  line-height:1.2;
  font-family: 'Shippori Mincho', serif;
}
.search-box.kifukin .search-description{
  height: 90rem;
}

.search-box.kifukin iframe{
  width: 100%;
  height: 100%;
}

.c-sec-flex{
  display: flex;
  justify-content: space-between;
}

#shopKanban .up_cont{
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
}

#shopKanban .headNav{
  display: flex;
}

#shopKanban .headNav li:nth-of-type(2){
  margin: 0 1.5em;  
}

#shopKanban .headNav li a{
  display: block;
  text-align: center;
  color: #666;
  font-size: 12px;
  padding-top: 0.5em;
}

#shopKanban .headNav li a img{
  margin-bottom: 0.5em;
}

/*mv*/
.mv .logo_area{
  background: #C84D4D;
  padding: 15px 0;
}
.mv .logo_area .inner{
  position: relative;
  direction: flex;
  justify-content: space-between;
  align-items: center;
}
.mv .logo_area h1{
  max-width: 293px;
}
.mv .logo_area h1 a{
  width: 100%;
}
.mv .logo_area img.p_ab{
  max-width: 506px;
  position: absolute;
  left: 0;
  top:  180px;
}

.mv .mv_area{
  overflow: hidden;
  position: relative;
  height: auto;
  z-index: 0;
}


/*information*/
.information-box{
  display: block;
  max-width: 900px;
  background: #dcdddd;
  padding: 25px 55px;
  margin: 0 auto;
  border-radius:10px;
}

.information-title{
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.01em;
  padding-bottom: 0.5em;
}

.information-box hr{
  border: 1px solid #000;
  display: block;
  margin: 1em 0;
}

.infomation_banner {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.infomation_banner img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

/*pickup*/
.pickup-iframe{
  width: 100%;
  height: 35rem;
}


/*recommend*/
.henrei-iframe {
    width: 100%;
    height: 55rem;
    padding-top: 1em;
}

/*bnr*/
.bnr{
  padding: 80px 0 50px 0;
}
.bnr_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bnr_list li{
  width: 49%;
  margin-bottom: 25px;
}

.bnr_list li:nth-of-type(-n+3){
  width: 100%;
}

.bnr_list li img{
  width: 100%;
}

.bnr_list li a:hover{
  opacity: .7;
}

/*search*/
.search{
  background-image:url(../images/search/bg_img.png);
  background-size: cover;
  height: 1750px;
}
@media screen and (max-width: 900px) {
  .search {
    height: 1750px;
}
}
.search-title{
  text-align: center;
  padding: 10px 0 60px;
}

.search-title span{
  padding-bottom: 0.2em;
  font-family: 'Shippori Mincho', serif;
  font-size: 34px;
  letter-spacing: 0.02em;
}

.search-description{
  max-width: 960px;
  margin: 0 auto;
}

.search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  justify-content: center;
}

.search-item{
  display: inline-block;
  margin-bottom: 40px;
}

.search-item a{
  display: inline-block;
  width: 100%;
  position: relative;
}


.search-item a img{
  transition: .2s ease-in-out;
}

.search-item a img:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 0;
}

.search-item a:hover img:nth-of-type(1){
  opacity: 0;
}

/*about*/

.about {
  background-image: url(../images/about/bg_img1.png),radial-gradient(#d1f0f1 2px, #ffffff 2px);
  background-size: cover,20px 20px;
  height: auto;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 200px;
}
.about::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/about/bg_img2.png);
  height: 500px;
  width: 100%;
  padding-bottom: 10.55555%;
  position: absolute;
  bottom: -500px;
}
.about_inner{
  padding-top: 50px;
  max-width: 1200px;
}
.about-box{
  padding-top: 25px;
}
.about-box-text:nth-of-type(2) {
  padding-top: 5em;
}
.about-box-text {
  width: 50%;
  padding-left: 1em;
  padding-top: 2em;
}
.about-box-text-all{
  width: 100%;
}
.about-box-gallery ul li{
  width: 30%;
  margin-top: 2em;
}
.about-box-gallery ul li img{
  max-width: 100%;
  height: auto;
}
.about-box-gallery ul li p{
  text-align: center;
  font-weight: bold;
}
.about-box-image {
  width: 50%;
  text-align: center;
  padding-top: 2em;
}
.about-box-image img{
  max-width: 100%;
  height: auto;
}
.about-box:nth-of-type(2).c-sec-flex,.about-box:nth-of-type(4).c-sec-flex{
  display: flex;
  flex-flow: row-reverse;
}
.about-box-title{
  padding: 0.5em 0;
}

.about-box-text .c-text {
  line-height: 2;
}
.over {
  ruby-position: over;
}

/*use*/
.use {
  background-image: radial-gradient(#d1f0f1 2px, #ffffff 2px);
  background-size: 20px 20px;
  padding-bottom: 150px;
}
.use_inner{
  padding-top: 120px;
}
.use_inner:nth-of-type(2) {
  padding-top: 10px;
}
.use-text{
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 30px 0 110px;
  font-weight: bold;
  line-height: 2;
}
.use_concept_inner {
  max-width: 1200px;
  margin: 0 auto;
}
ul.use_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
    ul.use_list {
    gap: 10px;
}
}
li.use_item {
  display: inline-block;
}
.about::before {
  content: "";
  display: inline-block;
  padding-top: 13%;
}

.c-ttl {
  margin-bottom: 30px;
}
.left img {
  width: 100%;
  height: auto;
}
/*gallery*/
.gallery-box img{
  width: calc(100% / 4);
}

/*ボタン*/
/*その他と主な共通部分は省略*/
.btn-wrap {
    padding: 10px 10px 80px 10px;
    border-radius: 10px; 
    max-width: 325px;
    text-align: center;
    margin: 0 auto;
}

a.btn-flat-2 {
    padding: 1.5rem 6rem;
    color: #246d8d;
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #246d8d;
}

.btn-flat-2 span{
  font-weight: bold;
}

a.btn-flat-2:hover{
    color: #ffffff;
    background: #246d8d;
    border: solid 2px #ffffff;
}

@media screen and (max-width: 1024px) {
    .btn-wrap span {
    font-size: 0.5em;
}
}

/*js*/
img.slide-arrow.prev-arrow.slick-arrow {
    width: 45px;
    position: absolute;
    left: 25px;
    top: 45%;
    z-index: 2;
}
img.slide-arrow.next-arrow.slick-arrow {
    width: 45px;
    position: absolute;
    right: 25px;
    top: 45%;
    z-index: 2;
}

/*recommend*/
.recommend {
  background-image: radial-gradient(#d1f0f1 2px, #ffffff 2px);
  background-size: 20px 20px;
  padding: 90px 0 90px 0;
}

@media screen and (max-width: 1024px) {
  .recommend {
    padding: 50px 0 50px 0;
}
}

.about-box  {
  margin-bottom: 50px;
}

.recommend .img img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
}

.recommend dl  {
  margin-bottom: 50px;
}

.recommend dd {
  margin-top: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 2;
  margin-left: 20px;
  color: #3b3b3b;
}

.recommend .item_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.recommend ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.recommend li {
  width: calc((100% - 150px) / 4);
  color: #4c4948;
  position: relative;
  padding-bottom: 2rem;
}

.recommend li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommend li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.recommend li img {
  width: 100%;
  height: auto;
}

.recommend h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}


.content:nth-child(-n+2) {
  margin-bottom: 120px;
}

.margin {
  margin-top: 20px;
}


/*==================================================
アニメーションzoom
===================================*/

  
  /* 滑らかに変形して出現 */
.smooth{
  animation-name:smoothAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    transform-origin:left;
  opacity:0;
}

@keyframes smoothAnime{
  from {
  transform:translate3d(0, 100%, 0) skewY(2deg);
  opacity:0;
  }

  to {
  transform:translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}
