@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------------------
メイン部分
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
ボックス左右マージンつき
-------------------------------------------------------------------- */
.box_container_p2{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.box_container_p3{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.mainvisual {
  overflow-x: hidden;
  padding-top: 0;
}
.main-wrapper{
	text-align: center;
	position: relative;
}
.main_container_p2{
	max-width: 1800px;
	margin: 0 auto;
}
.mainvisual2 {
	overflow-x: hidden;
}
.main-wrapper2{
	padding: 10;
	background-size: cover;
	overflow:hidden;
	background: #fff;
	color: #000;
}
.container_sl2{
	position: relative;
	margin: 0 auto;
	max-width: 1800px;
}
.top_main_body{
	max-width: 1800px;
	overflow: hidden;
	margin: 0 auto;
}
/* --------------------------------------------------------------------
トップ画像_レスポンシブ画面
-------------------------------------------------------------------- */
.scroll-area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
  z-index: 1;
}
.box {
  width: 100%;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
}
.box__bg_black {
  background-color: #333;
}
.box__bg_gray {
  background-color: #ccc;
}
.box__bg_photo {
  background-image: url(../img/sl_photo/top_sere_ww1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* --------------------------------------------------------------------
メインテキスト
-------------------------------------------------------------------- */
.main_textbox{
	max-width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}
.main_textbox_ma{
	width: 100%;
	overflow: hidden;
	margin: 100px auto;
}
.main_textbox_label{
	width: 50%;
	float: left;
	overflow: hidden;
}
.main_pp_label{
	width: 88%;
	overflow: hidden;
	margin: 0 6%;
}
.main_text_po2_sub2{
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	color: #333;
	padding: 0 0 0 5px;
	margin: 8px 0;
	background: linear-gradient(#ffffff 60%, #FFF100 40%);
}
.main_text_po3_sub2{
	font-size: 14px;
	line-height: 2.5em;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
}
.main-wrapper_ap{
	overflow:hidden;
	padding: 0;
	text-align: center;
	background-image: url(../img/top/main_back_pp01.png);
	background-size: cover;
	background-position: center center; 
}
.main_text_line_p01{
	color: #fff;
	padding: 30px 0;
	margin: 0 0;
}
.m_text_r01{
	font-size: 30px;
	line-height: 1em;
	vertical-align:middle;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	text-decoration: none;
}
.m_text_r01_sp01{
	margin: 0 50px 0 30px;
}
/* ボタン01 */
button.button_main {
	vertical-align:middle;
    font-size: 13px;
	line-height: 1.5em;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #fff;
    color: #000;
    border-style: none;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
button.button_main:hover {
	background-color: #fff;
	color: #000;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
}
/* --------------------------------------------------------------------
ニュースティッカー ユーザー設定
-------------------------------------------------------------------- */
.newst-wrapper{
	padding-bottom: 0px;
	text-align: center;
	background-size: cover;
	background-color: #fff;
}
.container_newst{
	width: auto;	/*全体のボックスサイズ*/
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.newst_coo1{
	background-color: #eeeeee;
	padding: 5px 15px 5px 15px;
	text-align: left;
}
#wrapper2{
	max-width: 1280px;
	margin: 0 auto;
}
/* --------------------------------------------------------------------
タイトル共通(wrapperはコンテンツごとにpadding設定)
-------------------------------------------------------------------- */
.tittle-wrapper{
	overflow:hidden;
	text-align: center;
	padding: 100px 0 0 0;
}
.container_text1{
	width: auto;	/*全体のボックスサイズ*/
	padding: 0;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
}
.photo_text{
	max-height: 23px;
	margin: 0 auto;
}
.container_text1 h3{
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 3em;
	font-weight: normal;
	text-align:center;
	color: #000;
	margin: 0 0 0 0;
}
/* --------------------------------------------------------------------
コンテンツ01
-------------------------------------------------------------------- */
.product_o_wrapper{
	max-width: 1400px;
	margin: 20px auto 60px auto;
	overflow: hidden;
}
.image_box_bo1{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px auto;
}
.image_cotainer_sub_line{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	vertical-align: top; 
}
.image_label{
	float: left;
	width: 23%;
	padding: 0;
	margin: 1%;
	overflow: hidden;
	background: #fff;
	/*横並び 下揃え*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
.image_label_i1{
	width: 100%;
	position:relative;
	margin: 0 auto;
}
.image_label_photo{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.image_photo_a3_ker2{
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	left: 0;
    bottom: 0;
}
.image_photo_a3{
	width: 40px;
	height: 40px;
}
.image_label_text_box1{
	width: 100%;
	overflow: hidden;
}
.image_label_text_box2{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.image_text_ll1{
	display: block;
	color: #000;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 10px auto 0 auto;
}
.image_text_ll2{
	display: block;
	color: #000;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: lighter;
	line-height: 1.8em;
	margin: 10px auto 0 auto;
}
.main-wrapper_pi01{
	overflow:hidden;
	padding: 0;
	text-align: center;
	background-image: url(../img/top/main_back_pp02.png);
	background-size: cover;
	background-position: center center; 
}
.w_p01{
	height: 365px;
}
/* --------------------------------------------------------------------
コンテンツ02
-------------------------------------------------------------------- */
.sub-wrapper_pe01{
	overflow:hidden;
	text-align: center;
	background-size: cover;
	background-color: #F1EFEA;
}
.container_sub_o01{
	max-width: 1280px;
	margin: 10px auto 60px auto;
	overflow: hidden;
}
.sub_content_text01{
	display: block;
	color: #000;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 25px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 10px auto 0 auto;
}
.sub_content_text02{
	display: block;
	color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 10px auto 0 auto;
}
.sub-wrapper_pe02{
	overflow:hidden;
	text-align: center;
	background-size: cover;
	background: linear-gradient(#F1EFEA 50%, #ffffff 50%);
}
.s_cotainer_sub_line{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	vertical-align: top; 
}
.s_con_label{
	float: left;
	width: 30.2%;
	padding: 0;
	margin: 1.5%;
	overflow: hidden;
}
.o01_line{
	width: 100%;
	margin: 20px auto 80px auto;
	overflow: hidden;
}
.s_co_box_p01_lo01{
	width: 380px;
	margin: 0 auto;
	overflow: hidden;
}
button.s_text_bla_o02_b01{
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	width: 380px;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
}
button.s_text_bla_o02_b01:hover {
    background-color: #00703E;
	color: #fff;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
}
.main-wrapper_pi02{
	overflow:hidden;
	padding: 0;
	text-align: center;
	background-image: url(../img/top/main_back_pp03.png);
	background-size: cover;
	background-position: center center; 
}
.w_p02{
	height: 270px;
}
/* --------------------------------------------------------------------
コンテンツ03
-------------------------------------------------------------------- */
.cm_main_wrapper{
	width: 100%;
	overflow:hidden;
	padding: 0 0 80px 0;
}
.cm_cotainer_sub_line{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	vertical-align: top; 
}
.cm_con_label{
	float: left;
	width: 29.2%;
	padding: 0;
	margin: 2%;
	overflow: hidden;
	/*横並び 下揃え*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
.cm_label_i1{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}
.cm_label_i1_backlu{
	overflow: hidden;
	width: 100%;
}
.cm_label_text_body01{
	width: 94%;
	margin: 3% auto 0 auto;
}
.cm_label_photo_lor01{
	width: 100%;
	overflow: hidden;
}
.cm_label_lor01_text01{
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 4em;
	color: #000;
}
/* --------------------------------------------------------------------
最新ニュース
-------------------------------------------------------------------- */
.news-wrapper_t1{
	text-align: center;
	margin-top: 75px;
	background-size: cover;
	background-color: #fff;
}
.news_line_container{
	margin: 20px auto 0 auto;
	max-width: 1200px;
}
.news_p_container{
	margin: 30px auto 80px auto;
	overflow: hidden;
	width: 95%;
	color: #5f5d60;
}
table.type01 {
    border-top: 1px solid #9FA0A0;
}
table.type01, td, th {
    border-bottom: 1px solid #DDDDDD;
}
table.type01 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
}
.s_p01 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-family:Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
}
table.type01 th {
	width: 10%;
	padding: 20px 0 20px 0;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}
table.type01 td {
	width: 80%;
	font-size: 15px;
	padding: 20px 10px 20px 15px;
	vertical-align: top;
}
.icon_news_p1{
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	font-family:Helvetica, Arial, "sans-serif";
	padding: 1px;
	color: #fff;
	background-color: #00592E;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.icon_news_p2{
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	font-family:Helvetica, Arial, "sans-serif";
	padding: 1px;
	color: #000;
	background-color: #fff;
	border: 1px solid #575757;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.news_co_box_p01_lo01{
	width: 380px;
	margin: 0 auto;
	overflow: hidden;
}
button.news_text_bla_o02_b01{
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	width: 380px;
	padding: 10px 0;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
button.news_text_bla_o02_b01:hover {
    background-color: #00592E;
	border: 1px solid #00592E;
	color: #fff;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
}
/*-- 要素消す追加 --*/
.dsp_none_p01{
	display: block;
}


/* --------------------------------------------------------------------
画面幅1680px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1680px){
.box_container_p3{
	width: 90%;
}
}

/* --------------------------------------------------------------------
画面幅1280px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1280px){
.box_container_p2{
	width: 90%;
}
.main_text_po2_sub2{
	font-size: 17px;
	line-height: 1em;
	letter-spacing: 0em;
}
.main_text_po3_sub2{
	font-size: 12px;
	line-height:2em;
	margin: 20px 0 0 0;
}
.m_text_r01{
	font-size: 28px;
}
.tittle-wrapper{
	padding: 60px 0 10px 0;
}
.product_o_wrapper{
	margin: 20px auto 30px auto;
}
.w_p01{
	height: 200px;
}
.sub_content_text01{
	font-size: 20px;
}
.sub_content_text02{
	font-size: 14px;
}
.w_p02{
	height: 200px;
}
}

/* --------------------------------------------------------------------
画面幅960px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:960px){
.main_textbox_ma{
	margin: 60px auto;
}
.main_text_po2_sub2{
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0em;
}
.main_text_po3_sub2{
	font-size: 10px;
	line-height: 2em;
	margin: 15px 0 0 0;
}
.m_text_r01{
	font-size: 20px;
}
/* ボタン01 */
button.button_main {
    font-size: 10px;
	line-height: 1.5em;
    padding: 5px 15px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.m_text_r01_sp01{
	margin: 0 30px 0 0;
}
.image_label{
	width: 48%;
}
.image_text_ll1{
	font-size: 16px;
}
.image_text_ll2{
	font-size: 10px;
}
.w_p01{
	height: 150px;
}
.container_sub_o01{
	margin: 10px auto 30px auto;
}
.o01_line{
	margin: 40px auto 80px auto;
}
.w_p02{
	height: 150px;
}
.cm_label_lor01_text01{
	font-size: 12px;
	line-height: 3em;
}
/*ニュース調整*/
.news-wrapper_t1{
	margin-top: 40px;
}
.news_p_container{
	margin: 20px auto 0 auto;
}
table.type01 {
	font-size: 12px;
}
table.type01 th {
	width: 20%;
}
table.type01 td {
	font-size: 12px;
	width: 60%;
}
}

/* --------------------------------------------------------------------
画面幅600px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:600px){
.main_textbox_label{
	width: 100%;
}
.main_pp_label{
	width: 100%;
	margin: 10px 0;
}
.main_text_po2_sub2{
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
}

.m_text_r01{
	font-size: 16px;
}
/* ボタン01 */
button.button_main {
    font-size: 8px;
	line-height: 1.5em;
    padding: 5px 10px;
}
.sub_content_text01{
	font-size: 16px;
}
.sub_content_text02{
	font-size: 10px;
}
.s_co_box_p01_lo01{
	width: 200px;
}
button.s_text_bla_o02_b01{
	width: 200px;
}
.cm_label_lor01_text01{
	font-size: 10px;
	line-height: 3em;
}
.cm_con_label{
	width: 46%;
}
.news_co_box_p01_lo01{
	width: 200px;
}
button.news_text_bla_o02_b01{
	width: 200px;
}
}

/* --------------------------------------------------------------------
画面幅480px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:480px){
.main_text_po2_sub2{
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0em;
}
.m_text_r01{
	font-size: 12px;
}
.sub_content_text01{
	letter-spacing: -0.1em;
	font-size: 13px;
}
.icon_news_p1{
	font-size: 10px;
}
.icon_news_p2{
	font-size: 10px;
}
/* ボタン01 */
button.button_main {
    font-size: 8px;
	line-height: 1.5em;
    padding: 3px 10px;
}
.image_label{
	width: 48%;
	margin: 2% 1% 2% 1%;
}
.cm_con_label{
	width: 46%;
}
.dsp_none_p01{
	display: none;
}
}
