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

  color

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

  easing

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

  breakpoint / mediaQuery

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

  color

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

  easing

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

  breakpoint / mediaQuery

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

  vw / vh 計算

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

  フォント

------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Overpass:400,400i,600,600i,700,700i,800,800i,900,900i");
html { font-size: 62.5%; }

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

body { font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 1.5; color: #363f47; min-width: 1120px; max-width: 1920px; }

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

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

  overpass

------------------------------ */
.overpass { font-family: 'Overpass', sans-serif; }

.overpass.italic { font-style: italic; }

.overpass.bold { font-weight: 700; }

a { -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

a:hover { text-decoration: none; }

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

  画像 / 動画

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

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

@media screen and (max-width: 768px) { figure { margin-bottom: 10px; } }

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

@media screen and (max-width: 768px) { figure figcaption { font-size: 1rem; } }

figure img { margin: 0 !important; }

iframe { max-width: 100%; }

@media screen and (max-width: 768px) { iframe { width: 100%; height: 180px; } }

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

  表示 / 非表示

------------------------------ */
.c-hidden-tab { display: none; }

@media screen and (min-width: 769px) { .c-hidden-tab { display: block; } }

.c-visible-tab { display: none; }

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

.hidden-sp { display: block; }

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

.visible-sp { display: none; }

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

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

  リンクの無効

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

.c-click-invalid a { 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; background-color: #fff; 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; }
.achieve { background: url(../../images/achieve_bg.png) no-repeat center top/cover; padding: 80px 0 120px; }

.achieve__hd { text-align: center; margin-bottom: 64px; }

.achieve__hd img { max-width: 960px; margin: auto; }

@media screen and (max-width: 768px) { .achieve__hd img { max-width: 94%; } }

.achieve__post { display: block; text-align: center; font-size: 18px; color: #222; }

.achieve__post span { margin-right: 20px; }

.blog { padding: 54px 0; background: url(../../images/blog_bg.png) no-repeat center top/cover; }

.blog__hd { text-align: center; }

.blog__hd img { max-width: 960px; margin: auto; }

@media screen and (max-width: 768px) { .blog__hd img { max-width: 94%; } }

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

@media screen and (max-width: 480px) { .blog__lists { margin: auto; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.blog__list { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; margin-top: 6%; }

@media screen and (max-width: 480px) { .blog__list { margin: 10% 2% 0; -webkit-flex-basis: 155px; -ms-flex-preferred-size: 155px; flex-basis: 155px; } }

.blog__list a { color: #fff; }

.blog__thumb { overflow: hidden; width: 250px; height: 250px; position: relative; margin-bottom: 20px; }

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

@media screen and (max-width: 480px) { .blog__thumb { width: 155px; height: 155px; } }

.blog__thumb img { width: 350px; height: auto; max-width: initial; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (max-width: 480px) { .blog__thumb img { width: 400px; } }

.blog__date { font-size: 14px; }

.blog__title { font-size: 16px; margin: 5px 0; font-weight: bold; color: #fff; }

@media screen and (max-width: 480px) { .blog__title { font-size: 14px; } }

.blog__shop { font-size: 14px; line-height: 1; }

.hero { height: 80vh; background: url(../../images/hero_bg.jpg) no-repeat center center/cover; position: relative; }

.hero__logo { max-width: 10%; position: absolute; top: 2.5%; right: 2%; }

@media screen and (max-width: 480px) { .hero__logo { max-width: 25%; top: 2.5%; right: auto; left: 5%; } }

@media screen and (max-width: 480px) { .hero { height: auto; } }

.items { padding: 40px 0; }

.items__hd { text-align: center; }

.items__hd img { max-width: 960px; margin: auto; }

@media screen and (max-width: 768px) { .items__hd img { max-width: 94%; } }

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

.items__list { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; margin-top: 6%; }

@media screen and (max-width: 480px) { .items__list { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; margin: 6% auto 0; } }

.items__list a:hover { text-decoration: none; }

.items__photo { text-align: center; width: 300px; height: 300px; position: relative; }

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

@media screen and (max-width: 480px) { .items__photo { width: 100%; height: 150px; } }

.items__photo img { max-height: 220px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) { .items__photo img { max-height: 180px; } }

@media screen and (max-width: 480px) { .items__photo img { max-height: 150px; padding: 10px; } }

.items__cat { font-size: 14px; color: #222; }

.items__name { font-size: 17px; line-height: 1.4; margin: 10px 0; color: #222; }

@media screen and (max-width: 480px) { .items__name { font-size: 14px; } }

.items__price { font-size: 24px; color: #2fa9ea; line-height: 1; }

.items__price span { font-size: 12px; }

@media screen and (max-width: 480px) { .items__price { font-size: 20px; } }

.related { background: #006af2; padding: 20px 0 40px; }

.related__hd { text-align: center; padding: 40px 0 0px; }

.related__hd img { max-width: 960px; margin: auto; }

@media screen and (max-width: 768px) { .related__hd img { max-width: 94%; } }

.related__list { 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; margin-top: 45px; }

@media screen and (max-width: 480px) { .related__list { margin-top: 25px; } }

.related__thumb { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; padding: 0 10px; }

@media screen and (max-width: 480px) { .related__thumb { padding: 0; } }

.related__thumb img { width: 100%; }

.related__des { -webkit-flex-basis: 70%; -ms-flex-preferred-size: 70%; flex-basis: 70%; padding: 0 10px; font-size: 18px; color: #fff; 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; font-weight: bold; }

@media screen and (max-width: 480px) { .related__des { font-size: 14px; } }

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

@media (max-width: 960px) { .container { padding: 0 10px; } }

.copyright { 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; padding: 40px 0; background: #1a1a1a; }

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

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

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

@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; } }

.wrapper { background: #606060; }

/* 定型文 @include fadein-anim(unquote("0px,60px")); animation-delay:$delay; */
@-webkit-keyframes fadein-animation { 100% { opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes fadein-animation { 100% { opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

/* 定型文 @include fadein(); transition-delay: 1s; */
.lh-crop::before, .lh-crop::after { content: ''; display: block; height: 0; width: 0; }

.lh-crop::before { margin-top: calc((1 - 1.5) * 1em); }

.lh-crop::after { margin-bottom: calc((1 - 1.5) * 1em); }

.invalid-lh-crop::before, .invalid-lh-crop::after { margin: 0; }

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

  リンク01

------------------------------ */
.c-click-invalid { position: relative; display: inline-block; -webkit-transition: .7s; -o-transition: .7s; transition: .7s; color: #222; padding: 3px 3px 2px 4px; margin-left: -4px; }

.c-click-invalid:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; content: ''; background: #222; -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.c-click-invalid:hover { color: #fff !important; }

.c-click-invalid:hover::before { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }

.c-link-menu.white:before { background: #fff; }

.c-link-menu.white:hover { color: #000 !important; }
