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

/*
00 Fonts
========================================================================== */

/*

font-family: dnp-shuei-gothic-gin-std,sans-serif;
font-weight: 400;
font-style: normal;

font-family: dnp-shuei-gothic-gin-std,sans-serif;
font-weight: 500;
font-style: normal;

font-family: dnp-shuei-gothic-gin-std,sans-serif;
font-weight: 600;
font-style: normal;

font-family: adonis-web,serif;
font-weight: 400;
font-style: normal;

*/


/*
01 Layout
========================================================================== */
:root{
	/* color */
	--black:rgba(75,75,75,1);
	--white:rgba(255,255,255,.98);
  --blue:rgba(50,170,215,1);
  --gray:rgba(200,200,200,1);
  --ash:rgba(237,242,244,.7);
  --ashred:rgba(255,220,220,.5);
}

* {
	color: var(--black);
	font-family: dnp-shuei-gothic-gin-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	box-sizing: border-box;
	text-decoration: none;
}

html { height: 100%; }
body {
	height: 100%;
	font-size: 13px;
  line-height: 2;
	text-align: justify;
  word-break: break-all;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,div,dl,dt,dd,ul,li,img,a,p,span,iframe,small,strong,figure,address,select,input,button,textarea,i,b,hr,sub,em,label {
	margin:0;
	padding:0;
	color:inherit;
	font-family: inherit;
	font-size: inherit;
	font-style:inherit;
	font-weight: inherit;
	list-style:none;
	text-align: justify;
	outline:none;
	background: none;
	border: none;
}
header,main,footer{display:none;}
p { line-height: 2; }
picture {}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
br { line-height: 1; }

button { cursor: pointer; }
sub {}
mark {}
em {
  font-family: minion-3-display,serif;
  font-weight: 400;
  font-style: normal;
}

/* Loading */
.contentsLoader {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: var(--black);
  margin-bottom: -5px;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after { content: ""; }
.bouncingLoader > div { margin: 0 5px; }
.bouncingLoader > div { animation-delay: 0.2s; }
.bouncingLoader:after { animation-delay: 0.4s; }
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}


/* Form Element */
select,
label,
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--white);
  background-image: none;
  display: flex;
  align-items: center;
  border: 2px solid var(--black);
  border-radius: 0;
  cursor: pointer;
}
select,
label {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 3px .75em;
  line-height: 2;
  position: relative;
}
input {
  width: 16px;
  height: 16px;
  position: relative;
}
input:checked { background-color: var(--black); }
label > sub {
  padding: 0 0 0 10px;
  font-size: 12px;
  letter-spacing: .03rem;
  position: relative;
  bottom: 1px;
}
label > input:checked + sub:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -11px;
}
.typSelect { position: relative; }
.typSelect:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: var(--black) transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  pointer-events: none;
}

textarea, input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"] {
  width: 100%;
  padding: 3px .75em;
}
textarea { min-height: 150px; }
input[type="text"] ,input[type="email"], input[type="number"], input[type="password"], input[type="tel"] { height: 35px; }
::placeholder { color: var(--gray); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

.ctrlBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
.ctrlBtn button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  margin: 0 0 10px 0;
  line-height: 1.5;
  color: var(--white);
}
.ctrlBtn button > * { position: relative; }
.ctrlBtn button i {
  font-size: 25px;
  transform: scaleY(.9);
  letter-spacing: .15rem;
}
.ctrlBtn button b {
  font-size: 12px;
  letter-spacing: .02rem;
}
.ctrlBtn button.next { background-color: var(--blue); }
.ctrlBtn button.back {
  width: 45%;
  margin: 15px 0 0;
}
.loginForm .ctrlBtn button { padding: 15px 0; }

div[data-error-message] {
  font-size: 15px;
  color: red;
}

/* Swicth Color */
.verWhite { color: var(--white); }
.verBlack { color: var(--black); }
.verWhite hr { background-color: var(--white); }
.verBlack hr { background-color: var(--black); }

