@charset "UTF-8";

/**
 *
 * レイアウト、共通コンテンツ
 *
**/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');


/**
 * ラッパー
**/
#wrapper {
  position: relative;
	overflow: hidden;
}



/**
 * ヘッダー
**/

#header {
  width: 100%;
  height: 80px;
  text-align: left;
  /*position: relative;*/
  z-index: 1000;
  background: #fff;
  border-bottom: 2px solid #16b000;
  position: fixed;
}
#header .inner {
	margin: 0 0 0 0;
	width: 100%;
	height: 80px;
	text-align: left;
	position: relative;
}
#header img {
	width: 100%;
	height: auto;
	display: block;
}
#header .logo {
  width: 278px;
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 1;
}
@media only screen and (min-width: 851px) and (max-width: 1180px) {
  #header .logo {
    width: 208px;
    position: absolute;
    top: 25px;
    left: 12px;
    z-index: 1;
  }
}
@media only screen and (max-width: 850px) {
  #header {
    width: 100%;
    height: 60px;
    text-align: left;
    z-index: 1;
  }
  #header .inner {
    margin: 0 0 0 0;
    width: 100%;
    height: 60px;
    text-align: left;
    position: relative;
  }
  #header img {
    width: 100%;
    height: auto;
    display: block;
  }
  #header .logo {
    width: 140px;
    position: absolute;
    top: 22px;
    left: 15px;
    z-index: 1;
  }
  .openbtn {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 0;
    z-index: 3;
    transition: all .4s;
    transform-origin: center center;
  }
  .openbtn.active {
  transform: rotate(-180deg);
  }
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    background: #16b000;
    left: 12px;
    height: 2px;
    width: 30px;
  }
  .openbtn span:nth-of-type(1) {
    top: 8px; 
  }
  .openbtn span:nth-of-type(2) {
    top: 18px;
  }
  .openbtn span:nth-of-type(3) {
    top: 28px;
  }
  .openbtn div {
	font-size: 10px;
	font-weight: bold;
    text-align: center;	
	width: 100%;
    position: absolute;
    bottom: 0;
  }
	
  .openbtn.active span:nth-of-type(1) {
    top: 25px;
    left: 12px;
    transform: rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
    top: 25px;
    left: 12px;
    transform: rotate(45deg);
  }
  .openbtn.active div { display: none; }
	
}


/**
 * ナビゲーション
**/
#navi {
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
#navi ul {
  display: flex;
}
#navi ul li {
  line-height: 1.2em;
  font-size: 16px;
  color: #231815;
}
#navi ul li a {
  padding: 0 15px;
  height: 80px;
  line-height: 1.2em;
  font-size: 16px;
  color: #231815;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration:none!important;
}
#navi ul li a:hover {
  text-decoration: underline;
}
#navi ul li.contact a {
  padding: 0 45px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #fa9b1d;
  border-bottom: 2px solid #16b000;
  text-decoration: none;
}
#navi ul li.contact a:has(span) {
  line-height: 1.3em;
  font-size: 16px; 
  display: flex;
}
#navi ul li.contact a span {
    color: #fa9b1d;
    background: #fff;
    font-size: 13px;
    line-height: 1.0em;
    padding: 0.25em 0.75em;
    border-radius: 50px;
    margin-bottom: 3px;
}
@media only screen and (min-width: 851px) and (max-width: 1180px) {
  #navi {
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #navi ul {
    display: flex;
  }
  #navi ul li {
    line-height: 1.2em;
    font-size: 16px;
    color: #231815;
  }
  #navi ul li a {
    padding: 0 5px;
    height: 80px;
    line-height: 1.2em;
    font-size: 14px;
    color: #231815;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #navi ul li a:hover {
    text-decoration: underline;
  }
  #navi ul li.contact a {
    padding: 0 10px;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #16b000;
    text-decoration: none;
  }
}
@media only screen and (max-width: 850px) {
  #navi {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
  }
  #navi ul {
    display: flex;
    flex-wrap: wrap;
  }
  #navi ul li {
    width: 100%;
    line-height: 1.2em;
    font-size: 12px;
    background: #fff;
    border-top: 1px solid #ddd;
    color: #231815;
  }
  #navi ul li a {
    padding: 15px;
    height: auto;
    line-height: 1.2em;
    font-size: 16px;
    color: #231815;
    text-decoration: none;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #navi ul li a:hover {
    text-decoration: underline;
  }
  #navi ul li.contact a {
    padding: 15px;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    /*background: #16b000;*/
    background: #fa9b1d;
    text-decoration: none;
  }
}


