/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display: block;
}

.sp {
	display: none;
}

/* レイアウト
-------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	height: 100%;
    background: #080438;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#wrap {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	margin-bottom: 40px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 280%;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.5);
}

h1 span {
    display: block;
    font-size: 35%;
	font-weight: 400;
	font-style: normal;
}

h2 {
	margin-bottom: 30px;
	text-align: left;
	font-weight: 300;
	font-size: 150%;
	font-style: normal;
	letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
}

h3 {
	font-size: 250%;
	margin-bottom: 40px;
	text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

h3 span {
	font-size: 40%;
	text-align: left;
    display: block;
}

h4 {
	font-size: 120%;
	margin-bottom: 10px;
	text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

p {
	font-size: 95%;
	line-height: 230%;
	margin-bottom: 20px;
    letter-spacing: 0.2em;
	text-align: left;
}

p + h2,
ul + h2 {
	margin-top: 40px;
}

p + h4 {
	margin-top: 30px;
}

h4 + p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 90%;
}

ul.text {
	text-align: left;
	font-size: 95%;
	margin-bottom: 40px;
}

ul.text li {
	line-height: 180%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header{
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0E0A34;
    z-index: 10;
    height: 80px;
    box-sizing: border-box;
} 

#header_left {
    position: absolute;
    top: 0;
    left: 5%;
    padding-top: 23px;
    z-index: 1;
}

#header_right {
    position: absolute;
    top: 0;
    right: 5%;
    padding-top: 20px;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	display: block;
	float: right;
}

#navi ul {
}

#navi ul li {
    float: left;
	text-align: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 130%;
	font-size: 90%;
	font-weight: 400;
	font-style: normal;
	transition:all 0.5s ease;
}

#navi ul li span {
    display: block;
    font-size: 50%;
    font-weight: 300;
}

#navi ul li a {
	display: block;
	margin-left: 30px;
	text-decoration: none;
	overflow: hidden;
    color: #FFF;
	box-sizing: border-box;
	transition:all 0.5s ease;
    padding-left: 20px;
}

#navi ul li a#cat-nav-5 {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    color: #454545;
    text-decoration: none;
}

#navi ul li a#cat-nav-5::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: -1;
    background: #DDDDDD;
    background: linear-gradient(181deg, rgba(221, 221, 221, 1) 0%, rgba(111, 111, 111, 1) 100%);
    transform: skewX(-15deg);
    border: 1px solid #707070;
}

#navi ul li a:hover#cat-nav-5 {
	color: #0E6EB8;
}

#navi ul li a span {
    color: #AAAAAA;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #0084CB;
}

.c-header {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* TOP
--------------------------------------------------------------------------*/

#main_bg {
    background: url("../img/content/top/main01.jpg") center top no-repeat;
    background-size: cover;
    padding: 400px 0;
}

#main {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 100px;
}

#main p {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
	transform: translateX(0%) translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bg01 {
    padding: 80px 0 30px;
    background: url("../img/content/top/bg_kage.jpg") center top no-repeat;
    background-size: cover;
}

.bg02 {
    padding: 80px 0;
    background: #1B1464;
    background: linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(14, 10, 50, 1) 100%);
}

.pic01 {
    padding: 150px 0;
    background: url("../img/content/top/bg01.jpg") center center no-repeat;
    background-size: cover;
}

