@charset "UTF-8";

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */

* {
    box-sizing: border-box;
}

html {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
    font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic Medium, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
    min-height: 100%;
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    font-size: 1rem;
    color: #231815;
    background-color: #f3f1ee;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ==========================================================================
   COLOR VARIABLES (CSS Custom Properties)
   ========================================================================== */

:root {
    --color-primary: #231815;
    --color-secondary: #5c554b;
    --color-accent: #d04444;
    --color-bg-primary: #f3f1ee;
    --color-bg-secondary: #bbb5ad;
    --color-bg-white: #ffffff;
    --color-border: #bbb5ad;
    --color-focus: #88cfe3;
    --color-footer-border: #dad5cc;
    
    --font-size-xs: 0.65625rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-md: 1.0625rem;
    --font-size-lg: 1.3125rem;
    --font-size-xl: 1.5rem;
    --font-size-xxl: 1.9375rem;
    
    --spacing-xs: 8px;
    --spacing-sm: 12px;
    --spacing-md: 24px;
    --spacing-lg: 32px;
    --spacing-xl: 40px;
    --spacing-xxl: 48px;
    --spacing-xxxl: 64px;
}

/* ==========================================================================
   IE COMPATIBILITY
   ========================================================================== */

@media all and (-ms-high-contrast: none),
       all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

/* ==========================================================================
   LAYOUT SYSTEM
   ========================================================================== */

.unit-wrap {
    width: 100%;
}

.unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .unit {
        max-width: 768px;
    }
}

.unit-col01-1 {
    width: 100%;
}

.unit-col {
    padding: 0 var(--spacing-sm);
}

.unit-col.game-title {
    padding: var(--spacing-xl) 0 0;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.header {
    width: 100%;
    background-color: var(--color-bg-primary);
}

.header-inner {
    padding: 4px var(--spacing-sm);
}

@media screen and (min-width: 768px) {
    .header-inner {
        padding: var(--spacing-xs) var(--spacing-sm);
    }
}

.header-ci {
    margin: 0;
    padding: 0;
    font-size: 0.0625rem;
}

.header-ci img {
    vertical-align: bottom;
    max-height: var(--spacing-lg);
}

@media screen and (min-width: 768px) {
    .header-ci img {
        max-height: var(--spacing-xxxl);
    }
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

.main {
    background-color: var(--color-bg-primary);
    padding-bottom: var(--spacing-lg);
    flex: 1;
}

@media screen and (min-width: 768px) {
    .main {
        padding-bottom: 0;
    }
}

.main .unit-wrap {
    padding: 0 0 var(--spacing-lg);
}

/* ==========================================================================
   GAMES TITLE SECTION
   ========================================================================== */

.games-title + .unit-wrap {
    padding-top: 0;
}

.games-title-img {
    margin-bottom: var(--spacing-lg);
}

.games-title-text p {
    margin-bottom: 10px;
}

/* ==========================================================================
   CONTENT SECTIONS
   ========================================================================== */

.contents-head {
    margin: var(--spacing-lg) 0;
}

.contents-head:first-child {
    margin-top: 0;
}

.contents-body {
    margin-top: var(--spacing-xxxl);
}

@media screen and (min-width: 768px) {
    .contents-body {
        margin-top: 0;
    }
    
    .contents-body .contents-body-inner {
        padding: 20px var(--spacing-xxl);
        background-color: var(--color-bg-white);
    }
}

.contents-body .contents-body-inner .contents-block {
    margin-bottom: var(--spacing-xxl);
}

.contents-body .contents-body-inner .contents-block:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

.contents-headings01 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: var(--font-size-xxl);
    font-weight: bold;
    color: var(--color-primary);
}

.contents-headings02 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: var(--font-size-xl);
    font-weight: bold;
    color: var(--color-primary);
}

.contents-body .contents-headings02 {
    margin: 0 0 var(--spacing-md);
}

.contents-headings03 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: var(--font-size-lg);
    font-weight: bold;
    color: var(--color-primary);
}

.contents-body .contents-headings03 {
    margin: 0 0 var(--spacing-md);
}

.contents-headings04 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: var(--font-size-md);
    font-weight: bold;
    color: var(--color-primary);
}

.contents-body .contents-headings04 {
    margin: 0 0 var(--spacing-md);
}

.lead-text {
    margin-top: 18px;
}

.contents-body .lead-text {
    margin: 0 0 var(--spacing-md);
}

/* ==========================================================================
   IMAGES
   ========================================================================== */

.responsive-img {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: bottom;
}

/* ==========================================================================
   LINKS
   ========================================================================== */