/**
 * メインイメージ
**/
#main_image {
  padding: 0 0 30px 0;
  width: 100%;
  background: #f5f5f5;
  /*position: relative;*/
  margin-top: 80px;
  position: static;
}
#main_image img {
  width: 100%;
  height: auto;
  display: block;
}
#main_image .image_box {
  padding: 0 0 0 0;
  width: 100%;
  height: 700px;
  /*background: url("../images/main_image_01.png?v=20250108") no-repeat center bottom;*/
  background: url("../images/main_image_02.png?v=250328") no-repeat center bottom;
  background-size: cover;
  position: relative;
}
#main_image .image_box .inner {
  margin: 0 auto 0 auto;
  padding: 110px 0 0 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
  position: relative;
}
#main_image .image_box .inner h2 {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  max-width: 600px;
}

#main_image .image_box .main_bnr_wrap {
    position: absolute;
    top: 3.5em;
    right: 0;
}
#main_image .image_box .main_bnr_wrap a { display: block; }
#main_image .image_box .main_bnr_wrap a + a {
    margin-top: 20px;
}

#main_image .search {
  margin: 0 0 0 10px;
  padding: 0 0 290px 0;
  display: flex;
}
#main_image .search .parts {

}
#main_image .search .batu {
  margin: 0 13px;
  padding: 17px 0 0 0;
  width: 26px;
}
#main_image .search .btn {
  margin: 0 0 0 13px;
  padding: 0px 0 0 0;
  width: 160px;
  min-width: inherit;
  height: 60px;
  color: #ffffff;
  background: #16b000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  border: none;
  box-sizing: border-box;
  border-radius: 90px;
  -webkit-appearance: none;
}
#main_image .search .btn:hover {
    opacity: 0.8;
    transition: 0.2s;
}
#main_image .search .select {}
#main_image .search .select select {
	margin: 0 0 0 0;
	padding: 0 30px 0 10px;
  min-width: 200px;
	height: 60px;
	line-height: 58px;
	font-size: 16px;
	cursor: pointer;
  color: #1a0004;
	background: #ffffff url("../images/arrow_02.png") no-repeat right 13px center;
  background-size: 16px auto;
	border: 1px solid #86878d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#main_image .search .select select::-ms-expand {
    display: none;
}

/* slider_box */
.slider_box {
  margin: -200px auto 0 auto;
  padding: 0 0 10px 0;
  width: 91.6%;
  max-width: 1180px;
  text-align: left;
  position: relative;
}
.pickup {
    background: #f5f5f5;
    padding: 0 0 2em;
}
.pickup .slider_box {
    margin: -17em auto 0;
}

