@charset "UTF-8";
/* ------------------------------

  color

------------------------------ */
/* ------------------------------

  breakpoint / mediaQuery

------------------------------ */
/* ------------------------------

  vw / vh 計算

------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Muli:800,900&display=swap");
/* ------------------------------

  フォント

------------------------------ */
html { font-size: 62.5%; }

@media screen and (max-width: 768px) { html { font-size: 52.5%; } }

body { font-family: "Noto Sans", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 1; color: #111; max-width: 1920px; min-width: 1120px; background-size: auto auto; background-color: #014099; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 16px, #013c90 16px, #013c90 32px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 16px, #013c90 16px, #013c90 32px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 16px, #013c90 16px, #013c90 32px); }

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

.f-mili { font-family: 'Muli', sans-serif; font-weight: 800; }

/* ------------------------------

  画像 / 動画

------------------------------ */
img { max-width: 100%; display: inline-block; }

figure { text-align: center; margin-bottom: 20px; display: inline-block; }

figure figcaption { font-size: 1.4rem; margin-top: 0.5em; }

figure img { margin: 0 !important; }

iframe { max-width: 100%; }

/* ------------------------------

  表示 / 非表示

------------------------------ */
.hidden-sp { display: block; }

@media screen and (max-width: 768px) { .hidden-sp { display: none; } }

.visible-sp { display: none; }

@media screen and (max-width: 768px) { .visible-sp { display: block; } }

.click-invalid { pointer-events: none; }

.click-invalid * { pointer-events: none; }

/*! Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; /*-webkit-font-smoothing: antialiased;*/ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body { margin: 0; text-align: left; letter-spacing: 0; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; }

p { margin-top: 0; margin-bottom: 0; }

abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; }

address { margin-bottom: 0; font-style: normal; line-height: inherit; }

ol, ul, dl { margin-top: 0; margin-bottom: 0; }

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

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

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #007bff; text-decoration: none; background-color: transparent; }

a:hover { text-decoration: underline; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; max-width: 100%; display: inline-block; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

select { word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }

input[type="radio"], input[type="checkbox"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }
.pagetop { background: #fff; border-left: 1px solid lightgray; display: inline-block; width: 160px; height: 160px; position: absolute; right: 0px; bottom: 0px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); z-index: 2; }

@media screen and (max-width: 768px) { .pagetop { width: 80px; height: 80px; } }

.pagetop:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.pagetop img { width: 60px; height: auto; }

@media screen and (max-width: 768px) { .pagetop img { width: 24px; } }

.btn { max-width: 480px; margin: auto; display: block; -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; margin-top: 4rem; -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3)); }

.btn:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

.hero img { width: 100%; }

.kanren__headline { text-align: center; font-size: 3.2rem; color: #fff; }

.kanren__inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.kanren__bnr { -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; }

.movie { text-align: center; }

.movie h3 { font-size: 3.2rem; color: #fff; margin-bottom: 2rem; line-height: 1.25; }

@media screen and (max-width: 768px) { .movie h3 { font-size: 2.2rem; } }

.movie iframe { max-width: 100%; }

@media (min-width: 768px) { .postlists { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.post { position: relative; margin-top: 2.4rem; -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3)); }

@media (min-width: 768px) { .post { -webkit-flex-basis: 48.5%; -ms-flex-preferred-size: 48.5%; flex-basis: 48.5%; } }

.post__inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-height: 160px; }

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

.post__inner.-unpublished h3 { font-size: 2rem; }

.post__inner.-unpublished .post__btn { background-color: #aaa; }

.post__num { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background-color: #111; border-bottom-left-radius: 8px; border-top-left-radius: 8px; color: #fff; font-family: 'Muli'; -webkit-box-flex: 0; -webkit-flex: 0 0 80px; -ms-flex: 0 0 80px; flex: 0 0 80px; }

.post__num span:nth-child(1) { font-size: 16px; letter-spacing: 1px; }

.post__num span:nth-child(2) { font-size: 32px; }

@media screen and (max-width: 768px) { .post__num { -webkit-box-flex: 0; -webkit-flex: 0 0 64px; -ms-flex: 0 0 64px; flex: 0 0 64px; } }

.post__info { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; background-color: #fff; padding: 2.4rem; border-bottom-right-radius: 8px; border-top-right-radius: 8px; }

@media screen and (max-width: 768px) { .post__info { padding: 3.2rem 2.4rem; } }

.post__info h3 { font-size: 16px; line-height: 1.4; }

.post__btn { position: absolute; bottom: 2.4rem; right: 2.4rem; background: url(../../images/icon-arrow-right.svg) #e60012 no-repeat right 10px top 50%/6px; color: #fff; font-size: 14px; border-radius: 20px; padding: 4px 24px 4px 16px; }

@media screen and (max-width: 768px) { .post__btn { position: relative; bottom: 0; right: 0; margin-top: 1.6rem; display: inline-block; } }

.post__link { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; display: block; }

.section { margin-top: 6rem; }

.section.-ball { padding: 6rem 0; background: #fff100; background-image: -webkit-radial-gradient(#fbc502 20%, transparent 0), -webkit-radial-gradient(#fbc502 20%, transparent 0); background-image: -o-radial-gradient(#fbc502 20%, transparent 0), -o-radial-gradient(#fbc502 20%, transparent 0); background-image: radial-gradient(#fbc502 20%, transparent 0), radial-gradient(#fbc502 20%, transparent 0); background-position: 0 0, 20px 20px; background-size: 40px 40px; }

.section.-kanren { padding: 0rem 0 6rem; }

.section__inner { padding: 6rem 2.4rem; background-color: rgba(255, 255, 255, 0.2); border-radius: 10px; }

@media screen and (max-width: 768px) { .section__inner { padding: 4rem 1.6rem; } }

.section__head { max-width: 560px; margin: 0 auto 4rem; }

.container { margin: 0 auto; max-width: 900px; }

@media screen and (max-width: 768px) { .container { padding: 0 1.6rem; } }

.footer { position: relative; background: #fff; height: 160px; }

@media screen and (max-width: 768px) { .footer { height: 80px; } }

.copyright { font-family: 'Muli'; opacity: 0.8; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 160px; }

@media screen and (max-width: 768px) { .copyright { height: 80px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding-left: 16px; } }

.copyright__img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 768px) { .copyright__img { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.copyright__img-golf { max-width: 120px; margin-right: 12px; }

@media screen and (max-width: 768px) { .copyright__img-golf { margin: 0 0 12px; } }

.copyright__img-alpen { width: 200px; margin-right: 20px; }

@media screen and (max-width: 768px) { .copyright__img-alpen { margin: 0 0 5px; max-width: 160px; } }

.copyright__txt small { font-size: 12px; }

@media screen and (max-width: 768px) { .copyright { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

/* ------------------------------

  vw / vh 計算

------------------------------ */
/* ------------------------------

  color

------------------------------ */
/* ------------------------------

  breakpoint / mediaQuery

------------------------------ */