a {
    color: var(--color-primary);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a [class^="icon-"], 
a [class*=" icon-"] {
    margin-left: 0.5em;
    display: inline-block;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.link-button {
    margin-top: var(--spacing-md);
    text-align: center;
}

.link-button a,
.link-button button {
    position: relative;
    display: inline-block;
    min-width: 296px;
    min-height: var(--spacing-xxl);
    padding: 0 50px 0 var(--spacing-sm);
    line-height: var(--spacing-xxl);
    color: var(--color-bg-white);
    background-color: var(--color-secondary);
    text-align: center;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .link-button a,
    .link-button button {
        min-width: 304px;
    }
}

.link-button a:after,
.link-button button:after {
    position: absolute;
    display: inline-block;
    font-family: 'icomoon';
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
}

.link-button a:hover,
.link-button button:hover {
    opacity: 0.7;
}

.link-button a.internal:after,
.link-button button.internal:after {
    content: "\e901";
}

.link-button a.external:after,
.link-button button.external:after {
    content: "\e902";
}

/* Button variants */
.btn {
    display: inline-block;
    width: 45%;
    margin: 0 15px 0 0;
    border: 1px solid var(--color-secondary);
    outline: none;
    line-height: 43px;
    font-size: 0.9375rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .btn {
        width: auto;
        min-width: 165px;
    }
}

.btn:last-child {
    margin-right: 0;
}

.btn-primary {
    color: var(--color-bg-white);
    background-color: var(--color-secondary);
}

.btn-secondary {
    color: var(--color-secondary);
    background-color: var(--color-bg-white);
}

.btn:hover {
    opacity: 0.7;
}

.btn-wide {
    min-width: 165px;
    padding: 0 var(--spacing-md);
}

/* ==========================================================================
   LISTS
   ========================================================================== */

.list-decimal {
    counter-reset: decimal;
    list-style-type: none;
    margin: 0 0 var(--spacing-md) 0;
    padding: 0;
}

.list-decimal li {
    margin-bottom: var(--spacing-md);
}

.list-decimal li:before {
    counter-increment: decimal;
    content: counter(decimal);
    background-color: var(--color-bg-secondary);
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: var(--font-size-sm);
    text-align: center;
    color: var(--color-bg-white);
    margin-right: var(--spacing-sm);
}

.list-decimal li:last-child {
    margin-bottom: 0;
}

.list-decimal li .list-disc {
    margin-top: var(--spacing-sm);
}

.list-decimal li .list-disc li {
    margin-bottom: var(--spacing-xs);
}

.list-decimal li .list-disc li:before {
    content: none;
}

.list-disc {
    list-style-type: disc;
    margin: 0 0 var(--spacing-md) var(--spacing-md);
    padding: 0;
}

.list-disc li {
    line-height: 1.8;
}

/* ==========================================================================
   FORMS
   ========================================================================== */

.form-group {
    margin-bottom: var(--spacing-xl);
}

.form-control {
    display: block;
    width: 100%;
    padding: var(--spacing-xs) var(--spacing-sm);
    line-height: 1.5;
    font-size: var(--font-size-base);
    border: 1px solid var(--color-border);
    border-radius: 3px;
    background: linear-gradient(var(--color-bg-white), var(--color-bg-white));
}

.form-control:focus {
    box-shadow: 0 0 6px 0 var(--color-focus);
    outline: 0;
}

.form-buttons {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.required-label {
    display: inline-block;
    margin-left: var(--spacing-xs);
    line-height: 20px;
    font-size: var(--font-size-xs);
    color: var(--color-bg-white);
    font-weight: bold;
    background-color: var(--color-accent);
    padding: 0 7.5px;
    vertical-align: middle;
}

.text-danger {
    color: var(--color-accent);
    font-size: var(--font-size-sm);
    font-weight: bold;
}

/* ==========================================================================
   TABLES
   ========================================================================== */

.table01 {
    width: 100%;
    margin-top: var(--spacing-sm);
}

@media screen and (min-width: 768px) {
    .table01 {
        margin-top: 0;
    }
}

.table01 th {
    width: 30%;
    padding: var(--spacing-sm);
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

@media screen and (min-width: 768px) {
    .table01 th {
        text-align: right;
    }
}

.table01 td {
    padding: 0 var(--spacing-sm);
    text-align: left;
    vertical-align: top;
}

.sub_title_text {
    padding: 25px var(--spacing-sm) 0 !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    background-color: var(--color-bg-secondary);
    width: 100%;
    margin-top: auto;
}

.footer-ci {
    padding: 52px 0;
    border-bottom: 1px solid var(--color-footer-border);
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer-ci {
        padding: 36px 0;
    }
}

.footer-ci img {
    max-width: 280px;
    height: auto;
    vertical-align: bottom;
}

.footer-inner {
    padding: 10px 0;
    text-align: center;
}

.footer .copyright {
    display: block;
    color: var(--color-bg-white);
    font-size: 0.9375rem;
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */

.notice-box {
    padding: 0px 16px var(--spacing-md);
    border-radius: var(--spacing-xs);
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================================
   ICON FONT
   ========================================================================== */

@font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon.ttf?4mjmgo") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], 
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow01:before {
    content: "\e900";
}

.icon-arrow02:before {
    content: "\e901";
}

.icon-external:before {
    content: "\e902";
}