.slider_box .head {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.slider_box .head .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: bold;
  font-family: 'EB Garamond';
  background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.slider_box .head h3 {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #1a0004;
  letter-spacing: 5px;
}
.slider_box .item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.slider_box .item a {
  margin: 15px 8px 15px;
  line-height: 1.6em;
  font-size: 14px;
  color: #000000;
  display: block;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.slider_box .item a .image {
  margin: 0 0 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.slider_box .item a .image img {
  width: 100%;
  display: block;
}
.slider_box .item a .image .cat {
  padding: 5px 10px;
  max-width: 180px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider_box .item a .title_wrap {
  padding: 0 15px 10px;
}
.slider_box .item a .title_wrap .title {
  padding: 0 0 0;
  color: #16b000;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: bold;
  display: inline;
}
.slider_box .item a .title_wrap .new {
    color: #fff;
    background: #16b000;
    padding: 0.15em 0.5em;
    margin-right: 0.5em;
    font-size: 12px;
    display: inline-block;
}
.slider_box .item a .title_wrap + p {
  padding: 0 15px 10px 15px;
}
@media only screen and (max-width: 850px) {
  #main_image {
    padding: 0 0 30px 0;
    width: 100%;
    background: #f5f5f5;
    position: relative;
	margin-top: 60px;
  }
  #main_image:has(#mv_slider) {
    padding: 0 0 0 0;
    height: calc(70vw + 80px);
  }
    
  #main_image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #main_image .image_box {
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    background: url("../images/main_image_01.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
  }
  #main_image .image_box.bg_gray_sp {
	background: url("../images/main_image_01_sp.png") no-repeat center center;
	background-size: cover;
  }
  #main_image .image_box .inner {
    margin: 0 auto 0 auto;
    padding: 30px 0 0 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
  }
  #main_image .image_box.bg_gray_sp .inner {
	padding: 30px 2.5vw 0;
	background: rgba(255,255,255,.6);
	width: 100%
  }
  #main_image .image_box .inner h2 {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    max-width: 700px;
  }
	
  #main_image .image_box .main_bnr_wrap { display: none; }
	
  #main_image .search {
    margin: 0 0 0 10px;
    padding: 0 0 100px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #main_image .image_box.bg_gray_sp .inner .search {
	padding: 0 0 30px;
	margin: 0 0 0;
  }
  #main_image .search .parts {
    width: 100%;
  }
  #main_image .search .batu {
    margin: 0 calc( 50% - 13px );
    padding: 17px 0 17px 0;
    width: 26px;
  }
  #main_image .search .btn {
    margin: 25px auto 0;
    padding: 0px 0 0 0;
    width: 160px;
    height: 50px;
    color: #ffffff;
    background: #16b000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    border: none;
    box-sizing: border-box;
    border-radius: 90px;
    -webkit-appearance: none;
    display: block;
  }
  #main_image .search .select {
  }
  #main_image .search .select select {
    margin: 0 0 0 0;
    padding: 0 30px 0 10px;
    width: 100%;
    min-width: 0px;
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    cursor: pointer;
    color: #1a0004;
    background: #ffffff url("../images/arrow_02.png") no-repeat right 13px center;
    background-size: 16px auto;
    border: 1px solid #86878d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #main_image.bg_gray_sp .search .select select {
	height: 50px;
	line-height: 48px;
  }
  #main_image .search .select select::-ms-expand {
      display: none;
  }
  
  .slider_box {
    margin: 30px auto 0 auto;
    padding: 0 0 10px 0;
    width: 91.6%;
    max-width: 1180px;
    text-align: left;
    position: relative;
  }
  .pickup { padding: 1em 0 0.5em; }
  .pickup .slider_box {
    margin: 0 auto;
    padding: 0 0 0;
  }
    
  .slider_box .head {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .slider_box .head .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.0em;
    font-size: 18px;
    font-weight: bold;
    font-family: 'EB Garamond';
    background: linear-gradient(90deg, #18b00c 0%, #81cffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .slider_box .head h3 {
    margin: 0 0 10px;
    padding: 0 0 0;
    line-height: 1.2em;
    font-size: 5.75vw;
    font-weight: bold;
    color: #1a0004;
    letter-spacing: 5px;
  }
  .slider_box .item {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .slider_box .item a {
    margin: 15px 8px 15px;
    line-height: 1.6em;
    font-size: 14px;
    color: #000000;
    display: block;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  .ver_2508 .slider_box .item a {
    margin: 5px 15px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
    
  .slider_box .item a .image {
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .slider_box .item a .image img {
    width: 100%;
    display: block;
  }
  .slider_box .item a .image .cat {
    padding: 5px 10px;
    width: fit-content;
    background: #000;
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .slider_box .item a p {
    padding: 0 15px 10px 15px;
  }
  .slider_box .item a p.tit {
    padding: 0 15px 10px 15px;
    color: #16b000;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: bold;
  }

	
  /* 2024/10 スマホMVレイアウト変更 */
  /* ------------------------------ */
  #main_image .ver_202410 {
	background: #fff;
  }
  #main_image .ver_202410 .inner {
	margin: 0 0;
	padding: 0 0;
	width: 100%;
  }
  #main_image .ver_202410 .mv_catch {
	padding: 20px 3vw;
	background: url("../images/mv_back_sp.png?v=241017") no-repeat right bottom;
	background-size: cover;
  }
  #main_image .ver_202410.test .mv_catch {
	height: auto;
	padding: 20px 2vw;
  }
  #main_image .ver_202410 .inner h2 {
    margin: 0 0 10px;
    padding: 0 0;
    width: 66%;
  }
  #main_image .ver_202410 .mv_catch_text {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
	
  #main_image .ver_202410 .mv_reason_wrap {
	width: 100%;
	margin-top: 1.0em;
	padding: 0 0;
	background: none;
	border-radius: 0;
  }
	
  #main_image .mv_reason_title {}
  #main_image .reason_list {
	margin-top: 5px;
	overflow: hidden;
  }
  #main_image .reason_list li {
	font-size: 3.25vw;
	color: #fff;
	margin-top: 2.5em;
	padding: 5px 0.5em;
	background: linear-gradient(90deg,#18b00c 0%,#81cffc 80%);
	position: relative;
  }
  #main_image .reason_list li::before {
	content: "";
	width: 9vw;
	height: 7.0vw;
	display: inline-block;
	position: absolute;
	left: 0;
  }
  #main_image .reason_list li:nth-child(1)::before {
	background: url("../images/mv_num_01.png") no-repeat;
	background-size: contain;
	background-position: left bottom;
	top: -7vw;
  }
  #main_image .reason_list li:nth-child(2)::before {
	background: url("../images/mv_num_02.png") no-repeat;
	background-size: contain;
	background-position: left bottom;
	top: -7vw;
  }
  #main_image .reason_list li:nth-child(3)::before {
	background: url("../images/mv_num_03.png") no-repeat;
	background-size: contain;
	background-position: left bottom;
	top: -5.75vw;
  }
	
  #main_image .ver_202410 form {
    padding: 2.75vw 2.5vw;
    background: #81cffc;
  }
  #main_image .ver_202410 .inner .search {
    margin: 0 0;
    padding: 0 0;
	align-items: center;
  }
  #main_image .ver_202410 .inner .search .parts {
    /*width: calc((100% - 40px) / 2);*/
    width: 35vw;
  }
  #main_image .ver_202410 .inner .search .parts:last-child { 
    width: calc(100% - (73vw + 25px));
    margin-left: 3vw;
  }
  #main_image .ver_202410 .inner .search .batu {
    margin: 0 5px;
    padding: 0 0;
    width: 15px;
  }
  #main_image .ver_202410 .inner .search .batu img { width: 100%; }
    
  #main_image .ver_202410 .inner .search .select select {
	background: #fff url(../images/arrow_02.png) no-repeat right 8px center;
	background-size: 13px auto;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
  }
  /* Safari (ただし、iOSのChromeにも適用される) */
  _::-webkit-full-page-media, _:future,
  :root #main_image .ver_202410 .inner .search .select select {
    font-size: 16px;
  }
	
  #main_image .ver_202410 .inner .search .btn {
    margin: 0 0 0;
    padding: 0 0.75em;
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
  }
	
}



