@charset "utf-8";

/**
 * Theme Name: SPD JAPAN
 * Version: 1.0
 */

/* ==========================================================================
   Reset & Base Settings
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    background: #fff;
    color: #000000;
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 2;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

/* Tablet & PC Desktop */
@media (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 1.8;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0 none;
}

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

select {
    -webkit-appearance: none;
    appearance: none;
}

/* Links */
a {
    transition: all 0.3s ease-in-out;
}

a:link, 
a:visited {
    color: #00A0E9;
}

a:hover, 
a:active {
    color: #FF4B33;
}

a:hover {
    opacity: 0.7;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.wrap {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

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

.cf:after {
    clear: both;
}

.tcenter { text-align: center; }
.tright  { text-align: right; }
.fbold   { font-weight: 600; }
.tunderline { text-decoration: underline; }

/* Colors */
.blue   { color: #00A0E9; }
.orange { color: #D83F00; }
.red    { color: #ea3b28; }

/* Font Sizes */
.f22  { font-size: 1.6em; line-height: 1.6em; }
.fs09 { font-size: 0.9em; }
.fm12 { font-size: 1.2em; }

.bgyellow {
    background: linear-gradient(transparent 60%, #FFD400 60%);
}

.en {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}

.serif {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.only_sp { display: none; }
.only_pc { display: block; }

/* ==========================================================================
   Common Components
   ========================================================================== */
.combox01 {
    padding: 5em 0;
}

/* Buttons */
a.combtn01 {
    display: block;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0.2em 1em;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 1.8em;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
}

a.combtn01-wide {
    max-width: 500px;
}
a.combtn01-black{
	background:#000;
	color:#fff;
	margin-top:1em;
}

/* Titles */
.comttl01 {
    margin: 0 0 3em;
    text-align: center;
}

.comttl01_mark {
    max-width: 40px;
    margin: 0 auto 1em;
}

.comttl01_logo {
    max-width: 200px;
    margin: 0 auto 1em;
}

.comttl01_en {
    font-size: 5em;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 3px;
}

.comttl01_ja {
    font-size: 1.2em;
    font-weight: 600;
}

/* Breadcrumb */
.breadcrumb {
    padding: 0.5em 2em;
    background: #192350;
    color: #fff;
    font-size: 1.2em;
}

.breadcrumb a {
    position: relative;
    margin-right: 1em;
    color: #fff;
}

.breadcrumb a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    right: -0.8em;
    color: #fff;
    transform: translateY(-50%);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Video & Map (Responsive Wrappers) */
.gmap, .gmap2, .youtube {
    position: relative;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
}

.gmap, .youtube { padding-bottom: 32%; }
.gmap2 { padding-bottom: 46.25%; }

.gmap iframe, .gmap object, .gmap embed,
.gmap2 iframe, .gmap2 object, .gmap2 embed,
.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gmap iframe, .youtube iframe { height: 100%; }
.gmap2 iframe { height: 94%; }

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.head {
    position: relative;
    background: #c8c9ca;
    color: #192350;
}

.head_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 20px 4%;
}

.logo {
    max-width: 180px;
}

/* Global Navigation */
.gnav a {
    display: inline-block;
    margin-left: 1em;
    padding: 0.2em 0;
    color: #192350;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
}

a.gnav-online {
    padding: 0.2em 0.6em;
    background: #454648;
    color: #fff;
}

a.gnav-online span {
    display: inline-block;
    position: relative;
    padding-left: 1em;
}

a.gnav-online span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.8em;
    height: 1.2em;
    background: url(img/common/arrow01.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}

/* Hamburger & Drawer */
.menu {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 42px;
    height: 40px;
    background: none;
    cursor: pointer;
    transform: translateY(-50%);
}

.close {
    margin: 0 0 1em;
    text-align: right;
}

.close span {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.drawer-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 300px;
    height: 100vh;
    padding: 3em 1em;
    background: #fff;
    font-weight: 600;
    overflow-y: auto;
    transition: transform 0.4s ease;
    transform: translateX(100%);
}

.drawer-nav.is-open {
    transform: translateX(0);
}

.overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.6);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay.is-open {
    visibility: visible;
    opacity: 1;
}

/* Scroll Header */
.js-scroll-header {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: top 0.3s ease;
}

.js-scroll-header.is-show {
    top: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer_inner {
    padding: 2em 0;
    background: #454648;
    color: #fff;
}

.footer_inner01 {
    display: flex;
    align-items: center;
    gap: 90px;
}

.flogo {
    max-width: 140px;
}

.footer_nav {
    display: flex;
    gap: 70px;
}

.footer_nav a,
.footer_nav span {
    display: block;
    margin-bottom: 0.4em;
    color: #fff;
}

.footer_navlist a {
    display: inline-block;
    margin-right: 1em;
}

a.footer_navcontact {
    max-width: 114px;
    margin-top: 60px;
}

.copyright {
    margin: 1em 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

/* ==========================================================================
   Top Page Sections
   ========================================================================== */
.contents p, 
.contents dl, 
.contents ul, 
.contents ol {
    margin-bottom: 2em;
}

/* Common Banner Styles */
.official_storeb,
.golferb,
.top_concept {
    padding: 7em 0;
    color: #fff;
    text-align: center;
}

.official_storeb {
    background: url(img/top/officialstore_bg.png) no-repeat center center / cover;
}

.golferb {
    background: url(img/top/golfer_bg.png) no-repeat center center / cover;
}

.top_concept {
    background: url(img/top/concept_bg.png) no-repeat center center / cover;
}

.official_storeb p,
.golferb p,
.contactb p,
.top_concept p {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 2em;
    text-align: left;
}

/* Concept Detail */
.top_concept_mark {
    max-width: 200px;
    margin: 0 auto 1em;
}

p.top_concept_txt {
    font-size: 2em;
    margin-bottom: 0;
}

/* First View */
.fv {
    position: relative;
}

.fv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 230px;
    transform: translate(-50%, -50%);
}

/* Topics / Slick Slider */
.topicsb {
    padding: 7em 0;
    overflow: hidden;
}

.topicsb .slick-list {
    margin: 0 -10px;
}

.topicsb .slick-slide {
    margin: 0 10px;
    transition: transform 0.3s ease;
    transform: scale(0.8);
}

.topicsb .slick-slide.slick-center {
    z-index: 10;
    transform: scale(1.1);
}

a.topicsb_unit {
    display: block;
    padding-bottom: 2em;
    color: #000;
    font-weight: bold;
}

.topicsb_title {
    font-size: 20px;
}

.topicsb_img {
    margin: 0 0 10px;
}

/* ==========================================================================
   Secondary Pages
   ========================================================================== */
.page01 p {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
}

.important {
    padding: 0.5em 2em;
    background: #192350;
    color: #fff;
    font-size: 1em;
}

/* About Section */
.aboutb {
    padding: 4em 0;
}

.aboutb_img, 
.aboutb_txt {
    width: 48%;
}

.aboutb_list{
	margin:0 0 2em;
}
.aboutb_list div {
    margin: 0 0 ;
}

/* Brand Section */
.maker_head {
    display: block;
    height: 600px;
}

.maker_head_inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.maker_head_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 300px;
    transform: translate(-50%, -50%);
}

.our_brandb {
    padding: 3em 0 6em;
    text-align: center;
}

.our_brandb_list {
    display: flex;
    justify-content: center;
    gap: 2%;
    width: 92%;
    max-width: 1100px;
    margin: 2em auto 0;
}

.our_brandb_list > div {
    width: 32%;
}

/* Brand Underline Decor */
.brandcommon {
    position: relative;
    border-bottom: 4px solid #c8c9ca;
}

.brandcommon:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    width: 10%;
    height: 4px;
    background-color: #192350;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
.contactb {
    padding: 4em 0;
    background: #000;
    color: #fff;
    text-align: center;
}

a.contact_btn {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0.7em 1em 0.2em;
    background: #c8c9ca;
    border: 5px solid #fff;
    color: #192350;
    text-align: center;
}

a.contact_btn span:nth-of-type(1) {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4;
}

a.contact_btn span:nth-of-type(2) {
    display: block;
    font-size: 2.4em;
    line-height: 1.4;
    letter-spacing: 2px;
}

.contact_txt {
    text-align: center;
}

.contact_txt p {
    display: inline-block;
    text-align: left;
}

/* Form Table */
.from {
    width: 100%;
    margin: 0 0 2em;
    border-top: 1px solid #CBCBCB;
}

.from th {
    padding: 0.5em 2em;
    border-bottom: 1px solid #CBCBCB;
    font-weight: bold;
    text-align: center;
}

.from td {
    padding: 0.5em 2em;
    border-bottom: 1px solid #CBCBCB;
}

.from td input[type="text"],
.from td input[type="tel"],
.from td input[type="email"],
.from td textarea {
    padding: 0.5em 1em;
    border: 1px solid #CBCBCB;
    font-size: 18px;
}

.td100 input[type="text"],
.td100 input[type="tel"],
.td100 input[type="email"],
.td100 textarea {
    width: 100%;
}

.submit-btn {
    margin: 2em auto;
    text-align: center;
}

.submit-btn input {
    display: inline-block;
    width: 80%;
    max-width: 300px;
    padding: 1em;
    background: #192350;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.submit-btn input:hover {
    opacity: 0.7;
}

.contact_flow {
    max-width: 400px;
    margin: 0 auto 2em;
}

/* Thanks Page */
.thanks_txt {
    text-align: center;
}

.thanks_txt_inner {
    display: inline-block;
    text-align: left;
}

/* ==========================================================================
   Single & Archive
   ========================================================================== */
.single_title {
    position: relative;
    margin: 0 0 1.4em;
    padding-bottom: 0.2em;
    border-bottom: 4px solid #c8c9ca;
    font-size: 2em;
    font-weight: bold;
}

.single_title:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    width: 10%;
    height: 4px;
    background-color: #192350;
}

.single_head {
    margin: 0 0 0.5em;
    font-size: 1.2em;
    line-height: 1.4;
}

.single_head span:nth-of-type(1) {
    margin-right: 1em;
    padding: 0.2em 1em;
    background: #000;
    color: #fff;
}

.single_head span:nth-of-type(2) {
    padding: 0.2em 0;
}

.single_contents {
    position: relative;
    border-bottom: 4px solid #c8c9ca;
}

.single_contents:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    width: 10%;
    height: 4px;
    background-color: #192350;
}

.archive_list a.topicsb_unit {
    width: 48%;
    margin: 0 0 1em;
}

/* ==========================================================================
   Editor / WordPress Default
   ========================================================================== */
p { display: block; }
strong { font-weight: bold; }
em { font-style: italic; }

blockquote {
    display: block;
    margin: 1em 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.spnav { display: none; }