@charset "utf-8";
html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    font: var(--fonts);
}

body {
    background: var(--BodyBackground);
    overflow-x: hidden;
    position: relative;

}

html.borderbox *,
html.borderbox *:before,
html.borderbox *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

body * {
    box-sizing: border-box;
    -webkit-font-smoothing: var(--fontsthickness);
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --global-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    --txtdesc: rgba(0, 0, 0, 0.65);
    --pcspacing: 40px 0 100px;
    --wapspacing: 20px 0 40px;
}

@font-face {
    font-family: "Bodrum";
    src: url("../fonts/bodrum.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "code";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "codeB";
    src: url("../fonts/DINPro-Medium.woff") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

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

audio,
canvas,
video {
    display: inline-block;
}


body,
button,
input,
select,
textarea {
    font: var(--fonts);
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    width: 100%;
    height: auto;
}

blockquote {
    position: relative;
    color: var(--txtdesc);
    font-weight: 400;
    border-left: 1px solid #1abc9c;
    padding-left: 1em;
    margin: 1em 3em 1em 2em;
}

@media only screen and (max-width: 640px) {
    blockquote {
        margin: 1em 0;
    }
}

acronym,
abbr {
    border-bottom: 1px dotted;
    font-variant: normal;
    text-decoration: none;
}

abbr {
    cursor: help;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol {
    list-style: none;
}

.refundNotice-content ul, .refundNotice-content ol {
    list-style-type: none;
}

.refundNotice-content ul, .refundNotice-content ol {
    list-style-type: circle;
    list-style-position: outside;
}

.refundNotice-content ol {
    list-style-type: decimal;
}

.refundNotice-content ol,
.refundNotice-content ol ul li {
    margin-left: 22px;
}

caption,
th {
    text-align: left;
}

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

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

:root sub,
:root sup {
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


a {
    cursor: pointer;
    color: var(--Original);
}

a:hover {
    text-decoration: none;
}

.typo a {
    border-bottom: 1px solid #1abc9c;
}

.typo a:hover {
    border-bottom-color: #555;
    color: #555;
    text-decoration: none;
}


ins,
a {
    text-decoration: none;
}


u,
.typo-u {
    text-decoration: underline;
}


mark {
    background: #fffdd1;
    border-bottom: 1px solid #ffedce;
    padding: 2px;
    margin: 0 4px;
}


::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background-color: rgb(201, 205, 212);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(190, 190, 190);
}

body::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}



pre,
code,
pre tt {
    font-family: Courier, 'Courier New', monospace;
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    display: block;
    -webkit-overflow-scrolling: touch;
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 0.8em;
    height: 10px;
}

small,
.typo-small,
figcaption {
    font-size: 0.9em;
    color: #888;
}

[draggable] {
    cursor: move;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.textwrap,
.textwrap td,
.textwrap th {
    word-wrap: break-word;
    word-break: break-all;
}

.textwrap-table {
    table-layout: fixed;
}

.serif {
    font-family: Palatino, Optima, Georgia, serif;
}

.typo p,
.typo pre,
.typo ul,
.typo ol,
.typo dl,
.typo form,
.typo hr,
.typo table,
.typo-p,
.typo-pre,
.typo-ul,
.typo-ol,
.typo-dl,
.typo-form,
.typo-hr,
.typo-table,
blockquote {
    margin-bottom: 1.2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    color: #000;
    line-height: 1.35;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6,
.typo-h1,
.typo-h2,
.typo-h3,
.typo-h4,
.typo-h5,
.typo-h6 {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
}

.typo h1,
.typo-h1 {
    font-size: 2em;
}

.typo h2,
.typo-h2 {
    font-size: 1.8em;
}

.typo h3,
.typo-h3 {
    font-size: 1.6em;
}

.typo h4,
.typo-h4 {
    font-size: 1.4em;
}

.typo h5,
.typo h6,
.typo-h5,
.typo-h6 {
    font-size: 1.2em;
}

.typo ul,
.typo-ul {
    margin-left: 1.3em;
    list-style: disc;
}

.typo ol,
.typo-ol {
    list-style: decimal;
    margin-left: 1.9em;
}

.typo li ul,
.typo li ol,
.typo-ul ul,
.typo-ul ol,
.typo-ol ul,
.typo-ol ol {
    margin-bottom: 0.8em;
    margin-left: 2em;
}

.typo li ul,
.typo-ul ul,
.typo-ol ul {
    list-style: circle;
}

.typo table th,
.typo table td,
.typo-table th,
.typo-table td,
.typo table caption {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    color: var(--txtdesc);
}

.typo table th,
.typo-table th {
    background: #fbfbfb;
}

.typo table thead th,
.typo-table thead th {
    background: #f1f1f1;
}

.typo table caption {
    border-bottom: none;
}

.typo-input,
.typo-textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.typo-em,
.typo em,
legend,
caption {
    color: #000;
    font-weight: inherit;
}

.typo-em {
    position: relative;
}

.typo-em:after {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
}

.typo img {
    max-width: 100%;
}