/* Logo */
h1 {
  width: 110px;
  position: absolute;
  top: 52px;
  left: 65px;
  z-index: 10;
}

/* Navigation */
.humb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 100px;
  left: 95px;
  cursor: pointer;
  z-index: 10;
}
.humb hr {
  width: 32px;
  height: 2px;
  transition: .4s ease;
}
.humb > hr + hr { margin: 4px 0 0 0; }
.humb:hover hr { width: 45px; }
[data-humb="black"] .humb hr{background-color: var(--black);}

.close {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 75px;
  left: 75px;
  cursor: pointer;
}
.close hr {
  width: 45px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
}
.close hr:nth-child(1) { transform: rotate(45deg); }
.close hr:nth-child(2) { transform: rotate(-45deg); }

/* menu */
menu {
  display: flex;
  position: absolute;
  top: 75px;
  right: 60px;
  z-index: 10;
}
menu a {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 0 0 15px;
}

/* Title */
.ttlBasic {
  font-size: 30px;
  transform: scaleY(.9);
  white-space: nowrap;
}
.ttlPage {
  font-size: 33px;
  transform: scaleY(.92);
  white-space: nowrap;
}
.ttlStory {
  color: var(--white);
  border: 1px solid var(--white);
  background-color: rgba(0,0,0,.1);
  position: absolute;
}
.ttlStory > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
.ttlStory > * > * {
  line-height: 1.1;
  white-space: nowrap;
}
.ttlStory i,
.ttlStory b {
  font-size: 12px;
  letter-spacing: .03rem;
}
.ttlStory b:before {
  content: ':';
  margin: 0 3px 0 0;
}
.ttlStory em {
  margin: 12px 0;
  font-size: 55px;
  letter-spacing: .12rem;
}
.ttlStory sub {
  width: 100%;
  font-size: 10px;
  text-align: center;
  letter-spacing: .1rem;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.ttlShop {
  margin: 12px 0 0 0;
  font-size: 23px;
  letter-spacing: .03rem;
  white-space: nowrap;
}


/* Story */
.story .line {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: auto;
  padding: 0 75px;
}
.story .line .block {
  width: calc(50% - 5px);
  min-width: 500px;
  height: 425px;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
.story .line .block:nth-child(2n) { margin: 0 0 10px 10px }
.story .block picture {
  display: inline-flex;
  height: 100%;
  position: relative;
}
.story .block picture:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.18);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.story .ttlStory {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Arrow */
.arrow {
  position: relative;
  transition: .4s ease;
}
.arrow hr {
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: var(--black);
  opacity: .5;
}
.arrow hr:nth-child(1) {
  width: 100%;
  left: 0;
}
.arrow hr:nth-child(2) {
  width: 12px;
  right: 0;
  transform: rotate(35deg);
  transform-origin: right bottom;
}

.slick-arrow {
  width: 30px;
  height: 50px;
}
.slick-arrow.prev { transform: translate(-15px,0) scaleY(1.35); }
.slick-arrow.next { transform: translate(15px,0) scaleY(1.35); }
.slick-arrow hr {
  width: 28px;
  height: 28px;
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
}
.slick-arrow.prev hr { transform: translate(7px,0) rotate(-135deg); }
.slick-arrow.next hr { transform: translate(-7px,0) rotate(45deg); }

/* Item */
.price { font-size: 17px; }
.price:before {
  content: '¥';
  margin: 0 3px 0 0;
  font-size: 93%;
}
.price small {
  font-size: 60%;
  letter-spacing: .03rem;
  position: relative;
  top: -1px;
  left: -1px;
}

/* Colors */
.colors { display: flex; }
.colors button { position: relative; }
.colors > button + button { margin: 0 0 0 5px; }
.colors hr {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--gray);
}

/* Tag */
.tag {
  font-size: 10px;
  letter-spacing: .1rem;
  background-color: var(--black);
  color: var(--white);
  position: absolute;
}

/* Info */
.info {
  display: flex;
  padding: 0 115px;
}
.info .text {
  display: flex;
  flex-direction: column;
  width: 290px;
}
.info h2 {
  margin: 0 0 40px 0;
  letter-spacing: 0;
}
.info .text ul { margin: 0 0 30px 0; }
.info .text ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: .03rem;
}
.info .text ul > li + li { margin: 2px 0 0 0; }
.info .text ul li > * { white-space: nowrap; }
.info .text ul li b > time + time:before {
  content: '〜';
  margin: 0 5px;
}
.info .text ul hr {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin: 0 10px;
}
.info .text dl {
  display: flex;
  align-items: center;
  letter-spacing: .03rem;
  white-space: nowrap;
}
.info .text dl dt { padding: 0 12px 0 0; }
.info .text dl dd {  }
.info .text div {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.info .text div > a + a { margin: 0 0 0 7px; }
.info .text div img {
  width: 26px;
  height: 26px;
}

.info .calender {
  width: calc(100% - 325px);
  padding: 15px 0 0 125px;
}
.info .calender .calHead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 55px 0;
}
.info .calender .calHead time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 0 5px;
}
.info .calender .calHead time i {
  font-size: 13px;
  letter-spacing: .05rem;
}
.info .calender .calHead time b { font-size: 30px; }
.info .calender .calHead time sub {
  font-size: 11px;
  letter-spacing: .08rem;
}
.info .calender .calDate ul {
  display: flex!important;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  border: 1px solid var(--gray);
  border-bottom: none;
  border-right: none;
}
.info .calender .calDate ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  background-color: var(--ash);
}
.info .calender .calDate ul li time {
  margin: 0 5px 0 0;
  font-size: 18px;
}
.info .calender .calDate ul li small {
  font-size: 10px;
  position: relative;
  top: 1px;
}
.info .calender .calDate ul li small:before,
.info .calender .calDate ul li small:after { margin: 0 1px; }
.info .calender .calDate ul li small:before { content: '('; }
.info .calender .calDate ul li small:after { content: ')'; }

