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

	変数

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

  フォント

------------------------------ */
@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 (max-width: 1200px) { html { font-size: 52.5%; } }

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

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

body { font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 1.5; color: #262626; }

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

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

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

.fw-normal { font-weight: normal !important; }

.fw-bold { font-weight: bold !important; }

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

  整列

------------------------------ */
.ta-left { text-align: left   !important; }

.ta-center { text-align: center !important; }

.ta-right { text-align: right  !important; }

.vr-top { vertical-align: top    !important; }

.va-middle { vertical-align: middle !important; }

.va-bottom { vertical-align: bottom !important; }

.ta-center-lg { text-align: center !important; }

@media (max-width: 768px) { .ta-center-lg { text-align: left !important; } }

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

  余白

------------------------------ */
.mgn-top-0 { margin-top: 0px !important; }

.mgn-btm-0 { margin-bottom: 0px !important; }

.mgn-right-0 { margin-right: 0px !important; }

.mgn-left-0 { margin-left: 0px !important; }

.pad-top-0 { padding-top: 0px !important; }

.pad-btm-0 { padding-bottom: 0px !important; }

.pad-right-0 { padding-right: 0px !important; }

.pad-left-0 { padding-left: 0px !important; }

p + p { margin: 1.5em 0; }

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

  一行目と最後の行の行間の余白を削除

----------------------------------- */
p::before, p::after { content: ''; display: block; height: 0; width: 0; }

p::before { margin-top: calc((1 - 1.5) * 1em); }

p::after { margin-bottom: calc((1 - 1.5) * 1em); }

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

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

	コンテナ

-----------------------------------*/
.container { max-width: 1200px; margin: auto; }

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

.section { margin-bottom: 100px; }

.section.no-margin { margin-top: 0px; }

@media (max-width: 768px) { .section { margin-bottom: 50px; } }

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

  カラム

-----------------------------------*/
.columns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media (min-width: 768px) { .c-lg-1 { -webkit-flex-basis: calc( 100% / 12 * 1); -ms-flex-preferred-size: calc( 100% / 12 * 1); flex-basis: calc( 100% / 12 * 1); } }

@media (min-width: 768px) { .c-lg-2 { -webkit-flex-basis: calc( 100% / 12 * 2); -ms-flex-preferred-size: calc( 100% / 12 * 2); flex-basis: calc( 100% / 12 * 2); } }

@media (min-width: 768px) { .c-lg-3 { -webkit-flex-basis: calc( 100% / 12 * 3); -ms-flex-preferred-size: calc( 100% / 12 * 3); flex-basis: calc( 100% / 12 * 3); } }

@media (min-width: 768px) { .c-lg-4 { -webkit-flex-basis: calc( 100% / 12 * 4); -ms-flex-preferred-size: calc( 100% / 12 * 4); flex-basis: calc( 100% / 12 * 4); } }

@media (min-width: 768px) { .c-lg-5 { -webkit-flex-basis: calc( 100% / 12 * 5); -ms-flex-preferred-size: calc( 100% / 12 * 5); flex-basis: calc( 100% / 12 * 5); } }

@media (min-width: 768px) { .c-lg-6 { -webkit-flex-basis: calc( 100% / 12 * 6); -ms-flex-preferred-size: calc( 100% / 12 * 6); flex-basis: calc( 100% / 12 * 6); } }

@media (min-width: 768px) { .c-lg-7 { -webkit-flex-basis: calc( 100% / 12 * 7); -ms-flex-preferred-size: calc( 100% / 12 * 7); flex-basis: calc( 100% / 12 * 7); } }

@media (min-width: 768px) { .c-lg-8 { -webkit-flex-basis: calc( 100% / 12 * 8); -ms-flex-preferred-size: calc( 100% / 12 * 8); flex-basis: calc( 100% / 12 * 8); } }

@media (min-width: 768px) { .c-lg-9 { -webkit-flex-basis: calc( 100% / 12 * 9); -ms-flex-preferred-size: calc( 100% / 12 * 9); flex-basis: calc( 100% / 12 * 9); } }

@media (min-width: 768px) { .c-lg-10 { -webkit-flex-basis: calc( 100% / 12 * 10); -ms-flex-preferred-size: calc( 100% / 12 * 10); flex-basis: calc( 100% / 12 * 10); } }

@media (min-width: 768px) { .c-lg-11 { -webkit-flex-basis: calc( 100% / 12 * 11); -ms-flex-preferred-size: calc( 100% / 12 * 11); flex-basis: calc( 100% / 12 * 11); } }

@media (min-width: 768px) { .c-lg-12 { -webkit-flex-basis: calc( 100% / 12 * 12); -ms-flex-preferred-size: calc( 100% / 12 * 12); flex-basis: calc( 100% / 12 * 12); } }

@media (max-width: 768px) { .c-md-1 { -webkit-flex-basis: calc( 100% / 12 * 1); -ms-flex-preferred-size: calc( 100% / 12 * 1); flex-basis: calc( 100% / 12 * 1); } }

@media (max-width: 768px) { .c-md-2 { -webkit-flex-basis: calc( 100% / 12 * 2); -ms-flex-preferred-size: calc( 100% / 12 * 2); flex-basis: calc( 100% / 12 * 2); } }

@media (max-width: 768px) { .c-md-3 { -webkit-flex-basis: calc( 100% / 12 * 3); -ms-flex-preferred-size: calc( 100% / 12 * 3); flex-basis: calc( 100% / 12 * 3); } }

@media (max-width: 768px) { .c-md-4 { -webkit-flex-basis: calc( 100% / 12 * 4); -ms-flex-preferred-size: calc( 100% / 12 * 4); flex-basis: calc( 100% / 12 * 4); } }

@media (max-width: 768px) { .c-md-5 { -webkit-flex-basis: calc( 100% / 12 * 5); -ms-flex-preferred-size: calc( 100% / 12 * 5); flex-basis: calc( 100% / 12 * 5); } }

@media (max-width: 768px) { .c-md-6 { -webkit-flex-basis: calc( 100% / 12 * 6); -ms-flex-preferred-size: calc( 100% / 12 * 6); flex-basis: calc( 100% / 12 * 6); } }

@media (max-width: 768px) { .c-md-7 { -webkit-flex-basis: calc( 100% / 12 * 7); -ms-flex-preferred-size: calc( 100% / 12 * 7); flex-basis: calc( 100% / 12 * 7); } }

@media (max-width: 768px) { .c-md-8 { -webkit-flex-basis: calc( 100% / 12 * 8); -ms-flex-preferred-size: calc( 100% / 12 * 8); flex-basis: calc( 100% / 12 * 8); } }

@media (max-width: 768px) { .c-md-9 { -webkit-flex-basis: calc( 100% / 12 * 9); -ms-flex-preferred-size: calc( 100% / 12 * 9); flex-basis: calc( 100% / 12 * 9); } }

@media (max-width: 768px) { .c-md-10 { -webkit-flex-basis: calc( 100% / 12 * 10); -ms-flex-preferred-size: calc( 100% / 12 * 10); flex-basis: calc( 100% / 12 * 10); } }

@media (max-width: 768px) { .c-md-11 { -webkit-flex-basis: calc( 100% / 12 * 11); -ms-flex-preferred-size: calc( 100% / 12 * 11); flex-basis: calc( 100% / 12 * 11); } }

@media (max-width: 768px) { .c-md-12 { -webkit-flex-basis: calc( 100% / 12 * 12); -ms-flex-preferred-size: calc( 100% / 12 * 12); flex-basis: calc( 100% / 12 * 12); } }

@media (max-width: 480px) { .c-sm-1 { -webkit-flex-basis: calc( 100% / 12 * 1); -ms-flex-preferred-size: calc( 100% / 12 * 1); flex-basis: calc( 100% / 12 * 1); } }

@media (max-width: 480px) { .c-sm-2 { -webkit-flex-basis: calc( 100% / 12 * 2); -ms-flex-preferred-size: calc( 100% / 12 * 2); flex-basis: calc( 100% / 12 * 2); } }

@media (max-width: 480px) { .c-sm-3 { -webkit-flex-basis: calc( 100% / 12 * 3); -ms-flex-preferred-size: calc( 100% / 12 * 3); flex-basis: calc( 100% / 12 * 3); } }

@media (max-width: 480px) { .c-sm-4 { -webkit-flex-basis: calc( 100% / 12 * 4); -ms-flex-preferred-size: calc( 100% / 12 * 4); flex-basis: calc( 100% / 12 * 4); } }

@media (max-width: 480px) { .c-sm-5 { -webkit-flex-basis: calc( 100% / 12 * 5); -ms-flex-preferred-size: calc( 100% / 12 * 5); flex-basis: calc( 100% / 12 * 5); } }

@media (max-width: 480px) { .c-sm-6 { -webkit-flex-basis: calc( 100% / 12 * 6); -ms-flex-preferred-size: calc( 100% / 12 * 6); flex-basis: calc( 100% / 12 * 6); } }

@media (max-width: 480px) { .c-sm-7 { -webkit-flex-basis: calc( 100% / 12 * 7); -ms-flex-preferred-size: calc( 100% / 12 * 7); flex-basis: calc( 100% / 12 * 7); } }

@media (max-width: 480px) { .c-sm-8 { -webkit-flex-basis: calc( 100% / 12 * 8); -ms-flex-preferred-size: calc( 100% / 12 * 8); flex-basis: calc( 100% / 12 * 8); } }

@media (max-width: 480px) { .c-sm-9 { -webkit-flex-basis: calc( 100% / 12 * 9); -ms-flex-preferred-size: calc( 100% / 12 * 9); flex-basis: calc( 100% / 12 * 9); } }

@media (max-width: 480px) { .c-sm-10 { -webkit-flex-basis: calc( 100% / 12 * 10); -ms-flex-preferred-size: calc( 100% / 12 * 10); flex-basis: calc( 100% / 12 * 10); } }

@media (max-width: 480px) { .c-sm-11 { -webkit-flex-basis: calc( 100% / 12 * 11); -ms-flex-preferred-size: calc( 100% / 12 * 11); flex-basis: calc( 100% / 12 * 11); } }

@media (max-width: 480px) { .c-sm-12 { -webkit-flex-basis: calc( 100% / 12 * 12); -ms-flex-preferred-size: calc( 100% / 12 * 12); flex-basis: calc( 100% / 12 * 12); } }

.aln-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 1200px) { .aln-lg-center { -webkit-box-align: center !important; -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; } }