.pic02 {
    padding: 80px 0;
    background: url("../img/content/top/bg02.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.pic02 p {
    color: #FFF;
    text-shadow: 0px 0px 5px #CCC;
    font-size: 350%;
}

.pic03 {
    padding: 80px 0;
    background: url("../img/content/top/bg03.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.pic03 p {
    color: #FFF;
    text-shadow: 0px 0px 5px #CCC;
    font-size: 350%;
    text-align: right;
}

.pic04 {
    position: relative;
    padding: 80px 0;
    background: url("../img/content/top/bg04.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    margin-top: 80px;
}

.pic04 p {
    color: #FFF;
    text-shadow: 0px 0px 5px #CCC;
    font-size: 350%;
}

.position {
    position: relative;
    margin-top: -150px;
    
}

.caption {
    font-size: 200%;
    line-height: 160%;
    font-weight: 400;
}

.bg_gray {
    padding: 100px 0;
    background: #E8E8E8 url("../img/content/top/bg_title.png") top 230px left 10% no-repeat;
}

.bg_gray2 {
    padding: 100px 0;
    background: #E8E8E8;
}

.bg_gray h1,
.bg_gray p,
.bg_gray2 h1,
.bg_gray2 p,
.bg_gray2 h2,
.bg_gray2 ul.text {
    color: #8E8E8E;
}

.bg_03 {
    background: url("../img/content/top/bg_05.png") bottom right -20px no-repeat;
    background-size: 35%;
    box-sizing: border-box;
}

.bg_03 div div {
    width: 60%;
}

.dl_access {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8E8E8E;
    margin-bottom: 60px;
    font-size: 90%;
}

.dl_access dt {
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: right;
    font-size: 130%;
}

.dl_access dd {
    float: right;
    border-left: 1px solid #8E8E8E;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
    position: relative;
    z-index:1;
}

section {
	padding-bottom: 80px;
}

article {
	margin-bottom: 60px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 30px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	position: relative;
	width: 31%;
	float: left;
	margin-bottom: 30px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column6 {
	width: 14%;
	float: left;
	margin-right: 3.2%;
}

.column6:nth-child(6n) {
	margin-right: 0;
}

.column6 p {
    font-size: 9px;
    text-align: center;
    letter-spacing: 0;
}

.left30 {
    float: left;
    width: 30%;
}

.right70 {
    float: right;
    width: 60%;
}

.left70 {
    float: left;
    width: 60%;
}

.right30 {
    float: right;
    width: 30%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	padding: 60px 0 40px;
	background: #080438;
}

address {
    margin-top: 80px;
	font-style: normal;
	text-align: center;
	font-size: 60%;
    color: #FFF;
}

/* 下階層
--------------------------------------------------------------------------*/

dl.dl_product {
    list-style: none;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}

dl.dl_product:nth-child(2n) {
    margin-right: 0;
}

dl.dl_product dt {
    font-weight: 600;
    font-size: 110%;
    padding-bottom: 5px;
}

dl.dl_product dd {
    font-weight: 300;
    border-bottom: 1px solid #CCC;
    font-size: 90%;
    padding-bottom: 15px;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#prt_main_bg {
}

#prt_main {
    padding: 250px 0 200px;
    background-size: cover !important;
}

#prt_main h1 {
    text-align: left;
    color: #FFF;
    text-shadow: 0 0 5px #333;
    padding: 0;
    margin: 0 auto;
    font-size: 330%;
}

#product01 #prt_main { background: url("../img/content/product01/main.jpg") center center no-repeat; }
#product02 #prt_main { background: url("../img/content/product02/main.jpg") center center no-repeat; }
#product03 #prt_main { background: url("../img/content/product03/main.jpg") center center no-repeat; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; }

/* フェード
-------------------------------------*/

.fade {
    opacity : 0;
    transform : translate(0, 30px);
    transition : 1s all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 12px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
	transition: 0.3s;
    font-family: "Noto Serif JP", system-ui;
    letter-spacing: 0.2em;
    color: #707070;
}

.formButton input {
	padding: 25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	font-weight: bold;
    border: 1px solid #090438;
	cursor: pointer;
	font-size: 110%;
	-webkit-appearance: none;
	transition: 0.3s;
    color: #FFF;
    background: #090438;
}

.formButton input:hover {
	background: #FFF;
	transition: 0.3s;
    color: #090438;
}

.formText {
    text-align: center;
    font-weight: 500;
}

iframe {
	vertical-align:bottom;
}


/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	transform: translateY(-50%) translateX(-50%);
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	line-height: 100%;
    margin-top: 40px;
    text-align: right;
    padding: 10px 0;
}

.btn a {
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.3s;
    text-align: center;
    background: url("../img/content/top/bg_btn.png") center left no-repeat;
    color: #FFF;
    padding: 8px 100px 10px;
    border: 1px solid #FFF;
}

.btn a:hover {
	background: #FFF url("../img/content/top/bg_btn2.png") center left no-repeat;
    color: #2B4072;
	text-decoration: none;
	transition: 0.3s;
}

.btn2 {
	line-height: 100%;
    margin-top: 20px;
    padding: 10px 0;
    text-align: right;
    background: #FFFFFF url("../img/common/btn.png") center left repeat-x;
}

.btn2 a {
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.3s;
    text-align: center;
    letter-spacing: 0.2em;
    background: #E0EBEA;
    background: #FFFFFF;
    padding-left: 20px;
}

.btn2 a:hover {
	background: #FFF;
    color: #2B4072;
	text-decoration: none;
	transition: 0.3s;
}

.btn3 {
    font-size: 90%;
	line-height: 100%;
    text-align: right;
    margin-top: 10px;
    padding: 5px 40px 5px 0;
    background: url("../img/content/top/map.svg") center right no-repeat;
}

.btn3 a {
	text-decoration: underline;
	box-sizing: border-box;
	transition: 0.3s;
    text-align: center;
    letter-spacing: 0.2em;
    padding-left: 20px;
}

.btn3 a:hover {
	background: #FFF;
    color: #2B4072;
	text-decoration: none;
	transition: 0.3s;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    font-size: 80%;
	z-index: 1;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #a82f32;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #791725;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
	margin-top: 60px;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #791725; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #A6153B; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #A6153B; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */




/* ----------------------------------------------------------------------------------------------------
     タブレット（〜1060px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.width {
	width: 90%;
}

} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     タブレット（〜1060px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 950px) {

.pc {
	display:block;
}

.sp {
	display:none;
}


} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     スマホ端末（〜780px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.width {
	width: 85%;
}

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	margin-bottom: 40px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 200%;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.5);
}

h1 span {
    display: block;
    font-size: 40%;
	font-weight: 400;
	font-style: normal;
}

h2 {
	margin-bottom: 30px;
	text-align: left;
	font-weight: 300;
	font-size: 150%;
	font-style: normal;
	letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
}

#home h2 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 300;
	font-size: 130%;
	font-style: normal;
	letter-spacing: 0.3em;
    font-family: "Shippori Mincho", serif;
}

h3 {
	font-size: 160%;
	margin-bottom: 40px;
	text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

h3 span {
	font-size: 50%;
	text-align: left;
    display: block;
}

h4 {
	font-size: 120%;
	margin-bottom: 10px;
	text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

p {
	font-size: 95%;
	line-height: 230%;
	margin-bottom: 20px;
    letter-spacing: 0.2em;
	text-align: left;
}

p + h2,
ul + h2 {
	margin-top: 40px;
}

p + h4 {
	margin-top: 30px;
}

h4 + p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 90%;
}

ul.text {
	text-align: left;
	font-size: 95%;
	margin-bottom: 40px;
}

ul.text li {
	line-height: 180%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0E0A34;
    z-index: 10;
    height: 80px;
    box-sizing: border-box;
} 

#header_left {
    position: absolute;
    top: 0;
    left: 30px;
    padding-top: 23px;
    z-index: 1;
}

#header_right {
    position: fixed;
    top: 0;
    right: 0%;
    width: 100%;
    z-index: 50;
    margin: 0;
    padding: 0;
}



/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
    display: none;
}

.c-header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
    width: 100%;
    text-align: right;
    float: left;
}

.c-header__list-link {
  color: #707070; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 15px 0px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-header__list-item span {
    font-size: 60%;
    margin-right: 20px;
    color: #CCC;
    width: 50%;
    float: left;
}

.c-header__list-item a {
    color: #FFF !important;
}

.c-hamburger-menu {
  position: relative;
    /*
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    */
}

  .c-hamburger-menu__list {
    background-color: #0E0A34; /* カスタマイズしてください */
      /*
    display: flex;
      */
    flex-direction: column;
    align-items: flex-start;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateY(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
      z-index: 100;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
    /*
  background-color: #000;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
    */
}

#hamburger:checked ~ .c-hamburger-menu__bg {
    display: block;
}

.c-hamburger-menu__button {
    display: none;
}

.c-hamburger-menu__button {
    position: absolute;
    z-index: 500;
    top: 25px;
    right: 30px;
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px; /* カスタマイズしてください */
    height: 34px; /* カスタマイズしてください */
    justify-content: center;
    width: 34px; /* カスタマイズしてください */
  }

.c-hamburger-menu__button-mark {
  background-color: #FFFFFF; /* カスタマイズしてください */
  display: block;
  height: 2px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 37px; /* カスタマイズしてください */
}

  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }

