@charset "UTF-8";

/* CSS Document */
/* 共通Mixins
----------------------------*/
/* ----------------------------
  common
------------------------------*/
#language {
  display: none;
}

#wrapper {
  /* min-width: 1200px; */
}

#contInner {
  margin-left: 0;
}

#main {
  padding-bottom: 0;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  color: #231816;
}

#side {
  display: none;
}

header {
  border-bottom: none;
  padding-bottom: 0;
}

#contents {
  max-width: 100%;
  margin: 0;
}

#contentsArea {
  width: 100%;
  margin: 0 auto;
}

#wrapper .pc_appear {
  display: block;
}

#wrapper .sp_appear {
  display: none;
}

#feature {
  /* display: none; */
}

#pagetop {
  display: none !important;
}

.float_btn_area {
  position: fixed;
  width: 130px;
  right: 7px;
  bottom: 41px;
  z-index: 3;
}

.float_btn_item {
  display: none;
  margin-bottom: 20px;
}

.float_btn_item:last-child {
  margin-bottom: 0;
}

.page_top_nav {
  display: none;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.large_contents {
  padding-bottom: 6%;
}

/* ----------------------------
  content
------------------------------*/
/* --------------------
 共通
----------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap');

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

.section_inner {
  /* max-width: 1280px; */
  margin: 0 auto;
  padding: 4% 0 0;
}

/* mainvisual
------------------------*/


/* nav
------------------------*/
.nav {
  padding: 44% 0 3% 0;
}

.nav .pagenav {
  width: 96%;
  max-width: 880px;
  margin: 0 auto 2.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav .pagenav_item {
  width: 32%;
  box-sizing: border-box;
  position: relative;
}

.nav img:hover {
  opacity: 0.8;
  transition: .5s;
}

.nav .pagenav_item:first-child {
  margin-left: 0;
}

.nav .chirashi_nav {
  width: 96%;
  margin: 0 auto;
}

/* -----------------------------------
check_btn
-------------------------------------*/
.check_btn {
  /* width: 62%; */
  margin: 0 auto;
  padding-top: 4%;
  text-align: center;
}

/* .check_btn a {
  background: #679424;
  width: 440px;
  color: #000;
  border: 3px solid #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 30px 0;
  border-radius: 80px;
  text-decoration: none;
  position: relative;
}
.check_btn a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
} */
#wrapper .check_btn a {
  display: inline-block;
}

#wrapper .check_btn a:hover {
  opacity: .7;
}

.check_btn img:hover {
  opacity: 0.7;
  transition: .5s;
}