@media (max-width: 768px) { .aln-md-center { -webkit-box-align: center !important; -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; } }

@media (max-width: 480px) { .aln-sm-center { -webkit-box-align: center !important; -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; } }

.aln-start { -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; }

@media (min-width: 1200px) { .aln-lg-start { -webkit-box-align: start !important; -webkit-align-items: start !important; -ms-flex-align: start !important; align-items: start !important; } }

@media (max-width: 768px) { .aln-md-start { -webkit-box-align: start !important; -webkit-align-items: start !important; -ms-flex-align: start !important; align-items: start !important; } }

@media (max-width: 480px) { .aln-sm-start { -webkit-box-align: start !important; -webkit-align-items: start !important; -ms-flex-align: start !important; align-items: start !important; } }

.jst-left { -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; }

@media (min-width: 1200px) { .jst-lg-left { -webkit-box-pack: left !important; -webkit-justify-content: left !important; -ms-flex-pack: left !important; justify-content: left !important; } }

@media (max-width: 768px) { .jst-md-left { -webkit-box-pack: left !important; -webkit-justify-content: left !important; -ms-flex-pack: left !important; justify-content: left !important; } }

@media (max-width: 480px) { .jst-sm-left { -webkit-box-pack: left !important; -webkit-justify-content: left !important; -ms-flex-pack: left !important; justify-content: left !important; } }