/* -------------------------------------------- */
/* 2025/08 メインビジュアルスライダー実装 */

/* スライド（背景画像、テキスト）部分 */
#mv_slider {}
#mv_slider .item {
    height: 700px;
    position: relative;
}
#mv_slider .item.mv_slider_1 {
    background: url(../images/main_image_05.jpg) no-repeat center center;
    background-size: cover;
}
#mv_slider .item.mv_slider_2 {
    background: url(../images/main_image_03.jpg) no-repeat center center;
    background-size: cover;
}

#mv_slider .item.mv_slider_2_2 {
    background: url(../images/main_image_02_2.jpg) no-repeat center center;
    background-size: cover;
}
#mv_slider .item.mv_slider_2_3 {
    background: url(../images/main_image_02_3.jpg) no-repeat center center;
    background-size: cover;
}

#mv_slider .item.mv_slider_3 {
    background: url(../images/main_image_04.jpg) no-repeat center center;
    background-size: cover;
}

#mv_slider .item .inner {
    width: 91.6%;
    max-width: 1180px;
    padding: 5em 0 0;
    margin: 0 auto;
    position: relative;
}
#mv_slider .item.mv_slider_2 .inner {
    padding: 7em 0 0;
}

#mv_slider .item .catch {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.6em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-shadow: 3px 2px 5px #fff, 0px -3px 3px #fff, -3px 3px 5px #fff, 0px -3px 5px #fff;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#mv_slider .item .catch p {
    font-size: 20px;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-shadow: 3px 2px 5px #fff, 0px -3px 3px #fff, -3px 3px 5px #fff, 0px -3px 5px #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
}
#mv_slider .item .catch .mv_logo {
    margin-top: 20px;
    max-width: 380px;
}
@media only screen and (max-width: 850px) {
    
    #mv_slider .item { height: 75vw; }
    #mv_slider .item .inner {
        width: 100%;
        height: 100%;
        padding: 1.5em 3vw;
        /*background: rgba(255, 255, 255, 0.5);*/
    }
    #mv_slider .item.mv_slider_2 .inner {
        padding: 2em 3vw;
    }
    #mv_slider .item.mv_slider_3 .inner {
        padding: 2em 3vw;
    }
    
    #mv_slider .item.mv_slider_1 {
        background: url(../images/main_image_sp05.jpg) no-repeat right 80%;
        background-size: cover;
    }
    #mv_slider .item.mv_slider_2 {
        background: url(../images/main_image_sp03.png) no-repeat center bottom;
        background-size: cover;
    }
    
    #mv_slider .item.mv_slider_2_2 {
        background: url(../images/main_image_sp02_2.jpg) no-repeat center center;
        background-size: cover;
    }
    #mv_slider .item.mv_slider_2_3 {
        background: url(../images/main_image_sp02_3.jpg) no-repeat center center;
        background-size: cover;
    }
    
    #mv_slider .item.mv_slider_3 {
        background: url(../images/main_image_sp04.png) no-repeat center bottom;
        background-size: cover;
    }
    
    #mv_slider .item .catch {
        font-size: 4.0vw;
    }
    #mv_slider .item .catch p {
        font-size: 3.25vw;
        letter-spacing: 0.05em;
    }
    #mv_slider .item .catch .mv_logo {
        margin-top: 10px;
        width: 55%;
    }
}