/* -----------------------------------
section_title
-------------------------------------*/
/* 各コンテンツ下のライン */
.special_line {
  position: relative;
}
.special_line::after {
  content: '';
  display: block;
  width: 100%;
  height: 22px;
  background: url(../img/line.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}

.special_line:last-child:after {
  content: none;
}

/* bg */
.mainvisual_outer_frame {
  
}

.pickup_info_contents_bg {
  /* background-color: #1EB9E7; */
  /* background-image: radial-gradient(#e9f2f5 12%, transparent 15%),
                    radial-gradient(#e9f2f5 12%, transparent 15%);
  background-position: 0 0, 18px 18px;
  background-size: 36px 36px; */
}


/* -----------------------------------
lead-area
-------------------------------------*/
.lead-area {
  background-color: none;
  /* background-image: radial-gradient(#fbf6d9 12%, transparent 15%),
                    radial-gradient(#fbf6d9 12%, transparent 15%);
  background-position: 0 0, 18px 18px;
  background-size: 36px 36px; */
}

.lead-area-inner {
  max-width: 1280px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.lead-area-inner p {
  color: #171717;
}

.lead-area-inner .lead {
  font-size: 24px;
  font-weight: bold;
}

.lead-area-inner .lead-info {
  font-size: 18px;
  line-height: 30px;
  color: #2B2B2B;
  padding: 3% 0 7%;
}


/* -----------------------------------
.bnr_list
-------------------------------------*/
.bnr_list {
  padding-bottom: 40px;
}

.bnr_list .bnr_item {
  padding-bottom: 20px;
}

.bnr_list .bnr_item a {
  display: inline-block;
}


/* -----------------------------------
.pickup_job
-------------------------------------*/

.pickup_job {
  background-color: #FFFFE7;
}

.pickup_job .pickup_job_title_area {
  container-type: inline-size;
  max-width: 1280px;
  width: 90%;
  overflow: hidden; /* スクロールバーを無効化してテスト */
}

.pickup_job .pickup_job_title {
  position: relative;
  margin: auto auto 4.69%;
  aspect-ratio: 1280 / 220;
  background-image: url(../img/ttl-contents1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.pickup_job:nth-child(3n+2) .pickup_job_title {
  background-image: url(../img/ttl-contents1-1.png);
}

.pickup_job:nth-child(3n) .pickup_job_title {
  background-image: url(../img/ttl-contents1-2.png);
}

.pickup_job:nth-child(3n+1) .pickup_job_title {
  background-image: url(../img/ttl-contents1-3.png);
}


.pickup_job .pickup_job_title_date {
  width: 32%;
  position: absolute;
  bottom: 2%;
  font-size: calc(79 / 1280 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}

.pickup_job .pickup_job_title_date span {
  font-size: calc(58 / 1280 * 100cqw);
}

.pickup_job .pickup_job_title_date span.week {
  font-size: calc(30 / 1280 * 100cqw);
  color: #fff;
  background: #E36548 0% 0% no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  width: 12%;
  aspect-ratio: 1 / 1;
  letter-spacing: 0;
  padding-bottom: 1%;
}

.pickup_job .pickup_job_title_date span.week.holiday {
  margin-left: -1%;
}



/* 複数日開催 */
.pickup_job .pickup_job_title_date.multiple {
  font-size: calc(60 / 1280 * 100cqw);
  width: 72%;
  bottom: 2cqw;
}

.pickup_job .pickup_job_title_date.multiple span {
  font-size: calc(28 / 1280 * 100cqw);
  margin-left: 0;
}

.pickup_job .pickup_job_title_date.multiple span.week {
  font-size: calc(20 / 1280 * 100cqw);
  padding-bottom: 0.2%;
  width: 3.8%;
}

.pickup_job .pickup_job_title_date.multiple span.kara {
  font-size: calc(26 / 1280 * 100cqw);
  padding-bottom: 0.6%;
}




.pickup_job .pickup_job_event {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.pickup_job .pickup_job_event_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em 2.5em;
}

.pickup_job .pickup_job_event_item {
  grid-column: span 1; /* 通常は1カラム = 33% */
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.pickup_job .pickup_job_event_item .item_index {
  cursor: pointer;
}



/* -----------------------------------
Feature
-------------------------------------*/
.feature_title {
  font-size: 4.0em;
  text-align: center;
  font-weight: bold;
}

.recommend_feature_inner .recommend_information_shopname {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  padding: 4%;
  background: #4e4a4a;
  text-align: left;
  opacity: 0.8;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .recommend_feature_inner .recommend_information_shopname {
    font-size: 1vw;
  }
}

.recommend_feature_inner .img_txt {
  font-size: 1.3em;
  padding: 5%;
}

/* swiper-slide-contents */
.contents-item {
  padding: 0 3px 2%;
  border-radius: 2%;
}

/* box-shadow */
.shadow {
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 7%;
  border-radius: 2%;
}

.contents-item-shadow {
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 7%;
  border-radius: 2%;
}

.info-shadow {
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.info-item {
  padding: 0 3px;
}

.info-item span {
  overflow: hidden;
}

.feature_area .item-inner {
  text-align: left;
  height: 183px;
  overflow-y: auto;
  margin-bottom: 5%;
  margin-top: 5%;
}

.event_area .item-inner {
  text-align: left;
  height: 134px;
  overflow-y: auto;
  margin-bottom: 3%;
  margin-top: 5%;
}

.item-inner::-webkit-scrollbar {
  width: 3px;
}

.item-inner::-webkit-scrollbar-track {
  background-color: #ccc;
}

.item-inner::-webkit-scrollbar-thumb {
  background-color: #868686;
}

/* firefox */
.scroll_bar {
  scrollbar-width: thin;
  scrollbar-color: #868686 #ccc;
}

.feature_area .item-title {
  font-size: 18px;
  color: #E62F8B;
  font-weight: bold;
  padding: 5% 1% 5% 0;
  line-height: 23px;
}

.event_area.item-title {
  font-size: 18px;
  color: #4A2262;
  font-weight: bold;
  padding: 0% 0 5%;
  line-height: 23px;
}

.item-price {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  padding-right: 1%;
}

.item-desc {
  font-size: 14px;
  padding: 5% 1% 0 0;
  line-height: 24px;
}

.shop-name {
  position: relative;
  padding-top: 8%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.shop-name-inner {
  min-width: 41px;
  margin-top: 2px;
  margin-right: 3%;
}

.shop-name-inner-text {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding: 12% 3%;
  display: block;
  font-size: 12px;
  border-radius: 4px;
  line-height: 14px;
}

.shop-name::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #adadad;
  border-width: 0 0 2px 0;
  border-style: none none dotted none;
  border-spacing: 10px;
  top: 8%;
  left: 0;
}

.shop-name p {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 18px;
  text-align: left;
}

.shop-name span {
  /* font-size: 12px;
  position: absolute;
  top: 37%;
  left: 0px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 2% 3%;
  border-radius: 4px; */
}

/* scale img */
.contents-item img {
  transform: scale(1, 1);
  transition: all 0.5s ease;
}

#wrapper .recommend_feature .photo img {
  width: 100%;
}

.photo {
  overflow: hidden;
}

.recommend_event_image {
  overflow: hidden;
}

#wrapper .recommend_event_image img {
  width: 100%;
}

/* intro
-------------------------*/
.intro {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* .intro:before {
  content: "";
  width: 100%;
  display: block;
  background-image: url("../img/bg-dotted.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  height: 50px;
} */

.intro p {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 4%;
}

/* おすすめ商品 */
.recommend_feature .swiper-wrapper {
  flex-wrap: wrap;
}

.recommend_feature .swiper-wrapper.flex-nowrap {
  flex-wrap: nowrap;
}

.recommend_feature .swiper-wrapper::after {
  content: "";
  width: 600px;
  margin: 0 2% 2%;
}

/* event
-------------------------*/
.recommend_event_inner {
  position: relative;
  z-index: 2;
}

.recommend_event_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.recommend_event_list.flex-nowrap {
  flex-wrap: nowrap;
}

.recommend_event_list::after {
  content: "";
  width: 600px;
  margin: 0 2% 2%;
}

.recommend_event_item {
  width: 31.29%;
  text-align: left;
}

/* .recommend_event_item:first-child .more {
  padding-top: 2%;
} */
.recommend_event_title {
  color: #0C9384;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5%;
}

.recommend_event_main_detail {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 4%;
}

.recommend_event_main_detail.none_indent {
  padding-left: 0;
  text-indent: 0;
}

.recommend_event_main_detail span {
  padding: 1% 2%;
  border: 1px solid #000;
}

.recommend_event_detail {
  font-size: 0.675rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.recommend_event_date,
.recommend_event_time {
  display: flex;
  align-items: flex-start;
}

.recommend_event .swiper-wrapper.flex-nowrap {
  flex-wrap: nowrap;
}

.nowrap {
  white-space: nowrap;
  padding: 1% 2%;
  margin-right: 3%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

/* recomennd_information
------------------------------*/
.recommend_information_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

.recommend_information_list .swiper-slide {
  margin-bottom: 0;
}

.recommend_information_list li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 1.5% 3%;
}

.recommend_information_list li img:hover {
  opacity: 0.7;
  transition: .5s;
}

/* campaign
------------------------------*/
.campaign_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

.campaign_list .swiper-slide {
  margin-bottom: 0;
}

.campaign_list li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 1.5% 3%;
}

.campaign_list li img:hover {
  opacity: 0.7;
  transition: .5s;
}

/* mall_information, special_feature
-------------------------------*/
.mall_information,
.special_feature {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.mall_information_area,
.special_feature_area {
  margin: 6% auto;
}

.mall_information_area {
  margin-top: 0;
}

.mall_information_area.large_contents,
.special_feature_area.large_contents {
  background: #fff;
  padding-bottom: 0;
}

.mall_information img:hover,
.special_feature img:hover {
  transition: .5s;
  opacity: 0.7;
}

/* swiper
------------------------------*/
.swiper-slide {
  position: relative;
}

.swiper-slide a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.swiper-slide a:hover {
  transition: .5s;
  opacity: 0.7;
}

.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}

#wrapper #swiperNav-event .swiper_nav_inner {
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  background: url(../img/img-arrow.png) no-repeat center center;
  background-size: contain;
  width: 3%;
  height: 0;
  padding-top: 2%;
  margin-top: 0;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  left: 40%;
  right: auto;
}

.swiper-button-next {
  right: 40%;
  left: auto;
  transform: scale(-1, 1);
}

@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: 37%;
  }

  .swiper-button-next {
    right: 37%;
  }

  /* .recommend_event_list {
    flex-wrap: nowrap;
  } */
}

@media screen and (max-width: 1000px) {
  .swiper-button-prev {
    left: 35%;
  }

  .swiper-button-next {
    right: 35%;
  }
}

/* --------------------------*/
/* scroll_fadein
--------------------------*/
.fade_in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .8s;
}

.fade_in.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

.kv_fade_in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .8s;
}

.kv_fade_in.kv_scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}

/* remodal contents
--------------------------*/
.remodal-wrapper {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
}

.remodal-wrapper.remodal-is-opened {
  opacity: 1;
}

.remodal {
  padding: 0;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
}

.remodal .modal_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #006B3F;
  min-height: 100px;
  color: #fff;
  padding: 1.2% 1% 1.2% 35px;
  box-sizing: border-box;
}

