html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: rgb(229,0,18);
  color: rgb(0,0,0);
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
}

/* @group basic */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
article,
aside,
figcaption,
figure,
footer,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
dl,
ul {
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
.individual {
  display: none;
  overflow: hidden;
}

/*z-index | navigation /// 8xx | loading /// 9xx | wrap /// 100*/
/* @end */

/* @group a */
a {
  text-decoration: none;
  background-color: transparent;
  }
a:link {
color: rgb(7,12,71);
}
a:visited {
color: rgb(7,12,71);
}
a:active {
color: rgb(7,12,71);
outline: 0;
}
a:hover {
color: rgb(7,12,71);
outline: 0;
}
.anchor{
  padding-top: 100px !important;
  margin-top: -100px !important;
}

#container {
  width: 100%;
	position: relative;
  overflow: hidden;
  z-index: 0;
}

/* @group page_top */
#page-top {
    width: 100%;
    height: 8vh;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 800;
}
#page-top p {
    text-align: center;
    background: rgba(229,0,18, .9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#page-top p:hover {
    background: rgba(229,0,18, 1);
}
#move-page-top {
    color: rgb(255,255,255);
    font-size: 7vh;
    line-height: 8vh;
    text-decoration: none;
    display: block;
    cursor: pointer;
}


/* @group header */
header {
  width: 100%;
  height: 10vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(229,0,18,1);
}
header h1 {
  width: 50%;
}
#header_logo {
  width: 25%;
  padding: 0 2% 0;
}
#header_logo img {
  width: 100%;
  max-height: 8vh;
}

/* global navi */
#gnav-btn {
  color: rgb(7, 12, 71);
  font-size: 6vh;
  line-height: 1em;

  position: fixed;
  top: 1vh;
  right: 1.8vh;
  z-index: 860;
  padding: .5vw;

  border: 1px solid rgba(7, 12, 71, 1);
  border-radius: .5vw .5vw;
}
#gnav-input:checked~#gnav-content {
  top: 0;
}
#gnav-content {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 810;
  transition: 0.3s;
  width: 100%;
}
.humb-menu__title {
  padding: 1.5rem;
  overflow: hidden
}
.humb-menu label {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(200, 200, 200, .5);
}
.humb-menu label p {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.humb-menu input {
  display: none;
}
.humb-menu .accshow {
  height: 0;
  overflow: hidden;
}
.humb-menu .accshow p {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5rem;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(200, 200, 200, .5);
}
.humb-menu .cssacc:checked+.accshow {
  height: auto;
}

nav ul{  
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
nav li {
  width: calc(100% /4);
}
nav li figure, nav li figure img {
  width: 100%;
}

/* float navigation */
#adbox {
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out forwards;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

/* @group nav */
nav {
  width: 40%;
  text-align: right;
  position: absolute;
  top: 7px;
  right: 2%;
  overflow: hidden;
}
.hidden {
  display: none;
}
.cnt_menu li {
  width: calc(96% /2);
  display: inline-block;
}
.cnt_menu li a {
  width: 100%;
  display: inline-block;

  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;

  background-color: #000;
  padding: 2px 2vw;
  border-radius: 16px;
  text-decoration: none;
}
.cnt_menu li.active a {
  background-color: rgb(241,141,0);
  border: 1px solid rgb(255,255,255);
}
.cnt_menu li a:hover {
  background-color: rgb(241,141,0);
}

/* @group linkout */
#linkout {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
#linkout dd {
  width: calc(100% / 3);
  font-size: 6vh;
  text-align: center;
  display: inline;
  overflow: hidden;
  float: left;
}

.contents_block {
  width: 92%;
  margin: 0vh auto 2vh;
  position: relative;
}

.contents_blocks {
  width: 96%;
  max-width: 960px;
  margin: 0vh auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  position: relative;
}

.contents_block:last-child,
.contents_blocks:last-child {
  margin: 0 auto;
}

.contents_arch0 {
	width: 92%;
	max-width: 1024px;
	margin: 2vh auto;
	padding: 0;
	position: relative;
    text-align: center;
    
}
.contents_sect {
	margin: 0 auto;
	padding: 0 4%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#contents_box {
	width: 96%;
	margin: 2% auto 2%;
	overflow: hidden;
	position: relative;
}

.contents_cover {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#contents {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.block-single {
  width: 96%;
  /* max-width: 960px; */
  margin: 0vh auto 8vh;
  position: relative;
}

.block-double {
  width: calc(96% / 2);
  margin: 0 2% 2% 0;
  position: relative;
}
.block-double:nth-child(2n) {
  margin: 0 0 2% 0;
}
.block-triple {
  width: calc(96% / 3);
  margin: 0 2% 2% 0;
  position: relative;
}
.block-triple2 {
  width: 66%;
  margin: 0 0 2% 0;
  position: relative;
}
.block-triple:nth-child(3n) {
  margin: 0 0 2% 0;
}

.block-quad {
  width: calc((100% - 6%) / 4);

  position: relative;
  display: flex;
  flex-direction: column;
}
.block-quad3 {
  width: 74%;
  /*2つは47%*/
  margin: 0 0 2% 0;
  position: relative;
}



.block-inside {
  padding: 2vh;
}
.block-inside:last-child {
  margin: 0 auto 0;
}

/* @group table */
.contents_block table, .contents_blocks table {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}
.contents_block tr, .contents_blocks tr {
overflow: hidden;
}
.contents_block th, .contents_blocks th {
vertical-align: middle;
}
.contents_block td, .contents_blocks td {
vertical-align: middle;
}

#goodslist {
width: 90%;
margin: 0 auto 2vh;
overflow: hidden;
position: relative;
}
#goodslist li {
font-size: 2.2vh;
line-height: 1.8em;
text-align: justify;
text-justify: inter-ideograph;