.jst-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 1200px) { .jst-lg-center { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

@media (max-width: 768px) { .jst-md-center { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

@media (max-width: 480px) { .jst-sm-center { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

.jst-space { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

@media (min-width: 1200px) { .jst-lg-space { -webkit-box-pack: justify !important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } }

@media (max-width: 768px) { .jst-md-space { -webkit-box-pack: justify !important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } }

@media (max-width: 480px) { .jst-sm-space { -webkit-box-pack: justify !important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } }

.fx-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 1200px) { .fx-lg-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } }

@media (max-width: 768px) { .fx-md-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } }

@media (max-width: 480px) { .fx-sm-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } }

.fx-wrap-reverse { -webkit-flex-wrap: reverse; -ms-flex-wrap: reverse; flex-wrap: reverse; }

@media (min-width: 1200px) { .fx-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } }

@media (max-width: 768px) { .fx-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } }

@media (max-width: 480px) { .fx-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } }

.fx-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media (min-width: 1200px) { .fx-lg-col { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; } }

@media (max-width: 768px) { .fx-md-col { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; } }

@media (max-width: 480px) { .fx-sm-col { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; } }

@media (min-width: 1200px) { .fx-lg-col-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } }

@media (max-width: 768px) { .fx-md-col-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } }

@media (max-width: 480px) { .fx-sm-col-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } }

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

  表示 / 非表示