.mv_point {
    width: fit-content;
    margin: 20px 0 0;
}
.mv_point li {
    font-size: 21px;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-shadow: 3px 2px 5px #fff, 0px -3px 3px #fff, -3px 3px 5px #fff, 0px -3px 5px #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mv_point li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/i_check.png) no-repeat center center;
    background-size: cover;
    margin-right: 0.5em;
}
.mv_point li + li { margin-top: 10px; }

@media only screen and (max-width: 850px) {
    .mv_point {
        margin: 10px 0 0;
    }
    .mv_point li { font-size: 13px; }
    .mv_point li::before {
        width: 13px;
        height: 13px;
    }
    .mv_point li + li { margin-top: 5px; }
}


#mv_conteiner { width: 100%; }
#mv_conteiner .main_bnr_wrap {
    position: absolute;
    top: calc(80px + 3em);
    right: calc((100vw - 1180px) / 2);
    z-index: 1;
}
#mv_conteiner .main_bnr_wrap a {
    width: 280px;
    height: auto;
    display: block;
}
#mv_conteiner .main_bnr_wrap a + a {
    margin-top: 20px;
}
@media only screen and (max-width: 850px) {
    #mv_conteiner {
        width: 100%;
        padding-top: 70vw;
        position: absolute;
        top: 0;
    }
    #mv_conteiner .main_bnr_wrap {
        width: 100%;
        padding: 0 2.5vw 15px;
        margin-top: -20vw;
        position: static;
    }
    #mv_conteiner .main_bnr_wrap a {
        margin-left: 8px;
        margin-right: 8px;
    }
    #mv_conteiner .main_bnr_wrap a + a {
        margin-top: 0;
    }
}


