@charset "utf-8";

@media screen and (max-width: 767px) {

#header_pc, #footer_pc, #pagetop_pc, .pcContents {display: none;}
#header_sp, #footer_sp, #gdo-service, #smartphone-app, #footer-snslink, #footer-pclink, #pagetop_sp, .spContents {display: block;}

body.login-status_logout #header_sp .header-wrap {
  display: block;
}

body.login-status_login #header_sp .header-user-area {
  display: block;
}

body.login-status_logout #header_sp #header-gnav__content ul li.header-gnav-login {
  display: block;
}

body.login-status_login #header_sp #header-gnav__content ul li.header-gnav-logout {
  display: block;
}


/* CSS変数定義 */
:root {
	--corporate-color: #0071BE;
	--bg-color-gray: #F4F4F4;
}

html,
body {
  margin: 0;
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  min-width: 320px;
}

html.fixed,
body.fixed {
  overflow: hidden;
  height: 100%;
}

#header_sp,
#footer_sp,
#gdo-service,
#smartphone-app,
#footer-snslink,
#footer-pclink,
#pagetop_sp,
.main-content-area {
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

#header_sp *,
#footer_sp *,
#gdo-service *,
#smartphone-app *,
#footer-snslink *,
#footer-pclink *,
#pagetop_sp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

#header_sp a,
#footer_sp a,
#gdo-service a,
#smartphone-app a,
#footer-snslink a,
#footer-pclink a,
#pagetop_sp a {
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#header_sp a:link, #header_sp a:hover, #header_sp a:visited, #header_sp a:focus,
#footer_sp a:link, #footer_sp a:hover, #footer_sp a:visited, #footer_sp a:focus,
#gdo-service a:link, #gdo-service a:hover, #gdo-service a:visited, #gdo-service a:focus,
#smartphone-app a:link, #smartphone-app a:hover, #smartphone-app a:visited, #smartphone-app a:focus,
#footer-snslink a:link, #footer-snslink a:hover, #footer-snslink a:visited, #footer-snslink a:focus,
#footer-pclink a:link, #footer-pclink a:hover, #footer-pclink a:visited, #footer-pclink a:focus,
#pagetop_sp a:link, #pagetop_sp a:hover, #pagetop_sp a:visited, #pagetop_sp a:focus {
  text-decoration: none;
}

#header_sp img,
#footer_sp img,
#gdo-service img,
#smartphone-app img,
#footer-snslink img,
#footer-pclink img,
#pagetop_sp img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

#header_sp svg:not(:root),
#footer_sp svg:not(:root),
#gdo-service svg:not(:root),
#smartphone-app svg:not(:root),
#footer-snslink svg:not(:root),
#footer-pclink svg:not(:root),
#pagetop_sp svg:not(:root) {
  overflow: hidden;
}

#gdo-service .heading__01,
#smartphone-app .heading__01 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 23px;
  padding: 0 4%;
}

#header_sp ul,
#footer_sp ul,
#gdo-service ul,
#smartphone-app ul,
#footer-snslink ul,
#footer-pclink ul,
#pagetop_sp ul {
  list-style: none;
}

.main-content-area {
  width: 100%;
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  overflow: hidden;
}


/* header */

#header_sp {
  width: 100%;
  padding: 0 4%;
  height: 60px;
  position: relative;
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
}

#header_sp::after {
  content: "";
  display: table;
  clear: both;
  /* oc. */
  background: none;
  height: 0;
}

#header_sp .header-logo {
  width: 70px;
  position: absolute;
  left: 4%;
  top: 18px;
}

#header_sp .header-logo-img {
  width: 70px;
}

#header_sp .header-logo svg,
#header_sp .header-logo-img path {
  fill: var(--corporate-color);
}

#header_sp .header-wrap {
  position: absolute;
  right: 10.4%;
  top: 20px;
  width: 147px;
  display: none;
}

#header_sp .header-wrap::after {
  content: "";
  display: table;
  clear: both;
}

#header_sp #button--login_sp {
  margin-right: 10px;
}

#header_sp #button--login_sp,
#header_sp .header-registration {
  font-size: 12px;
  font-weight: bold;
  float: left;
}

#header_sp .header-user-area {
  width: 220px;
  position: absolute;
  top: 13px;
  right: 14%;
  display: none;
}