width: 100%;
padding: 2%;
border-bottom: 1px solid rgb(7,12,71);
}

/* video */
.youtube {
position: relative;
width: 100%;
margin: 20px;
max-width: 480px;
float: left;
display: inline;
}
.youtube:before {
content: "";
display: block;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

.hero {
  position: relative;
}

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

/* @group footer */
footer {
	width: 100%;
	margin: 0 auto 24vh;
	overflow: hidden;
	position: relative;
}
.footer_contents {
  width: 96%;
  margin: 0 auto;
}
.footer_box {
  width: auto;
  position: relative;
}
#logo_parade {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
#logo_parade dd {
  width: calc(90% /3);
}
#logo_parade figure, #logo_parade img {
  width: 100%;
  overflow: hidden;
}

/* @group Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}





/* tab contents */
.tab-area {
  width: 100%;
  margin: 0 auto;
}
.tab-btn { display:none; }
.tab-list-wrap {
  display: flex;
  justify-content: flex-start;
}
.tab-list {
  display: block;
  width: 100px;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  background: rgb(191,156,70);
  cursor: pointer;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4 {
  background: rgb(255,255,255); /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}
.tab-content {
  padding: 0;
  display: none;
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4 {
  display: block;
  font-weight: bold;
}
.tab-content td:nth-child(1) {width: 18%;}
.tab-content td:nth-child(2) {width: 10%;}
.tab-content td:nth-child(3) {width: 15%;}
.tab-content td:nth-child(4) {width: 15%;}
.tab-content td:nth-child(5) {width: 32%;}
.tab-content td:nth-child(6) {width: 10%;}

.tab-content tr {
	margin: 0;
	overflow: hidden;
}
.tab-content tr:nth-child(even){
    background-image: radial-gradient(rgba(220,220,220,.8) 25%, transparent 0%),
    radial-gradient(rgba(252,190,193,.8) 25%, transparent 0%);
	background-size: .5vh .5vh;
	background-position: 0 0, .25vh .25vh;
}
.tab-content th {
	font-size: 2vh;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}
.tab-content td {
	font-size: 2.2vh;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	padding: 1.5vh;
	border-bottom: 1px dotted rgb(7,12,71);
}

#table_map1 tr:nth-child(3), #table_map1 tr:nth-child(10), #table_map1 tr:nth-child(17), #table_map1 tr:nth-child(24), #table_map1 tr:nth-child(31), #table_map1 tr:nth-child(21) {
  background-color: lightpink;
}
#table_map2 tr:nth-child(7), #table_map2 tr:nth-child(14), #table_map2 tr:nth-child(21), #table_map2 tr:nth-child(28), #table_map2 tr:nth-child(30) {
  background-color: lightpink;
}
#table_map3 tr:nth-child(5), #table_map3 tr:nth-child(12), #table_map3 tr:nth-child(19), #table_map3 tr:nth-child(26), #table_map3 tr:nth-child(4), #table_map3 tr:nth-child(6),#table_map3 tr:nth-child(7) {
  background-color: lightpink;
}
#table_map4 tr:nth-child(2), #table_map4 tr:nth-child(9), #table_map4 tr:nth-child(16), #table_map4 tr:nth-child(23), #table_map4 tr:nth-child(30) {
  background-color: lightpink;
}

/* form invisible */
.panelDraft, #panelBody {
  visibility: hidden;
  display: none;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  nav {
    width: 65%;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 2%;
  }

  header {
      height: 15vh;
  }
  header h1 {
    width: 100%;
    text-align: center;
  }
  #header_logo {
    width: 100%;
    padding: 0;
  }

  .block-double,
  .block-double:nth-child(2n),
  .block-triple,
  .block-triple2,
  .block-triple:nth-child(3n),
  .block-quad3 {
    width: 100%;
    margin: 0 auto 2%;
  }
  .block-quad {
    width: 96%;
    margin: 0 2% 2% 0;
    position: relative;
  }

  .footer_box {
    width: 100%;
    padding: 1vh 20vw;
  }
}

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

  #logo_parade dd {
    width: 90%;
    padding: 1vh 0;
  }
}