@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
/*
font-family: 'Roboto', sans-serif;
*/

@media screen and (max-width:1350px) {

/*****全体*****/

body {
    font-weight: 500;
    line-height: 1.6em;
    width: min(100%, 100vw);
}
.container{
    width: min(100%, 100vw);
    max-width: 100vw;
}

/* header */
.header{
    position: fixed;
    height: 50px;
    width: min(100%, 100vw);
    max-width: 100vw;
}
.logospace img{
    width: 136px;
    height: auto;
}

.menu{
  display: none;
}


/* video */

.pvvideo {
    position: relative;
    top: 50px;
}
.video-box {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: auto;
}
.video {
    position: relative;
    top: 100px;
    left: 50%;
    max-width: 100vw;
    min-height: 100%;
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 108px;
  left: 0;
  display: block;
  width: 100vw;
  height: auto;
}

/* text */

.text-box {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
h1 {
  font-size: 1.0em;
  line-height: 2.4em;
  padding: 0 10px;
}
h1 span{
    font-size: 0.6em;
    font-weight: 400;
    line-height: 0.6em;
}

/*****メイン部分*****/

.top_title{
	text-align: left;
	padding: 100px 0 20px 0;
	margin: 0 auto;
}
.top_title h2{
  text-align: center;
  margin: 0 auto;
  color: #191970;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2em;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  width: auto;
  max-width: 100vw;
}
.top_title h2 .cap{
  font-size: 0.6em;
  font-weight: 300;
}
.top_title h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.top_title_w{
	text-align: left;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}
.top_title_w h2{
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2em;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  width: auto;
  max-width: 100vw;
}
.top_title_w h2 .cap{
  font-size: 0.6em;
  font-weight: 300;
}
.top_title_w h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.top_title_50{
	text-align: left;
	padding: 10px 0 20px 0;
	margin: 0 auto;
}
.top_title_50 h2{
  text-align: center;
  margin: 0 auto;
  color: #191970;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2em;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  width: auto;
  max-width: 100vw;
}
.top_title_50 h2 .cap{
  font-size: 0.6em;
  font-weight: 300;
}
.top_title_50 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/*****新着情報*****/

.newtopic{
    margin-top: 50px;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 300;
}
.news{
    width: min(100%, 100vw);
    padding: 10px;
    margin: 0 auto;
    font-weight: 400;
}
.tab-3 {
    display: flex;
    flex-wrap: wrap;
    width: min(100%, 100vw);
    font-size: 0.7em;
}
.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 100px;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #404040;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}
.tab-3 > label:hover {
    opacity: .8;
}
.tab-3 input {
    display: none;
}
.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}
.tab-3 label:has(:checked) {
    border-bottom: 4px solid #2589d0;
    color: #2589d0;
}
.tab-3 label:has(:checked) + div {
    display: block;
}
.news{
	text-align: left;
	padding: 0 0 50px 0;
	margin: 0 auto;
}
.news_whole{
	display: flex;
  flex-wrap: wrap;
	border-bottom: 1.5px solid #e0e0e0;
	font-weight: 300;
}
.news_ymd{
	width: 30%;
	border: none;
	margin: 12px 4px 4px 4px;
	text-align: left;
}
.news_cat{
	width: 60%;
	border: none;
	margin: 12px 4px 4px 4px;
	color: #fff;
	text-align: left;
}
.news_cat .squ{
	background-color: #191970;
	border-radius: 3px;
	font-size: 0.9em;
	padding: 6px 12px;
}
.news_title{
	width: 100%;
	border: none;
	margin: 2px 4px 6px 4px;
	text-align: left;
}
.news_b{
	margin: 20px auto 0 auto;
}
.button-51 {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: 2px solid #e6edf3;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    font-size: 1em;
	background-color: #e0e0e0;
}
.button-51::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: #2589d0;
    content: '';
    transition: transform .3s ease;
}
.button-51:hover::after {
    transform: scaleX(1);
}


/*****topコンテンツメニュー*****/

.contents{
    width: 100vw;
    margin: 0 auto;
    background-color: rgb(5, 5, 52);
    padding: 0 0 50px 0;
}


/*****ABOUTUS*****/
.aboutus{
    width: 100vw;
    margin: 0 auto;
}
.aboutus45550{
    display: block;
    margin: 0 10px;
}
.aboutus45{
    width: 100%;
    border: none;
    padding-top: 50px;
}
.aboutus45 span{
    font-size: 1.0em;
}
.aboutus5{
    display: none;
}
.aboutus50{
    width: 100%;
    border: none;
}


/*****他社リンク*****/
.links{
    width: min(100%, 100vw);
    max-width: 100vw;
    margin: 0 auto;
}
.link_tasha{
    display: block;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}
.link_tasha img{
    width: auto;
    max-height: 30px;
}


/*****デジタルカタログページ*****/

.card-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* PCでは2列 */
  gap: 20px;
  margin: 0 auto;
}

.card {
  background: #f5f5f5;
  padding: 0 20px 20px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}
.card img{
    width: 100%;
}

/* スマホ（960px以下）では1列にする */
@media (max-width: 960px) {
  .card-list {
    grid-template-columns: 1fr;
    margin: 0 10px;
  }
}



/*****footer*****/


