@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
    overflow-x: hidden;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 988px) {
  html {
    font-size: 50%;
  }
}

body {
  min-width: 988px;
  background: #21254c;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

a {
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 988px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  body {
    min-width: 0;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* ==========================================================================
   Common
========================================================================== */
.main {
  padding-bottom: 0;
  position: relative;
}
.contentsTitle {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5.4rem;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 100px;
  padding-bottom: 10px;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 988px) {
  .contentsTitle {
    font-size: 2.7rem;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}

.lead {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 988px) {
  .lead {
    font-size: 2rem;
    padding: 0;
    text-align: center;
  }
}

.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 988px) {
  .wrapper {
    max-width: 90%;
  }
}

@media only screen and (max-width: 988px) {
  .slick-slide img {
    width: 30%;
  }
}
#gallery .slick-slide{
	transition: 0.3s ease-in-out;
	transform: scale(.9);
}
#gallery .is--active{
	transform: scale(1);
}
.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 988px) {
  .slick-arrow {
    width: 10%;
  }
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.prev {
  left: 5%;
}
@media only screen and (max-width: 988px) {
  .slick-arrow.prev {
    width: 10%;
    left: 5%;
  }
}
.slick-arrow.next {
  right: 5%;
}
@media only screen and (max-width: 988px) {
  .slick-arrow.next {
    width: 10%;
    right: 5%;
  }
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  width: 50px;
  height: 50px;
  z-index: 999;
}
@media only screen and (max-width: 988px) {
  .pagetop {
    width: 30px;
    height: 30px;
    bottom: 40px;
  }
}
.pagetop a {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  display: block;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.pagetop a::before {
  content: "\e5ce";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-family: "Material Symbols Outlined";
  color: #000;
  z-index: 2;
}
.pagetop a:hover {
  opacity: 0.5;
}

.ticketBtn {
  transform: skew(-10deg);
  width: 630px;
  margin: 0 auto;
  background-image: -ms-linear-gradient(0deg, rgb(0, 180, 200) 0%, rgb(0, 210, 45) 100%);
  filter: drop-shadow(0 15px 15px rgba(157, 226, 209, 0.8));
  transition: background 0.2s linear;
  z-index: 99;
}
@media only screen and (max-width: 988px) {
  .ticketBtn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ticketBtn a {
  transform: skew(10deg);
  padding: 30px 60px 30px 30px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.34em;
  font-style: italic;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .ticketBtn a {
    padding: 15px 30px 15px 15px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.ticketBtn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.2s linear;
}
@media only screen and (max-width: 988px) {
  .ticketBtn a::after {
    right: 10px;
  }
}
.ticketBtn:hover {
  background-image: -ms-linear-gradient(0deg, rgb(0, 205, 228) 0%, rgb(1, 237, 52) 100%);
}
.ticketBtn:hover a::after {
  right: 15px;
}

.tweetBtn {
  width: 360px;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .tweetBtn {
    width: 80%;
  }
}
.tweetBtn a {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-image: -ms-linear-gradient(180deg, rgb(27, 154, 238) 0%, rgb(0, 70, 195) 100%);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
}
@media only screen and (max-width: 988px) {
  .tweetBtn a {
    padding: 10px;
  }
}
.tweetBtn a:hover {
  color: #1da1f2;
  background: #ccc;
  border-color: #1da1f2;
}
.tweetBtn a::before {
  content: "";
  display: block;
  background: url("../images/icon_twitter.png") center center no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 19px;
  right: 19px;
}
@media only screen and (max-width: 988px) {
  .tweetBtn a::before {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
}

.moreBtn {
  width: 360px;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-style: italic;
  font-family: "Girassol", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 988px) {
  .moreBtn {
    width: 80%;
  }
}
.moreBtn a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
  font-style: italic;
}
@media only screen and (max-width: 988px) {
  .moreBtn a {
    padding: 10px;
  }
}
.moreBtn a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}

section {
  text-align: center;
}

.slick-slide img {
  width: 100%;
}

.inner_wrap {
  position: relative;
}
.inner_wrap .lead {
  z-index: 999;
  width: 988px;
  background: #21254c;
  margin: -100px auto 0;
  padding-top: 50px;
}
@media only screen and (max-width: 988px) {
  .inner_wrap .lead {
    width: 82%;
    margin: -50px auto 0;
    padding-top: 25px;
    font-size: 1.6rem;
  }
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.mv {
  opacity: 1;
  transform: translateY(0px);
}

.history .mv {
  transform: translateY(0px) !important;
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 988px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 988px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 988px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
   Header
========================================================================== */
.kv {
  width: 100%;
  position: relative;
}
.kv img {
  width: 100%;
  height: auto;
}
.kv .logo_kv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv .logo_kv img {
  width: 382px;
  height: auto;
}
@media only screen and (max-width: 988px) {
  .kv .logo_kv {
    width: 30%;
  }
  .kv .logo_kv img {
    width: 100%;
  }
}
.kv .kv_copy {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Noto Serif JP", serif;
  color: #D32D26;
  font-size: 4rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 988px) {
  .kv .kv_copy {
    font-size: 2rem;
    padding: 3px 5px;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  z-index: 99;
}
.nav .mainnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  max-width: 1600px;
  height: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .nav .mainnav {
    width: 90%;
    font-size: 1.4rem;
    height: 0;
    padding-top: 20px;
  }
}
.nav .mainnav li {
  margin-right: 60px;
}
@media only screen and (max-width: 988px) {
  .nav .mainnav li {
    margin-right: 20px;
  }
}
.nav .mainnav li:last-child {
  margin-right: 0;
}
.nav .mainnav li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.nav .mainnav li a:hover {
  opacity: 0.7;
}
.nav .global {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  background: #64001e;
  font-family: "Girassol", sans-serif;
  height: 80px;
  z-index: 2;
}
@media only screen and (max-width: 988px) {
  .nav .global {
    height: 40px;
  }
}
.nav .global li a {
  color: #fff;
  padding: 0 30px;
  text-decoration: none;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 988px) {
  .nav .global li a {
    padding: 0 10px;
  }
}
.nav .global li a.current {
  text-decoration: underline;
}
.nav .global li a:hover {
  opacity: 0.7;
}
.nav .global li:first-child::after {
  content: "|";
  color: #fff;
  text-decoration: none !important;
}

/* ==========================================================================
  about
========================================================================== */
.about {
  padding: 150px 0;
}
@media only screen and (max-width: 988px) {
  .about {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 988px) {
  .about .lead {
    margin-bottom: 30px;
  }
}
.about dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .about dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.about dl dt {
  order: 1;
  width: 50%;
  text-align: left;
  position: relative;
}
.about dl dt h3 {
  width: 80%;
  margin-bottom: 30px;
}
.about dl dt .sub {
  font-size: 6rem;
  margin: 0 0 30px 100px;
  font-family: "Noto Serif JP", serif;
}
.about dl dt .text {
  font-size: 2.6rem;
  margin: 0 0 0 100px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
.about dl dt .lovegolf {
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 988px) {
  .about dl dt {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .about dl dt h3 {
    width: 80%;
    margin: 30px auto 20px;
  }
  .about dl dt .sub {
    font-size: 3rem;
    margin: 0 auto 20px;
  }
  .about dl dt .text {
    font-size: 1.6rem;
    margin: 0 auto;
    line-height: 2;
  }
  .about dl dt .lovegolf {
    bottom: 0;
    width: 100%;
  }
  .about dl dt .lovegolf img {
    width: 100%;
  }
}
.about dl dd {
  order: 2;
  width: 50%;
}
@media only screen and (max-width: 988px) {
  .about dl dd {
    order: 1;
    width: 100%;
  }
}
.about dl dd img {
  width: 100%;
}

/* ==========================================================================
  brand
========================================================================== */
.brand {
  padding: 100px 0 80px;
  background: #fff;
}
.brand .contentsTitle {
  color: #21254c;
  border-color: #21254c;
}
@media only screen and (max-width: 988px) {
  .brand {
    padding: 50px 0 20px;
  }
}
.brand ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.brand ul li {
  width: 14.2857142857%;
  padding: 30px;
}
.brand ul li figure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.brand ul li figure img {
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .brand ul li {
    width: 25%;
    padding: 12px;
  }
  .brand ul li img {
    width: 90%;
  }
}

/* ==========================================================================
  APPAREL
========================================================================== */
.apparel {
  padding: 150px 0;
}
@media only screen and (max-width: 988px) {
  .apparel {
    padding: 50px 0;
  }
}

/* ==========================================================================
  GEAR
========================================================================== */
.gear {
  padding: 150px 0;
  background: #1A1E3D;
}
@media only screen and (max-width: 988px) {
  .gear {
    padding: 50px 0;
  }
}
.gear .inner_wrap .lead {
  background: #1A1E3D;
  margin: -100px auto 100px;
}
@media only screen and (max-width: 988px) {
  .gear .inner_wrap .lead {
    margin: -50px auto 50px;
  }
}
.gear .accessories {
  padding-top: 100px;
}
@media only screen and (max-width: 988px) {
  .gear .accessories {
    padding-top: 50px;
  }
}

.shop_detail li dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 988px) {
  .shop_detail li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.shop_detail li dl dt,
.shop_detail li dl dd {
  width: 50%;
  height: 100%;
  color: #21254c;
}
@media only screen and (max-width: 988px) {
  .shop_detail li dl dt,
  .shop_detail li dl dd {
    width: 100%;
  }
}
.shop_detail li dl dt h3 {
  margin-bottom: 30px;
}
.shop_detail li dl dt h4 {
  font-size: 3rem;
  margin: 0 auto 30px;
  font-family: "Noto Serif JP", serif;
}
.shop_detail li dl dt .text {
  font-size: 1.6rem;
  margin: 0;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 988px) {
  .shop_detail li dl dt {
    order: 2;
    padding: 30px 0;
  }
  .shop_detail li dl dt h3 {
    margin-bottom: 20px;
  }
  .shop_detail li dl dt h3 img {
    width: 30%;
  }
  .shop_detail li dl dt h4 {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
  .shop_detail li dl dt .text {
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.shop_detail li dl dd {
  order: 2;
}
.shop_detail li dl dd img {
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .shop_detail li dl dd {
    order: 1;
  }
}
.shop_detail li:nth-child(2n) dt {
  order: 2;
}
.shop_detail li:nth-child(2n) dd {
  order: 1;
}

.shopicon {
  display: inline-block;
  padding: 5px 10px;
  margin: 30px auto 0;
  background: #D32D26;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}


/* ==========================================================================
  instagram
========================================================================== */
section#gallery,
section#instagram{
    padding-top: 100px;
}

ul.insta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1vw;
}
ul.insta_list li {
  list-style: none;
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
}
ul.insta_list li a{
	display: flex;
	position: relative;
	width: 100%;
	height: calc(25vw - 2em);
	overflow: hidden;
	background: #121212;
	align-items: center;
}
ul.insta_list li a p {
	width: 100%;
	height: calc(25vw - 2em);
	overflow: hidden;
	padding: 1em;
	background: rgba(50,50,50,0.75);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
ul.insta_list li a:hover p{
	opacity: 1.0;
	color: #fff;
}
ul.insta_list li a p span {
  font-size: 120%;
}
ul.insta_list li img{
	width: 100%;	
}
@media only screen and (max-width: 988px) {
ul.insta_list li {
  width: 50%;
  height: calc(50vw - 2em);
	margin: 0 auto 2em;
}
ul.insta_list li a,
ul.insta_list li a p {
	height: calc(50vw - 2em);
	}
}

/* ==========================================================================
  access
========================================================================== */
.access {
  padding: 150px 0;
}
@media only screen and (max-width: 988px) {
  .access {
    padding: 50px 0;
  }
  .access iframe {
    width: 100%;
    height: 300px;
  }
}
.access table {
  max-width: 988px;
  width: 100%;
  margin: 50px auto 0;
}
.access table tr th,
.access table tr td {
  padding: 10px 20px;
  background: #373A5E;
  width: 20%;
  border-bottom: 1px solid #21254c;
  text-align: center;
}
.access table tr td {
  background: #414566;
  width: 80%;
  text-align: left;
}
@media only screen and (max-width: 988px) {
  .access table {
    width: 90%;
    margin: 20px auto 0;
  }
  .access table tr th,
  .access table tr td {
    padding: 5px 10px;
    width: 30%;
  }
  .access table tr td {
    width: 70%;
  }
}

/* ==========================================================================
   footer
========================================================================== */
footer {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 988px) {
  footer > div {
    width: 100%;
  }
}

footer ul {
  padding: 20px 0;
  background-color: #910023;
  text-align: center;
}

footer ul li {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 988px) {
  footer ul li {
    display: block;
    margin: 0 0 15px;
  }
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li:before {
  display: inline;
  margin-right: 5px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 700;
}

footer p {
  padding: 40px 0;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  footer p {
    padding: 20px 0;
  }
}

footer .inquiry {
  padding: 20px 0;
  background-color: #000;
  font-size: 1.2rem;
}

footer .inquiry b {
  font-size: 1.4rem;
  line-height: 2;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.pc-hidden {
  display: none;
}
@media only screen and (max-width: 988px) {
  .pc-hidden {
    display: block !important;
  }
}

.sp-hidden {
  display: block;
}
@media only screen and (max-width: 988px) {
  .sp-hidden {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */