@charset "UTF-8";

/*-------------------------------------------------------------
セクションのマージン   SP
-------------------------------------------------------------*/
section{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}
/*-------------------------------------------------------------
メインビジュアル　高さ　画像の位置　 SP
-------------------------------------------------------------*/
	.bg-switcher {
    width: 100%;
    height: 620px;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	padding: 0;
	}
/*-------------------------------------------------------------
最初のぐるぐる　色
-------------------------------------------------------------*/
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #b1a889;
  border-top-color: #e4e1d9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
/*-------------------------------------------------------------
トップ画像　　そのフィルターの濃ゆさ
-------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/top1-998.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/*--------------------------------------------------------------
トップの最上部のカラーを替える  ul  li  a
--------------------------------------------------------------*/
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #b5a983;
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #b5a983;
  border-color: #b5a983;
}

/*--------------------------------------------------------------
# ムービーセクションのフォント
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 22px;
  color: #555555;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# ブランド説明の部位
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 77%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 77%;
  }
}
/*--------------------------------------------------------------
# メインブランド商品説明の背景  阿蘇　濃ゆさ
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/top-bg/background-97.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}
.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}


.about-boxes-02 {
  background: url("../img/top-bg/background-95.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
.about-boxes-02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}
.about-boxes-02 .container, .about-boxes-02 .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes-02 .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-boxes-02 {
    background-attachment: scroll;
  }
}


.about-boxes-03 {
  background: url("../img/top-bg/background-94.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
.about-boxes-03::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}
.about-boxes-03 .container, .about-boxes-03 .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes-03 .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-boxes-03 {
    background-attachment: scroll;
  }
}


.about-boxes-04 {
  background: url("../img/top-bg/background-93.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
.about-boxes-04::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}
.about-boxes-04 .container, .about-boxes-04 .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes-04 .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-boxes-04 {
    background-attachment: scroll;
  }
}
/*--------------------------------------------------------------
CHECK OUR クロムエルシェイク の　ボタン部位の色
--------------------------------------------------------------*/
.features .nav-link:hover {
  color:#b5a983;
}
.features .nav-link.active {
  background:#7d6d5c;
  color: #fff;
  border-color:#7a6348;
}
/*--------------------------------------------------------------
SERVICESの色、フォーバーした時の色
--------------------------------------------------------------*/
.services .icon-box:hover h4 a {
  color: #bba893;
}
.services .icon-box i {
  float: left;
  color: #7b736c;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 a {
  color: #54514c;
  transition: 0.3s;
}
/*--------------------------------------------------------------
# パートナーショップの背景画像
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/top-bg/background-partner-shop-98.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.85);
}
/*--------------------------------------------------------------
# チームの名前部位の位置とサイズ
--------------------------------------------------------------*/
.team .member .member-info {
  position: absolute;
  bottom: -55px;
  left: 0px;
  right: 0px;
  background: #fff;
	background-color: rgba(0,0,0,0.7);
  padding: 12px 12px;
  color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}
/*--------------------------------------------------------------
チームの名前部位の色
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding-top: 15px;
  padding-bottom: 15px;
}
/*--------------------------------------------------------------
# General body  a  への指示
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #B1B1B1;
  text-decoration: none;
}

a:hover {
  color: #bc8f23;
  text-decoration: none;
}
/*--------------------------------------------------------------
チームメンバーの下の説明文
--------------------------------------------------------------*/
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: transparent;
  bottom: 0;
  left: 0;
}
/*--------------------------------------------------------------
フッターのフォーバーした時の色
--------------------------------------------------------------*/
#footer .footer-top .footer-links ul a:hover {
  color: #b5a983;
}
#footer .footer-top .social-links a:hover {
  background: #b5a983;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
セクションタイトルの色、線の色
--------------------------------------------------------------*/
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #809a7f;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #cccccc;
  margin: 4px 10px;
}
/*--------------------------------------------------------------
# Back to top button 右側の上部にもどるボタンの色
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:#C3B8A8;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background:#979177;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
パートナーショップのマルの色
--------------------------------------------------------------*/
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b5a983;
  opacity: 1;
}
/*--------------------------------------------------------------
CHECK OUR ITEM "ピックアップ"  アイテム見出し部位の色
--------------------------------------------------------------*/
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #b5a983;
}

/*--------------------------------------------------------------
CHECK OUR ITEM "ピックアップ"  アイテム画像の動き・色
--------------------------------------------------------------*/
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0,0,0,0.5);/*黒透明*/
  padding: 15px 20px;
}
/*--------------------------------------------------------------
h1のフォント変更
--------------------------------------------------------------*/
h1{
	font-family: 'Gulzar', serif;
}
 /*（マル）ドットのサイズを調整*/