/* TOP
--------------------------------------------------------------------------*/

#main_bg {
    background: url("../img/content/top/main01.jpg") center top no-repeat;
    background-size: cover;
    padding: 250px 0 150px;
}

#main {
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 100px;
}

#main p {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
	transform: translateX(0%) translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bg01 {
    padding: 80px 0 30px;
    background: url("../img/content/top/bg_kage.jpg") center top no-repeat;
    background-size: cover;
}

.bg02 {
    padding: 80px 0;
    background: #1B1464;
    background: linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(14, 10, 50, 1) 100%);
}

.pic01 {
    padding: 200px 0;
    background: url("../img/content/top/bg01_sp.jpg") center center no-repeat;
    background-size: cover;
}

.pic02 {
    padding: 40px 0;
    background: url("../img/content/top/bg02.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.pic02 p {
    color: #FFF;
    text-shadow: 0px 0px 5px #CCC;
    font-size: 230%;
}

.pic03 {
    padding: 40px 0;
    background: url("../img/content/top/bg03.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.pic03 p {
    color: #FFF;
    text-shadow: 0px 0px 5px #CCC;
    font-size: 230%;
    text-align: right;
}

.pic04 {
    position: relative;
    padding: 40px 0;
    background: url("../img/content/top/bg04.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    margin-top: 80px;
}

.pic04 p {
    color: #FFF;
    text-shadow: 0px 0px 5px #CCC;
    font-size: 230%;
}

.position {
    position: relative;
    margin-top: 0px;
    
}

.caption {
    font-size: 140%;
    line-height: 160%;
    font-weight: 400;
    text-align: center;
}

.bg_gray {
    padding: 100px 0 50px;
    background: #E8E8E8 url("../img/content/top/bg_title.png") top 200px left 10% no-repeat;
    background-size: contain;
}

.bg_gray2 {
    padding: 100px 0;
    background: #E8E8E8;
}

.bg_gray h1,
.bg_gray p,
.bg_gray2 h1,
.bg_gray2 p,
.bg_gray2 h2,
.bg_gray2 ul.text {
    color: #8E8E8E;
}

.bg_03 {
    background: url("../img/content/top/bg_05.png") bottom center no-repeat;
    background-size: 90%;
    padding-bottom: 250px;
    box-sizing: border-box;
}

.bg_03 div div {
    width: auto;
}

.dl_access {
    display: block;
    justify-content: center;
    align-items: center;
    color: #8E8E8E;
    margin-bottom: 60px;
    font-size: 90%;
}

.dl_access dt {
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: right;
    font-size: 150%;
}

.dl_access dd {
    float: left;
    border-left: 1px solid #8E8E8E;
    padding: 0 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: left;
}
    
    .mt150 {
        margin-top: 0;
    }

/* 共通
--------------------------------------------------------------------------*/

#container {
    position: relative;
    z-index:1;
}

section {
	padding-bottom: 40px;
}

article {
	margin-bottom: 60px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	position: relative;
	width: 48%;
	float: left;
	margin-bottom: 0px;
	margin-right: 4%;
}

.column3:nth-child(3n) {
	margin-right: 4%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}

.column4 {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column6 {
	width: 14%;
	float: left;
	margin-right: 3.2%;
}

.column6:nth-child(6n) {
	margin-right: 0;
}

.column6 p {
    font-size: 9px;
    text-align: center;
    letter-spacing: 0;
}

.left30 {
    float: none;
    width: 100%;
}

.right70 {
    float: none;
    width: 100%;
}

.left70 {
    float: none;
    width: 100%;
}

.right30 {
    float: none;
    width: 100%;
}
    
.picture {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	padding: 60px 0 40px;
	background: #080438;
}

address {
    margin-top: 80px;
	font-style: normal;
	text-align: center;
	font-size: 60%;
    color: #FFF;
}

/* 下階層
--------------------------------------------------------------------------*/

dl.dl_product {
    list-style: none;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    float: none;
    width: auto;
    margin-right: 0%;
    margin-bottom: 20px;
}

dl.dl_product:nth-child(2n) {
    margin-right: 0;
}

dl.dl_product dt {
    font-weight: 600;
    font-size: 100%;
    padding-bottom: 5px;
}

dl.dl_product dd {
    font-weight: 300;
    border-bottom: 1px solid #CCC;
    font-size: 85%;
    padding-bottom: 15px;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#prt_main_bg {
}

#prt_main {
    padding: 250px 0 200px;
    background-size: cover !important;
}

#prt_main h1 {
    text-align: center;
    color: #FFF;
    text-shadow: 0 0 5px #333;
    padding: 0;
    margin: 0 auto;
    font-size: 230%;
}

#product01 #prt_main { background: url("../img/content/product01/main.jpg") center center no-repeat; }
#product02 #prt_main { background: url("../img/content/product02/main.jpg") center center no-repeat; }
#product03 #prt_main { background: url("../img/content/product03/main.jpg") center center no-repeat; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; }

/* フェード
-------------------------------------*/

.fade {
    opacity : 0;
    transform : translate(0, 30px);
    transition : 1s all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 12px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
	transition: 0.3s;
    font-family: "Noto Serif JP", system-ui;
    letter-spacing: 0.2em;
    color: #707070;
}

.formButton input {
	padding: 25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	font-weight: bold;
    border: 1px solid #090438;
	cursor: pointer;
	font-size: 110%;
	-webkit-appearance: none;
	transition: 0.3s;
    color: #FFF;
    background: #090438;
}

.formButton input:hover {
	background: #FFF;
	transition: 0.3s;
    color: #090438;
}

.formText {
    text-align: center;
    font-weight: 500;
}

iframe {
	vertical-align:bottom;
}


/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	transform: translateY(-50%) translateX(-50%);
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	line-height: 100%;
    margin-top: 40px;
    text-align: center;
    padding: 10px 0;
}

.btn a {
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.3s;
    text-align: center;
    background: url("../img/content/top/bg_btn.png") center left no-repeat;
    color: #FFF;
    padding: 8px 100px 10px;
    border: 1px solid #FFF;
}

.btn a:hover {
	background: #FFF url("../img/content/top/bg_btn2.png") center left no-repeat;
    color: #2B4072;
	text-decoration: none;
	transition: 0.3s;
}

.normalTbl table th {
    display: block;
    width: auto;
	padding: 20px 0 0;
}

.normalTbl table td {
    display: block;
    width: auto;
	padding: 10px 0;
}

.normalTbl input {
    width: 90% !important;
}

.normalTbl input[type=radio] {
	margin: 10px 0 !important;
    height: 15px !important;
    width: 15px !important;
	border: 1px solid #CCC;
}

.normalTbl select {
    font-size: 110%;
}

.normalTbl textarea {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}


} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {




} /* /@media */