/* News */
.news .line {
  width: 100%;
  margin: 10px auto 0;
}
.news .line ul {
  display: flex;
  flex-direction: column;
}
.news .line ul li {
  width: 100%;
  margin: 30px 0 0 0;
}
.news .line ul li > * {
  display: flex;
  align-items: center;
  padding: 0 10px 25px;
  line-height: 1.8;
}
.news .line ul li > * hr { opacity: .5; }
.news .line ul li > * hr:nth-child(1) { width: 100%; }
.news .line ul li time {
  padding: 0 30px 0 0;
  font-size: 12px;
  letter-spacing: .03rem;
}
.news .line ul li i {
  padding: 0 35px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* listBasic */
.listBasic {}
.listBasic dl {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid var(--gray);
}
.listBasic dl:last-child { border-bottom: 1px solid var(--gray); }
.listBasic dt { width: 35%; }
.listBasic dt i {
  padding: 0 0 0 20px;
  font-size: 15px;
  letter-spacing: .03rem;
  position: relative;
}
.listBasic dt i:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--black);
  position: absolute;
  top: 2px;
  left: 1px;
}
.listBasic dd {
  width: 65%;
  padding: 4px 0 0 0;
}
.listBasic dd > p + p { margin: 10px 0 0 0; }


/* transBox */
.transBox dl { border-top: 1px solid var(--gray); }
.transBox dl:last-child { border-bottom: 1px solid var(--gray); }
.transBox dt {
  padding: 15px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.transBox dt:before,
.transBox dt:after {
  content: '';
  width: 12px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  transition: .5s ease;
}
.transBox dt:after { transform: rotate(90deg); }
.transBox dt.active:after {
  transform: rotate(0deg);
  opacity: 0;
}
.transBox dt i {
  padding: 0 0 0 25px;
  position: relative;
}
.transBox dt i:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--black);
  position: absolute;
  top: 5px;
  left: 3px;
}
.transBox dd {
  display: none;
  padding: 5px 15px 5px 25px;
  margin: 0 0 30px 0;
  position: relative;
}
.transBox dd:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: var(--gray);
  position: absolute;
  top: 0;
  left: 5px;
}
.transBox dd span {
  display: flex;
  flex-direction: column;
}
.transBox dd > p + span,
.transBox dd > span + p { margin: 10px 0 0 0; }
.transBox dd span > i {
  padding: 0 0 0 18px;
  line-height: 1.8;
  position: relative;
}
.transBox dd span i:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid var(--black);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 3px;
}
.transBox dd span > i + i {
  margin:5px 0 0 0;
}


