@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

section {
	width: 100%;
	clear: both;
	display: block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
	color:#FFF;
}

sup {
	vertical-align:top;
}

/* change colours to suit your needs */
ins {
	background-color:#ccc;
	color:#45494b;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	color:#45494b; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #2fa6b5;
	margin:3.0rem auto;
	padding:0;
    max-width:1100px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}



/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:15px;
    scroll-behavior: smooth;
}
body {
	font-family: "Josefin Sans",'Noto Sans JP', sans-serif;
	line-height: 2.0;
	color: #FFF;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 1.5px;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
    background: #000;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
	opacity: 1.0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover {
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #FFF;
    background: #FFF;
}

a {
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease-in-out;
    padding: 0;
}

a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFF;
    transition: width 0.2s ease-in-out;
    z-index: -1;
}

a:hover {
    color: #FFF;
}

a:hover::before {
    width: 100%;
}

#wrapper {
    width: 100%;
    position: relative;
}


/************************

TXT SETTING

************************/


h2 {
    text-align: center;
    font-size: 8rem;
    line-height: 1.2;
    letter-spacing: 7.5px;
    font-weight: 600;
    margin-bottom: 3.0rem;
}


h3 {
    font-size: 7.2rem;
    font-weight: 600;
    letter-spacing: 7.5px;
    text-align: center;
    line-height: 1.2;
    margin: 0rem auto 3.0rem;
}

h4 {
    font-size: 6.5rem;
    font-weight: 600;
    letter-spacing: 7.5px;
    text-align: center;
    line-height: 1.1;
    margin: auto;
}

h5 {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 7.5px;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto 1.5rem; 
}

h6 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 3.5px;
    text-align: left;
    line-height: 1.1;
    margin: 0 auto 1.5rem; 
}



.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.2rem;}
.txt_l { font-size: 1.5rem;}
.txt_xl { font-size: 2.2rem; line-height: 1.5; margin-bottom: 1.2rem;}


.txt_ttl {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    line-height: 2.0;
}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.strong {font-weight:700;}

.txt_indent {
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 15px;
}

.txt_vertical,
.txt_dual-vertical{
    writing-mode: vertical-rl; /* 縦書き・右から左 */
    text-orientation: upright; /* 文字を正立させる */
}

strong { font-weight: bold; color: #448aca}
small { font-size: 80%;}


p {	margin-bottom: 2rem;}



/************************

HEADER

************************/

.sidemenu {
    display: block;
}


header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}

header .sidemenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 5%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

header h1 {
    transform: rotate(-90deg);
    transform-origin: center center;
    font-size: 0.8rem;
    color: #cfcfcf;
    margin: 0;
    white-space: nowrap;
}

header h1 a {
    color: #cfcfcf;
}


nav {
    width: 100%;
}

nav ul {
    width: 60%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    list-style: none;
    padding: 0 1rem; 
}

nav a {
    text-decoration: none;
    color: #cfcfcf;
    white-space: nowrap;
    
}



/************************

LAYOUT SETTING

************************/


section {
	width: 100%;
}

.inner_box {
	width: 1100px;
	margin: auto;
    position: relative;
}

.inner_box_M {
	width: 800px;
	margin: auto;
}

.separater {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 10.0rem auto;
}

.separater img {
    width: 100px;
}

/************************

BTN SETTING

************************/


/************************

Footer

************************/

footer {
    width: 1100px;
    margin: 0 auto 3.0rem auto;
    color:rgba(255,255,255,0.40);
}
footer .left {
    width: 50%;
    margin: auto;
    float: left;
}
footer dl img {
    width: 90%;
    opacity: 0.4;
}
footer dt {
    width: 45%;
    margin-right: 5%;
    float: left;
}
footer dd {
    width: 50%;
    padding:0;
    float: left;
    color:rgba(255,255,255,0.40);
}

footer .right {
    width: 50%;
    float: right;
    margin-bottom: 1.5rem;
}
footer .right li {
    float: right;
    text-align: right;
}
footer .right li img { 
    width: 100%;
    opacity: 0.4;
}
footer .right .instagram {
    width: 40px;
    margin-right: 5%;
    padding: 10px 0;
}

footer .right a {
    color:rgba(255,255,255,0.40);
    font-size: 0.8rem;
}
footer .txt_copy {
    font-size: 0.8rem;
    text-align: right;
    clear: both;
}
/************************

ERROR PAGE

************************/



/************************

PAGER SETTING

************************/

.pagenext {
    margin: 40px 10px 10px 10px;
    text-align: right;
}