#mv_conteiner form {
    position: absolute;
    top: 28em;
    left: calc((100vw - 1180px) / 2);
}
#mv_conteiner .search {
    margin: 0 0;
    padding: 0 0 0;
}
@media only screen and (max-width: 850px) {
    #mv_conteiner form {
        position: static;
        padding: 2.75vw 2.5vw;
        background: #81cffc;
    }
    #mv_conteiner .search { align-items: center; }
    #mv_conteiner .search .parts { width: 35vw; }
    /* 探すボタン指定 */
    #mv_conteiner .search .parts:last-child {
        width: calc(100% - (73vw + 25px));
        margin-left: 3vw;
    }
    #mv_conteiner .search .btn {
        margin: 0 0 0;
        padding: 0 0.75em;
        width: 100%;
        font-size: 15px;
        white-space: nowrap;
    }
    
    #mv_conteiner .search .batu {
        margin: 0 5px;
        padding: 0 0;
        width: 15px;
    }
    #mv_conteiner .search .batu img { width: 100%; }
    
    
    
}



/**
 * content
**/
#content {
  text-align: center;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 850px) {
  #content {
    text-align: center;
    box-sizing: border-box;
    display: block;
  }
}

/**
 * フッター
**/
#footer {
  overflow: hidden;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .inner {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-family: 'Noto Sans JP';
  overflow: hidden;
}

#footer_links {
    padding: 20px 0;
    background: #231815;
    overflow: hidden;
}
#footer_links > div {
    margin: 0 auto;
    padding: 0 0;
    width: 91.6%;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
}

#footer .footer_navi {
    text-align: center;
    background: #231815;
    margin-bottom: 1em;
    overflow: hidden;
}
#footer .footer_navi li {
  margin: 0 0 0 0;
  padding: 0 8px;
  display: inline-block;
}
#footer .footer_navi li a {
  line-height: 1.2em;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

#footer .footer_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2em;
}
#footer .footer_sns li a {
    width: 40px;
    display: block;
}

#footer .logo {
  margin: 25px auto 26px auto;
  width: 280px;
}
#footer .copyright {
  padding: 10px 0;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 12px;
  background: #16b000;
  display: block;
}
@media only screen and (max-width: 850px) {
  #footer {
    overflow: hidden;
  }
  #footer img {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer .inner {
  }
    
  #footer .footer_navi {
  }
  #footer .footer_navi li {
  }
  #footer .footer_navi li a {
    font-size: 12px;
  }
    
  #footer .logo {
    margin: 25px auto 26px auto;
    width: 240px;
  }
    
  #footer .copyright {
    padding: 10px 0;
    color: #ffffff;
    line-height: 1.2em;
    font-size: 10px;
    background: #16b000;
    display: block;
  }
}



.logo_box {
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_box .logo {  margin: 0 1.5em; }
.logo_box .logo img {
	width: 100%;
	height: 80px;
	object-fit: contain;
}
.logo_box .logo.size_m img {
    height: 48px;
}

@media only screen and (min-width: 851px) and (max-width: 1180px) {

}
@media only screen and (max-width: 850px) {
	.logo_box {
	  padding: 30px 0;
	}
	.logo_box .logo { margin: 0 1.0em; }
	.logo_box .logo img {
		height: 60px;
	}
}
