/*
Theme Name: 多業種対応HPシステム(CMSテーマ)【Hide Professional Theme】ITツールNo:TL29-0042726
Theme URI:     https://yamato.studio/package/
Author: 株式会社大和(Yamato)
Author URI: https://yamato.studio/
Description: CMS(Wordpress)のスクラッチテーマです。 CMSホームページ導入により売上アップおよび業務効率化が可能です。（既存顧客の維持、新規顧客獲得、エンドユーザー様の利便性の向上、売上向上、顧客管理）ブログやホームページ内の更新はもちろん、メールフォームの追加や編集、予約機能の切り替え、受発注処理を行うことのできるパッケージテーマです。 お客様のビジョンを明確にし、目標設定、ブランディングからペルソナデザインまで行い、お客様にとっての最良のホームページという24時間不眠不休で働く営業マンを作成いたします。 それによりPRやお問合せ受付、社内でのお知らせによる情報共有、予約スケジュール、顧客管理と生産性を向上させます。 下記内容がサーバーにアップしテーマを有効化した状態で行いますので、すぐに運用を開始できます。 ・ブログの更新、お知らせの更新、ページ内の更新は、プログラムの言語が分からなくても直感的に行えます。 ・情報をカテゴリーごとに分けユーザーがほしい情報にたどりつきやすくなっております。 ・管理画面内で使用、不使用を選択できるので今後の展開も視野に入れてお使いいただけます。 ・メール機能も簡単にカスタマイズできるのでお問合せ以外に受注発注の処理も一貫して行うことができます。 ・メールにて収集したメールアドレスを管理することも可能です。 ・お客様の声など、現場の声をより簡単に更新が行えます ・タイムスケジュール、カレンダーの同期も行えます。
Version: 1.0.2
*/ :root {
  --main: #262727;
  --sub: #333333;
  --gray: #707070;
  --gray2: #F8F8F8;
  --gray3: #333333;
  --gray4: #F0F0F0;
  --gray5: #ebebeb;
--red:#C51707;
  --bgw: #FFFFFF;
  --fcw: #FFFFFF;
  --color01: #F52B1A;
  --color02: #1E1F21;
  --color03: #F4E8DA;
  --gradation: linear-gradient(to right, #FACB05, #FF7600);
  --shadow: 0 3px 10px rgba(0, 0, 0, .16);
  --shadow2: 0px 5px 11px rgba(0, 0, 0, .16);
  --shadow2: 0px 3px 6px rgba(0, 0, 0, .16);
  --noto: "Noto Sans JP","小塚ゴシック Pro",  "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --min: "Noto Serif JP", "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --msd: 'Mrs Saint Delafield', cursive, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --poppins: "Poppins", "Noto Sans JP", "小塚ゴシック Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --fz0: 1.2rem;
  --fz1: 1.4rem;
  --fz2: 1.6rem;
  --fz3: 1.8rem;
  --fz4: 2.4rem;
  --fz5: 3.6rem;
  --fz6: 20.0rem;
}
body {
  background: var(--bgw);
  color: var(--main);
  font-family: var(--min);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}




.f_min {
  font-family: var(--min);
}
.msd {
  font-family: var(--msd);
}
/* 背景色 */
.bg_gray {
  background-color: var(--gray4);
}
.bg_w {
  background-color: var(--bgw);
}

.color_01{color: var(--color01) !important;}
.color_02{color: var(--color02) !important;}

.f_white {
  color: var(--fcw) !important;
}
.f_gray {
  color: var(--gray) !important;
}
.f_red {
  color: var(--red) !important;
}
.hidden {
  overflow: hidden;
}
.z_2 {
  z-index: 2;
}


/* スクロールぼかしフェードイン */

.scrollSet.blurIn {
	opacity: 0;
	filter: blur(20px);
	will-change: filter;
	transition: opacity 0.7s ease,
		filter 0.7s ease 0.2s,
		transform 0.7s ease 0.2s;
}
.scrollIn.blurIn {
	opacity: 1;
	filter: blur(0);
}

.scrollSet.blurInBig {
	opacity: 0;
	filter: blur(20px);
	will-change: filter;
	transform: scale(2);
	transition: opacity 0.7s ease,
		filter 0.7s ease 0.2s,
		transform 0.7s ease 0.2s;
}
.scrollIn.blurInBig {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}

.scrollSet.blurIn2 {
	opacity: 0;
	filter: blur(20px);
	will-change: filter;
	transition: opacity 1.7s ease,
		filter 1.7s ease 0.2s,
		transform 1.7s ease 0.2s;
}
.scrollIn.blurIn2 {
	opacity: 1;
	filter: blur(0);
}

.scrollSet.blurSlideIn {
	opacity: 0;
	filter: blur(20px);
	will-change: filter;
	transform: translateY(2rem);
	transition: opacity 0.7s ease,
		filter 0.7s ease 0.2s,
		transform 0.7s ease 0.2s;
}
.scrollIn.blurSlideIn {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}



/* ページ下部スクロールアイコン */
.sc_ft {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	z-index: 10;
	color: var(--color02);
	/*mix-blend-mode: exclusion;*/
}

.sc_ft,
.sc_ft:before,
.sc_ft:after {
	width: 1px;
	height: 150px;
	margin: auto;
}

.sc_ft:before,
.sc_ft:after {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: auto;
	content: "";
	background-color: currentColor;
}

.sc_ft:before {
	opacity: 0.2;
	transition: 0.25s ease;
}

.sc_ft:after {
	opacity: 1;
	animation: ScgAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}

.sc_ft.-up {
	top: 0;
	bottom: auto;
	transform: scale(-1);
}

.sc_ft.-down {
	top: auto;
	bottom: -75px;
	left: 0;
	right: 0;
	margin: auto;
}

@keyframes ScgAnimation {
	0% {
		height: 0;
	}
	45% {
		height: 100%;
	}
	55% {
		height: 100%;
		top: 0;
	}
	100% {
		height: 0;
		top: 100%;
	}
}




/* アコーディオン */
.acMenu > dd {
  display: none;
}
/* ------------------------------------------------------------------------- *
 *  WordPressのネイティブcss
/* ------------------------------------------------------------------------- */
.blog_article_area p {
  display: block;
  margin: 1em 0;
}
.blog_article_area h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}
.blog_article_area strong {
  font-weight: bold;
}
.blog_article_area em {
  font-style: italic;
}
.blog_article_area blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
/*  base : img
/* ------------------------------------ */
.blog_article_area .aligncenter {
  display: block;
  margin: 0 auto;
}
.blog_article_area .alignright {
  float: right;
}
.blog_article_area .alignleft {
  float: left;
}
img[class*="wp-image-"], .blog_article_area img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.breadcrumb {
  white-space: nowrap;
  overflow: hidden;
}