.slick-dots li button:before{
	font-size:40px!important;
	padding-top: 20px; /*画像との距離*/
	
}
/*--------------------------------------------------------------
フォントファミリー h1 h2 h3 h4 body
--------------------------------------------------------------*/
.font_yumincho{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
h1{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
body{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.font_aclonica{
	font-family: aclonica;
}

/*--------------------------------------------------------------
まわりこみ
--------------------------------------------------------------*/
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clear{
	clear: both;
}
/*--------------------------------------------------------------
フォントサイズ
--------------------------------------------------------------*/
.fs_5{
	font-size: 5px;
}
.fs_7{
	font-size: 7px;
}
.fs_8{
	font-size: 8px;
}
.fs_9{
	font-size: 9px;
}
.fs_10{
	font-size: 10px;
}
.fs_11{
	font-size: 11px;
}
.fs_12{
	font-size: 12px;
}
.fs_13{
	font-size: 13px;
}
.fs_14{
	font-size: 14px;
}
.fs_15{
	font-size: 15px;
}
.fs_16{
	font-size: 16px;
}
.fs_17{
	font-size: 17px;
}
.fs_18{
	font-size: 18px;
}
.fs_20{
	font-size: 20px;
}
.fs_21{
	font-size: 21px;
}
.fs_22{
	font-size: 22px;
}
.fs_23{
	font-size: 23px;
}
.fs_24{
	font-size: 24px;
}
.fs_25{
	font-size: 25px;
}
.fs_26{
	font-size: 26px;
}
.fs_27{
	font-size: 27px;
}
.fs_28{
	font-size: 28px;
}
.fs_30{
	font-size: 30px;
}
.fs_31{
	font-size: 31px;
}
.fs_32{
	font-size: 32px;
}
.fs_33{
	font-size: 33px;
}
.fs_34{
	font-size: 34px;
}
.fs_35{
	font-size: 35px;
}
.fs_36{
	font-size: 36px;
}
.fs_37{
	font-size: 37px;
}
.fs_38{
	font-size: 38px;
}
.fs_40{
	font-size: 40px;
}
.fs_42{
	font-size: 42px;
}
.fs_45{
	font-size: 45px;
}
.fs_50{
	font-size: 50px;
}
.fs_52{
	font-size: 52px;
}
.fs_54{
	font-size: 54px;
}
.fs_55{
	font-size: 55px;
}
.fs_60{
	font-size: 60px;
}
.fs_62{
	font-size: 62px;
}
.fs_64{
	font-size: 64px;
}
.fs_65{
	font-size: 65px;
}
.fs_66{
	font-size: 66px;
}
.fs_68{
	font-size: 68px;
}
.fs_70{
	font-size: 70px;
}
.fs_72{
	font-size: 72px;
}
.fs_74{
	font-size: 74px;
}
.fs_76{
	font-size: 76px;
}
.fs_78{
	font-size: 78px;
}
.fs_80{
	font-size: 80px;
}

/*--------------------------------------------------------------
フォント ウェイト　ボールド
--------------------------------------------------------------*/
.fw_b{
	font-weight: bold;
}
.fw_400{
	font-weight: 400;
}
.fw_500{
	font-weight: 500;
}
.fw_600{
	font-weight: 600;
}
/*--------------------------------------------------------------
ライン ヘイト
--------------------------------------------------------------*/
.lh_10{
	line-height:1;
}
.lh_12{
	line-height:1.2;
}
.lh_14{
	line-height:1.4;
}
.lh_15{
	line-height:1.5;
}
.lh_16{
	line-height:1.6;
}
.lh_17{
	line-height:1.7;
}
.lh_18{
	line-height:1.8;
}
.lh_20{
	line-height:2;
}
.lh_22{
	line-height:2.2;
}
.lh_24{
	line-height:2.4;
}

/*--------------------------------------------------------------
センター・ライト・レフト
--------------------------------------------------------------*/
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.lift{
	text-align: left;
}

/*--------------------------------------------------------------
フォントカラー
--------------------------------------------------------------*/
.fc_ffffff{
	color: #ffffff;
}
.fc_651009{
	color: #651009;
}
.fc_cccccc{
	color: #cccccc;
}
.fc_adadad{
	color: #adadad;
}
.fc_555555{
	color: #555555;
}
.fc_666666{
	color: #666666;
}
.fc_999999{
	color: #999999;
}
.fc_000000{
	color: #000000;
}

/*--------------------------------------------------------------
マージントップ
--------------------------------------------------------------*/
.mt_0{
	margin-top: 0;
}
.mt_5{
	margin-top: 5px;
}
.mt_7{
	margin-top: 7px;
}
.mt_10{
	margin-top: 10px;
}
.mt_15{
	margin-top: 15px;
}
.mt_16{
	margin-top: 16px;
}
.mt_17{
	margin-top: 17px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_40{
	margin-top: 40px;
}
.mt_45{
	margin-top: 45px;
}
.mt_50{
	margin-top: 50px;
}
.mt_60{
	margin-top: 60px;
}
.mt_70{
	margin-top: 70px;
}
.mt_80{
	margin-top: 80px;
}
.mt_100{
	margin-top: 100px;
}
/*--------------------------------------------------------------
マージンボトム
--------------------------------------------------------------*/
.mb_0{
	margin-bottom: 0;
}
.mb_1{
	margin-bottom: 1px;
}
.mb_2{
	margin-bottom: 2px;
}
.mb_3{
	margin-bottom: 3px;
}
.mb_4{
	margin-bottom: 4px;
}
.mb_5{
	margin-bottom: 5px;
}
.mb_6{
	margin-bottom: 6px;
}
.mb_7{
	margin-bottom: 7px;
}
.mb_8{
	margin-bottom: 8px;
}
.mb_9{
	margin-bottom: 9px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_11{
	margin-bottom: 11px;
}
.mb_12{
	margin-bottom: 12px;
}
.mb_14{
	margin-bottom: 14px;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_16{
	margin-bottom: 16px;
}
.mb_17{
	margin-bottom: 17px;
}
.mb_18{
	margin-bottom: 18px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_22{
	margin-bottom: 22px;
}
.mb_24{
	margin-bottom: 24px;
}
.mb_28{
	margin-bottom: 28px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_32{
	margin-bottom: 32px;
}
.mb_35{
	margin-bottom: 35px;
}
.mb_37{
	margin-bottom: 37px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_45{
	margin-bottom: 45px;
}
.mb_50{
	margin-bottom: 50px;
}
.mb_55{
	margin-bottom: 55px;
}
.mb_60{
	margin-bottom: 60px;
}
.mb_80{
	margin-bottom: 80px;
}
.mb_100{
	margin-bottom: 100px;
}
.mb_200{
	margin-bottom: 200px;
}
/*--------------------------------------------------------------
マージンライト
--------------------------------------------------------------*/
.mr_0{
	margin-right: 0;
}
.mr_2{
	margin-right: 2px;
}
.mr_5{
	margin-right: 5px;
}
.mr_10{
	margin-right: 10px;
}
.mr_15{
	margin-right: 15px;
}
.mr_20{
	margin-right: 20px;
}
/*--------------------------------------------------------------
マージンレフト
--------------------------------------------------------------*/
.ml_0{
	margin-left: 0;
}
.ml_5{
	margin-left: 5px;
}
.ml_8{
	margin-left: 8px;
}
.ml_10{
	margin-left: 10px;
}
.ml_15{
	margin-left: 15px;
}
.ml_20{
	margin-left: 20px;
}
.ml_30{
	margin-left: 30px;
}
/*--------------------------------------------------------------
パディングトップ
--------------------------------------------------------------*/
.pt_0{
	padding-top: 0;
}
.pt_5{
	padding-top: 5px;
}
.pt_10{
	padding-top: 10px;
}
.pt_12{
	padding-top: 12px;
}
.pt_15{
	padding-top: 15px;
}
.pt_20{
	padding-top: 20px;
}
.pt_22{
	padding-top: 22px;
}
.pt_30{
	padding-top: 30px;
}
.pt_40{
	padding-top: 40px;
}
.pt_50{
	padding-top: 50px;
}
.pt_55{
	padding-top: 55px;
}
.pt_60{
	padding-top: 60px;
}
.pt_70{
	padding-top: 70px;
}
.pt_80{
	padding-top: 80px;
}
.pt_100{
	padding-top: 100px;
}
.pt_120{
	padding-top: 120px;
}
.pt_140{
	padding-top: 140px;
}
.pt_160{
	padding-top: 160px;
}
.pt_180{
	padding-top: 180px;
}
/*--------------------------------------------------------------
パディングボトム
--------------------------------------------------------------*/
.pb_0{
	padding-bottom: 0;
}
.pb_2{
	padding-bottom: 2px;
}
.pb_3{
	padding-bottom: 3px;
}
.pb_5{
	padding-bottom: 5px;
}
.pb_7{
	padding-bottom: 7px;
}
.pb_8{
	padding-bottom: 8px;
}
.pb_10{
	padding-bottom: 10px;
}
.pb_12{
	padding-bottom: 12px;
}
.pb_14{
	padding-bottom: 14px;
}
.pb_15{
	padding-bottom: 15px;
}
.pb_16{
	padding-bottom: 16px;
}
.pb_18{
	padding-bottom: 18px;
}
.pb_20{
	padding-bottom: 20px;
}
.pb_22{
	padding-bottom: 22px;
}
.pb_25{
	padding-bottom: 25px;
}
.pb_30{
	padding-bottom: 30px;
}
.pb_35{
	padding-bottom: 35px;
}
.pb_40{
	padding-bottom: 40px;
}
.pb_45{
	padding-bottom: 45px;
}
.pb_50{
	padding-bottom: 50px;
}
.pb_55{
	padding-bottom: 55px;
}
.pb_60{
	padding-bottom: 60px;
}
.pb_70{
	padding-bottom: 70px;
}
.pb_80{
	padding-bottom: 80px;
}
.pb_100{
	padding-bottom: 100px;
}
.pb_120{
	padding-bottom: 120px;
}
.pb_140{
	padding-bottom: 140px;
}
.pb_160{
	padding-bottom: 160px;
}
.pb_200{
	padding-bottom: 200px;
}
.pb_250{
	padding-bottom: 250px;
}

/*--------------------------------------------------------------
パディングライト
--------------------------------------------------------------*/
.pr_0{
	padding-right: 0;
}
.pr_2{
	padding-right: 2px;
}
.pr_3{
	padding-right: 3px;
}
.pr_4{
	padding-right: 4px;
}
.pr_5{
	padding-right: 5px;
}
.pr_6{
	padding-right: 6px;
}
.pr_7{
	padding-right: 7px;
}
.pr_8{
	padding-right: 8px;
}
.pr_10{
	padding-right: 10px;
}
.pr_12{
	padding-right: 12px;
}
.pr_14{
	padding-right: 14px;
}
.pr_16{
	padding-right: 16px;
}
.pr_20{
	padding-right: 20px;
}

/*--------------------------------------------------------------
パディングレフト
--------------------------------------------------------------*/
.pl_0{
	padding-left: 0;
}
.pl_2{
	padding-left: 2px;
}
.pl_3{
	padding-left: 3px;
}
.pl_4{
	padding-left: 4px;
}
.pl_5{
	padding-left: 5px;
}
.pl_6{
	padding-left: 6px;
}
.pl_7{
	padding-left: 7px;
}
.pl_8{
	padding-left: 8px;
}
.pl_12{
	padding-left: 12px;
}
.pl_14{
	padding-left: 14px;
}
.pl_16{
	padding-left: 16px;
}
.pl_20{
	padding-left: 20px;
}
/*--------------------------------------------------------------
バックグラウンドカラー
--------------------------------------------------------------*/
.bg_ffffff{
	background-color: #ffffff;
}
.bg_faf9f4{
	background-color: #faf9f4;
}
.bg_fdfdfd{
	background-color: #FDFDFD;
}
/*--------------------------------------------------------------
角を丸くする　ラディアス（半径）
--------------------------------------------------------------*/
.radius_5{
	border-radius: 5px;
}




/*-------------------------------------------------------------
「クロムエルシェイクとは」の部位のフォント
--------------------------------------------------------------*/
.Yu_Mincho{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
}
.c_font_01{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #333333; 
	font-weight: 400;
	font-size: 17px;
	line-height: 2;
	text-align: left;
}
.c_font_02{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #3e3e3e; 
	font-size: 17px;
	font-weight: bold;
}
.c_font_03{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #3e3e3e; 
	font-size: 16px;
	font-weight: bold;
}
.c_font_04{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #3e3e3e; 
	font-weight: 400;
	font-size: 20px;
	line-height: 2;
	text-align: left;
}
.c_font_05{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #3e3e3e; 
	font-weight: 400;
	font-size: 22px;
	line-height: 2;
	text-align: left;
}
.c_font_04sp{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #3e3e3e; 
	font-weight: 400;
	font-size: 17px;
	line-height: 2;
	text-align: left;
}
.c_font_04_fff{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #ffffff; 
	font-weight: 400;
	font-size: 20px;
	line-height: 1.8;
}
.c_font_04sp_fff{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; 
	color: #ffffff; 
	font-weight: 400;
	font-size: 17px;
	line-height: 1.8;
}
/*--------------------------------------------------------------
スマホとPCの指示の違いの読込  ( ↓ PC )
--------------------------------------------------------------*/
.for_pc{
		display: none;
	}

.for_sp{
		display: block;
	}


@media screen and (min-width:1024px) {
/*-------------------------------------------------------------
セクションのマージン  PS
-------------------------------------------------------------*/
section{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}	
	
.bg-switcher {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	padding: 0;
	}
.for_pc{
		display: block;
	}

.for_sp{
		display: none;
	}
	}
	