#header_sp .header-user,
#header_sp .header-point,
#header_sp .header-user-type {
  font-size: 12px;
}

#header_sp .header-user {
  text-align: right;
}

#header_sp a.anchor-default:link,
#header_sp a.anchor-default:hover,
#header_sp a.anchor-default:visited,
#header_sp a.anchor-default:focus {
  color: var(--corporate-color);
}

#header_sp .header-point {
  margin-right: 10px;
  float: left;
}

#header_sp .header-user-status {
  float: right;
}

#header_sp .header-user-type {
  float: right;
}

#header_sp #user-data-name_sp,
#header_sp #spHeader-point,
#header_sp .header-user-type {
  font-weight: bold;
}

#header_sp .header-user-txt__01 {
  font-weight: normal;
}

#header_sp .user-type-icon {
  width: 12px;
  height: auto;
  margin-right: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}

#header_sp .header-gnav__drawer {
  position: absolute;
  right: 4%;
  top: 20px;
  width: 22px;
}

#header_sp input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

#header_sp [type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#header_sp .header-gnav__content {
  width: 82.6%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1200;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0.1;
}

#header_sp .header-gnav__content.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

#header_sp .header-gnav__input {
  display: none;
}

#header_sp .header-gnav-open {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  margin-left: 0;
}

#header_sp .header-gnav-open span {
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  width: 22px;
  background: var(--corporate-color);
  display: block;
  content: '';
  cursor: pointer;
}

#header_sp .header-gnav-open span:before {
  position: absolute;
  height: 2px;
  width: 22px;
  background: var(--corporate-color);
  display: block;
  content: '';
  cursor: pointer;
  bottom: -9px;
}

#header_sp .header-gnav-open span:after {
  position: absolute;
  height: 2px;
  width: 22px;
  background: var(--corporate-color);
  display: block;
  content: '';
  cursor: pointer;
  bottom: -18px;
}

#header_sp .header-gnav-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1100;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#header_sp .header-gnav-close.show {
  display: block;
  opacity: .7;
}

#header_sp .header-gnav-anchor {
  display: block;
  margin-right: 4%;
  font-size: 18px;
  line-height: 1;
  padding: 6.2% 4% 6.2% 8%;
  border-bottom: 1px solid #f2f2f2;
}

#header_sp .header-gnav-anchor.link-arrow-anchor__01:before,
#header_sp .header-gnav-anchor.link-arrow-anchor__01--typeW:before {
  right: 8%;
}

#header_sp .header-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #f2f2f2;
}

#header_sp .header-btn-close {
  width: 60px;
  height: 60px;
  margin-right: 5%;
  background: url("https://s.golfdigest.co.jp/herokupts/img/common/icon/icon_close_b.png") 50% 50% no-repeat;
  background-size: 22px 22px;
  cursor: pointer;
}

#header_sp .header-btn-close {
  margin-right: 0%;
}

#header_sp #header-gnav__content ul li a {
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 6% 12% 6% 8%;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}

#header_sp #header-gnav__content ul li a.gnav__category::after {
	content: url("https://s.golfdigest.co.jp/herokupts/img/common/icon/icon_plus.svg");
	position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -8px;
}

#header_sp #header-gnav__content ul li a.gnav__category.active::after {
	content: url("https://s.golfdigest.co.jp/herokupts/img/common/icon/icon_minus.svg");
  margin-top: -13px;
}

#header_sp #header-gnav__content ul li .gnav__sub-menu {
	display: none;
}

#header_sp #header-gnav__content ul li .gnav__sub-menu a {
	font-size: 16px;
	padding-left: 12%;
}

#header_sp #header-gnav__content ul li.header-gnav-login {
  display: none;
}

#header_sp #header-gnav__content ul li.header-gnav-logout {
  display: none;
}


/* gdo-service */

#gdo-service.section__m {
  margin-top: 36px;
  margin-bottom: 36px;
}

#gdo-service ul {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 4%;
  border: 1px solid #ccc;
  border-bottom: none;
}

#gdo-service ul::after {
  content: "";
  display: table;
  clear: both;
}

#gdo-service ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#gdo-service ul li:nth-child(2n) {
  border-right: none;
}

#gdo-service ul li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: table;
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 2% 2%;
  border: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #gdo-service ul li a {
    height: 72px;
  }
}

