@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap');

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
    font-size: 10px;
}
body {
    margin: 0;
	background-color: #000;
	text-align: left;
    font-family: "Noto Sans JP", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 1.6rem;
	color: #FFF;
	line-height: 1.5;
}

a:link,
a:visited {
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s;

}
p,table,blockquote,address,pre,iframe,form,figure,dl {margin: 0;}
h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
img {
	max-width:100%;
	height:auto;
	outline:none;
    vertical-align: middle;
}

.idx {
    background: #660000
}
.idx .wrap {
    width: 1000px;
    margin: 0 auto;
    background: url(../img/base_background.jpg) repeat-y center top;
}
.idx .kv {
    position: relative;
    width: 100%;
}
.idx .kv p {
    margin: 0;
    padding: 0;
}
.idx .kv .txt {
    position: absolute;
    top: 200px;
    left: 400px;
    padding-right: 60px;
    font-size: 1.4rem;
    line-height: 1.7;
}
.idx .kv .btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 340px;
    left: 400px;
    width: 280px;
    background: #FFF;
    color: #2176C7;
    font-weight: 700;
    padding: .75em 0;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 1.8rem;
}
.idx .kv .btn:hover {
    background: #F4A024;
    color: #FFF;
}
.idx .kv .btn span {
    position: relative;
    padding-right: 1em;
}
.idx .kv .btn span:before {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 3.5px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #2176C7;
	border-right: 2px solid #2176C7;
	transform: rotate(45deg);
    transition: all 0.3s;
}
.idx .kv .btn:hover span:before {
    border-color: #FFF;
}
.idx .kv .logo {
    position: absolute;
    top: 15px;
    left: 830px;
}
.idx .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: rgba(0,0,0,.35);
}
.idx .footer .copy {
    font-size: 1rem;
}
.idx .btn_back {
    position: relative;
    padding: 8px 0 8px 14px;
    font-size: 1.2rem;
    color: rgba(255,255,255,.5);
}
.idx .btn_back:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px rgba(255,255,255,.5);
    border-left: solid 2px rgba(255,255,255,.5);
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    left: 0;
}
.idx .btn_back:hover {
    color: rgba(255,255,255,1);
}
.idx .btn_back:hover:before {
    border-color: rgba(255,255,255,1);;
}

.int {
    background: #660000;
}
.int .container {
    width: 880px;
    margin: 0 auto;
}

.int .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.int .wrap .main {
    flex: 1;
    padding: 0 0 64px 40px;
    font-size: 1.4rem;
    line-height: 1.7;
    min-width: 0;
    background: url(../img/makaino_int_bg.png) repeat-y;
}
.int .wrap .main .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 40px;
}
.int .wrap .main .header .page {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: .2em;
}
.int .wrap .main .header .page a {
    opacity: .5;
    text-decoration: underline;
}
.int .wrap .main .header .page a:hover {
    text-decoration: none;
    opacity: 1;
}
.int .wrap .main .ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5em;
    line-height: 1.5;
    color: #B9F0F2;
}
.int .wrap .main .ttl span {
    font-size: 1.8rem;
}
.int .wrap .main p {
    margin-top: 1.5em;
}
.int .wrap .main section + section {
    margin-top: 64px;
}
.int .wrap .main .flx {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 1.5em 0;
}
.int .wrap .main .flx .txt {
    flex: 1;
}
.int .wrap .main .flx .txt p:first-child {
    margin-top: 0;
}
.int .wrap .main .flx .img {
    width: 130px;
}
.int .wrap .main .flx2 .img {
    width: 240px;
}
.int .wrap .main .flx .img figcaption {
    margin-top: 8px;
    font-size: 1rem;
    color: #B9F0F2;
    line-height: 1.3;
}
.int .wrap .side {
    width: 260px;
    padding: 16px;
    background: #113CA7;
    font-size: 1.1rem;
}
.int .wrap .side p + p {
    margin-top: 1em;
}
.int .wrap .side section {
    margin-top: 24px;
}
.int .wrap .side .ttl {
    margin-bottom: 12px;
    padding: .25em 1em;
    border: 1px solid #FFF;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: .2em;
    text-align: center;
}
.int .wrap .side section .flx {
    display: flex;
    align-items: center;
}
.int .wrap .side section .flx .img {
    width: 80px;
    margin-right: 8px;
}
.int .wrap .side section .flx .txt {
    flex: 1;
}
.int .wrap .side section .flx .txt .bl {
    color: #B9F0F2;
}

.int .postscript {
    background: #FFF;
    border: 4px solid #CC3333;
    color: #660000;
}
.int .postscript h2 {
    padding: .25em 1.25em calc(.25em + 4px);
    background: #CC3333;
    color: #FFF;
    font-weight: 700;
}
.int .postscript div {
    padding: 1.25em;
}
.int .postscript div p {
    margin-top: 0 !important;
    font-size: 1.3rem;
}
.int .pager {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 64px;
    font-size: 1.6rem;
    border-radius: 4px;
}
.int .pager .item:first-child {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.int .pager .item:last-child {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.int .pager .num {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    font-weight: 700;

}
.int .pager .num.current {
    background: #FFF;
    color: #660000;
}
.int .pager .btn_next,
.int .pager .btn_prev {
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    font-weight: 700;
    color: #FFF;
}
.int .pager a.num:hover,
.int .pager .btn_next:hover,
.int .pager .btn_prev:hover {
    background: rgba(0,0,0,.35)
}



.int .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: rgba(0,0,0,.35);
}
.int .footer .btn_back {
    padding: 8px 24px;
    background: transparent;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
}
.int .footer .btn_back span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.int .footer .btn_back span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    left: 0;
}
.int .footer .btn_back:hover {
    background: rgba(255,255,255,.25);
}
.int .footer .copy {
    font-size: 1rem;
}

.ml80 {
    margin-left: 80px;
}
.mt24 {
    margin-top: 24px;
}

