@charset "utf-8";
/* CSS Document */
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  background: transparent;
}
#common main, #default main {
  padding: 0;
  margin-top: -100px;
  box-shadow: none;
}
#common main {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
}

#serie_common main{
  padding: 0;
  margin-top: -100px;
  box-shadow: none;
}
#serie_common main {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
}

#locator {
  display: none;
}
#onepoint {
  margin-top: 140px;
  padding-top: -50px;
}
.inner {
  width: 100%;
  max-width: 1120px;
}
li {
  list-style: none;
}
.inner {
  padding: 20px 0
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
/*------------------------------------------------*/
/*------------------main_visual-------------------*/
/*------------------------------------------------*/
.main_visual {
  width: 100%;
  max-width: 1200px;
  margin: 240px auto 0;
  height: auto;
  background: url("../image/oyama_mv_back.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.inner_0 {
  width: 1000px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.catchcopy_00{
  margin-top:4em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.28em;
  color: #2d2d2d;
  font-size: 1em;
}
.catchcopy_01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: calc(40% - 0.5em);
  text-align: center;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}
.mv_cover_00 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*padding-top: calc(var(--vh, 1vh) * 26);*/
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: space-between;
}
.catch_copy {
  width: 80%;
  display: contents;
  margin: 0 auto;
}
.catch_img_01 {
  width: 70%;
}

/*------------------------------------------------*/
/*-----------------------btn----------------------*/
/*------------------------------------------------*/

ruby[data-ruby] {
    position: relative;
}
ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: -2em;
    top: -1.2em;
    right: -2em;
    text-align: center;
    font-size: .6em;
}
.sub_01{
	vertical-align: sub;
    font-size: smaller;
}
/*------------------------------------------------*/
/*-------------------section_1--------------------*/
/*------------------------------------------------*/
.section_1 {
  width: 100%;
  height: auto;
}
.bloc_cover_01 {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.title_cover_01{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}
.title_01_img {
  width: 382px; 
  text-align: center;
}
.title_01{
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.title_01::before {
  content: '';
  display: inline-block;
  background-image: url("../image/oyama_title_01_sab_accessory_00.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 212px;
  height: 50px;
  padding-right: 0.6em;
}
.title_01::after {
  content: '';
  display: inline-block;
  background-image: url("../image/oyama_title_01_sab_accessory_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 212px;
  height: 50px;
  padding-right: 0.6em;
}
.content_01_img{
  width: 38%;
}
.content_01_cover_01{
  width: 85%;
  margin: 3em auto 2em;
  text-align: center;
}
.message_01 {
  color: #4c4c4c;
  font-weight: bold;
  letter-spacing: 0.38em;
  font-size: 1em;
  text-align: center;
}

/*------------------------------------------------*/
/*-------------------section_2--------------------*/
/*------------------------------------------------*/

.section_2::before {
  content: '';
  display: inline-block;
  background: url("../image/oyama_bk_02_accessory_00.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -4em;
  width: 100%;
  height: 100px;
}
.section_2::after {
  content: '';
  display: inline-block;
  background: url("../image/oyama_bk_02_accessory_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -4em;
  width: 100%;
  height: 100px;
}
.section_2 {
  width: 100%;
  height: 100%;
  background: #fff3f3;
  position: relative;
  clear: both;
}
.bloc_cover_02 {
  max-width: 1200px;
  width: 1200px;
  margin: 120px auto;
  padding: 100px 0;
  text-align: center;
}
.title_02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  letter-spacing: 0.18em;
}
.title_02_img {
  width: 224px;
  text-align: center;
}
.message_02 {
  color: #4c4c4c;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1em;
  text-decoration: underline;
  width: 200px;
}
.product_cover_02{
  width: 70%;
  height: auto;
  margin: 3em auto 0;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1em;
}
.product_02{
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  flex-direction: column;
  align-items:center;
}
.product_item_02_00{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}
.item_cover_02_00{
  width: 420px;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1em;
  background-image: url("../image/oyama_title_02_sab_bk_00.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.item_cover_02_02{
  width: 640px;;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1em;
  background-image: url("../image/oyama_title_02_sab_bk_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.item_02_bloc_00{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.item_02_img_00{
  width: 100%;
}
.title_02_sab_img_00{
  width: 148px;
}
.title_02_sab_img_01{
  width: 270px;
}
.title_02_sab_img_02{
  width: 215px;
}
.item_02_size_00{
  width: 145px;
}
.item_02_size_01{
  width: 161px;
}
.item_02_size_02{
  width: 178px;
}
.item_02_size_03{
  width: 121px;
}
.item_02_size_04{
  width: 136px;
}
.item_02_size_05{
  width: 167px;
}
.item_02_size_06{
  width: 143px;
}

/*------------------------------------------------*/
/*-------------------section_3--------------------*/
/*------------------------------------------------*/

.section_3 {
  width: 100%;
  height: auto;
}
.bloc_cover_03 {
  max-width: 1200px;
  width: 1200px;
  margin: 120px auto 100px;
  text-align: center;
  font-weight: bold;
}
.title_03_img{
  width: 310px;
}
.title_03 {
  margin-bottom: 1em;
  vertical-align: middle;
  letter-spacing: 0.18em;
}
.message_03 {
  color: #4c4c4c;
  font-weight: bold;
  letter-spacing: 0.24em;
  font-size: 1em;
}
.box_list_cover_03 {
  width: 600px;
  height: auto;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  frex-direction: row;
  gap: 20px 0;
  margin-top: 40px;
}
.box_list_03 {
  flex-basis: 100%;
  background: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  border: solid 1px #4ec3e0;
}
.box_list_03_01{
  text-align: right;
  flex: auto;
  -webkit-flex: auto;
}
.box_title_03 {
  background: #4ec3e0;
  padding: 14px 0;
  color: #fff;
  font-size: 1.2em;
}
.box_comment_03{
  background: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 4em;
}
.content_03_accessory{
  width: 80%;
  margin: 0 auto;
}
.content_03_img{
  width: 100%;
}

/*------------------------------------------------*/
/*-------------------section_4--------------------*/
/*------------------------------------------------*/
.section_4 {
  width: 100%;
  height: 100%;
}
.bloc_cover_04 {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto 120px;
  font-weight: bold;
  text-align: center;
}
.bloc_area_04 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.title_04_img{
  width: 360px;
}
.title_04 {
  vertical-align: middle;
  letter-spacing: 0.18em;
}
.button_01 {
  width: 360px;
  height: 74px;
  display: flex;
  /*-webkit-display: flex;*/
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #4ec3e0;
  text-align: center;
  position: relative;
  clear: both;
  cursor: pointer;
  box-shadow: 8px 8px #4ec3e0;
}
.button_01 a {
  line-height: 1.5;
  color: #4ec3e0;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.2em;
  display: block;
  padding: 1.4em 6.2em;
}
.button_01:hover {
  opacity: 0.6;
}
.button_01 a::after {
  content: '';
  display: inline-block;
  vertical-align: sub;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4ec3e0;
  border-right: 1px solid #4ec3e0;
  transform: rotate(45deg);
  position: absolute;
  right: 34px;
  top: 30px;
}
.message_04 {
  color: #4c4c4c;
  font-weight: bold;
  letter-spacing: 0.38em;
  font-size: 1.2em;
}
.message_area_04 {
  width: 100%;
  height: auto;
  flex-basis: 640px;
  /*text-align: left;*/
  margin: 20px auto 30px;
  font-weight: bold;
  letter-spacing: 0.28em;
  color: #4c4c4c;
　display: flex;
　-webkit-display: flex;
　flex-direction: column;
　align-items: center;
　justify-content: center;
}
.nocoo_logo_area_04{
  width: 30%;
}
.nocoo_img_01 {
  width: 100%;
}
.button_04 {
  width: 480px;
  height: 74px;
  margin: 0 auto;
  background: #00A464;
  border-radius: 60px;
  text-align: center;
  position: relative;
  clear: both;
  cursor: pointer;
}
.button_04:hover {
  opacity: 0.6;
}
.button_04 a {
　display: block;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.2em;
  padding: 1.4em 6.2em;
}
.button_04 a::after {
  content: '';
  display: inline-block;
  background-image: url("../image/oyama_title_05_icon_00.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 34px;
  top: 28px;
}
.color_04 {
  color: #00A464;
}
.space_nocoo_04{
  margin-bottom: 3em;
  text-align: left;
}

/*------------------------------------------------*/
/*-------------------section_5--------------------*/
/*------------------------------------------------*/

.section_5::before {
  content: '';
  display: inline-block;
  background: url("../image/oyama_bk_05_accessory_00.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -4em;
  width: 100%;
  height: 100px;
}
.section_5::after {
  content: '';
  display: inline-block;
  background: url("../image/oyama_bk_05_accessory_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -4em;
  width: 100%;
  height: 100px;
}
.section_5 {
  width: 100%;
  height: auto;
  background: #f0ffd2;
  position: relative;
  clear: both;
}
.bloc_cover_05 {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  padding: 6% 0;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.title_05 {
  text-align: center;
  vertical-align: middle;
}
.title_05 {
  margin: 0 auto 1em;
  letter-spacing: 0.18em;
}
.bloc_area_05{
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.oyama_map_05{
  width: 100%;
  flex-basis: 351px;
  margin: 0 auto;
}
.message_05 {
  color: #4c4c4c;
  font-weight: bold;
  letter-spacing: 0.38em;
  font-size: 1.2em;
}
.message_area_05 {
  flex-basis: 640px;
  text-align: left;
  margin: 20px auto 30px;
  font-weight: bold;
  letter-spacing: 0.28em;
  color: #4c4c4c;
}
.title_05_img{
  width: 538px;
}
.button_05 {
  width: 360px;
  height: 74px;
  margin: 0;
  background: #fff;
  border: solid 1px #c2d500;
  box-shadow: 8px 8px #c2d500;
  text-align: center;
  position: relative;
  clear: both;
  cursor: pointer;
}
.button_05:hover {
  opacity: 0.6;
}
.button_05 a {
  display: block;
  line-height: 1.5;
  color: #c2d500;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.2em;
  padding: 1.4em 6.2em;
}
.button_05 a::after {
  content: '';
  display: inline-block;
  background-image: url("../image/oyama_title_05_icon_00.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 34px;
  top: 28px;
}
/*------------------------------------------------*/
/*-------------------section_6--------------------*/
/*------------------------------------------------*/

.section_6 {
  width: 100%;
  height: 100%;
  margin: 8.5em auto 6em;
}
.bloc_cover_06 {
  width: 100%;
  height: auto;
  margin: 80px auto;
  text-align: center;
}
.bloc_area_06 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 60px 0 6em;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.28em;
  color: #4c4c4c;
}
.title_06 {
  width: 100%;
  margin: 0 auto;
  color: #009DE6;
  font-size: 2.4em;
  letter-spacing: 0.18em;
  display: flex;
  justify-content: center;
}
.title_06_img{
  width: 683px;
}
.content_06_img{
  width: 60%;
}
.space_cosmo_06, .space_cosmo_04 {
  margin-bottom: 1em;
}
.button_06 {
  width: 360px;
  height: 74px;
  margin: 0;
  background: #fff;
  border: solid 1px #ceb4a8;
  box-shadow: 8px 8px #ceb4a8;
  text-align: center;
  position: relative;
  clear: both;
  cursor: pointer;
}
.button_06:hover {
  opacity: 0.6;
}
.button_06 a {
  display: block;
  line-height: 1.5;
  color: #ceb4a8;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.2em;
  padding: 1.4em 4em;
}
.button_06 a::after {
  content: '';
  display: inline-block;
  background-image: url("../image/oyama_title_06_icon_00.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 34px;
  top: 28px;
}
.bloc_cover_07, .bloc_cover_08 {
  max-width: 1000px;
  width: 1000px;
}

/*------------------------------------------------*/
/*-------------------section_7--------------------*/
/*------------------------------------------------*/

.section_7_bk::before {
  content: '';
  display: inline-block;
  background: url("../image/oyama_bk_07_accessory_00.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -6em;
  width: 100%;
  height: 100px;
}
.section_7_bk::after {
  content: '';
  display: inline-block;
  background: url("../image/oyama_bk_07_accessory_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -6em;
  width: 100%;
  height: 100px;
}
.section_7_bk {
  width: 100%;
  height: calc(var(--vh, 1vh) * 80);
  background: #e9faff;
  position: relative;
  clear: both;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(var(--vh, 1vh) * 20);
}
.section_7{
  margin-bottom: 2em;
}
.bloc_cover_07 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 80px;
  z-index: 1;
}
.title_07 {
  width: 100%;
  height: auto;
  margin: 0 auto -3em;
  text-align: center;
}
.bloc_area_07 {
  max-width: 1000px;
  width: 870px;
  margin: 0 auto;
  padding: 8em 8em;
  background: #fff;
  box-shadow: 1.4em 1.4em #a7e4f9;
}
.title_07_img{
  width: 536px;
}
.line_07_img{
  width: 100%;
}
.sanipak_07_logo{
  text-align: right;
}
.content_07_img{
  width: 160px;
}
.comment_07 {
  font-weight: bold;
  color: #4c4c4c;
  letter-spacing: 0.28em;
  font-size: 1.0em;
}
.banner_07 {
  text-align: center;
  margin: 30px auto 0;
}

/*------------------------------------------------*/
/*----------------------footer--------------------*/
/*------------------------------------------------*/

.banner_bloc_01{
	margin-top: 16em;
}
.banner_capsule_01 {
  width: 20%;
  height: auto; 
  padding: 1.2em;
  background: #FFF;
  text-align: center;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}
.banner_area_01 {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  gap: 1.5em;
  padding: 4em 0;
}
.banner_img_00, .banner_img_01 {
  width: 50%;
  vertical-align: middle;
}

/*------------------------------------------------*/
/*----------------------pc_1150-------------------*/
/*------------------------------------------------*/

@media only screen and (max-width: 1200px){
  .bloc_cover_02 {
	max-width: 100%;
	width: 100%;
    padding: 4em;
    margin: 6em auto;
  }
  .product_cover_02{
	width: 100%;	
  }
  .banner_area_01{
	max-width: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .banner_capsule_01{
	width: 100%;
	margin-top: 0;
  }
  .section_7_bk{
	height: auto;
	margin-bottom: 0;
  }
  .bloc_cover_07{
	position: inherit;  
  }
  .banner_bloc_01{
	margin-top: 0;
 }
}

@media only screen and (max-width: 1150px) {
 .inner_0{
  width: 100%;
  height: auto;
  min-height: 80vh;
 }
 .main_visual {
  margin: 14em auto 0;
  background-size: contain;
}
 .catchcopy_01{
  position: absolute;
  top: calc(40% - 0.5em);	
}
}
@media only screen and (max-width: 1074px) {
  .main_visual {
    height: auto;
	margin: 10em auto 0;
	background-image: url(../image/oyama_mv_back_00.png);
    background-size: cover;
    background-position: center bottom;
  }
  .title_01::before,.title_01::after {
	width: 20%;
  }
  .mv_cover {
    height: auto;
    background-size: contain;
  }
 .catchcopy_00 {
    width: 94%;
	margin: 3em auto 0;
  }
  .title_01, .title_02, .title_03, .title_04,
  .title_05, .title_06, .title_07 {
    font-size: 24px;
    line-height: 1.4em;
  }
  
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  .bloc_cover_01 {
    padding: 6em 0;
  }
  .bloc_cover_02 {
    padding: 4em;
    margin: 6em auto;
  }
  .bloc_cover_03 {
    margin: 6em auto;
  }
  .bloc_cover_04 {
    padding: 6em 0;
  }
  .message_area_04{
	flex-basis: auto;
	display: flex;
    justify-content: center;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
  }
  .nocoo_logo_area_04{
	width: 60%;
  }
  .bloc_area_04 {
	margin: 3em auto 0;
	flex-direction: column;
  }
  .bloc_area_05{
	max-width: 100%;
	width: 100%;
	flex-direction: column;
  }
  .oyama_map_05{
	width: 40%;
	flex-basis: auto;
	order: 0;
  }
  .message_area_05{
	flex-basis: auto;
	order: 1;
  }
  .bloc_cover_06 {
    max-width: 100%;
    width: 100%;
  }
  .bloc_area_06 {
    width: 100%;
  }
  .product_cover_02{
	width: 100%;
	flex-direction: column;	
	gap: 3em;
  }
  .button_06 {
    margin: 0 auto;
  }
  .bloc_area_07 {
    max-width: 100%;
    width: 94%;
  }
  .bloc_cover_07{
	position: inherit;  
  }
  .section_7_bk{
	height: auto;  
  }
  .banner_capsule_01{
	margin: 0 auto;
  }
  .bloc_cover_01, .bloc_cover_02, .bloc_cover_03,
  .bloc_cover_04, .bloc_cover_05, .bloc_cover_06,.bloc_cover_07 {
    max-width: 100%;
    width: 94%;
  }
  .banner_area_01 {
    max-width: 100%;
    width: 94%;
    gap: 1.5em;
	flex-direction: column;
	align-items: center;
  }
  .inner {
    width: 94%;
  }
  .box_list_cover_03{
	gap:40px 0;	
  }	
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
@media only screen and (max-width: 834px) {
  .main_visual{
	margin: 10em auto 0;
	background-image: url(../image/oyama_mv_back_00.png);
    background-size: cover;
    background-position: center bottom;
  }
  .mv_cover_00{
	padding-top: calc(var(--vh, 1vh)* 26);
  }
}
@media (min-width: 835px) and (max-width: 1024px) {
   .inner_0 {
    width: 100%;
    height: calc(var(--vh, 1vh)* 60);
	position: inherit;
  }
 .mv_cover_00{
	/*padding-top: calc(var(--vh, 1vh)* 20);*/
  }
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
.inner_0{
	width: 94%;
	margin: 0 auto;
	height: calc(var(--vh, 1vh) * 70);
	}	
.mv_cover_00{
	width: 100%;
    padding-top: calc(var(--vh, 1vh)* 25);
	}
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@media (orientation: landscape) and (max-width: 767px){
.inner_0{
	height: calc(var(--vh, 1vh)* 100);
}
.mv_cover_00 {
	height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}	
.catchcopy_01{
	margin: 0 auto;
}	
.catchcopy_00{
	width: 94%;
	margin: 0 auto;
}
}
@media screen and (orientation: landscape) and (max-width: 1200px){
    /* 横向き表示のスタイルをここに記述 */
 .inner_0{
	/*height: calc(var(--vh, 1vh)* 100);*/
	min-height: 100vh;
	margin-bottom: 2em;
}
 .mv_cover_00 {
    /*height: calc(var(--vh, 1vh) * 100);*/
	padding-top: 0;
}
 .catchcopy_01{
	position: absolute;
    top: calc(30% - 0.5em);
 }
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@media only screen and (max-width: 765px) {
  .mv_cover_00{
	max-height: auto;
	height: 120vh;
    height: calc(var(--vh, 1vh) * 50);
  }
  .inner_0{
	height: 120vh;	
	height: calc(var(--vh, 1vh) * 80);	
	}
  .content_01_img{
	width: 100%;
  }
  .message_area_02 {
    text-align: left;
  }
  .box_list_cover_03 {
    gap: 6vh;
  }
  .bloc_cover_04 {
    flex-direction: column;
  }
  .bloc_area_04 {
	width: 100%;
    flex-basis: auto;
  }
  .bloc_area_06 {
	width: 94%;
    padding: 3em 0 0;
	  
  }
 .section_7 {
    margin-bottom: calc(var(--vh, 1vh)* 10);
 }
  .bloc_area_07{
	padding: 6em 4em 4em;  
  }
  .title_01_img{
	width: 50%;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .title_06::before{
	display: none;
  }
}

/*------------------------------------------------*/
/*-----------------Mobile_680---------------------*/
/*------------------------------------------------*/

@media only screen and (max-width: 680px) {
  .inner {
    width: 94%;
  }
  .inner_0{
	margin: 2vh auto;
	height: auto;
	}
  .main_visual {
    width: 100%;
    max-width: 100%;
    margin: 160px auto 0;
    height: auto;
    background-image: url("../image/oyama_mv_back_00.png");
    background-size: cover;
    background-position: center bottom;
  }
  .mv_cover {
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv_cover_00 {
	margin: auto;
	height: calc(var(--vh, 1vh)* 80);  
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
	position: relative;
	clear: both;
  }
  .catchcopy_01 {
    font-size: 2.6em;
	top: calc(var(--vh, 1vh)* 30);
    position: absolute;
  }	
  .catchcopy_00{
	width: 94%;
    margin: 0 auto;
    text-align: left;
  }
  .inner_0 {
    justify-content: space-around;
    flex-direction: column;
  }
  .title_01, .title_02, .title_03, .title_04, .title_05, .title_06 {
    line-height: 1.6em;
  }
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/

　.title_02_sab_img_00,.title_02_sab_img_01,.title_02_sab_img_02,
  .item_02_size_00,.item_02_size_01,.item_02_size_02,.item_02_size_03,
  .item_02_size_04,.item_02_size_05,.item_02_size_06,.item_cover_02_00,
  .title_02_sab_img_00,.content_06_img{
  width: 100%;
  }
  .sab_title_00{
	width: 40%;
  }
  .sab_title_01{
	width: 80%;
	margin-top: 3em;
  }
  .sab_title_02{
	width: 80%;
	margin-top: 3em;
  }
  .message_02{
  width: 100%;
  }
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  .catch_img_01{
	width: 90%;  
  }
  .section_2::before {
   background: url("../image/oyama_sp_bk_02_accessory_00.png");
   background-size: contain;
   background-repeat: no-repeat;
   top: -2em;
   }
  .section_2::after {
   background: url("../image/oyama_sp_bk_02_accessory_01.png");
   background-size: contain;
   background-repeat: no-repeat;
   bottom: -6em;
   }
   .section_5::before {
   background: url("../image/oyama_sp_bk_05_accessory_00.png");
   background-size: contain;
   background-repeat: no-repeat;
   top: -2em;
   }
   .section_5::after {
   background: url("../image/oyama_sp_bk_05_accessory_01.png");
   background-size: contain;
   background-repeat: no-repeat;
   bottom: -6em;
   }
   .section_7::before {
   background: url("../image/oyama_sp_bk_07_accessory_00.png");
   background-size: contain;
   background-repeat: no-repeat;
   }
   .section_7::after {
   background: url("../image/oyama_sp_bk_07_accessory_01.png");
   background-size: contain;
   background-repeat: no-repeat;
   }
   .section_7_bk{
	height: auto;
   }
   .section_7 {
   margin-bottom: 3em;
   }
   .bloc_cover_07{
	position: inherit;   
   }
   .product_cover_02{
	width: 100%;
	flex-direction: column;
   }
   .item_cover_02_02{
	width: 100%;   
   }
   .item_cover_02_00{
	width: 100%;
   }
  .oyama_map_05{
	width: 100%;
  }
  .box_list_cover_03 {
	width: 100%;
    gap: 6vh;
	flex-direction: column;
  }
  .box_list_03{
	flex-basis: auto;
  }
  .title_01::before, .title_02::before, .title_03::before, .title_04::before,
  .title_05::before, .title_06::before, .title_07::before {
    vertical-align: sub;
  }
  .title_02 {
    margin-bottom: 4%;
    text-align: center;
    background-size: 40%;
    background-position: top;
  }
  .title_03_img{
	width: 60%;
  }
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  .inner_0 {
    margin: 6vh auto;
  }
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  .bloc_area_05{
	width: 100%;  
  }
  .bloc_area_05{
	flex-direction: column;
  }
  .message_area_05,.message_area_04 {
	flex-basis: auto;	
  }
  .nocoo_logo_area_04 {
    text-align: center;
	width: 100%;
	margin-top: 3em;
  }
  .nocoo_img_01 {
    width: 100%;
  }
  .lineup_bloc_03 {
    flex-direction: column;
  }
  .box_list_cover_05 {
    flex-direction: column;
  }
  .title_02_img{
	width: 45%;  
  }
  .title_01_img{
	width: 90%;  
  }
  .title_04_img,.title_05_img,
  .title_06_img,.title_07_img{
	width: 100%;  
  }
  .banner_area_01 {
    flex-direction: column;
    gap: 30px;
  }
  .banner_capsule_01 {
    width: 100%;
    height: auto;
    padding: 4%;
  }
  .banner_img_00 {
    width: 100%;
  }
  .banner_img_01 {
    width: 50%;
  }
  .bloc_cover_05 {
    padding: 5em 0 0;
  }
  .bloc_cover_02 {
    padding: 3em;
  }
  .bloc_cover_01, .bloc_cover_02, .bloc_cover_03,
  .bloc_cover_04, .bloc_cover_05,.bloc_cover_06, .bloc_cover_07 {
    max-width: 100%;
    width: 90%;
  }
  .bloc_cover_01 {
    padding: 5em 0;
  }
  .bloc_cover_02 {
    padding: 4em 0;
    margin: 5em auto;
  }
  .bloc_cover_03 {
    margin: 5em auto;
	padding: 2em 0;
  }
  .bloc_cover_04 {
    padding: 0;
  }
  .section_6{
	margin: 8.5em auto;
  }
}
/*------------------------------------------------*/
/*-------------------SP_416-----------------------*/
/*------------------------------------------------*/
@media only screen and (max-width: 416px) {
  .main_visual{
	background-image: url(../image/oyama_mv_back_00.png);
    background-size: cover;
    background-position: center bottom;
  }
  .catchcopy_01 {
    line-height: 1.8em;
    letter-spacing: 0.3em;
    font-size: 2.2em;
  }
  .mv_cover_00{
	height: 80vh;
}
  .title_01, .title_02, .title_03,
  .title_04, .title_05, .title_06 {
    font-size: 2.2em;
  }	
  .title_01::before{
	vertical-align: inherit;
  }	
  .inner_0 {
    margin: 4vh auto;
    display: flex;
    flex-direction: column;
	height: auto;
  }
  .button_01,.button_05,.button_06{
	width: 100%;  
  }
  .bloc_cover_02{
	padding: 2em;  
  }
  .lineup_list_03{
	width: 100%;
  }
  .box_list_03{
	flex-basis: 100%;
  }
  .button_01 a,.button_05 a,.button_06 a{
	padding: 1.5em 1em;  
  }
  .bloc_area_07{
	padding: 5em 2em;  
  }
}

/*------------------------------------------------*/
/*--------------------sns_navi--------------------*/
/*------------------------------------------------*/
@media only screen and (max-width: 1150px) {
  .sab_navi_01 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 880px) {
  .sab_navi_01 {
    padding: 12px 20px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 680px) {
  .sab_navi_01 {
    padding: 12px 24px;
    font-size: 1.8rem;
  }
  .sab_catch_copy {
    bottom: 0%;
    margin-bottom: 0;
    transform: translate(-50%, 70%);
  }
}
.sns_btn {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.link_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0px;
}
.list02 li {
  width: 20%;
  font-size: 100%;
  text-align: center;
}
.list02 li a {
  padding: 10px 20px;
  border: 1px solid;
  margin: 0 10px;
  border-radius: 40px;
  display: block;
  line-height: 1.6;
  font-size: 0.8em;
}
.list02 li:nth-child(1) a {
  background-color: #1DA1F2;
  color: #ffffff;
}
.list02 li:nth-child(2) a {
  background-color: #1877F2;
  color: #ffffff;
}
.list02 li:nth-child(3) a {
  background-color: #DC0000;
  color: #ffffff;
}
.list02 li:nth-child(4) a {
  background-color: #06C755;
  color: #ffffff;
}
@media only screen and (max-width: 896px) {
  .sns_btn {
    width: 94%;
  }
  .list02 li {
    width: 50%;
  }
  .list02 li a {
    font-size: 12px;
    padding: 10px;
    margin: 10px 10px;
  }
}