@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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;
}
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: #022d00
}
.idx .wrap {
    width: 800px;
    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 .btn {
    position: absolute;
    top: 340px;
    left: 236px;
    width: 240px;
    height: 48px;
    cursor: pointer;
    background: url(../img/akimoto_idx_btn_on.png) no-repeat;
}
.idx .kv .logo {
    position: absolute;
    top: 0;
    left: 624px;
}
.idx .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.idx .footer .copy {
    font-size: 1rem;
}
.idx .btm {
    padding: 16px;
    background: rgba(0,0,0,.25);
    text-align: center;
}
.idx .btm .btn_back {
    position: relative;
    padding-left: 14px;
    font-size: 1.2rem;
    color: rgba(255,255,255,.5);
}
.idx .btm .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 .btm .btn_back:hover {
    color: #B3E700;
}
.idx .btm .btn_back:hover:before {
    border-color: #B3E700;
}

.int {
    background: #022d00 url(../img/back.jpg) repeat-y center top;
}
.int .container {
    width: 800px;
    margin: 0 auto;
}
.int01 .container {
    background: url(../img/akimoto_int01_kv.jpg) no-repeat left top;
}
.int02 .container {
    background: url(../img/akimoto_int02_kv.jpg) no-repeat left top;
}
.int .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.int .header a {
    display: block;
    padding: 8px 16px;
    border: 1px solid #000;
    background: #000;
    line-height: 1;
}
.int .header a img {
    width: auto;
    height: 12px;
}
.int .header a:hover {
    background: rgba(0,0,0,.25);
}

.int .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 140px 24px 0;
}
.int .wrap .main {
    flex: 1;
    margin-left: 40px;
    font-size: 1.4rem;
    line-height: 1.7;
    min-width: 0;
}
.int .wrap .main .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.5;
}
.int .wrap .main .ttl span {
    font-size: 1.8rem;
}
.int .wrap .main p {
    text-indent: 1em;
}
.int .wrap .main p + 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-bottom: 1.5em;
}
.int .wrap .main .flx .txt {
    flex: 1;
}
.int .wrap .main .flx .img {
    width: 152px;
}
.int .wrap .side {
    width: 200px;
    margin-top: 300px;
    padding: 16px;
    background: #003300;
    font-size: 1.1rem;
}
.int .wrap .side p + p {
    margin-top: 1em;
}
.int .wrap .side section + section {
    margin-top: 24px;
}
.int .wrap .side .ttl {
    margin-bottom: 12px;
    padding: .5em 1em .25em;
    border: 1px solid #FFF;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
}
.int .wrap .side .ttl2 {
    margin-bottom: 1em;
    padding-top: 1.5em;
    border-top: 2px solid rgba(255,255,255,.25);
    font-size: 1.4rem;
    font-weight: 700;
    color: #B3E700;
    letter-spacing: 0.2em;
    line-height: 1.3;
}
.int .postscript {
    background: #003300;
}
.int .postscript h2 {
    padding: .25em 1.25em;
    background: #197300;
    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;
    gap: 8px;
    margin-top: 64px;
    font-size: 1.6rem;
}
.int .pager .num {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    background: transparent;
    font-weight: 700;

}
.int .pager .num.current {
    background: #FFF;
    color: #003300;
}
.int .pager .btn_next,
.int .pager .btn_prev {
    position: relative;
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    background: #FFF;
    font-weight: 700;
    color: #003300;
}
.int .pager .btn_prev {
    margin-left: 16px;
}
.int .pager .btn_next::before,
.int .pager .btn_prev::before {
    position: absolute;
    content: "";
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.int .pager .btn_next::before {
    right: -17px;
    border-left: 16px solid #FFF;
    border-right: 0;
}
.int .pager .btn_prev::before {
    left: -17px;
    border-right: 16px solid #FFF;
    border-left: 0;
}
.int .pager .num.current:hover,
.int .pager .btn_next:hover,
.int .pager .btn_prev:hover {
    border-color: #B3E700;
    background: #B3E700;
}
.int .pager .btn_next:hover::before {
    border-left-color: #B3E700;
}
.int .pager .btn_prev:hover::before {
    border-right-color: #B3E700;
}



.int .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    padding: 24px;
    background: rgba(0,0,0,.25);
}
.int .footer .btn_back {
    padding: 8px 24px;
    background: #000;
    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 {
    color: #B3E700;
}
.int .footer .btn_back span:hover:before {
    border-color: #B3E700;
}
.int .footer .copy {
    font-size: 1rem;
}

.ml80 {
    margin-left: 80px;
}
.mt24 {
    margin-top: 24px;
}