/* CSS Document */
.site_wrapper {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  position: relative;overflow: hidden;z-index: 1;
	background: url("img/bg_02.webp")repeat center center #fff/250px 250px;
}
@media screen and (max-width: 767px) {
  .site_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
.indent_content {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 80px 20px;
  }
}




.sp_indent15_lr {}
.sp_indent20_lr {}
@media screen and (max-width : 768px) {
  .sp_indent15_lr {
    padding: 0 15px;
  }
  .sp_indent20_lr {
    padding: 0 20px;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 500px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrapper_all {
    min-width: 100%;
	  max-width: 100%;
  }
}
.ma {
  margin: auto;
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url("img/bg_02.webp")repeat left top/250px 250px var(--color03) ;
  text-align:center;
  color:var(--fcw);
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:150px;
}

/* fadeUpをするアイコンの動き */

#splash_logo img.fadeUptop{
animation-name: fadeUpAnimetop;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnimetop{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/* hd_nav　ヘッダー
-------------------------------------------------------------------*/

header.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: transparent;text-align: left;
}

.logo_area{width: 60px;margin: 25px;display: none;}

.pc_mainbg_l{position: fixed;left: 0;top: 0;width: calc(50% - 250px);height: 100vh;/*background: url("img/niku_bg.webp")no-repeat left  center/cover;*/}
.pc_mainbg_r{position: fixed;right: 0;top: 0;width: calc(50% - 250px);height: 100vh;/*background: url("img/niku_bg_r.webp")no-repeat right center/cover;*/}
.pc_mainbg_l_bg{background: url("img/niku_bg.webp")no-repeat left  center/cover;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;
    /*ループするアニメーションの設定*/
    animation:5.0s bgscale linear infinite;
}
.pc_mainbg_r_bg{background: url("img/niku_bg_r.webp")no-repeat right center/cover;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;
    /*ループするアニメーションの設定*/
    animation:5.0s bgscale linear infinite;
	animation-delay:2.5s;
}


/*波形のアニメーション*/
@keyframes bgscale{
  0%{
    transform: scale(1.0);
  }
  50%{
    transform: scale(1.05);
  }
  100%{
    transform: scale(1.0);
  }
}




.moji_01{position: absolute;left: auto;right:80px;  top: -30px;z-index: 2;}
.moji_02{position: absolute;left: auto;right:-70px;bottom: -30px;z-index: 2;}
.moji_03{position: absolute;left: -20px;top: 40px;z-index: 2;}
.moji_04{position: absolute;right: -50px;bottom: -150px;z-index: 2;}
.moji_01 img ,.moji_02 img,.moji_03 img ,.moji_04 img{max-width: none;max-height: none;}

.moji_11{position: absolute;left: auto;left: 2vh;/*right: -7vh; */ top: -3vh;width: 79vh;}
.moji_12{position: absolute;left: auto;/*left:-4vh;*/right: -7vh;top: 3vh;width: 80vh;}

@media screen and (max-width: 767px) {
	.pc_mainbg_l,.pc_mainbg_r,.pc_mainbg_l *,.pc_mainbg_r *{display: none;}
}


.main_btn{position: absolute;left: 25px;bottom: 20px;z-index: 2;}
.main_btn a{display: block;}

/* 右側縦ループ */
.loop_area{position: absolute;right: 0;top: 0px;width: auto;height: 100vh;}
.loop_txt_box{position: relative;overflow: hidden;width: auto;height: 100vh;margin-inline: auto;}
.loop_txt{line-height: 1.0;letter-spacing: 0.05em;font-weight: 100;font-size: 28rem;mix-blend-mode: hard-light;}

.loop {
  animation: loop 40s linear infinite;
  white-space:nowrap;width: auto;height: 918px; overflow: hidden;
}

.loop2{
  position: absolute;
  top: 0; right: 0;
  animation: loop 40s -20s linear infinite;
}

@keyframes loop {
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 767px) {
	.loop_area{display: none;}
}



.top_main_box{color: var(--fcw);width: 100%;position: relative;height: 100vh;background: url("img/bg_00.webp")no-repeat center bottom/cover;}

/* iPhoneだけ高さを変える */
.top_main_box_iphone{color: var(--fcw);width: 100%;position: relative;height: 200vw;background: url("img/bg_00.webp")no-repeat center bottom/cover;}


.main_logo{padding: 60px 0 20px;text-align: center;}
.top_main_box h1,.top_main_box_iphone h1{text-align: center;font-size: 3.0rem;font-weight: 500;}
.top_main_box .tate{font-size: 2.0rem;font-weight: 500;position: absolute;left: 80px;bottom: 20vh;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;}

.top_main_box_iphone .tate{font-size: 2.0rem;font-weight: 500;position: absolute;left: 80px;top: 120vw;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;}


.pic_tit{background: url("img/eng_bg.webp")no-repeat left center / auto 100%;display: flex;flex-wrap: wrap;align-items: center;height: 400px;padding: 0 30px;}

/* 肉リスト */
.niku_link_list{width: 440px;margin: auto;display: flex;flex-wrap: wrap;grid-gap: 20px 20px;}
.niku_link_list .link_name{font-size: 2.0rem;font-weight: 500;width: 100%;height: 80px;background: url("img/btn_ico.webp")no-repeat right center/35px 35px;display: flex;align-items: center;}
.niku_link_list .link_name a{display: block;width: 100%;}

@media screen and (max-width: 768px) {
	.pic_tit{height: 300px;padding: 0 20px;}
	.niku_link_list{width: calc(100% - 40px);}
	
}


/* セクション */

.box_01{background: url("img/bg_01.webp")repeat left top/100px 100px;padding-bottom: 150px;}
.indent_01{padding: 150px 30px 70px;}
@media screen and (max-width: 768px) {
	.box_01{padding-bottom: 100px;}
	.indent_01{padding: 100px 20px 60px;}
}

.box_02{background: url("img/bg_02.webp")repeat left top/250px 250px;padding: 150px 30px 200px;max-width: 100%;}

.nawa_area{margin-top: 100px;width: 100%;background: url("img/nawa.webp")no-repeat center top/100% auto;/**/text-align: center;position: relative;}
.nawa_area .bg{position: absolute;}


/* マスクのCSS */
.cls-1{
fill:none;
stroke:#000;
stroke-miterlimit:10;
}

.man_01{margin: auto;width: 320px;padding: 80px 0 ;position: relative;}
.man_02{margin: auto;width: 320px;padding: 60px 0 ;position: relative;}
.man_03{margin: auto;width: 320px;padding: 85px 0 ;position: relative;}
.man_01 .bg{left: 0;right: auto;top: 80px;}
.man_02 .bg{left: 0;right: auto;top: 60px;}
.man_03 .bg{left: 0;right: auto;top: 85px;}

@media screen and (max-width: 768px) {
	.box_02{padding: 100px 20px 200px;}
	.nawa_area{margin-top: 50px;}
.man_01{margin: auto;width: 100%;padding:18vw 13vw;}
.man_02{margin: auto;width: 100%;padding: 12vw 13vw ;}
.man_03{margin: auto;width: 100%;padding: 12vw 13vw ;}
.man_01 .bg{left: 13vw;right: 13vw;top: 18vw;width: calc(100% - 26vw);}
.man_02 .bg{left: 13vw;right: 13vw;top: 12vw;width: calc(100% - 26vw);}
.man_03 .bg{left: 13vw;right: 13vw;top: 12vw;width: calc(100% - 26vw);}
	
}

.box_03{background: url("img/bg_04.webp")no-repeat center center/cover;position: relative;color: var(--fcw);padding-bottom: 60px;}
.indent_03{padding: 150px 30px 30px;}
.indent_03 .txt{margin-bottom: 60px;}
.ushi_03{position: absolute;left: 0;top: -200px;}

.box_03_inbox{border: 1px solid var(--gray);margin: 60px 30px 0;padding: 20px;}
.box_03_inbox .ttl_02{font-size: 1.8rem;font-weight: bold;margin-bottom: 20px;}

.box_03_inbox .haccp{display: flex;justify-content: space-between;grid-gap: 20px 20px;align-items: center;}

.box_03_inbox .haccp figure{width: 120px;}
.box_03_inbox .haccp p{width: calc(100% - 140px);font-size: 1.2rem;}

@media screen and (max-width: 768px) {
	.indent_03{padding: 100px 20px 30px;}
	.box_03_inbox{margin: 60px 20px 0;}
	
	.box_03_inbox .haccp{flex-wrap: wrap;justify-content: center;}
	.box_03_inbox .haccp p{width: 100%;}
}

.box_04{background: url("img/bg_01.webp")repeat left top/100px 100px;}

.niku_bg{background: url("img/niku_bg.webp")no-repeat center center/cover;padding: 30px;color: var(--fcw);display: flex;justify-content: space-between;align-items: center;}
.niku_bg .txt{border-bottom: 1px solid var(--fcw);font-weight: 500;text-wrap:nowrap;}

@media screen and (max-width: 768px) {
	.niku_bg{padding: 20px;}
}


.indent_04_01{padding: 150px 30px;}
.indent_04_02{padding: 150px 30px 700px;background-image: url("img/bg_061.webp"),url("img/bg_05.webp");background-repeat: no-repeat,no-repeat;background-position: center bottom,center bottom;background-size: 100% auto,100% auto;}
.indent_04_02 .img{margin-bottom: 40px;}
.indent_04_02 .txt{margin-bottom: 60px;}
.indent_04_02 .sub{font-size: 1.2rem;}
@media screen and (max-width: 768px) {
	.indent_04_01{padding: 100px 20px;}
	.indent_04_02{padding: 80px 20px 700px;}
}


.box_04 .sub_tit{padding: 0 30px 30px;}
.box_04 .sub_tit span{border-bottom: 1px solid var(--main);font-weight: 500;display: inline-block;}

.box_04_01{padding: 70px 30px 65px 30px;position: relative;}
.box_04_02{padding: 70px 30px 65px 30px;position: relative;}
.box_04_03{padding: 30px 30px 65px 30px;position: relative;}

.img_04_01{position: absolute;left: -60px;top: 0;}
.img_04_02{position: absolute;right: -60px;top: 0;}
.img_04_03{position: absolute;left: -60px;top: 0;}

@media screen and (max-width: 768px) {
	.box_04 .sub_tit{padding: 0 20px 30px;}
.box_04_01{padding: 70px 20px 65px 20px;}
.box_04_02{padding: 70px 20px 65px 20px;}
.box_04_03{padding: 30px 20px 65px 20px;}

}





.box_05{background:url("img/bg_062.webp")no-repeat center center/100% 100% var(--color02);color: var(--fcw);position: relative;}
.box_05 .ushi_02{position: absolute;left: 0;top: -610px;}
.box_05 .kuroge{position: absolute;right: 30px;top: -410px;}


.box_05_01{padding: 60px 30px 50px;border-bottom: 1px solid #fff;}
.box_05_02{padding: 50px 30px;}

.niku_tit {font-size: 3.0rem;margin: 60px 0;}
.niku_tit .sub{font-size: 1.6rem;display: block;}

.box_05 .ttl_02{font-weight: 500;font-size: 2.4rem;margin:40px 0 30px;}
.box_05 .txt{margin-bottom: 80px;font-size: 1.8rem;line-height: 2;}


@media screen and (max-width: 768px) {
	.box_05 .kuroge{right: 20px;}
	.box_05_01{padding: 60px 20px 50px;}
	.box_05_02{padding: 50px 20px;}
	.niku_tit{font-size: 2.4rem;}
	.niku_tit .sub{font-size: 1.4rem;}
	.box_05 .txt{font-size: 1.4rem;}
}


.box_06{background-image: url("img/hinode.webp"),url("img/bg_07.webp");
	background-repeat: no-repeat,no-repeat;
	background-position: center bottom,center top;
	background-size: 100% auto,100% auto;
	padding: 280px 30px 200px;
	position: relative;}
.box_06 h2{position: absolute;right: 30px;top: 40px;}

.box_06 dl{margin-bottom: 30px;}
.box_06 dl dt{background: url("img/ico.webp") no-repeat left center/50px 50px;padding: 15px 0 15px 60px;margin-bottom: 10px;color: var(--red);}
@media screen and (max-width: 768px) {
	.box_06{padding: 200px 20px 130px;}
	.box_06 h2{right: 20px; width: 70px;}
	.box_06 dl dd{font-size: 1.2rem;}
}

.box_07{background: url("img/bg_01.webp")repeat left top/100px 100px;}
.box_07 .sub_tit{padding: 0 30px;margin-bottom: 60px;}
.box_07 .sub_tit span {border-bottom: 1px solid var(--main);font-weight: 500;display: inline-block;}

.box_07_in{padding: 0 30px;display: flex;flex-wrap: wrap;grid-gap: 10px 10px;}
.box_07_in > dl{background: var(--bgw);padding: 20px;}
.box_07_in > dl dt{position: relative;color: var(--color01);font-weight: 500;font-size: 1.8rem;padding-left: 30px;margin-bottom: 10px;}
.box_07_in > dl dt::before{content: "Q.";color: var(--color01);font-size: 1.8rem;font-weight: 500;position: absolute;left: 0px;top: 0;}
.box_07_in > dl dd{position: relative;font-size: 1.6rem;padding-left: 30px;}
.box_07_in > dl dd::before{content: "A.";font-size: 1.8rem;font-weight: 500;position: absolute;left: 0px;top: -2px;}


@media screen and (max-width: 767px) {
	.box_07 .sub_tit{padding: 0 20px;}
	.box_07_in{padding: 0 20px;}

	.box_07_in > dl dt{font-size: 1.6rem;}
	.box_07_in > dl dd{font-size: 1.4rem;}
	.box_07_in > dl dt::before{top: -2px;}
	.box_07_in > dl dd::before{top: -5px;}
}
	
	
	
.box_08{background: url("img/bg_01.webp")repeat left top/100px 100px;padding-bottom: 100px;}
.indent_08{padding: 100px 30px 70px;}
@media screen and (max-width: 767px) {
	.indent_08{padding: 100px 20px 70px;}
}


/* //セクション */

.ttl_01{font-size: 3.0rem;font-weight: 500;line-height: 2;margin-bottom: 30px;}
.indent_01 .ttl_01,.box_08 .ttl_01{background: url("img/ico.webp")no-repeat right top/100px 100px;}

.indent_01 .txt,.box_08 .txt{font-size: 1.8rem;line-height: 2;}
@media screen and (max-width: 767px) {
	.ttl_01{font-size: 2.4rem;}
	.indent_01 .txt,.box_08 .txt{font-size: 1.6rem;}
}


/* レイアウト */

.col_1_1 {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_1_1 > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col_1_1 > li {
    width: 100%;
  }
}
.col_1_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_1_2 > .left_area {
  width: 36%;
}
.col_1_2 > .right_area {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .col_1_2 {
    display: block;
  }
  .col_1_2 > .left_area {
    width: 100%;
    margin-bottom: 10px;
  }
  .col_1_2 > .right_area {
    width: 100%;
  }
}
.col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_2 > li, .col_2 > .left_area, .col_2 > .right_area {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .col_2 {
    justify-content: center;
  }
  .col_2 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .col_2 > .left_area, .col_2 > .right_area {
    width: 100%;
  }
}
.col_3 {
  display: flex;
  flex-wrap: wrap;
}
.col_3 > li {
  width: 31.333%;
  margin-right: 3%;
}
.col_3 > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col_3 {
    justify-content: center;
  }
  .col_3 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_4 > li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .col_4 {
    justify-content: center;
  }
  .col_4 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_5 > li {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .col_5 {
    justify-content: center;
  }
  .col_5 > li {
    width: 30%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_1_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.col_1_3 > .left_area {
  width: 35%;
}
.col_1_3 > .right_area {
  width: 60%;
}
.col_3_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}
.col_3_1 > .left_area {
  width: 60%;
}
.col_3_1 > .right_area {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .col_1_3 > .left_area {
    width: 100%;
  }
  .col_1_3 > .right_area {
    width: 100%;
  }
  .col_3_1 {
    flex-direction: row;
  }
  .col_3_1 > .left_area {
    width: 100%;
  }
  .col_3_1 > .right_area {
    width: 100%;
  }
}




.btn_ring{text-align: center;}

.btnripple2{
    /*波紋の基点とするためrelativeを指定*/
  position: relative;
    /*波紋の形状*/
  display:inline-block;

    outline: none;
    /*アニメーションの設定*/
    transition: all .3s;
}

/*hoverした際の背景色の設定*/
.btnripple2:hover{

}

/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -25%;
    top: -25%;
    /*波形の形状*/
    border: 1px solid var(--fcw);
    width: 150%;
    height: 150%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*ループするアニメーションの設定*/
    animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
    animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
  0%{
    transform: scale(0.35);
  }
  100%{
    transform: scale(0.7);
    opacity: 0;
  }
}




/**/
@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}


/*　スワイパー　*/
.main_slider .swiper-slide-active .swiper-img,
.main_slider .swiper-slide-duplicate-active .swiper-img,
.main_slider .swiper-slide-prev .swiper-img {
  animation: zoomDown 7s linear 0s 1 normal both;
}


.top_mv_scroll {
  position: absolute;
  bottom: 0;
  right: 2.5%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
	.top_mv_scroll {display: none;}
}

.top_mv_scroll_text {
  height: 160px;
}

.top_mv_scroll_text .text {
    display: block;
    color: var(--fcw);
    font-size: 14px;
    line-height: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.top_mv_scroll_text .line {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  width: 8px;
  height: 60px;
}
.top_mv_scroll_text .line::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: var(--bgw);
  content: '';
}
.top_mv_scroll_text .line::after {
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 2;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  content: '';
  animation-name: scrollBall;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 1;
}




@keyframes scrollBall {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(60px);
	}
}






/* フッター */

footer {
  background: url("img/niku_bg.webp") no-repeat center top/100% auto;
	color: var(--fcw);
	width: 500px;max-width: 100%;
    margin: 0 auto;position: relative;
}


.footer_logo{background: url("img/ft_logo_bg.webp") no-repeat center center/cover;text-align: center;padding: 30px 0;}
footer .copy{text-align: center;font-size: 1.2rem;padding: 20px;}
@media screen and (max-width: 767px) {
	
}
 

/*ggmap
--------------------------------*/
.ggmap iframe {
  border: none;
}
@media screen and (max-width: 767px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/*-----------------------------------------*/
.swiper {
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .swiper {
    padding: 10px 0;
  }
}

.swiper_list .swiper-wrapper {transition-timing-function: linear !important;}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after, .swiper-button-next::after ,.swiper-rtl .swiper-button-next:after,.swiper-rtl .swiper-button-next:after{
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}


/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}