------------------------------ */
.hidden-md { display: none; }

@media (min-width: 769px) { .hidden-md { display: block; } }

.visible-md { display: none; }

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

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

  リンク

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

.invalid-clks a { pointer-events: none; }

.link-menu { position: relative; display: inline-block; -webkit-transition: .7s; -o-transition: .7s; transition: .7s; color: #292929; padding: 3px 3px 2px 4px; margin-left: -4px; }

.link-menu:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; content: ''; background: #292929; -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; }

.link-menu:hover { color: #fff !important; }

.link-menu: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); }

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

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

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

  画像 / 動画

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

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

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

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

figure img { margin: 0 !important; }

iframe { max-width: 100%; }

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

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

  vw / vh 計算

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

  transition

------------------------------ */
/* 定型文 @include fadein(); transition-delay: 1s; */
/* 定型文 @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); } }

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

  ヒーロー

-----------------------------------*/
.hero { position: relative; margin-bottom: 100px; }

@media (max-width: 768px) { .hero { margin-bottom: 60px; } }

.hero .copy { width: calc(100vw / 8 * 3); background: #cfdf7d; position: absolute; top: 0; left: calc(100vw / 8); height: 100%; text-transform: uppercase; text-align: center; }

@media (max-width: 768px) { .hero .copy { position: relative; width: 100%; margin: 0; left: 0; top: 0; height: auto; padding: 18.22917vw 0; } }

.hero .copy h1 { font-size: 5.34722vw; -webkit-transform: scale(0.8, 1); -ms-transform: scale(0.8, 1); transform: scale(0.8, 1); letter-spacing: 0.05em; line-height: 6.25vw; margin-top: 6.94444vw; }

@media (max-width: 768px) { .hero .copy h1 { font-size: 12.63021vw; line-height: 14.32292vw; } }

.hero .copy h1 span { color: #fff; margin-left: 0.2em; }

@media (max-width: 768px) { .hero .copy h1 { margin-top: 0; } }

.hero .copy .sub-copy { font-size: 1.66667vw; margin-top: 6.94444vw; font-weight: bold; }

.hero .copy .sub-copy span { margin-left: 2.08333vw; }

@media (max-width: 768px) { .hero .copy .sub-copy { font-size: 3.64583vw; } }

.hero .copy .logo { position: absolute; right: 1.38889vw; bottom: 0.69444vw; }

.hero .copy .logo img { display: block; margin-left: auto; max-width: 120px; }

@media (max-width: 768px) { .hero .copy .logo img { max-width: 60px; } }

.hero .copy .logo small { font-size: 1.38889vw; }

@media (max-width: 768px) { .hero .copy .logo small { font-size: 2.60417vw; } }

@media (max-width: 768px) { .hero .photo { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } }

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

  コンテンツ

-----------------------------------*/
.section { margin: 100px 0; }

@media (max-width: 768px) { .section { margin: 60px 0; } }

.lead { font-weight: bold; text-align: center; line-height: 40px; font-size: 1.8rem; letter-spacing: 0.1em; }

@media (max-width: 768px) { .lead { font-size: 1.6rem; line-height: 30px; } }

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

  見出し

-----------------------------------*/
.hd-type01 { position: relative; margin-bottom: 50px; }

.hd-type01 span { position: relative; font-size: 4.2rem; text-transform: uppercase; background: #fff; z-index: 1; padding-right: 20px; letter-spacing: 2px; }

@media (max-width: 480px) { .hd-type01 span.small { font-size: 3rem; } }

.hd-type01 span::before { position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); font-size: 1.4rem; left: calc(50% - 10px); bottom: -20px; }

.hd-type01::after { position: absolute; display: block; content: ""; height: 1px; width: 100%; background: #292929; z-index: 0; bottom: 15px; }

.hd-type02 { font-size: 2rem; margin-bottom: 30px; letter-spacing: 1px; }

@media (max-width: 480px) { .hd-type02 { font-size: 1.6rem; } }

.hd-type03 { font-size: 2rem; letter-spacing: 2px; margin-bottom: 10px; }

@media (max-width: 480px) { .hd-type03 { font-size: 1.6rem; } }

.hd-type04 { font-size: 2.4rem; letter-spacing: 2px; margin-bottom: 30px; color: #c4d66b; }

.hd-type04 span { padding: 0 35px 10px; display: inline-block; border-bottom: solid 1px #d2d2d2; }

.footjoy .hd-type01 span::before { content: "フットジョイ"; }

.adidas .hd-type01 span::before { content: "アディダス"; }

.echo .hd-type01 span::before { content: "エコー"; }

.new-balance-golf .hd-type01 span::before { content: "ニューバランスゴルフ"; }

.le-coq-golf .hd-type01 span::before { content: "ルコックゴルフ"; }

.munsingwear .hd-type01 span::before { content: "マンシングウェア"; }

.puma .hd-type01 span::before { content: "プーマ"; }

.callaway .hd-type01 span::before { content: "キャロウェイ"; }

.nike .hd-type01 span::before { content: "ナイキ"; }

.tigora .hd-type01 span::before { content: "ティゴラ"; }

.tour-b .hd-type01 span::before { content: "ツアービー"; }

.mizuno .hd-type01 span::before { content: "ミズノ"; }

.asics .hd-type01 span::before { content: "アシックス"; }

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

  コーディネイト

-----------------------------------*/
.coodinate:nth-of-type(1) { margin-right: 40px; }

@media (max-width: 1200px) { .coodinate:nth-of-type(1) { margin-right: 0px; margin-bottom: 50px; } }

.coodinate:nth-of-type(2) { margin-left: 40px; }

.coodinate:nth-of-type(2) .wear img { -webkit-box-shadow: 20px 20px 0px -10px #fee2e6; box-shadow: 20px 20px 0px -10px #fee2e6; }

@media (max-width: 1200px) { .coodinate:nth-of-type(2) { margin-left: 0px; margin-bottom: 50px; } }

.coodinate:last-of-type { margin-bottom: 0; }

.coodinate .wear img { -webkit-box-shadow: 20px 20px 0px -10px #dbf7f3; box-shadow: 20px 20px 0px -10px #dbf7f3; }

.coodinate .des { padding-left: 40px; }

@media (max-width: 480px) { .coodinate .des { padding-left: 30px; } }

.coodinate .price { font-size: 2rem; color: #666; font-weight: 600; font-family: 'Overpass', sans-serif; margin-bottom: 20px; }

.coodinate .price span { font-size: 1.8rem; }

.coodinate .shoes { -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2)); }

.coodinate .tags { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media (max-width: 480px) { .coodinate .tags { position: absolute; } }

.coodinate .tags div { -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); margin-right: 8px; padding: 0px 8px 2px; }

@media (max-width: 480px) { .coodinate .tags div { padding: 0px 5px 2px; } }

@media (max-width: 480px) { .coodinate .tags div:nth-of-type(1) { margin-right: 5px; } }

@media (max-width: 480px) { .coodinate .tags div:nth-of-type(2) { margin-right: 0px; } }

.coodinate .tags div span { -webkit-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg); color: #fff; display: inline-block; font-size: 1.2rem; }

.coodinate .tags div:nth-of-type(1) { background: #cfdf7d; }

.coodinate .tags div:nth-of-type(2) { background: #d87ed3; }

.coodinate .to-ec { font-size: 1.4rem; color: #fff; display: block; text-align: center; max-width: 180px; background: #292929; padding: 13px 0; font-weight: bold; letter-spacing: 2px; margin: 40px auto 0; }

@media (max-width: 480px) { .coodinate .to-ec { max-width: 160px; margin: 42px auto 0; } }

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

  キャンペーン

-----------------------------------*/
.campaign .period { background: #e3f144; padding: 15px 0; text-align: center; font-weight: bold; }

.campaign .hd { position: relative; background: #cfdf7d; padding: 20px 0; font-size: 2.4rem; text-align: center; font-weight: bold; color: #fff; }

.campaign .hd .f-01 { font-size: 3.2rem; margin-right: 5px; color: #fe7087; }

.campaign .hd .f-02 { font-size: 2.8rem; }

.campaign .hd::before, .campaign .hd::after { content: ""; width: 100%; display: block; height: 1px; background: #fff; position: relative; }

.campaign .hd::before { top: -15px; }

.campaign .hd::after { bottom: -15px; }

.campaign .bg { padding: 100px 0 80px; background: #ecf2cb; }

@media (max-width: 768px) { .campaign .bg { padding: 60px 0 60px; } }

.campaign .panel { text-align: center; padding: 40px 0 30px; position: relative; background: #fff; -webkit-box-shadow: 20px 20px 0px -10px #c4d66b; box-shadow: 20px 20px 0px -10px #c4d66b; margin: 0 60px 60px 0; }

@media (max-width: 768px) { .campaign .panel { padding: 25px 0 30px; margin: 0 auto 60px !important; width: 90%; position: relative; } }

.campaign .panel:nth-child(3) { margin-right: 0; }

.campaign .panel .num { font-weight: bold; font-style: italic; font-size: 9.6rem; position: absolute; top: -0.75em; left: 30px; }

@media (max-width: 768px) { .campaign .panel .num { font-size: 7.6rem; left: 20px; } }

.campaign .text { font-size: 1.4rem; line-height: 2.4em; }

.campaign .text span { font-size: 1.8rem; font-weight: bold; color: #fe7087; }

.campaign .text small { font-weight: bold; font-size: 1.2rem; }

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

  footer

-----------------------------------*/
footer .hd { margin: 0 0 70px; }

@media (max-width: 768px) { footer .hd { margin-bottom: 40px; } }

footer .hd h2 { font-size: 4rem; font-weight: bold; letter-spacing: 5px; margin-bottom: 10px; }

footer .hd p { font-weight: bold; letter-spacing: 2px; }

footer .bg { text-align: center; background: #fff url(../images/common/japan.png) no-repeat center/32%; padding: 100px 0; }

@media (max-width: 768px) { footer .bg { padding: 60px 0 70px; } }

footer .links a { padding: 35px 0; display: block; margin: 0 auto 50px; max-width: 520px; border: solid 5px #292929; font-weight: bold; font-size: 2rem; color: #292929; -webkit-box-shadow: 10px 10px 0px 0px #292929; box-shadow: 10px 10px 0px 0px #292929; background: #fff; }

@media (max-width: 768px) { footer .links a { width: 90%; font-size: 1.6rem; padding: 20px 0; } }

footer .links a:last-of-type { margin-bottom: 0; }

footer .copyright { padding: 40px 0; color: #fff; background: #c4d66b; }

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

@media (max-width: 768px) { footer .copyright img { margin: 0 0px 20px 0; } }