/* Intro */
.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 75px 0;
}
.intro h3 {
  margin: 40px 0;
  font-size: 15px;
  letter-spacing: .15rem;
}
.intro p {
  text-align: center;
  line-height: 2.2;
  letter-spacing: .02rem;
}

.pagination ul {
  display: flex;
  justify-content: center;
  margin: 65px 0 0;
}
.pagination ul li { padding: 0 8px; }
.pagination ul li > * {
  padding: 0 5px 8px;
  font-size: 12px;
  border-bottom: 1px solid var(--gray);
}
.pagination ul li.current > * {
  pointer-events: none;
  border-bottom: 1px solid var(--black);
}

/* Pageback */
.pageback {
  margin: 35px 0 0;
  padding: 0 0 0 18px;
  font-size: 11px;
  letter-spacing: .03rem;
  position: relative;
  left: -3px;
}
.pageback:before {
  content: '';
  width: 10px;
  height: 15px;
  background-image: url(/images/common/btn-return.svg);
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}

/* chapter */
.chapter {
  display: flex;
  flex-direction: column;
  width: 200px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  z-index: 1;
}
.chapter li {
  border-bottom: 1px solid var(--gray);
  position: relative;
}
.chapter li a {
  display: block;
  padding: 7px 7px 7px 18px;
}
.chapter li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent var(--black) transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}

/* Screen */
.typScreen {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
/* Nav */
.verNav h2 {
  width: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-350px,-70px);
}
.verNav menu {
  top: 50%;
  left: 50%;
  right: initial;
  transform: translate(-310px,10px);
}
.verNav menu a { margin: 0 5px; }
.verNav .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 47.5%;
}
.verNav .general {}
.verNav .general li > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 375px;
  padding: 3px 0;
  line-height: 1.7;
  position: relative;
  white-space: nowrap;
}
.verNav .general li i {
  font-size: 35px;
  transform: scaleY(.9);
  letter-spacing: -.01rem;
}
.verNav .general li b {
  letter-spacing: .05rem;
  position: relative;
}
.verNav .general li hr {
  width: 100%;
  height: 1px;
  margin: 0 15px;
  background-color: var(--black);
}

.verNav .subpages {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}
.verNav .subpages > li + li { margin: 2px 0 0 0; }
.verNav .subpages li > * {
  padding: 0 0 0 12px;
  font-size: 12px;
  position: relative;
}
.verNav .subpages li > *:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--black);
  position: absolute;
  top: 5px;
  left: 0;
}

.verNav .sns {
  display: flex;
  padding: 10px 0 20px;
}
.verNav .sns > li + li { margin: 0 0 0 7px; }
.verNav .sns li > * {
  display: block;
  width: 28px;
  height: 28px;
}