.remodal .modal_title .item_name {
  display: flex;
  align-items: center;
  font-size: 35px;
  text-align: left;
  line-height: 2rem;
}

/* Close button */
.remodal_close {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  border: none;
  
}

.remodal_close:hover,
.remodal_close:focus {
  color: #fff;
}

.remodal_close:before {
  width: 70px;
  height: 70px;
  display: block;
  top: 0;
  right: 0;
}

/* remodal contents */
.remodal_wrap {
  max-width: 1280px;
  width: 80%;
  padding: 0;
  position: relative;
}

.remodal_inner {
  text-align: left;
}

.remodal_inner .modal_shopinfo::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

.remodal_inner .modal_iteminfo {
  box-sizing: border-box;
  display: flex;
  container-type: inline-size;
  justify-content: space-between;
  width: 100%;
  padding: 60px 60px;
}

.remodal_inner .modal_iteminfo::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}

.remodal_inner .modal_iteminfo_image {
  flex: 0 0 50.43%;
  aspect-ratio: 1/1; /* 正方形を指定 */
}

.remodal_inner .modal_iteminfo_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 正方形にフィット */
}

.remodal_inner .modal_iteminfo_text {
  flex: 0 0 44.74%;
  height: 50.74cqw;
  line-height: 1.5;
  color: #000;
  margin-left: auto; /* 右端に寄せる */
  display: flex;
  flex-direction: column;
}