#gdo-service ul li a span {
  display: table-cell;
  vertical-align: middle;
}


/* smartphone-app */

#smartphone-app.section__m {
  margin-bottom: 36px;
}

#smartphone-app a {
  display: block;
  padding: 0 4%;
  margin-bottom: 15px;
}

#smartphone-app a dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  width: 100%;
}

#smartphone-app a dl dt {
  width: 55px;
  margin-right: 12px;
}

#smartphone-app a dl dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  width: 280px;
}

#smartphone-app a dl dd span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}


/* SNSリンク */

#footer-snslink.footer-snslink {
	margin: 40px 0;
	padding: 0 4%;
}

#footer-snslink.footer-snslink a {
	color: var(--corporate-color);
	font-size: 18px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    height: 56px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--corporate-color);
    border-radius: 4px;
}


/* footer-pclink */

#footer-pclink.footer-pclink {
  font-size: 14px;
  margin: 0 0 24px;
  padding: 0 4%;
  text-align: center;
}

#footer-pclink.footer-pclink a {
	color: var(--corporate-color);
}


/* footer */

#footer_sp.footer-wrap {
  background-color: var(--bg-color-gray);
  /*padding-bottom: 60px;*/
  padding-bottom: 0;
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  /* reserve.（myp）, hotprice. */
  display: block;
  padding: 0;
  text-align: left;
}
/* reserve.（myp）*/
#footer_sp.footer-wrap:before {
	display: none;
}

#footer_sp .footer-nav {
  padding: 0 4%;
  background-color: var(--bg-color-gray);
  border-top: 2px solid #e4e4e4;
}

#footer_sp .footer-nav-list {
  border-bottom: 1px solid #e4e4e4;
}

#footer_sp .footer-nav-anchor {
  display: block;
  padding: 15px 4%;
  font-size: 12px;
}

#footer_sp a.footer-nav-anchor:link,
#footer_sp a.footer-nav-anchor:visited {
  color: #1a1a1a;
}

#footer_sp .footer-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#footer_sp .footer-logo img {
  width: 133px;
}

#footer_sp .footer-copy {
  font-size: 10px;
  background-color: var(--bg-color-gray);
  padding: 20px 4%;
  text-align: center;
  line-height: 1.2;
}


/* pagetop */

#pagetop_sp.pagetop-anchor {
  position: fixed;
  right: 0;
  bottom: 95px;
  z-index: 80;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

#pagetop_sp.pagetop-anchor.fadeIn {
    visibility: visible;
    opacity: 1;
}

#pagetop_sp.pagetop-anchor .icon__circle-arrow--top {
  width: 50px;
  height: 50px;
}

#pagetop_sp.pagetop-anchor .icon__circle-arrow--top:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.8);
}

#pagetop_sp.pagetop-anchor .icon__circle-arrow--top:after {
  position: absolute;
  content: "";
  top: 40px;
  left: 37px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  /*border-radius: 2px;*/
  border-radius: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* header-footer シンプルバージョン */

.simple__header-footer #footer_sp.footer-wrap {
	padding: 16px 0 28px;
	background-color: #fff;
	border-top: 1px solid #DEDEDF;
}

.simple__header-footer #footer_sp .footer-nav {
	font-size: 0;
	padding: 0;
	margin: 0 0 4px;
	background-color: #fff;
	border: none;
}

.simple__header-footer #footer_sp .footer-nav li {
	color: #1A1A1A;
	font-size: 12px;
	display: inline-block;
	margin: 0 0 12px;
	padding: 0 16px;
	position: relative;
}

.simple__header-footer #footer_sp .footer-nav li::after {
	content: "";
	width: 12px;
	height: 1px;
	background: #DEDEDF;
	transform: rotate(90deg);
	position: absolute;
	top: 50%;
	right: -6px;
}

.simple__header-footer #footer_sp .footer-nav li:last-child::after {
	display: none;
}

.simple__header-footer #footer_sp .footer-nav li a {
	font-size: 12px;
	display: block;
	height: 20px;
	line-height: 20px;
}

.simple__header-footer #footer_sp .footer-copy {
	color: #767676;
	font-size: 12px;
	padding: 0 16px;
	background-color: #fff;
	line-height: 18px;
	text-align: left;
}

}