/* Option */
.verOption .frame {
  width: 800px;
  margin: 60px auto;
}
.verOption h2 {
  margin: 0 0 45px 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: .05rem;
}
.verOption .block {
  display: flex;
  flex-direction: column;
}
.verOption .block > * {
  display: flex;
  border: 1px solid var(--black);
  border-top: none;
}
.verOption .block h3 {
  padding: 12px 30px;
  color: var(--white);
  background-color: var(--black);
  line-height: 1.5;
  letter-spacing: .05rem;
}
.verOption .block h3 i { margin: 0 15px 0 0; }
.verOption .block h3 b {}
.verOption .block ul { justify-content: space-between; }
.verOption .block ul li {
  width: 50%;
  position: relative;
}
.verOption .block ul > li + li:before {
  content: '';
  width: 1px;
  height: 75%;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 1;
}
.verOption .block ul li label {
  display: flex;
  flex-direction: column;
  height: initial;
  border: none;
  padding: 35px 0;
}
.verOption .block ul li picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin: 0 0 15px 0;
}
.verOption .block ul li p,
.verOption .block ul li sub {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.verOption .block ul li sub {
  margin: 12px 0 0 0;
  letter-spacing: .1rem;
}
.verOption .block ul li sub input { margin: 0 8px 0 0; }
.verOption .block ul li label > input:checked + sub:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -11px;
}
.verOption ul.board li:nth-child(1) picture img {
  width: 75px;
  height: 150px;
}
.verOption ul.board li:nth-child(2) picture img {
  width: 150px;
  height: 75px;
}
.verOption ul.card { flex-wrap: wrap; }
.verOption ul.card img { object-fit: normal; height: initial; }
.verOption ul.card li:nth-child(1) picture img { width: 55px; }
.verOption ul.card li:nth-child(2) picture img { width: 110px; }
.verOption ul.card li:nth-child(3) picture img {
  width: 75px;
  height: 150px;
}
.verOption ul.card li:nth-child(4) picture img {
  width: 150px;
  height: 75px;
}
.verOption .block ul > li:nth-child(3):before { display: none; }
.verOption .block ul > li:nth-child(3):after,
.verOption .block ul > li:nth-child(4):after {
  content: '';
  width: 75%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
}


.verOption ul.material li picture img {
  filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.15));
  -webkit-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.15));
}
.verOption ul.material li:nth-child(1) picture img {
  width: 125px;
  height: 125px;
}
.verOption ul.material li:nth-child(2) picture img {
  width: 125px;
  height: 125px;
}
.verOption .block div {
  display: flex;
  flex-direction: column;
  padding: 35px 75px;
}
.verOption .block div dl dt { margin: 0 0 15px 0; }
.verOption .block div dl dt small { font-size: 11px; }
.verOption .block div > dl + dl {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid var(--gray);
}
.verOption .block div span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 11px;
}
.verOption .ctrlBtn { margin: 25px 0 0 0; }
.verOption .ctrlBtn button {
  padding: 20px;
  font-size: 14px;
  letter-spacing: .08rem;
}


/* Header ===================== */
header {
  position: relative;
  z-index: 1;
}

/* Main ===================== */
main section {
  padding: 65px 0 0;
  margin: auto;
  position: relative;
}
main h2 {
  font-size: 16px;
  letter-spacing: .12rem;
}
main h2 i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: 2px solid var(--black);
}

/* Footer ===================== */
footer {
  padding: 150px 60px 125px;
  position: relative;
}
footer .pageTop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 50px 0;
}
footer .pageTop button {
  width: 30px;
  height: 30px;
  position: relative;
  transform: scaleX(1.2);
}
footer .pageTop button hr {
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
footer nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer nav div {
  display: flex;
  flex-direction: column;
}
footer nav div h2 {
  width: 100px;
  height: 27px;
  margin: 0 0 30px 0;
}
footer nav div p {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 1.2;
}
footer nav div p > * { position: relative; }
footer nav div p i {
  margin: 0 3px 0 0;
  font-size: 13px;
  top: 1px;
}
footer nav ul {
  display: flex;
}
footer nav ul li {
  margin: 0 0 0 15px;
  font-size: 11px;
  line-height: 1.2;
}
footer nav ul li a {
  padding: 0 0 0 12px;
  position: relative;
}
footer nav ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--black);
  position: absolute;
  top: 3px;
  left: 0;
}




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

.close {
  top: 40px;
  left: 40px;
}

.info { flex-direction: column; }
.info .text {
  align-items: center;
  width: 100%;
}
.info .text .address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 12px 0;
  line-height: 2;
}
.info .text dl dt { padding: 0; }
.info .calender {
  width: 100%;
  padding: 75px 0 0 0;
}