.c_tab{
    width: 100vw;
    margin: 0 auto;
    text-align: center;
}
.c_tab00{
    display: block;
    justify-content: center;
    margin: 0 10px;
}
.c_tab01{
    width: 100%;
}
.c_tab01 img{
    width: min(250px, 50vw);
    height: auto;
}
.c_tab02{
    width: 100%;
    text-align: left;
    font-size: 0.8em;
}
footer{
	margin: 50px auto 0 auto;
	text-align: center;
	width: min(100vw, 100%);
}
.foot02{
    background-color: rgb(5, 5, 52);
}
.foot_logo{
    display: block;
}
.footer_right{
    margin: 0 auto;
    font-size: .7em;
    color: #fff;
    padding: 5px;
}
.foot_cat{
  display: none;
}
.sp_menu{
    display: flex;
    width: 100vw;
    margin: 50px auto 0 auto;
    
}
.sp_2{
  text-align: left;
  width: 90%;
  display: inline-block;
  border: none;
  margin-top: 50px;
  margin:0 auto
}
.sp_list{
  font-size: 1.0em;
  font-weight: bold;
  line-height: 2.0em;
  list-style-type: none;
}
.sp_list li{
  color:#333;
  font-weight: 600;
}
.sp_list li a{
  color:#333;
}
.sp_list_ul{
  font-size: 1.0em;
  font-weight: normal;
  line-height: 2.0em;
  list-style-type: none;
}
.sp_list_ul li{
  color:#333;
  margin-left: 16px;
  list-style-type: none;
}
.sp_list_ul li a{
  color:#333;
  margin-left: 16px;
  list-style-type: none;
}


.sp_menu_shade{
  display: flex;
}

/*****ハンバーガーメニュー*****/

.menu-wrapper {
  position: relative;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  z-index: 500;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay_menu {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay_menu {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu_over {
  position: fixed;
  top: 0;
  right: -350px; /* ← 初期位置を左へ */
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  z-index: 450;
	overflow-y: scroll;
}

#menu-toggle:checked ~ .menu_over {
  right: 0; /* ← 開いたときは左0へ */
}

.menu_over ul {
  list-style: none;
  padding: 0 20px;
}

.menu_over li {
  margin: 20px 0;
}

.menu_over a {
  text-decoration: none;
  color: #333;
  font-size: 1.0rem;
  transition: color 0.3s;
}

.menu_over a:hover {
  color: #007bff;
}
.menu_over_logo{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}


/*****画面下部固定問合せ*****/
.sp_toiawase{
		display: flex;
	}
.sp_survey{
	position: fixed;
	width: 100%;
	height: 70px;
	bottom: 0px;
	font-size: 4;
	z-index: 0;
	background-color: rgb(5, 5, 52);
	border: none;
}
.survey00{
	width: 100vw;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.survey01{
	color: #fff;
	font-size: 0.7em;
	font-weight: 500;
	margin: 0;
}
.survey02{
  border: none;
  margin: 0;
}
.survey02 img{
	width: 150px;
	height: auto;
}
.shameihenkou{
	position: fixed;
	width: 100%;
	height: 20px;
	bottom: 70px;
	font-size: 0.6em;
	z-index: 0;
	color: #CCFFFF;
	background-color: rgb(5, 5, 52);
	border: none;
	padding: 0 4px;
}
	
	
/*****ぱんくず*****/
.pan{
	padding: 0 10px;
}	
	
	
/*****固定ページ*****/
.main_zone01{
	padding: 0 10px;
	width: min(100% - 20px, 100vw - 20px);
}
.main_title01{
	width: 100%;
}
.main_title02{
	width: min(100%, 100vw);
	margin: 50px auto 0 auto;
}
.main_title02 h2{
  font-size: 1.2em;
  line-height: 1.2em;
}
.main_title02 h2 .cap{
  font-size: 0.6em;
  font-weight: 300;
}
.main_title02 h3{
	font-size: 1.2em;
	line-height: 1.2em;
}
.main_title02 p{
	font-size: 1.0em;
	line-height: 2.0em;
}
.main_title02 ol{
	margin: 20px 0 20px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
	list-style-type: decimal;
}
.main_title04{
	width: 100%;
}
.gmap{
	border:0;
	width: min(100%, 100vw);
	height: auto;
}
.main_title03{
	background-color: #fff;
}

/*****会員システム用CSS*****/

#display_member_custom_bar{
	width: 100%;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0 10px;
}
.user-toolbar{
	display: flex;
	width: 100%;
	flex-wrap: wrap; /* 要素が入り切らない場合に折り返す */
	gap: 10px;       /* 要素間の余白（便利です！） */
}
.toolbar01{
	width: 100%;
}
.toolbar02{
	margin-right: 20px;
}
.toolbar03{
	margin-right: 1px;
}


/*****会社沿革*****/
	
.timeline {
  list-style: none;
	width: min(960px, 100vw);
}
.timeline > li {
  margin-bottom: 30px;
}
.timeline h3{
	margin-top: 0;
}
.timeline-date {
  width: 95vw;
  margin: 0;
}
.timeline-content {
  width: 90vw;
	border: none;
  padding-left: 0;
}
.timeline-content:before{
	display: none;	
}
	
	
/*****サイト内検索*****/

.searchbox{
	display: none;
}
.searchbox_sp{
	display: flex;
	position: fixed;
	z-index: 99999;
	right: 70px;
	top: 10px;
}
#s-box{
 position: relative;
 height: 30px;

}
	
	
	
/*****ニュースティッカー*****/

.newsticker{
	display: none;
}
.newsticker_sp{
	display: none;
}


/* モーダルの背景（画面全体） */
.modal {
  display: none; 
  position: fixed; 
  z-index: 100000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.9); /* 背景を暗く */
}

/* モーダルの中の画像 */
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央配置 */
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal-container{
	color: #fff;
	display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	text-align: center;
}
	
	

/*****商品情報ページ*****/

.brstyle{
	display: table;
	white-space: normal;
}
.products_item02{
	margin-left: 0;
}

	
	


}