@charset "UTF-8";

/*================================================
* CSS RESET
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px
dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px
solid #b2b2b2;margin:0;padding:0}input,select{vertical-align:middle}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Frequently Used■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* font-family: 'Montserrat', sans-serif;
/*
/*
/*
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Basic CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
img {
    vertical-align: top;
}

video {
    vertical-align: top;
}

body {
    line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
    color: #ffffff;
    background-color: #efefef;
}

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

rt {
}

ruby {

}

p {

}

hr {
    margin: 20px 0px;
}



label {
  display: block;
  margin: 10px 0 5px;
}

select {
  margin-bottom: 15px;
}

#preview {
  margin-top: 30px;
}

#itemPreview {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
}

#itemImage, #logoImage {
  position: absolute;
  width: 100%;
  height: 100%;
    left: 0;
  object-fit: contain;
}



h1 {
    font-size: 20px;
}

h2 {
    font-size: 14px;
}

.colorSample {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}

.sampleImage_image {
    width: 100%;
    margin: auto;
    margin-top: 10px;
border: solid 1px #bbbbbb;
}

p.colorSample_title {
    font-size: 12px;
}



.w700 {
    max-width: 700px;
    margin: auto;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
    background-color: #f2f2f2;
    border-bottom: solid 1px #EFEFEF;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
    display: flex;
padding: 10px 10px 0px 10px;
    box-sizing: border-box; 
    height: 50px;
}
@media screen and (max-width:700px) {
header {

    }
}

.header_logo {
    height: 30px;
}


#nav-drawer {
display: none;
    margin-left: auto;
}   
    
#nav-drawer {
    display: block;
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 18px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 10px;
  background: #000000;
  display: block;
  content: '';
  cursor: pointer;
    margin-top: -2px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: -100;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 150px;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
    background-color: #fcfcfc;
    border-radius: 0px 12px 12px 0px;
    padding: 20px 10px;
    color: #000000;
    margin-top: 40px;
}

p.subheader_menu_font_sp {
    color: #0080FF;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: bold;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}





.keyVisual {
  position: relative;
  height: 50vh;
}
.video {
  position: absolute;
margin-top: 100px;
  top: 0;
  left: 50%;
width: 100%;
height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.0);
}

/* text */

.keyVisual_Keytitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}





div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
background: #e6e6e6;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}








.grid {
    padding: 30px 10px 10px 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.item {
  border-radius: 10px;
  background: #dddddd;
  padding: 15px;
  text-align: center;
    border: solid 1px #cccccc;
}
img {
  max-width: 100%;
  height: auto;
    margin-bottom: 10px;
}
p {
  text-align: center;
    color: #000000;
}


.box {
    padding: 20px 10px 10px 10px;
}

p.box_title {
    font-size: 14px;
    text-align: left;
}