/* Nav */
.verNav h2 {
  width: 150px;
  padding: 12.5vh 0 30px;
  margin: auto;
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
.verNav menu {
  justify-content: center;
  margin: auto;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  transform: none;
}
.verNav .frame {
  justify-content: center;
  max-width: 400px;
  height: auto;
  margin: auto;
  padding: 40px 0 0;
}

.verOption .frame { width: 600px; }

.listBasic dl { flex-direction: column; }
.listBasic dt { width: 100%; }
.listBasic dd {
  width: 100%;
  padding: 15px 0 0 0;
}


}


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

body { font-size: 12px; }

h1 {
  width: 100px;
  top: 42px;
  left: 45px;
}
.humb {
  width: 35px;
  top: 80px;
  left: 72px;
}
.humb hr { width: 30px; }
.humb:hover hr { width: 30px; }
menu {
  top: 65px;
  right: 40px;
}
menu a {
  width: 30px;
  height: 30px;
}

.ttlPage { font-size: 27px; }

.verNav h2 {
  width: 125px;
  padding: 10vh 0 30px 0;
}
.verNav .frame {
  width: 325px;
  max-width: initial;
  padding: 35px 0 0 0;
}
.verNav .general li > * { width: 100%; }
.verNav .general li i { font-size: 27px; }
.verNav .sns li > * {
  width: 26px;
  height: 26px;
}

.close {
  width: 35px;
  height: 35px;
}
.close hr { width: 40px; }
.ttlStory i, .ttlStory b { font-size: 11px; }
.ttlStory em { font-size: 50px; }

.story .line { padding: 0 65px; }
.story .line .block {
  width: 100%;
  min-width: initial;
  height: 55vw;
}

.info { padding: 0 65px; }

.colors hr {
  width: 11px;
  height: 11px;
}

.verOption .frame {
  width: 100%;
  padding: 0 65px;
}
.verOption h2 { font-size: 16px; }

.listBasic { padding: 0 65px; }
.listBasic dt i { font-size: 14px; }
.listBasic dt i:before {
  width: 7px;
  height: 7px;
}
.listBasic dd { padding: 12px 0 0 0; }
.listBasic dd > p + p { padding: 5px 0 0 0; }

main section { padding: 55px 0 0; }
main h2 { letter-spacing: .03rem; }

footer .pageTop { padding: 0 0 75px 0; }
footer nav ul { display: none; }
footer nav div {
  align-items: center;
  margin: auto;
}

}


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

label > sub { bottom: 0; }
div[data-error-message] { font-size: 13px; }

h1 {
  width: 95px;
  top: 25px;
  left: 25px;
}
.humb {
  top: 60px;
  left: 52px;
}
menu {
  top: 27px;
  right: 25px;
}
.ttlStory i, .ttlStory b {
  font-size: 10px;
  letter-spacing: 0;
}
.ttlStory em {
  margin: 7px 0;
  font-size: 42px;
}
.ttlStory sub {
  padding: 11px 0;
  font-size: 9px;
  letter-spacing: .03rem;
}
.ttlBasic {
  font-size: 22px;
  transform: scaleY(.95);
}

main section { padding: 125px 0 0; }
main h2 { font-size: 13px; }

.story .line { padding: 0 30px; }
.story .line .block { height: 67.5vw; }
.story .ttlStory {
  width: 150px;
  height: 150px;
}
.news .line ul li { margin: 22px 0 0 0; }
.news .line ul li > * { padding: 0 5px 22px; }
.news .line ul li time {
  padding: 0 15px 0 0;
  font-size: 11px;
  letter-spacing: 0;
}
.news .line ul li i { font-size: 11px; }

.info { padding: 0 30px; }
.info h2 { margin: 0 0 25px 0; }
.info .text ul { margin: 0 0 18px 0; }
.info .text ul > li + li { margin: 0; }
.info .text .address {
  margin: 0 0 10px 0;
  line-height: 1.9;
}
.info .text div { margin: 35px 0 0 0; }
.info .calender { padding: 60px 0 0 0; }
.info .calender .calHead { margin: 0 0 45px 0; }
.info .calender .calHead time b { font-size: 26px; }
.info .calender .calDate ul li { padding: 10px 0; }
.info .calender .calDate ul li time { font-size: 16px; }
.info .calender .calDate ul li small {
  font-size: 9px;
  top: 2px;
}