.pageprev {
    margin: 40px 10px 10px 10px;
    text-align: left;
}
.pagelink {
    width: 100%;
    margin: auto;
}

.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 14px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
     border: 1px #333 solid;
    background: none;
}

.pagelink .btn_designA:hover{
    color: #FFF;
    background: rgba(27,42,116,0.80);
    -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
    border: 1px #ccc solid;
}
.pagelink a:hover {
    color: #FFF;
}
.pagelink a {
    color: #000;
    display:block;
    text-decoration: none;
}

.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
    width: 35px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 11px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    padding: 8px 2px;
    color: #666;
    text-align: center;
}

.current{
	width: 35px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 11px;
    opacity: 1.0;
    background:#2fa6b5;
    transition: .4s;
    padding: 8px 2px;
    color: #FFF;
    text-align: center;
}

a.page-numbers:hover ,
.pager .current:hover {
    color: #FFF;
    background: #2fa6b5;
}

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

body {
	font-size: 14px;
}	
	
img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	

/************************

TXT SETTING

************************/


h2 {
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.2;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 3.0rem;
}


h3 {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-align: center;
    line-height: 1.2;
    margin: 0rem auto 3.0rem;
}

h4 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.5;
    margin: auto;
}

h5 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.1;
    margin:0 auto 0.5rem;
}
h6 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 1.8;
    margin:0 auto 1.5rem;
}

    .btn_box h5{
        font-size: 1.8rem;
        margin-bottom: 0!important;
        padding-top: 0.25rem;
    }   
    
    
.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.2rem;}
.txt_l { font-size: 1.5rem;}
.txt_xl { font-size: 2.2rem; line-height: 1.5; margin-bottom: 1.2rem;}


.txt_ttl {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    line-height: 2.0;
}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.strong {font-weight:700;}

.txt_indent {
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 15px;
}

.txt_vertical,
.txt_dual-vertical{
    writing-mode: vertical-rl; /* 縦書き・右から左 */
    text-orientation: upright; /* 文字を正立させる */
}

strong { font-weight: bold; color: #448aca}
small { font-size: 80%;}


p {	margin-bottom: 2rem;}
    
    


/************************

HEADER

************************/

.sidemenu {
    display: block;
}


header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}
    
    header .CI {
        width: 80px;
        margin: 1.5rem auto;
    }

header .sidemenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 7%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

header h1 {
    transform: rotate(-90deg);
    transform-origin: center center;
    font-size: 0.5rem;
    color: #cfcfcf;
    margin: 0;
    white-space: nowrap;
}

header h1 a {
    color: #cfcfcf;
}


nav {
    width: 100%;
}

nav ul {
    width: 60%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    list-style: none;
    padding: 0 1rem; 
}

nav a {
    text-decoration: none;
    color: #cfcfcf;
    white-space: nowrap;
    
}

    

/************************

LAYOUT SETTING

************************/


section {
	width: 100%;
}

.inner_box {
	width: 85%;
	margin: auto;
    position: relative;
}

.inner_box_M {
	width: 85%;
	margin: auto;
}
    
.separater {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 5.0rem auto;
}

.separater img {
    width: 60px;
}
    

/************************

Footer

************************/

footer {
    width: 90%;
    margin: auto;
    color:rgba(255,255,255,0.40);
}
footer .left {
    width: 80%;
    margin:0 10% 3.0rem 10%;
    float: none;
}

    footer a {
        color:rgba(255,255,255,0.40);
    }
    
footer dt {
    width: 35%;
    margin: auto;
    float: left;
    clear: left;
    text-align: center;   
}
    
footer dd {
    width: 65%;
    padding: 0;
    text-align: center;
    float: none;
    float: left;
    font-size: 1.2rem;line-height: 1.5;
    letter-spacing: 3.0px;
}

footer .right {
    width: 100%;
    float: none;
    margin-bottom: 1.5rem;
}
footer .right li {
    float: none;
    text-align: center;
}
footer .right li img { 
    width: 100%;
    opacity: 0.4;
}
footer .right .instagram {
    width: 30px;
    margin: auto;
    padding: 10px 0;
}

footer .txt_copy {
    font-size: 0.6rem;
    text-align: center;
    clear: both;
}
    
    
/************************

ERROR PAGE

************************/

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 100%;
	margin: auto;
}
	
/************************

PAGER SETTING

************************/

.pagenext,
.pageprev {
    margin: 0px 2.5%;
    float: left;
}
    
.pagelink {
    width: 100%;
    margin: auto;
}
    
.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 13px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
    border: 1px #000 solid;
    background: none;
    text-align: center;
}
	
	
}