.remodal_inner .itme_summary {
  display: flex;
  flex-wrap: wrap;
  flex: none;
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 25px;
}

.remodal_inner .itme_summary dt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 10px;
  background-color: #231816;
  padding: 10px;
  font-size: 27px;
  color: #fff;
}

.remodal_inner .itme_summary dd {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 70%;
  background-color: #F5F5F5;
  margin-bottom: 10px;
  padding: 5px 10px 5px 23px;
  font-size: 24px;
}

.remodal_inner .discription {
  font-size: 18px;
  flex: 1; /* 残りのスペースを全て使用 */
  overflow-y: auto; /* 縦スクロール */
  min-height: 0;
}


@media screen and (max-width: 1100px) {
  .remodal .modal_title {
    min-height: 70px;
  }

  .remodal .modal_title .item_name {
    font-size: 26px;
  }

  .remodal_close {
    font-size: 30px;
  }

  .remodal_inner .modal_iteminfo {
    padding: 40px;
  }

  .remodal_inner .itme_summary {
    margin-bottom: 15px;
  }

  .remodal_inner .itme_summary dt {
    font-size: 20px;
  }

  .remodal_inner .itme_summary dd {
    font-size: 17px;
    padding-left: 15px;
  }

  .remodal_inner .discription {
    font-size: 15px;
  }
  
}

@media screen and (max-width: 870px) {
  .remodal_inner .itme_summary dt {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .remodal_inner .itme_summary dd {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .remodal_inner .itme_summary {
    margin-bottom: 0;
  }
}

/* scroll-btn */
.scroll_btn_outer {
  padding: 30px 0 93px;
}

#scroll-btn {
  width: 40px;
  position: relative;
  left: 50%;
  top: 20px;
  padding-bottom: 1%;
  display: none;
}

.scroll-btn {
  position: relative;
  writing-mode: horizontal-tb;
  font-size: 23px;
  letter-spacing: 1.6px;
  color: #3E6F41;
  margin-top: 1px;
}

#scroll-btn::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #3E6F41;
  height: 64px;
  transform: translateX(-50%);
  left: 0;
  top: 0;
}

#scroll-btn::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #00A3DC;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 0px;
  bottom: 0;
  animation: top_arrow infinite 5s;
  z-index: 10;
}

@keyframes top_arrow {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 57px);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes top_arrow {
  0% {
    -webkit-transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 57px);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
  }
}

#wrapper .more img {
  margin-right: 0;
  max-width: 124px;
  transform: none;
}

.center {
  justify-content: center;
}

.nonlead {
  background: #1EB9E7;
}

#wrapper .more-wrapper .sp-more-img {
  display: none;
}

#wrapper #page_top_sp img {
  display: none;
}

#pagetop {
  display: none;
  opacity: 0;
}

#spMenuWrap {
  display: none;
}

footer .footerPageLi {
  display: none;
}

footer .container {
  display: none;
}

.pc-appear {
  display: block;
}

.sp-appear {
  display: none;
}

#wrapper .more {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

#wrapper .more.visible {
  opacity: 1;
  transform: translateX(0);
}

/* special_movie */
.youtube {
  width: min(1120px, 56%);
  margin: 0 auto;
}

.youtube_inner {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* contact area */
.contact_inner {
  width: 90%;
}

.contact_inner img:hover {
  transition: .5s;
  opacity: 0.7;
}