.intro { padding: 0 0 40px 0; }
.intro h3 {
  margin: 15px 0 30px;
  font-size: 14px;
  letter-spacing: .05rem;
}
.intro p {
  padding: 0 30px;
  text-align: left;
  line-height: 2;
}
.intro p br { display: none; }

.ctrlBtn button i {
  font-size: 20px;
  letter-spacing: .08rem;
}
.ctrlBtn button b { letter-spacing: 0; }

.verNav h2 {
  width: 110px;
  padding: 15vh 0 25px;
}
.verNav .frame {
  width: 65%;
  padding: 35px 0 0 0;
}
.verNav .general li i {
  font-size: 26px;
  letter-spacing: -.02rem;
}
.verNav .general li b {
  font-size: 10px;
  letter-spacing: -.01rem;
}
.verNav .general li hr { margin: 0 10px; }

.verOption { padding: 110px 0 75px; }
.verOption .frame {
  margin: auto;
  padding: 0 30px;
}
.verOption h2 { margin: 0 0 30px 0; }
.verOption .block h3 { padding: 10px 20px; }
.verOption .block h3 i { margin: 0 10px 0 0; }
.verOption .block ul li picture { height: 110px; }
.verOption ul.board li:nth-child(1) picture img {
  width: 50px;
  height: 100px;
}
.verOption ul.board li:nth-child(2) picture img {
  width: 100px;
  height: 50px;
}
.verOption ul.card li:nth-child(1) picture img { width: 40px; }
.verOption ul.card li:nth-child(2) picture img { width: 90px; }
.verOption ul.card li:nth-child(3) picture img {
  width: 50px;
  height: 100px;
}
.verOption ul.card li:nth-child(4) picture img {
  width: 100px;
  height: 50px;
}
.verOption ul.material li:nth-child(1) picture img {
  width: 100px;
  height: 100px;
}
.verOption ul.material li:nth-child(2) picture img {
  width: 100px;
  height: 100px;
}
.verOption .block ul > li + li:before { height: 80%; }
.verOption .block ul > li:nth-child(3):after, .verOption .block ul > li:nth-child(4):after { width: 80%; }
.verOption .block ul li p, .verOption .block ul li sub { font-size: 11px; }
.verOption .block ul li sub {
  margin: 7px 0 0 0;
  letter-spacing: .03rem;
}
.verOption .block ul li sub input { margin: 0 5px 0 0; }
.verOption .block div { padding: 30px; }

.close {
  top: 25px;
  left: 25px;
}
.close hr { width: 35px; }

.listBasic { padding: 0 30px; }
.listBasic dl { padding: 30px 15px; }
.listBasic dd small { line-height: 1.8;}

.transBox dt { font-size: 14px; }
.transBox dt i { padding: 0 0 0 20px; }

.price small {
  letter-spacing: 0;
  left: -3px;
}

.pageback {
  margin: 20px 0 0 0;
  font-size: 10px;
  letter-spacing: 0;
}

footer { padding: 115px 0 125px; }
footer nav div p { font-size: 9px; }
footer nav div p i {
  font-size: 12px;
  top: 0;
}


}

.hideButtons input[type=radio],
.hideButtons input[type=checkbox] {
    display: none;
}

span.mark {
    margin-right: 8px;
}

input[type=radio] + span.mark,
input[type=checkbox] + span.mark {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid var(--black);
}

input[type=radio]:checked + span.mark,
input[type=checkbox]:checked + span.mark {
    background-color: var(--black);
}

input[type=radio]:checked + span.mark::before,
input[type=checkbox]:checked + span.mark::before {
    content: '';
    display: block;
    background-color: var(--white);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
