@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/*------------------------------------------*/
/*-アニメーション-*/
.bef {
  opacity: 0;
}

.move_fade {
  opacity: 1 !important;
  transition: 0.6s;
  transform: translateY(0) !important;
}

.move_fade2 {
  opacity: 1 !important;
  transition: 1s;
  transform: translateY(0) !important;
}

.fadeOpen {
  animation-name: fade01;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.fade00 {
  animation-name: fade01;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.fade01 {
  animation-name: fade01;
  animation-duration: 0.8s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* -------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    padding: 0 0 0 0;
  }
}

a {
  color: #1a1a1a;
}

.contents {
  padding: 0 0 0 0;
  overflow: hidden;
  text-align: center;
}

.map .contents {
  background-image: url(../img/map/map_back.jpg);
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .contents {
    padding: 0 0 0 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

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

.hidden {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visible-sp {
  display: block !important;
}

.visible-pc {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}

/* --------------------------------
* top
* -------------------------------- */

.pagehead{

}
.pagehead__inner{
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px){
  .pagehead__inner{
    height: 50px;
  }
}

.pagehead__logo{
  padding: 0 0 0 10px;
}
@media screen and (max-width:767px){
  .pagehead__logo{
    padding: 0 4px 0 5px;
    width: 34%;
  }
}

.pagehead__info{
  display: flex;
}
@media screen and (max-width:767px){
  .pagehead__info{
    display: flex;
    align-items: center;
  }
}

.pagehead__info_tel{
  font-size: 3rem;
  color: #030141;
  background-image: url(../img/icn_freetel.png);
  background-repeat: no-repeat;
  padding: 0 0 0 44px;
  background-position: 0 2px;
  margin: 0 15px 0 0;
}
@media screen and (max-width:1040px){
  .pagehead__info_tel{
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px){
  .pagehead__info_tel{
    font-size: 1.4rem;
    background-size: 20px;
    padding: 0 0 0 23px;
    background-position: 0 0;
    margin: 0 5px 0 0;
    text-align: right;
  }
}

.pagehead__info_tel span{
  font-size: 1.2rem;
  color: #030141;
  display: block;
}
@media screen and (max-width:1040px){
  .pagehead__info_tel span{
    font-size: 1.0rem;
  }
}
@media screen and (max-width:767px){
  .pagehead__info_tel span{
    font-size: 1.0rem;
    line-height: 1.1;
  }
}

.pagehead__info_shop{
  padding: 0 6px 0 0;
}
@media screen and (max-width:767px){
  .pagehead__info_shop{
    padding: 0 5px 0 0;
  }
}

.pagehead__info_shop a{
  display: block;
  background: #d6030c;
  color: #fff;
  background-image: url(../img/icn_cart.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 23px auto;
  width: 230px;
  line-height: 44px;
  font-size: 1.6rem;
  padding: 0 0 0 60px;
}
@media screen and (max-width:1040px){
  .pagehead__info_shop a{
    background-position: 20px center;
    background-size: 23px auto;
    width: 180px;
    line-height: 44px;
    font-size: 1.2rem;
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width:767px){
  .pagehead__info_shop a{
    background-position: 7px center;
    background-size: 15px auto;
    width: 111px;
    display: inline-block;
    font-size: 1.0rem;
    padding: 0 0 0 24px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}


.topFv {
  width: 100%;
  /* height: 100vh; */
  height: 0;
  background-color: #000;
  padding: 0 0 0 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto 60px;
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  .topFv {
    margin: 0 auto 20px;
    padding-top: 100%;
  }
}

.topFv__p01{
  font-size: 10.6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  top: 6%;
  z-index: 10;
}
.topFv__p01 img{
  margin: 0 auto;
  width: 33.333%;
}
@media screen and (max-width:767px){
  .topFv__p01 img{
    margin: 0 auto;
    width: 45.333%;
  }
}

.topFv__p02{
  font-size: 16.0rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  top: 20%;
  z-index: 10;
  transform: translateY(-400px);
}
.topFv__p02 img{
  margin: 0 auto;
  width:58.666%;

}
@media screen and (max-width:767px){
  .topFv__p02 img{
    margin: 0 auto;
    width:80.666%;
  }
}

.topFv__black{
  position: absolute;
  top: 0;
  bottom: 0;
  margin:auto;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.topFv__main{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main01.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.topFv__under{
  position: absolute;
  bottom: 0;
  width: 100%;
}



.opening {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening__ar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  z-index: 10;
  width: 41px;
  margin: auto;
}

.opening__tittle {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 466px;
  height: 183px;
  z-index: 100;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .opening__tittle {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
  }
}

.topFv__slidewrap {
  height: 100%;
}

.topFv__slide {
  height: 100%;
}

.topFv__slide:nth-child(1) {
  background-image: url(../img/slider_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(2) {
  background-image: url(../img/slider_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(3) {
  background-image: url(../img/slider_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(4) {
  background-image: url(../img/slider_4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(5) {
  background-image: url(../img/slider_5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.top__lead {
  margin: 0 0 100px;
}
.top__lead img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__lead {
    margin: 0 0 40px;
  }
}

.top__lead_title {
  margin: 0 auto;
  padding: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .top__lead_title {
    margin: 0 auto;
    padding: 30px 20px 20px;
  }
}

.top__lead_txt01 {
  font-size: 1.8rem;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .top__lead_txt01 {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

.top__lead_onr01 {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .top__lead_onr01 {
    margin: 0 0 20px;
  }
}

.top__lead_picts {
  position: relative;
  height: 0;
  padding-top: 70%;
}
@media screen and (max-width: 767px) {
  .top__lead_picts {
    position: relative;
    height: auto;
    padding-top: 0;
  }
}

.top__lead_picts01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 69.25%;
}
.top__lead_picts01 img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__lead_picts01 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    overflow: hidden;
    margin: 0 0px 0 -20%;
  }
  .top__lead_picts01 img {
    max-width: none;
    width: 125%;
  }
}

.top__lead_picts02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.416%;
}
.top__lead_picts02 img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__lead_picts02 {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
  }
}

.top__lead_let01 {
  position: absolute;
  top: 66%;
  right: 31%;
  width: 60.333%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__lead_let01 {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    z-index: 1;
    padding: 20px;
  }
}

.top__summer {
}
@media screen and (max-width: 767px) {
}

.top__summer_title {
  background-image: url(../img/top_line_up.png), url(../img/top_line_down.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  padding: 56px 0 35px;
  width: 95%;
  margin: 0 auto 140px;
}
.top__summer_title span img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__summer_title {
    background-image: url(../img/top_line_up.png), url(../img/top_line_down.png);
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    padding: 45px 40px 30px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .top__summer_title span img {
    margin: 0 auto;
  }
}

.top__summuer_blk {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 200px;
  position: relative;
}
.top__summuer_blk_dr {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .top__summuer_blk {
    display: block;
    flex-direction: row-reverse;
    margin: 0 0 40px;
    position: relative;
  }
  .top__summuer_blk_dr {
    display: block;
  }
}

.top__summuer_blk_bg01 {
  margin: 0 0 15%;
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg01 {
    margin: 0 0 0;
  }
}

.top__summuer_blk_bg01:after {
  content: "";
  background-image: url(../img/top_onr_spoon.png);
  background-repeat: no-repeat;
  background-position: 40% 0;
  display: block;
  width: 100%;
  height: 353px;
  position: absolute;
  bottom: -353px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top__summuer_blk_bg01:after {
    background-size: 37%;
  }
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg01:after {
    background-size: 70%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 20px 0 0 0;
    padding-top: 59%;
    height: 0;
  }
}

.top__summuer_blk_bg02 {
  margin: 0 0 18%;
}

.top__summuer_blk_bg02:after {
  content: "";
  background-image: url(../img/top_onr_foot.png);
  background-repeat: no-repeat;
  background-position: 60% 0;
  display: block;
  width: 100%;
  height: 318px;
  position: absolute;
  bottom: -228px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top__summuer_blk_bg02:after {
    background-size: 36.4%;
  }
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg02 {
    margin: 0 0 0;
  }
  .top__summuer_blk_bg02:after {
    background-size: 100%;
    position: relative;
    top: auto;
    left: auto;
    bottom: 70px;
    transform: rotate(-15deg);
    height: 0;
    padding-top: 80%;
    margin: 0 0 -29% 0;
  }
}

.top__summuer_blk_bg03 {
  margin: 0 0 15%;
}

.top__summuer_blk_bg03:after {
  content: "";
  background-image: url(../img/top_onr_sau.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 343px;
  position: absolute;
  bottom: -213px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top__summuer_blk_bg03:after {
    background-size: 33.91%;
  }
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg03 {
    margin: 0 0 0;
  }
  .top__summuer_blk_bg03:after {
    background-size: 70%;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    padding-top: 60%;
    height: 0;
    transform: rotate(-344deg);
    margin: -3% 0 0 0;
  }
}

.top__summuer_blk_bg04 {
  margin: 0 0 15%;
}

.top__summuer_blk_bg04:after {
  content: "";
  background-image: url(../img/top_onr_casd.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 173px;
  position: absolute;
  bottom: -183px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top__summuer_blk_bg04:after {
    background-size: 22.91%;
    bottom: -28%;
  }
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg04 {
    margin: 0 0 0;
  }
  .top__summuer_blk_bg04:after {
    background-size: 70%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 0;
    padding-top: 66%;
    margin: -5% 0 0 0;
  }
}

.top__summuer_blk_bg05 {
  margin: 0 0 14%;
}

.top__summuer_blk_bg05:after {
  content: "";
  background-image: url(../img/top_onr_hanabi.png);
  background-repeat: no-repeat;
  background-position: 43% 0;
  display: block;
  width: 100%;
  height: 399px;
  position: absolute;
  bottom: -223px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top__summuer_blk_bg05:after {
    background-size: 46.66%;
    bottom: -50%;
  }
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg05:after {
    background-size: 80%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 0;
    padding-top: 64%;
  }
  .top__summuer_blk_bg05 {
    margin: 0 0 0;
  }
}

.top__summuer_blk_bg06 {
  margin: 0 0 15%;
}

.top__summuer_blk_bg06:after {
  content: "";
  background-image: url(../img/top_onr_cir.png);
  background-repeat: no-repeat;
  background-position: 25% 0;
  display: block;
  width: 100%;
  height: 148px;
  position: absolute;
  bottom: -158px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top__summuer_blk_bg06:after {
    background-size: 22.58%;
  }
}
@media screen and (max-width: 767px) {
  .top__summuer_blk_bg06 {
    margin: 0 0 0;
  }
  .top__summuer_blk_bg06:after {
    background-size: 52%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 0;
    padding-top: 45%;
    margin: 5% 0 0 0;
    background-position: 50% 0;
  }
}

.top__summer_blk_img {
  width: 65.333%;
  position: relative;
  height: 0;
  padding-top: 46%;
}
.top__summer_blk_img img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .top__summer_blk_img {
    width: 65.333%;
    position: relative;
    height: 0;
    padding-top: 537px;
    overflow: hidden;
  }
  .top__summer_blk_img img {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .top__summer_blk_img {
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }
  .top__summer_blk_img img {
    max-width: none;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
  }
}

@media screen and (max-width: 1200px) {
  .top__summuer_blk_dr .top__summer_blk_img img {
    right: 0;
    left: auto;
  }
}

.top__summer_blk_sentence {
  padding: 25px 20px 0 20px;
}
@media screen and (max-width: 1200px) {
  .top__summer_blk_sentence {
    padding: 25px 20px 0 20px;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .top__summer_blk_sentence {
    padding: 25px 20px 0 20px;
    width: 100%;
  }
}

.top__summmer_blk_title {
  width: 360px;
  font-size: 3.8rem;
  margin: 0 0 30px 0;
  white-space: nowrap;
}
.top__summmer_blk_title span {
  font-size: 2.4rem;
  padding: 0 0 10px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top__summmer_blk_title {
    width: auto;
    font-size: 3rem;
    margin: 0 0 30px 0;
    white-space: nowrap;
  }
  .top__summmer_blk_title span {
    font-size: 2rem;
    padding: 0 0 10px;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .top__summmer_blk_title {
    width: auto;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
    white-space: nowrap;
  }
  .top__summmer_blk_title span {
    font-size: 1.6rem;
    padding: 0 0 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__summmer_blk_title {
    width: auto;
    font-size: 2.8rem;
    margin: 0 0 20px 0;
    white-space: nowrap;
  }
  .top__summmer_blk_title span {
    font-size: 1.6rem;
    padding: 0 0 5px;
    display: block;
  }
}

.top__summmer_blk_txt {
  width: 360px;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 0 55px;
}
@media screen and (max-width: 1200px) {
  .top__summmer_blk_txt {
    width: auto;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top__summmer_blk_txt {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 30px;
  }
}

.top__summer_blk_btn {
  width: 360px;
}
.top__summer_blk_btn a {
  width: 301px;
  display: block;
}
.top__summer_blk_btn a:hover img {
  transform: translate(2px, 2px);
  opacity: 0.8;
}
.tablet .top__summer_blk_btn a:hover img {
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .top__summer_blk_btn {
    width: auto;
  }
  .top__summer_blk_btn a {
    width: 90%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__summer_blk_btn {
    width: 90%;
    margin: 0 auto;
  }
  .top__summer_blk_btn a {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .top__summer_blk_btn a img {
    margin: 0 auto;
  }
}

.top__click {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
}

.top__click_title {
  margin: 0 0 20px;
}
.top__click_title img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__click_title {
    width: 65%;
    margin: 0 auto 15px;
  }
  .top__click_title img {
    margin: 0 auto;
  }
}

.top__click_txt01 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .top__click_txt01 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 20px;
  }
}

.top__click_let {
  margin: 0 0 70px;
  padding: 0 20px;
}
.top__click_let img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__click_let {
    margin: 0 0 30px;
    padding: 0 20px;
  }
}

.top__click_txt02 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .top__click_txt02 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 20px;
  }
}

.top__click_imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
}

.top__click_link {
  display: block;
  width: 20%;
  height: 0;
  padding-top: 19.8%;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
}
.top__click_link:hover {
  /* transform: translate(3px,3px); */
  opacity: 0.8;
  background-position: 3px 3px;
}
.tablet .top__click_link:hover {
  /* transform: translate(3px,3px); */
  opacity: 1;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .top__click_link {
    display: block;
    width: 25%;
    height: 0;
    padding-top: 25%;
    background-size: cover;
    cursor: pointer;
  }
}

.top__click_link.top__click_link_01 {
  background-image: url(../img/top_click_img01.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_02 {
  background-image: url(../img/top_click_img02.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_03 {
  background-image: url(../img/top_click_img03.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_04 {
  background-image: url(../img/top_click_img04.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_05 {
  background-image: url(../img/top_click_img05.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_06 {
  background-image: url(../img/top_click_img06.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_07 {
  background-image: url(../img/top_click_img07.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_08 {
  background-image: url(../img/top_click_img08.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_09 {
  background-image: url(../img/top_click_img09.jpg);
}
@media screen and (max-width: 767px) {
}

.top__click_link.top__click_link_10 {
  background-image: url(../img/top_click_img10.jpg);
}
@media screen and (max-width: 767px) {
}

/* coffee */

.tabiFv__slide:nth-child(1) {
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .tabiFv__slide:nth-child(1) {
    background-image: url(../img/main_sp.jpg);
  }
}

.tabiFv__slide:nth-child(2) {
  background-image: url(../img/fv_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tabiFv__slide:nth-child(3) {
  background-image: url(../img/fv_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tabiFv__slide:nth-child(4) {
  background-image: url(../img/fv_04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.opening__title_coffee {
  width: auto;
  height: 240px;
  z-index: 110;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .opening__title_coffee {
    width: auto;
    width: 280px;
    height: 100px;
    z-index: 110;
    overflow: hidden;
    display: block;
  }
}

.opening__title_coffee div img {
  margin: 0 auto;
  width: auto;
  max-width: none;
}
.opening__title_coffee div {
  margin: 0 auto 37px;
}
@media screen and (max-width: 767px) {
  .opening__title_coffee div {
    margin: 0 auto 15px;
  }
  .opening__title_coffee div img {
    margin: 0 auto;
    width: 100%;
  }
  .coffee_cp02 {
    width: 260px;
  }
  .coffee_cp03 {
    width: 135px;
  }
}

.opening_coffee {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.opening_coffee_back_left {
  /* -webkit-transform: translate3d(-130%,0,0) skewX(-21.35deg); */
  /* transform: translate3d(-49%,0,0) skewX(-21.35deg); */
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1600;
}
.opening_coffee_back_right {
  /* -webkit-transform: translate3d(-130%,0,0) skewX(-21.35deg); */
  /* transform: translate3d(49%,0,0) skewX(-21.35deg); */
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1600;
}

.op_left {
  animation-name: op_left;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-delay: 5.5s;
}

@keyframes op_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (max-width: 767px) {
  @keyframes op_left {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(0, -50%, 0);
    }
  }
}

.op_right {
  animation-name: op_right;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-delay: 5.5s;
}

@keyframes op_right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50%, 0);
  }
}
@media screen and (max-width: 767px) {
  @keyframes op_right {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(0, 50%, 0);
    }
  }
}

.plane_wrapper {
  width: 100%;
  overflow: hidden;
}

.plane {
  width: 605px;
  position: absolute;
  z-index: 1000;
  top: 42.8%;
  right: 100%;
  /* transform: translate3d(-102%,276%,0); */
}
@media screen and (max-width: 767px) {
  .plane {
    width: 55%;
    top: 45.6%;
  }
}

.plane_move {
  animation-name: plane_move;
  animation-duration: 10.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@keyframes plane_move {
  0% {
    /* transform: translate3d(-102%,276%,0); */
    right: 100%;
  }
  100% {
    /* transform: translate3d(280%,276%,0); */
    right: -68%;
  }
}

@media screen and (max-width: 767px) {
  .plane_move {
    animation-name: plane_move;
    animation-duration: 7.2s;
    transition-timing-function: ease-in;
  }
  @keyframes plane_move {
    0% {
      right: 140%;
    }
    100% {
      right: -63%;
    }
  }
}

.opening_coffee_bar {
  height: 2px;
  width: 110%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  z-index: 1700;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .opening_coffee_bar {
    left: -20%;
    width: 140%;
  }
}

.opening_coffee_bar div {
  width: 0;
  height: 100%;
  background-color: #000;
  opacity: 1;
}

.op_bar {
  animation-name: op_bar;
  animation-duration: 8.22s;
  /* animation-delay: 0.5s; */
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@keyframes op_bar {
  0% {
    width: 0;
  }
  100% {
    width: 108%;
  }
}
@media screen and (max-width: 767px) {
  .op_bar {
    animation-name: op_bar;
    animation-duration: 6.2s;
    /* animation-delay: 0.5s; */
    animation-fill-mode: forwards;
    transition-timing-function: ease-in;
  }
  @keyframes op_bar {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}

.bar_fadeout {
  animation-name: op_q;
  animation-delay: 5.3s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes op_q {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.opening_hakatime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #feeac0;
  z-index: 1500;
}
.opening_hakatime img {
  width: 46%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .opening_hakatime img {
    width: 90%;
    margin: 0 auto;
    top: 15%;
    position: relative;
  }
}

.hakatime_fadeout {
  animation-name: op_q;
  animation-delay: 9s;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
@keyframes op_q {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.opening_black {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1400;
}

.opening_black_fadeout {
  animation-name: op_q;
  animation-delay: 10s;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .opening_black_fadeout {
    animation-name: op_q;
    animation-delay: 11.5s;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
  }
}

.opening_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1501;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .opening_logo {
    width: 30%;
  }
}

.opening_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1402;
  width: 415px;
  height: 111px;
}
@media screen and (max-width: 767px) {
  .opening_title {
    width: 90%;
    height: auto;
  }
}

.op_bar2 {
  animation-name: op_bar2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes op_bar2 {
  0% {
    transform: scale(0, 1);
    transform-origin: 100% 50%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 0% 50%;
  }
}

.opening_coffee.animate .back--left {
  -webkit-transform: translate3d(-130%, 0, 0) skewX(-21.35deg);
  transform: translate3d(-130%, 0, 0) skewX(-21.35deg);
}

.opening_coffee .back {
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-21.35deg);
  transform: skewX(-21.35deg);
}

.opening_coffee .back div {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e60012;
}

.coffee_cp01 {
  animation-name: coffee_cp01;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes coffee_cp01 {
  0% {
    transform: translate3d(-7%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}

.coffee_cp02 {
  animation-name: coffee_cp02;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes coffee_cp02 {
  0% {
    transform: translate3d(7%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}

.coffee_cp03 {
  animation-name: coffee_cp03;
  animation-duration: 0.7s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes coffee_cp03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.coffee__lead {
  width: 1200px;
  margin: 225px auto 225px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .coffee__lead {
    width: auto;
    margin: 100px auto 100px;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .coffee__lead {
    width: auto;
    margin: 50px auto 50px;
    padding: 0 10px 0;
    flex-direction: column-reverse;
  }
}

.coffee__lead_img {
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .coffee__lead_img {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .coffee__lead_img {
    width: auto;
    margin: 0 0 20px;
  }
  .coffee__lead_img img {
    margin: 0 auto;
  }
}

.coffee__lead_txt {
  width: 82%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  line-height: 2.6;
  padding: 0 55px 0 0;
  height: 550px;
}
@media screen and (max-width: 1200px) {
  .coffee__lead_txt {
    line-height: 2;
    width: 70%;
    font-size: 20px;
    height: 625px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}
@media screen and (max-width: 950px) {
  .coffee__lead_txt {
    width: 70%;
    font-size: 18px;
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .coffee__lead_txt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    height: auto;
  }
}

.coffee__shopintro {
  background: #e4e2d9;
  padding: 0 0 0 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .coffee__shopintro {
    background: #e4e2d9;
    padding: 0 0 0 0;
  }
}

.coffee__shopintro_picts {
  width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  padding: 68px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .coffee__shopintro_picts {
    width: auto;
    padding: 68px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .coffee__shopintro_picts {
    display: block;
    padding: 0;
    width: 70%;
    margin: 0;
  }
}

.coffee__shopintro_picts div:nth-child(1) {
}
.coffee__shopintro_picts div:nth-child(2) {
  padding: 73px 0 0 0;
}
.coffee__shopintro_picts div:nth-child(3) {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .coffee__shopintro_picts div:nth-child(2) {
    padding: 0 0 0 0;
  }
  .coffee__shopintro_picts div:nth-child(3) {
    padding: 0 0 0 0;
  }
}

.coffee_shopintro_pict {
  opacity: 0;
}
.coffee__shopintro_sentence {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .coffee__shopintro_sentence {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .coffee__shopintro_sentence {
    width: 30%;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
  }
}

.coffee__shopintro_txt {
  font-size: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .coffee__shopintro_txt {
    font-size: 70px;
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .coffee__shopintro_txt {
    font-size: 50px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .coffee__shopintro_txt {
    font-size: 32px;
    line-height: 1.3;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    text-align: right;
    white-space: nowrap;
  }
  .coffee__shopintro_txt span {
    font-size: 33px;
    color: #000;
  }
}

.coffee__shopintro_logo {
  width: 32%;
  overflow: hidden;
  text-align: right;
}
.coffee__shopintro_logo div {
  margin: 0 0 0 auto;
  display: inline-block;
  overflow: hidden;
}
.coffee__shopintro_logo div img {
  transform: translate(-100%, 0);
}

.coffee__photo_p {
  padding: 100px 0 0;
}
.coffee__photo_p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .coffee__photo_p {
    padding: 30px 0 0;
  }
}

.coffee__onr {
  padding: 130px 0;
}
.coffee__onr img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .coffee__onr {
    padding: 50px 40px;
  }
  .coffee__onr img {
    margin: 0 auto;
  }
}

.coffee__title {
  font-size: 48px;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .coffee__title {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: normal;
  }
}

.coffee__shopintro_title {
  background: #000;
  padding: 20px 0;
}
.coffee__shopintro_title img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .coffee__shopintro_inner {
    display: flex;
    background: #5a493f;
    align-items: flex-start;
  }
}

.coffee_shopblo01 {
  position: relative;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo01 {
    position: relative;
    margin: 0 0 30px;
  }
}

.coffee_shopblo01_pict {
  width: 85.33%;
}
.coffee_shopblo01_pict img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo01_pict {
    width: 100%;
  }
}

.coffee_shopblo01_t01 {
  background: #fff;
  font-size: 48px;
  padding: 25px 25px;
  position: absolute;
  right: 5%;
  top: 30%;
  white-space: nowrap;
  text-align: center;
  width: 570px;
  transform: translate(200%, 0);
}
.coffee_shopblo01_t01.coffee_shopblo01_t01_p {
  top: 48%;
  right: 1%;
}
@media screen and (max-width: 1350px) {
  .coffee_shopblo01_t01 {
    top: 30%;
  }
  .coffee_shopblo01_t01.coffee_shopblo01_t01_p {
    top: 52%;
  }
}
@media screen and (max-width: 1150px) {
  .coffee_shopblo01_t01 {
    top: 30%;
    width: 50%;
    font-size: 40px;
  }
  .coffee_shopblo01_t01.coffee_shopblo01_t01_p {
    top: 55%;
  }
}
@media screen and (max-width: 950px) {
  .coffee_shopblo01_t01 {
    top: 30%;
    width: 50%;
    font-size: 30px;
    padding: 30px;
  }
  .coffee_shopblo01_t01.coffee_shopblo01_t01_p {
    top: 53%;
  }
}
@media screen and (max-width: 767px) {
  .coffee_shopblo01_t01 {
    top: 10px;
    right: 0;
    width: auto;
    font-size: 18px;
    padding: 7px 10px 5px;
  }
  .coffee_shopblo01_t01.coffee_shopblo01_t01_p {
    top: 45px;
    right: 0;
    width: auto;
  }
}

.coffee__shoptitle {
  text-align: center;
  width: 1220px;
  margin: 0 auto 100px;
  /* background-image: url(../img/onr_before.png),url(../img/onr_after.png);
  background-repeat: no-repeat;
  background-position: left bottom , right bottom; */
}
@media screen and (max-width: 1220px) {
  .coffee__shoptitle {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .coffee__shoptitle {
    text-align: center;
    margin: 0 auto 30px;
    /* background-image: url(../img/onr_before.png),url(../img/onr_after.png);
    background-repeat: no-repeat;
    background-position: left center , right center;
    background-size: 20px auto; */
  }
}

.coffee_shoptitle_title {
  font-size: 6rem;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin: 0 0 65px;
}
@media screen and (max-width: 767px) {
  .coffee_shoptitle_title {
    font-size: 2.4rem;
    padding: 0 10px;
    margin: 0 0 20px;
  }
}

.coffee_shoptitle_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  margin: auto;
  background-repeat: no-repeat;
  background: #000;
}
@media screen and (max-width: 767px) {
  .coffee_shoptitle_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-repeat: no-repeat;
    background: #000;
  }
}

.coffee__shopblo02_txt {
  text-align: left;
  font-size: 2.4rem;
  line-height: 2;
  width: 79%;
  margin: 0 auto;
  padding: 0 0 30px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .coffee__shopblo02_txt {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.coffee_shopblo02 {
  position: relative;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02 {
    position: relative;
    margin: 0 0 50px;
  }
}

.coffee_shopblo02_pict {
  margin: 0 0 80px auto;
  width: 68.53%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02_pict {
    margin: 0 0 10px auto;
    width: 100%;
    position: relative;
  }
}

.coffee_shopblo02_pict img {
  max-width: none;
  width: 100%;
}
.coffee_shopblo02_t01 {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 2.4rem;
  padding: 16px 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .coffee_shopblo02_t01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02_t01 {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    padding: 10px 0 3px;
  }
}

.coffee_shopblo02_t01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #502901;
  z-index: -1;
  transform: translate3d(0, 0, 0) skewX(-21.35deg);
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02_t01:after {
    transform: translate3d(0, 0, 0) skewX(0deg);
  }
}

.coffee_shopblo02_t01.coffee_shopblo01_t01_p {
  font-size: 4.1rem;
  margin: 0;
  padding: 25px 100px;
  transform: translate(-25px, 56px);
}
@media screen and (max-width: 900px) {
  .coffee_shopblo02_t01.coffee_shopblo01_t01_p {
    font-size: 3rem;
    transform: translate(-26px, 56px);
  }
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02_t01.coffee_shopblo01_t01_p {
    font-size: 2.4rem;
    padding: 5px 0 10px;
    transform: translate(0, 0);
  }
}

.coffee_shopblo02_txt {
  font-size: 2rem;
  line-height: 2;
  width: 59%;
  margin: 0 0 0 10%;
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02_txt {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.coffee_shopblo02_t01_wrap01 {
  position: absolute;
  bottom: -8px;
  left: -279px;
  width: auto;
  height: 130px;
}
@media screen and (max-width: 900px) {
  .coffee_shopblo02_t01_wrap01 {
    position: absolute;
    bottom: -37px;
    left: -237px;
    width: auto;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .coffee_shopblo02_t01_wrap01 {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}

.coffee_shopblo03 {
  margin: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo03 {
    margin: 0 0 30px;
    position: relative;
  }
}

.coffee_shopblo03_pict {
  width: 71%;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo03_pict {
    width: 100%;
    margin: 0 0 10px;
  }
}

.coffee_shopblo03_pict img {
  max-width: none;
  width: 100%;
}
.coffee_shopblo03_t01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 6rem;
  line-height: 1.2;
  position: absolute;
  right: 14%;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .coffee_shopblo03_t01 {
    font-size: 5rem;
    right: 16%;
  }
}
@media screen and (max-width: 1200px) {
  .coffee_shopblo03_t01 {
    font-size: 4rem;
    right: 16%;
  }
}
@media screen and (max-width: 900px) {
  .coffee_shopblo03_t01 {
    font-size: 3rem;
    right: 16%;
  }
}
@media screen and (max-width: 767px) {
  .coffee_shopblo03_t01 {
    font-size: 2.4rem;
    right: 16%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 5px;
  }
}

.coffee_shopblo03_txt {
  font-size: 2rem;
  line-height: 2;
  width: 59%;
  margin: 0 0 0 27%;
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo03_txt {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.coffee_shopblo04 {
  margin: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo04 {
    margin: 0 0 30px;
    position: relative;
  }
}

.coffee_shopblo04_pict {
  width: 73.6%;
  margin: 0 0 50px auto;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo04_pict {
    width: 100%;
    margin: 0 0 10px auto;
  }
}

.coffee_shopblo04_pict img {
  max-width: none;
  width: 100%;
}

.coffee_shopblo04_t01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 6rem;
  line-height: 1.2;
  position: absolute;
  left: 14%;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .coffee_shopblo04_t01 {
    font-size: 5rem;
    left: 14%;
  }
}
@media screen and (max-width: 1200px) {
  .coffee_shopblo04_t01 {
    font-size: 4rem;
    left: 14%;
  }
}
@media screen and (max-width: 900px) {
  .coffee_shopblo04_t01 {
    font-size: 3rem;
    left: 14%;
  }
}
@media screen and (max-width: 767px) {
  .coffee_shopblo04_t01 {
    font-size: 2.4rem;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 5px;
  }
}

.coffee_shopblo04_txt {
  font-size: 2rem;
  line-height: 2;
  width: 59%;
  margin: 0 0 0 15%;
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo04_txt {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.coffee_shopblo05 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo05 {
    margin: 0 auto 30px;
  }
}

.coffee_shopblo_picts {
  display: flex;
  width: 79.73%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo_picts {
    display: flex;
    width: 100%;
    margin: 0 auto 10px;
  }
}

.coffee_shopblo_picts_st01 div {
  overflow: hidden;
}

.coffee_shopblo_picts div {
  width: 33.33%;
}
.coffee_shopblo_picts div img {
  opacity: 0;
}
.coffee_shopblo_picts.coffee_shopblo_picts_st01 div img {
  opacity: 1;
  transform: translate(-100%, 0);
}
.coffee_shopblo_picts div:nth-child(2) {
  padding-top: 80px;
}
.coffee_shopblo_picts div:nth-child(3) {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo_picts div:nth-child(2) {
    padding-top: 20px;
  }
  .coffee_shopblo_picts div:nth-child(3) {
    padding-top: 40px;
  }
}

.coffee_shopblo_picts div img {
  /* max-width: none;
  width: 100%; */
}
.coffee_shopblo05_txt {
  font-size: 2rem;
  line-height: 2;
  width: 63%;
  margin: 0 auto;
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .coffee_shopblo05_txt {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.coffee_youtube {
}

.coffee_beans {
  width: 75.2%;
  max-width: 1152px;
  margin: 0 auto 0;
  border-bottom: 8px solid #000;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .coffee_beans {
    width: 100%;
    margin: 0 auto 0;
    border-bottom: none;
    padding: 0 10px 20px;
  }
}

.coffee_beans_title {
  font-size: 6rem;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 95px;
  margin: 0 0 0;
}
@media screen and (max-width: 1200px) {
  .coffee_beans_title {
    font-size: 4rem;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .coffee_beans_title {
    font-size: 2.4rem;
    font-weight: normal;
    position: relative;
    padding: 0 0 0;
    margin: 0 0 0;
    text-align: center;
  }
}

.coffee_beans_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  margin: auto;
  background-repeat: no-repeat;
  background: #000;
}

@media screen and (max-width: 767px) {
  .coffee_beans_title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-repeat: no-repeat;
    background: #000;
  }
}

.coffee_item_subtitle {
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .coffee_item_subtitle {
    font-size: 1.4rem;
    font-weight: normal;
    padding-bottom: 5px;
  }
}

.coffee_beans_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .coffee_beans_inner {
    display: block;
  }
}

.coffee_beans_img {
  width: 50%;
  padding: 76px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .coffee_beans_img {
    width: 100%;
    padding: 30px 10px;
  }
  .coffee_beans_img img {
    margin: 0 auto;
  }
}

.coffee_beans_title_box {
  width: 50%;
  padding: 113px 6% 0 0;
}
@media screen and (max-width: 767px) {
  .coffee_beans_title_box {
    width: 100%;
    padding: 0 0 0 0;
  }
}

.coffee_beans_titletxt {
  font-size: 3.4rem;
  background: #362e2b;
  text-align: center;
  padding: 26px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 25px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .coffee_beans_titletxt {
    font-size: 2rem;
    background: #362e2b;
    text-align: center;
    padding: 13px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.2;
  }
}

.coffee_beans_txt {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .coffee_beans_txt {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .coffee_beans_txt {
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 560px) {
  .coffee_beans_txt {
    font-size: 1.6rem;
    border-bottom: 2px solid #000;
  }
}

.shop__inner {
  background: #e4e2d9;
  padding: 0 0 50px;
}

.movein {
  animation-name: movein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes movein {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.movein_right {
  animation-name: movein_right;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes movein_right {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.coffee_youtube {
  margin: 0 0 100px;
}
.coffee_youtube_inner {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .coffee_youtube {
    margin: 0 0 30px;
  }
  .coffee_youtube_inner {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
  .coffee_youtube_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.ank {
  margin: -100px 0 0 0;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ank {
    margin: -80px 0 0 0;
    padding: 80px 0 0 0;
  }
}

.coffee__item {
  border: 8px solid #000;
  padding: 40px 50px;
  width: 1128px;
  margin: 0 auto;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 1128px) {
  .coffee__item {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .coffee__item {
    border: 8px solid #000;
    padding: 20px;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    display: block;
  }
}

.coffee__item_img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .coffee__item_img {
    width: 100%;
    margin: 0 0 20px;
  }
  .coffee__item_img img {
    margin: 0 auto;
  }
}

.coffee__item_sentence {
  width: 48%;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .coffee__item_sentence {
    width: 100%;
    padding: 0 0 0 0;
  }
}

.coffee__item_txt01 {
  font-size: 2.4rem;
  text-align: right;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .coffee__item_txt01 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.coffee__item_txt02 {
  font-size: 4.2rem;
  text-align: right;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .coffee__item_txt02 {
    font-size: 3rem;
    text-align: center;
  }
}

.coffee__item_txt03 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .coffee__item_txt03 {
    font-size: 1.4rem;
  }
}

.coffee__item_txt04 {
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}
.coffee__item_txt04 li {
  font-size: 1.8rem;
  line-height: 1.5;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .coffee__item_txt04 {
    padding: 0 0 0 25px;
    margin: 0 0 10px;
  }
  .coffee__item_txt04 li {
    font-size: 1.4rem;
    line-height: 1.5;
    list-style: disc;
  }
}

.item__price {
  font-size: 4.9rem;
  color: #e83428;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 3.8rem;
    color: #e83428;
    text-align: right;
  }
}

.item__price span {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .item__price span {
    font-size: 2rem;
  }
}

.itempage {
  color: white;
  background-color: black;
  display: block;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  margin-top: 24px;
}
.itempage:hover {
  color: white;
  background-color: #b8272d;
  transition: background-color 0.2s;
}

.coffee__gname_wrap {
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .coffee__gname_wrap {
    text-align: center;
    margin: 0 0 20px 0;
  }
}

.coffee__lastcopy {
  font-size: 7rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .coffee__lastcopy {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 20px;
  }
}

.coffee__gname {
  font-size: 6.2rem;
  text-align: center;
  background: #fff;
  padding: 10px 30px 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .coffee__gname {
    font-size: 3rem;
    text-align: center;
    background: #fff;
    padding: 10px 30px 6px;
    display: inline-block;
  }
}

.coffee__lastimg {
  position: relative;
  margin: 0 0 40px;
}
.coffee__lastimg img {
  width: 100%;
}
.coffee__shopintro_logo_last {
  position: absolute;
  top: 5%;
  left: 0;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1 !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-300px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fadeInDown_move {
  animation-name: fadeInDown;
  animation-duration: 3.5s;
}

/*-youtube-*/
.movie_wrap {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .movie_wrap {
    width: auto;
  }
}
.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 89%;
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  .movie {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 0 auto 40px;
  }
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents {
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E",
    "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}

.sec01 {
}
.lead01 {
  color: #da5753;
  font-size: 4.8rem;
  line-height: 1.8;
  margin: 0 0 50px;
  text-align: center;
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .lead01 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin: 0 0 30px;
    text-align: center;
    padding: 30px 10px 0;
  }
}

.sec01__log01 {
  width: 176px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .sec01__log01 {
    width: 176px;
    margin: 0 auto 30px;
  }
}

.text_st01 {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
  margin: 0 0 57px;
}
@media screen and (max-width: 767px) {
  .text_st01 {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 10px;
  }
}

.sec01__log02 {
  width: 268px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .sec01__log02 {
    width: 30%;
    margin: 0 auto 30px;
  }
}

.sec01__log03 {
  width: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__log03 {
    width: 25%;
    margin: 0 auto;
  }
}

.sec02 {
  background-color: #e9e0cf;
  margin: -57px 0 0 0;
  padding: 120px 0 180px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 50px 10px;
    margin: -10px 0 0 0;
  }
}

.sec02__title {
  width: 1200px;
  text-align: center;
  font-size: 2.4rem;
  color: #da5753;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .sec02__lineup {
    padding: 0 20px;
  }
  .sec02__title {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec02__title {
    width: auto;
    margin: 0 auto 20px;
  }
}

.sec02__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #da5753;
}

.sec02__title span {
  position: relative;
  background-color: #e9e0cf;
  padding: 0 20px;
  z-index: 1;
}

.sec02__title span:after {
}

.sec02__items {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .sec02__items {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .sec02__items {
    width: auto;
    display: block;
  }
}

.sec02__item {
  width: 32%;
  opacity: 0;
}
/* .sec02__item a:hover{
  opacity: 0.8;
  display: block;
}
.tablet .sec02__item a:hover{
  opacity: 1;
  display: block;
}
@media screen and (max-width:800px){
  .sec02__item a:hover{
    opacity: 1;
    display: block;
  }
} */
@media screen and (max-width: 767px) {
  .sec02__item {
    width: auto;
    margin: 0 0 20px;
  }
}

.sec02__item:nth-child(2) {
  padding: 2.1% 0 0 0;
}
.sec02__item:nth-child(3) {
  padding: 2.1% 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec02__item:nth-child(2) {
    padding: 0;
  }
  .sec02__item:nth-child(3) {
    padding: 0;
  }
}

.sec03 {
  padding: 120px 0 170px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 50px 0 50px;
  }
}

.text_st02 {
  text-align: center;
  font-size: 4.8rem;
  color: #da5753;
}
@media screen and (max-width: 767px) {
  .text_st02 {
    font-size: 2.4rem;
    line-height: 0.15;
  }
}

.sec04 {
  background-color: #feeac0;
}
.sec04__title {
  margin: 0 auto 20px;
}
.sec04__title img {
  margin: 0 auto;
  position: relative;
  top: -90px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    background-color: #feeac0;
  }
  .sec04__title {
    margin: 0 auto 20px;
  }
  .sec04__title img {
    margin: 0 auto;
    position: relative;
    top: -20px;
    width: 70%;
  }
}

.sec04__logo {
  margin: 0 0 40px;
}

.sec04__logo img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__logo {
    margin: 0 0 20px;
  }
  .sec04__logo img {
    margin: 0 auto;
    width: 25%;
  }
}

.sec04__item01 {
}
.sec04__item01 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__item01 {
    padding: 0 20px;
  }
  .sec04__item01 img {
    margin: 0 auto;
  }
}

.text_st03 {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: center;
  margin: 1.5em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .text_st03 {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    margin: 1em 0 0.5em;
  }
}

.text_st03_mg {
  margin: 1.5em 0 0.5em;
}
.text_st04 {
  font-size: 3rem;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .text_st03_mg {
    margin: 0em 0 0.5em;
  }
  .text_st04 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 1em;
  }
}

.sec04__item02 {
  margin: 0 0 80px;
}
.sec04__item02 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__item02 {
    margin: 0 0 30px;
  }
  .sec04__item02 img {
    margin: 0 auto;
    width: 30%;
  }
  .sec04__item02_w img {
    width: 80%;
    margin: 0 auto 50px;
  }
}

.text__box {
  width: 950px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 990px) {
  .text__box {
    width: auto;
  }
}
@media screen and (max-width: 990px) {
  .text__box {
    width: auto;
    margin: 0 auto 30px;
  }
}

.text__box_title {
  font-size: 3rem;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}
.text__box_title span {
  position: relative;
}
.text__box_title span:after {
  content: "";
  display: block;
  position: absolute;
  right: -50%;
  bottom: -25px;
  left: -50%;
  background-color: #000;
  width: 110%;
  height: 8px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .text__box_title {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 25px;
    position: relative;
  }
  .text__box_title span {
    position: relative;
  }
  .text__box_title span:after {
    content: "";
    display: block;
    position: absolute;
    right: -50%;
    bottom: -10px;
    left: -50%;
    background-color: #000;
    width: 100%;
    height: 4px;
    margin: auto;
  }
}

.text__box_txt {
  font-size: 1.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .text__box_txt {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 10px;
  }
}

.big_img {
}
.big_img img {
  max-width: 100%;
  width: 100%;
}

.sec04__logo02 {
}
.sec04__logo02 img {
  margin: 100px auto 60px;
}
@media screen and (max-width: 767px) {
  .sec04__logo02 {
    padding: 0 20px;
  }
  .sec04__logo02 img {
    margin: 30px auto 20px;
  }
}

.article {
  background-color: #fdf6e5;
  padding: 100px 0;
}
.article__inner {
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1190px) {
  .article {
    padding: 30px 0;
  }
  .article__inner {
    width: auto;
  }
}

.article__title {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .article__title {
    font-size: 1.6rem;
    margin: 0 0 10px;
    padding: 0 10px;
    line-height: 1.5;
  }
}

.article__l {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .article__l {
    display: block;
    padding: 0 10px;
  }
}

.article__img {
  width: 58%;
}
.article__sentence {
  width: 42%;
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .article__img {
    width: 100%;
    margin: 0 0 10px;
  }
  .article__sentence {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 0;
  }
}

.sec05 {
  background-color: #feeac0;
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 10px 0 10px;
  }
}

.sec05_img {
  width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1240px) {
  .sec05_img {
    width: auto;
  }
}

.sec05_img_mg {
  margin: 100px auto 150px;
}
@media screen and (max-width: 767px) {
  .sec05_img_mg {
    margin: 20px auto 30px;
  }
}

.sec05_img_mg2 {
  margin: 0 auto 20px;
}
.sec05_img img {
  margin: 0 auto;
}
.youtube {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .youtube {
    margin: 30px 0 30px;
  }
}

.movie_wrap {
}
.movie.wow.scfade {
}
.sec06 {
  background-color: #feeac0;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    background-color: #feeac0;
    padding: 10px 0 20px 0;
  }
}

.sec06__logo {
  margin: 0 0 130px;
}
.sec06__logo img {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .sec06__logo {
    margin: 0 0 40px;
  }
  .sec06__logo img {
    margin: 10px auto 20px;
    width: 40%;
  }
}

.sec06__slide {
  background-image: url(../img/fuki_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 128px;
}
@media screen and (max-width: 767px) {
  .sec06__slide {
    padding: 5px 0 20px;
  }
}

.sec06__slid_bosy.slide_fuki {
  width: 51%;
  margin: 0 0 0 auto;
}
.sec06__slid_bosy.slide_fuki img {
  width: 100%;
}

.sec06__img01 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .sec06__img01 {
    margin: 0 auto 20px;
  }
}

.sec06__img01 img {
  margin: 0 auto;
}
.sec06__logo02 {
  margin: -70px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06__logo02 {
    margin: -28px auto 0;
    width: 25%;
  }
}

.sec06__logo02 img {
  position: relative;
  margin: 0 auto;
  bottom: -42px;
}
@media screen and (max-width: 767px) {
  .sec06__logo02 img {
    bottom: -20px;
  }
}

.sec06__logo03 {
  margin: 0 auto 100px;
}
.sec06__logo03 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__logo03 {
    margin: 0 auto 20px;
    width: 40%;
  }
  .sec06__logo03 img {
    margin: 0 auto;
  }
}

.sec06__logo04 {
  margin: -110px auto 50px;
  position: relative;
  z-index: 1;
}
.sec06__logo04 img {
  margin: 0 auto;
  position: relative;
  bottom: -170px;
}
@media screen and (max-width: 767px) {
  .sec06__logo04 {
    margin: 20px auto 20px;
    width: 55%;
  }
  .sec06__logo04 img {
    margin: 0 auto;
    position: relative;
    bottom: 0;
  }
}

.sec06__imgbig {
}

.sec06__imgbig_mg {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .sec06__imgbig_mg {
    margin: 0 0 30px 0;
  }
}

.sec06__imgbig img {
  width: 100%;
}
.three__picts {
  width: 1200px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .three__picts {
    width: auto;
  }
}

.three__pict {
  opacity: 0;
}

.three__pict:nth-child(2) {
  padding: 44px 0 0 0;
}

.three__pict:nth-child(3) {
  padding: 88px 0 0 0;
}
@media screen and (max-width: 767px) {
  .three__pict:nth-child(2) {
    padding: 22px 0 0 0;
  }

  .three__pict:nth-child(3) {
    padding: 44px 0 0 0;
  }
}

.product__wrap {
  width: 1000px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1040px) {
  .product__wrap {
    width: auto;
  }
}
@media screen and (max-width: 1040px) {
  .product__wrap {
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}

/* カゴ */

.product {
  margin: 0 auto 50px;
  width: 85%;
  display: flex;
  border: 1px solid #333;
  padding: 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .product {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    padding: 15px;
  }
}

.product_name {
  font-size: 28px;
  font-weight: bold;
  line-height: 4rem;
}

.scfade {
  animation-name: scfade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes scfade {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.product_left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .product_left {
    width: 100%;
    margin: 0 0 10px;
  }
}

.product_left img {
  max-width: none;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product_left img {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}

.product_right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .product_right {
    width: 100%;
  }
}

.product_name_f01 {
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .product_name_f01 {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .product_name_f01 {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    padding: 10px 0 0;
  }
}

.product_name_f02 {
  font-size: 30px;
  text-align: left;
}
.product_name_f02 span {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .product_name_f02 {
    font-size: 27px;
    padding: 10px 0;
  }
  .product_name_f02 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product_name_f02 {
    font-size: 22px;
    padding: 10px 0;
  }
}

.product_price_lh {
  line-height: 1;
  margin: 0 0 15px;
}

.product_price {
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  color: #e60012;
  padding: 10px 0;
}

.product_link {
  font-size: 22px;
  font-weight: bold;
  color: white;
  padding: 16px 0;
  display: block;
  width: 100%;
  background-color: black;
  text-align: center;
  margin-top: 14px;
}

.product_link:hover {
  background-color: #b8272d;
  color: white;
  transition: background-color 0.2s;
}

.product_dist {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.product_right img {
  margin-bottom: 14px;
}

.mini {
  font-size: 18px;
}

.product_attention {
  background: #e83428;
  color: #fff;
  font-size: 18px;
  padding: 6px;
  margin: 0 0 10px auto;
  display: block;
  width: 90px;
  text-align: center;
}

.pnav {
  margin: -50px 0 0 0;
  padding: 50px 0 0 0;
}

/* ページトップ */
.totop.on {
  display: block;
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.totop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  transition: 0.25s;
  width: 60px;
  height: 60px;
  background: #cfa972;
  display: block;
  border-radius: 60px;
  display: none;
  transition: 0.2s;
  opacity: 0;
  z-index: 100;
}

.totop.totop_bnr {
  bottom: 200px;
}

.totop:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/arrow_top_scroll.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 9px;
}

@media screen and (max-width: 750px) {
  .totop {
    bottom: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .totop.totop_bnr {
    bottom: 120px;
  }
  .totop:before {
    width: 20px;
    height: 8px;
  }
}
/* /ページトップ */

/* フローティングボタン */
.flt_bnr {
  width: 150px;
  position: fixed;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  height: 176px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100;
  display: none;
}
.flt_bnr:hover {
  transform: translate(0, 3px);
}
.flt_bnr a img:hover {
  opacity: 0.8;
}
.flt_bnr.flt_bnr_on {
  opacity: 1;
  display: block;
}
.flt_bnr .flt_bnr_pc {
  display: block;
}
.flt_bnr .flt_bnr_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .flt_bnr {
    width: auto;
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    height: auto;

    padding: 3px;
  }
  .flt_bnr + .footer {
    padding: 0 0 0 0;
  }
  .flt_bnr a {
    display: block;
    overflow: hidden;
    border-radius: 13px;
  }
  .flt_bnr .flt_bnr_pc {
    display: none;
  }
  .flt_bnr .flt_bnr_sp {
    display: block;
  }
  .footer.footer_page {
    padding: 30px 10px 100px !important;
  }
}
/* /フローティングボタン */

.main_cp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 90%;
}
@media screen and (max-width: 767px) {
  .main_cp {
    height: auto;
    width: 60%;
  }
  .main_cp01 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 6%;
    width: 70%;
  }
  .main_cp02 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 6%;
    width: 55%;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 60px !important;
  color: #8b4513 !important;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px !important;
  }
}



.slick-prev {
  left: 16px !important;
  z-index: 1 !important;
  width: 61px !important;
  height: 52px !important;
}


.slick-next {
  right: 15px !important;
  width: 61px !important;
  height: 52px !important;
  text-align: center;
  z-index: 1 !important;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0px !important;
    z-index: 1 !important;
    width: 20px !important;
  height: 20px !important;
  }

  .slick-next {
    right: 5px !important;
    z-index: 1 !important;
    width: 20px !important;
  height: 20px !important;
  }
}


.tablet .slick-prev:hover:before, .slick-prev:focus:before, 
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 0.75 !important;
}


ul.main-dots {
  display: flex !important;
  justify-content: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  ul.main-dots {
    margin: 0 0 40px;
  }
}

ul.main-dots li {
  text-indent: -9999px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-color: #b8272d;
  border-radius: 8px;
  margin: 10px 4px 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  ul.main-dots li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 10px 4px 4px;
    cursor: pointer;
  }
}

ul.main-dots li:hover {
  opacity: 0.8;
}
ul.main-dots li.slick-active {
  opacity: 0.5;
}

.lead_small {
  font-size: 3.6rem;
  margin: 0 0 50px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lead_small {
    font-size: 1.6rem;
    margin: 0 0 5px;
    line-height: 1.6;
  }
}

.lead_small01 {
  font-size: 4.8rem;
  margin: 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .lead_small01 {
    font-size: 3.4rem;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .lead_small01 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}

.lead_small015 {
  margin: 1em 0;
  font-size: 5.9rem;
}
@media screen and (max-width: 1000px) {
  .lead_small015 {
    margin: 1em 0;
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_small015 {
    margin: 1em 0;
    font-size: 2rem;
  }
}

.lead_small02 {
  margin: 1em 0;
  font-size: 6.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .lead_small02 {
    margin: 1em 0;
    font-size: 4.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .lead_small02 {
    margin: 1em 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.lead_small03 {
  font-size: 7.8rem;
  line-height: 1.4;
  margin: -30px 0 30px;
}

@media screen and (max-width: 1000px) {
  .lead_small03 {
    font-size: 6rem;
    line-height: 1.4;
    margin: -30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .lead_small03 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}

.lead_normal {
  font-size: 8.6rem;
  margin: 0 0 50px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .lead_normal {
    font-size: 6rem;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .lead_normal {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}

.lead_big {
  font-size: 10rem;
  margin: 0 0 0.3em;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .lead_big {
    font-size: 8rem;
    margin: 0 0 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .lead_big {
    font-size: 3rem;
    margin: 0 0 0.3em;
  }
}

.lead_big span {
  font-size: 13.8rem;
}
@media screen and (max-width: 1000px) {
  .lead_big span {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_big span {
    font-size: 3.2rem;
  }
}

.img_st01 {
  margin: 0 auto 50px;
}
.img_st01_w {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .img_txt {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .img_st01 {
    margin: 0 auto 20px;
  }
  .img_txt {
    padding: 0 20px;
  }
}

.img_st01_mg00 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .img_st01_mg00 {
    margin: 0 auto 20px;
  }
}

.img_st01_mg01 {
  margin: 0 auto 200px;
}
@media screen and (max-width: 1000px) {
  .img_st01_mg01 {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .img_st01_mg01 {
    margin: 0 auto 40px;
  }
}

.img_st01_mg02 {
  margin: 0 auto 0;
}

.about_box {
  margin: 0 auto 50px;
  /* width: 1500px; */
}
/* @media screen and (max-width: 1540px) {
  .about_box {
    width: auto;
  }
} */

.l01 {
  width: 1200px;
  margin: 0 auto 0;
  position: relative;
}
.l01__img {
}
.l01__sentence {
  position: absolute;
  bottom: 3.5%;
  right: 1.5%;
  font-size: 2rem;
  color: #fff;
  padding: 20px;
  line-height: 1.8;
  text-align: left;
  width: 43%;
  background-color: rgba(40, 16, 10, 0.68);
}
.l01__sentence_st01{
  background-color: rgba(255, 255, 255, 0.68);
  color:#000;
}
@media screen and (max-width: 1240px) {
  .l01 {
    width: auto;
  }
  .l01__sentence {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l01__sentence {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 1.4rem;
    color: #000;
    padding: 10px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
  }
}

.tex_st01 {
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 auto 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  max-width: 1200px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .tex_st01 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .tex_st01 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: -10px auto 20px;
    padding: 0 10px;
  }
}

.tex_st01_mg00 {
  margin: -15px auto 100px;
}
@media screen and (max-width: 1200px) {
  .tex_st01_mg00 {
    margin: 0 auto 100px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tex_st01_mg00 {
    margin: 0 auto 50px;
    padding: 0 10px;
  }
}

.l02 {
  width: 1200px;
  margin: -40px auto 100px;
  display: flex;
  justify-content: space-between;
}

.l02__img {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .l02__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l02__img {
    width: 100%;
  }
}

.l02__sentence {
  width: 50%;
  text-align: left;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .l02__sentence {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .l02__sentence {
    width: 100%;
    text-align: left;
    padding: 20px 0 0;
    text-align: center;
  }
}

.l02__sentence .lead_small {
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.lead_small.lead_small_sp01 br {
  display: none;
}
@media screen and (max-width: 1240px) {
  .l02 {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .lead_small.lead_small_sp01 br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l02 {
    display: block;
    margin: -20px auto 50px;
  }
  .l02__sentence .lead_small {
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 1.8rem;
  }
  .lead_small.lead_small_sp01 {
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-size: 2rem;
  }
}

.l03 {
  width: 1200px;
  display: flex;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .l03 {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .l03 {
    width: auto;
    padding: 0 0;
    display: block;
  }
}

.l03__img {
  width: 47.8%;
}

.l03__sentence {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  width: 52.2%;
  padding: 40px 0 0 50px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 1240px) {
  .l03__sentence {
    padding: 0 0 0 30px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .l03__img {
    width: 100%;
  }
  .l03__img img {
    width: 100%;
  }
  .l03__sentence {
    width: 100%;
    padding: 10px 10px 0;
    font-size: 1.4rem;
  }
}

.rec01 {
  border-bottom: 2px dashed #333;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.rec01_nob {
  border-bottom: none;
}

.rec01_red {
  font-weight: bold;
  color: #e83428;
}

.rec01_big {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 0 10px;
}

.rec01_list {
  display: block;
  text-indent: -35px;
  margin: 0 0 0 33px;
}

.rec02 {
  border: 2px dashed #333;
  padding: 20px 20px 20px 108px;
  position: relative;
}

.rec02:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 82px;
  height: 82px;
  margin: auto;
  background-image: url(../img/pict16.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .rec01 {
    border-bottom: 2px dashed #333;
    padding: 0 0 5px;
    margin: 0 0 10px;
  }

  .rec01_nob {
    border-bottom: none;
  }

  .rec01_red {
    font-weight: bold;
    color: #e83428;
  }

  .rec01_big {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 0 10px;
  }

  .rec01_list {
    display: block;
    text-indent: -35px;
    margin: 0 0 0 33px;
  }

  .rec02 {
    border: 2px dashed #333;
    padding: 10px 10px 10px 108px;
    position: relative;
  }

  .rec02:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 82px;
    height: 82px;
    margin: auto;
    background-image: url(../img/pict16.png);
    background-repeat: no-repeat;
  }
}

.l03_flex {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 100px;
}

.l03_flex .l03__img {
  width: 45%;
}
.l03_flex .l03__sentence {
  width: 55%;
  padding: 40px 50px 0 0;
}
@media screen and (max-width: 1240px) {
  .l03_flex .l03__sentence {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .l03_flex .l03__img {
    width: 100%;
  }
  .l03_flex .l03__sentence {
    width: 100%;
    padding: 10px 10px 0;
  }
  .l03_flex {
    margin: 0 auto 50px;
  }
}

.l03__sentence_note {
  font-size: 12px;
  position: absolute;
  top: -20px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .l03__sentence_note {
    font-size: 10px;
    position: absolute;
    top: -16px;
    right: 3px;
  }
}

.l03_flex01 {
  display: flex;
  flex-direction: column;
  margin: 0 auto 100px;
}
.l03_flex01 .l03__img {
  width: 100%;
}
.l03_flex01 .l03__sentence {
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 20px 0 0;
}
.l03_flex01 .l03__sentence .l03__sentence_inner {
  display: flex;
}
.l03_flex01 .l03__sentence_cp {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0 20px;
}
.l03_flex01_lay {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .l03_flex01 .l03__sentence_cp {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .l03_flex01 {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
  }
  .l03_flex01 .l03__sentence_cp {
    font-size: 20px;
    padding: 0 10px;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .l03_flex01 .l03__sentence {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0 0;
  }
  .l03_flex01 .l03__sentence .l03__sentence_inner {
    display: block;
  }
  .l03_flex01_lay {
    width: 100%;
    padding: 0 10px;
  }
  .l03_flex01_lay .rec01:nth-child(2) {
    border-bottom: none;
  }
}

.l04 {
  width: 1200px;
  margin: -50px auto 50px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .l04 {
    width: auto;
    margin: -50px auto 50px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l04 {
    width: auto;
    margin: -20px auto 10px;
    position: relative;
  }
}

.l04__img {
}

.l04__sentence {
  position: absolute;
  top: 22%;
  left: 8%;
  font-size: 3.6rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l04__sentence {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    padding: 10px 0;
  }
}

.img_wrap01 {
  position: relative;
}

.img_wrap01_txt {
  position: absolute;
  top: 3%;
  right: 15%;
  width: 31%;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .img_wrap01_txt {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 39%;
    max-width: 460px;
  }
}

.img_wrap01_per {
  position: absolute;
  top: 33%;
  right: 14%;
  width: 34%;
  max-width: 521px;
}
@media screen and (max-width: 767px) {
  .img_wrap01_per {
    position: absolute;
    top: 34%;
    right: 1%;
    width: 40%;
    max-width: 521px;
  }
}

.text_onr {
  position: relative;
}

.text_onr span {
  display: block;
  width: 309px;
  position: absolute;
  top: -110px;
  bottom: 0;
  left: -560px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .text_onr span {
    display: block;
    width: 149px;
    position: absolute;
    top: -50px;
    bottom: 0;
    left: -400px;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .text_onr span {
    display: block;
    width: 69px;
    position: absolute;
    top: -26px;
    bottom: 0;
    left: -170px;
    right: 0;
    margin: auto;
  }
}

.l03__title {
  text-align: center;
  color: #e00c00;
  font-size: 34px;
  border: 3px solid #e00c00;
  border-radius: 3px;
  width: 500px;
  margin: 80px auto 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 10px;
  letter-spacing: 1px;
}
_:lang(x)::-ms-backdrop,
.l03__title {
  font-family: "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .l03__title {
    width: 80%;
    font-size: 20px;
    margin: 40px auto 10px;
    border: 2px solid #e00c00;
    padding: 5px;
  }
  .l03__title.l03__title_mg {
    margin: 40px auto 20px;
  }
}

.flt_bnr_close{
  display: none;
}
@media screen and (max-width: 767px) {

  .flt_bnr_close{
    display: block;
    position: absolute;
    top: -15px;
    right: 35px;
    width: 30px;
    height: 30px;
    background: #aaaaaa;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
  
}


img{
  margin: 0 auto;
}


.met_cp01{
  margin: 0 0 100px;
}
@media screen and (max-width:767px){
  .met_cp01{
    margin: 0 0 50px;
    padding: 0 20px;
  }
}

.met_cp01 img{
  margin: 0 auto;
}
.met_img01{
  margin: 0 auto 100px;
}
@media screen and (max-width:767px){
  .met_img01{
    margin: 0 auto 50px;
    padding: 0 15px;
  }
  .met_img01_pa{
    padding: 0;
  }
}

.met_img01 img{
  margin: 0 auto;
}
.met_cp02{
  margin: 0 auto 70px;
}
@media screen and (max-width:767px){
  .met_cp02{
    margin: 0 auto 30px;
    width: 80%;
  }
}

.met_item01{
  margin: 0 auto 100px;
}
@media screen and (max-width:767px){
  .met_item01{
    margin: 0 auto 40px;
    width: 70%;
  }
}

.met_black{
  background-color: #000;
  padding: 30px 0 ;
}
@media screen and (max-width:767px){
  .met_black{
    padding: 10px 0 ;
  }
}

.met_cp03{
  color: #cfa972;
  font-size: 10rem;
  margin: 0 auto 80px;
}
@media screen and (max-width:1000px){
  .met_cp03{
    font-size: 6rem;
  }
}

@media screen and (max-width:767px){
  .met_cp03{
    color: #cfa972;
    font-size: 3.4rem;
    margin: 0 auto 5px;
  }
  .met_cp03_fs{
    font-size: 5rem;
  }
}

.met_cp03_st01{
  margin: 0 auto 10px;
}
@media screen and (max-width:767px){
  .met_cp03_st01{
    margin: 0 auto 5px;
  }
}

.met_cp03 span{
  font-size: 7.3rem;
}
@media screen and (max-width:767px){
  .met_cp03 span{
    font-size: 3.4rem;
  }
}

.met_blk01{
  width: 1200px;
  margin: 0 auto 150px;
}
@media screen and (max-width:1240px){
  .met_blk01{
    width: auto;
  }
}
@media screen and (max-width:767px){
  .met_blk01{
    width: auto;
    margin: 0 auto 40px;
  }
}

.met_card01{
  display: flex;
  width: 100%;
}
@media screen and (max-width:767px){
  .met_card01{
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}

.met_card01_al{
  align-items: center;
}
.met_card01_fl{
  flex-direction: row-reverse;
  margin: -56px auto 0 ;
  align-items: flex-end;
}
@media screen and (max-width:767px){
  .met_card01_fl{
    flex-direction: column-reverse;
    margin: 0 auto 0 ;
    align-items: flex-start;
  }
  .met_card01_fl02{
    flex-direction: column;
    margin: 0 auto 0 ;
    align-items: flex-start;
  }
}

.met_card01_sentence{
  color: #fff;
  width: 50%;
}
@media screen and (max-width:767px){
  .met_card01_sentence{
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 0 0 0;
  }
}

.met_card01_sentence .p01{
  text-align: left;
  font-size: 5.3rem;
  line-height: 1.2;
  padding: 15% 0 0 0;
}
@media screen and (max-width:1240px){
  .met_card01_sentence .p01{
    font-size: 4rem;
    padding: 15% 0 0 20px;
  }
}
@media screen and (max-width:1040px){
  .met_card01_sentence .p01{
    font-size: 3rem;
    padding: 15% 0 0 20px;
  }
}
@media screen and (max-width:767px){
  .met_card01_sentence .p01{
    font-size: 2.4rem;
    padding: 10px 0 0 10px;
    margin: 0 auto -10px;
  }
}

.met_card01_sentence .p02{
  font-size: 2.4rem;
  padding: 0 0 10px 30px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width:1240px){
  .met_card01_sentence .p02{
    font-size: 2.0rem;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width:1040px){
  .met_card01_sentence .p02{
    font-size: 1.6rem;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width:900px){
  .met_card01_sentence .p02{
    font-size: 1.4rem;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width:767px){
  .met_card01_sentence .p02{
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 0 0 0 0px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}


.met_card01_sentence .p03{
  font-size: 2.4rem;
  padding: 0 0 10px 30px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width:1240px){
  .met_card01_sentence .p03{
    font-size: 2.0rem;
    padding: 0 20px 10px 30px;
  }

}
@media screen and (max-width:1040px){
  .met_card01_sentence .p03{
    font-size: 1.6rem;
    padding: 0 20px 10px 30px;
  }
}
@media screen and (max-width:767px){
  .met_card01_sentence .p03{
    padding: 10px 0 0;
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.met_card01_img{
  width: 50%;
}
@media screen and (max-width:767px){
  .met_card01_img{
    width: 100%;
  }
}

.met_card02{
  position: relative;
  margin: 0 0 75px 0;
}
@media screen and (max-width:767px){
  .met_card02{
    position: relative;
    margin: 0 0 20px 0;
  }
}

.met_card02_img{
  position: relative;
}
.met_copyflow01{
  position: absolute;
  top: 8%;
  right: 5%;
  width: 27.333%;
}
.met_card02_sentence{
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  padding: 45px 80px 0;
}
@media screen and (max-width:1240px){
  .met_card02_sentence{
    font-size: 2.0rem;
  }
}
@media screen and (max-width:1040px){
  .met_card02_sentence{
    font-size: 1.6rem;
    padding: 25px 60px 0;
  }
}
@media screen and (max-width:767px){
  .met_card02_sentence{
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 10px 15px 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}


.met_copyflow02{
  position: absolute;
  top: 8%;
  left: 5%;
  width: 24.41%;
}
.met_copyflow03{
  position: absolute;
  bottom: 2%;
  right: 0;
  left: 0;
}


@media screen and (max-width:767px){
  .met_copyflow03{
    position: absolute;
    bottom: 2%;
    right: 0;
    left: 0;
    width: 60%;
    margin: 0 0 0 auto;
    padding: 0 10px 0 0;
  }
}

.met_redLetter{
  color: #fff799;
  font-size: 5.3rem;
  line-height: 1.2;
  margin: 0 0 100px;
}
@media screen and (max-width:1240px){
  .met_redLetter{
    font-size: 4.3rem;
  }

}
@media screen and (max-width:1040px){
  .met_redLetter{
    font-size: 3.3rem;
  }
}
@media screen and (max-width:767px){
  .met_redLetter{
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 0 auto 50px;
  }
}

.met_cp04{
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  padding: 45px 80px 0;
}
@media screen and (max-width:1240px){
  .met_cp04{
    font-size: 2.0rem;
  }
}
@media screen and (max-width:1040px){
  .met_cp04{
    font-size: 1.6rem;
    padding: 25px 60px 0;
  }
}

.met_img03{
  margin: 0 auto 40px;
  padding: 0 20px;
}
@media screen and (max-width:767px){
  .met_img03{
    margin: 0 auto 15px;
    padding: 0 20px;
  }
  .met_img03_w01{
   width: 80%;
   margin: 0 auto 15px; 
  }
}

.met_cp05{
  width: 997px;
  margin: 0 auto 60px;
  background-color: #fff;
  font-size: 4rem;
  color: #000;;
  padding: 20px 20px 17px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width:1037px){
  .met_cp05{
    width: auto;
    font-size: 3rem;
  }
}
@media screen and (max-width:767px){
  .met_cp05{
    width: 90%;
    font-size: 1.4rem;
    padding: 10px;
    margin: 0 auto 30px;
  }
}

.met_cp06{
  font-size: 4.8rem;
  line-height: 1.6;
  margin: 0 auto 150px;
}
@media screen and (max-width:1000px){
  .met_cp06{
    font-size: 3.2rem;
    line-height: 1.6;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width:767px){
  .met_cp06{
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 auto 50px;
  }
}

.blk_01{
}
.met_cp07{
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 48%;
}
@media screen and (max-width:767px){
  .met_cp07{
    top: 4%;
    width: 70%;
  }
}

.met_cp11{
  font-size: 9.9rem;
  text-align: center;
  line-height: 1.2;
  margin: 70px 0 150px;
}
@media screen and (max-width:1000px){
  .met_cp11{
    font-size: 6.4rem;
    text-align: center;
    line-height: 1.2;
    margin: 70px 0 100px;
  }
}

@media screen and (max-width:767px){
  .met_cp11 {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.2;
    margin: 20px 0 50px;
}
}

.met_yel{
  background-color: #feeac0;
  padding: 0 0 50px 0;
}
.met_cp08{
  font-size: 7.2rem;
  text-align: center;
  line-height: 1.2;
  padding: 40px 0 20px;
}
@media screen and (max-width:1000px){
  .met_cp08{
    font-size: 5.2rem;
    text-align: center;
    line-height: 1.2;
    padding: 40px 0 20px;
  }
}

@media screen and (max-width:767px){
  .met_cp08{
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.2;
    padding: 20px 0 10px;
  }
}

.blk_03{
  margin: 0 0 50px;
}
@media screen and (max-width:767px){
  .blk_03{
    margin: 0 0 30px;
  }
}

.blk_03_last{
  margin: 0 0 100px;
}
@media screen and (max-width:767px){
  .blk_03_last{
    margin: 0 0 30px;
  }
}

.blk_03_cp{
  font-size: 4.8rem;
  line-height: 1.4;
  margin: 0 0 20px ;
}
@media screen and (max-width:1000px){
  .blk_03_cp{
    font-size: 4.0rem;
  }
}

@media screen and (max-width:767px){
  .blk_03_cp{
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 5px ;
  }
}

.blk_03_l{
  font-size: 3.6rem;
  display: flex;
  width: 1200px;
  margin: 0 auto 20px;
}
.blk_03_l img{
  opacity: 0;
}
@media screen and (max-width:1240px){
  .blk_03_l{
    width:auto;
    font-size: 3.0rem;
  }
}
@media screen and (max-width:1040px){
  .blk_03_l{
    width:auto;
    font-size: 2.0rem;
  }
}
@media screen and (max-width:767px){
  .blk_03_l{
    width:auto;
    font-size: 1.4rem;

  }
}

.blk_03_l img{
  margin: 0 0 15px;
}
@media screen and (max-width:767px){
  .blk_03_l img{
    margin: 0 0 5px;
  }
}

.met_cp09{
  font-size: 12.0rem;
  padding: 60px 0 20px;
  line-height: 1.2;
}
@media screen and (max-width:1000px){
  .met_cp09{
    font-size: 6.4rem;
    padding: 60px 0 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width:767px){
  .met_cp09{
    font-size: 3.6rem;
    padding: 30px 0 10px;
    line-height: 1.2;
  }
}

.met_cp10{
  font-size: 9.4rem;
  padding: 60px 0 20px;
  line-height: 1.2;
}
@media screen and (max-width:1000px){
  .met_cp10{
    font-size: 6.4rem;
  }
}

@media screen and (max-width:767px){
  .met_cp10{
    font-size: 3.6rem;
    padding: 0 0 10px;
    line-height: 1.2;
  }
}

.met_btn{
  padding: 0 20px 100px;
}
@media screen and (max-width:767px){
  .met_btn{
    padding: 0 0 50px;
    width: 80%;
    margin: 0 auto;
  }
}

.met_btn a{
  display: block;
}
.met_btn a:hover{
  opacity: 0.8;
  transition:0.15s;
}
.met_img02{
  margin: 0 auto 180px;
}
@media screen and (max-width:767px){
  .met_img02{
    margin: 0 auto 50px;
  }
}

.met_img04{
  position: relative;
  margin: 0 auto 10px;
}
@media screen and (max-width:767px){
  .met_img04_w01{
    width: 70%;
    margin: 0 auto 5px;
  }
}

.met_img05{
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width:767px){
  .met_img05{
    position: relative;
    margin: 0 auto 50px;
  }
}

.met_img06{
  position: relative;
  margin: 0 auto 30px;
  padding: 0 20px;
}
@media screen and (max-width:767px){
  .met_img06{
    position: relative;
    margin: 10px auto 10px;
    width: 70%;
  }
}

.met_img07{
  position: relative;
  margin: 0 auto 50px;
}

.met_img08{
  margin: 0 auto 100px;
}
@media screen and (max-width:767px){
  .met_img08{
    margin: 0 auto 20px;
    padding: 0 0;
  }
}

.met_img09{
  margin: 0 auto 40px;
}
@media screen and (max-width:767px){
  .met_img09{
    margin: 0 auto 15px;
  }
}

.footer{
  border-top:10px solid #ef2728;
  background-color: #001c58;
}
@media screen and (max-width:767px){
  .footer{
    border-top:4px solid #ef2728;
    background-color: #001c58;
  }
}

.met_ftlogo{
  padding: 20px 0 10px;
}
@media screen and (max-width:767px){
  .met_ftlogo{
    padding: 10px 0 5px;
    width: 70%;
    margin: 0 auto;
  }
}


.copyright{
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 0 0 20px;
}
@media screen and (max-width:767px){
  .copyright{
    font-size: 1.0rem;
    padding: 0 0 10px;
  }
}



.flt_bnr.flt_bnr_pagebottom.flt_bnr_on{
  display: none !important;
}

@media screen and (max-width:767px){
.p04{
  font-size: 1.4rem;
  padding: 10px 40px 0;
  line-height: 1.5;
  text-align: left;
}
}



.bounce-in-top {
  animation-name: bounce-in-top;
  animation-duration: 1.1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1 !important;
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-300px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}




.met_img_width{
  width: 100%;
}