﻿@charset "UTF-8";

/* =============================================================

  SmartPhone / COMMON CSS

============================================================= */

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

#CSS MENU

 01.Reset
 02.Base
 03.Header
 04.Contents
 05.Footer
 06.Lower Page Common
 07.お知らせカレンダー関連
 08.よくある質問
 09.新規会員登録方法について
 10.会員ランクについて
 11.エラーページ

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

/*  01.Reset
======================================================= */

*,
*::before,
*::after {
  box-sizing: border-box
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-feature-settings: "palt"
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul[class],
ol[class] {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

ul[class],
ol[class] {
  list-style: none
}


/*a:not([class]){text-decoration-skip-ink:auto}*/

article > * + * {
  margin-top: 1em
}

input,
button,
textarea,
select {
  font: inherit
}
/*
img:not([alt]) {
  filter: blur(10px)
}*/

@media(prefers-reduced-motion:reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

*:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select,
details,
summary {
  outline: none;
}

img {
  max-width: 100%;
}

/*  02.Base
======================================================= */

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

a,
a:before,
a:after,
a img {
  transition: opacity .25s ease-in-out,
  color .25s ease-in-out,
  background-color .25s ease-in-out,
  border-color .25s ease-in-out,
  text-shadow .25s ease-in-out,
  filter .25s ease-in-out;
}

footer .download .download_inner ul {
  margin-bottom: 0;
}

.area_btn a,
footer .page_list li a,
.btn_anchor a,
.area_Q_contents ul li a {
  transition: opacity 0.3s ease-out;
}

.area_btn a:hover,
footer .page_list li a:hover,
.btn_anchor a:hover,
.area_Q_contents ul li a:hover {
  opacity: 0.6;
}

.pc_only{
  display: none;
}


/* Color
--------------------------------- */

.cl_green {
  color: #539b34;
}

.bg_green {
  background-color: #539b34;
}

.bg_gray {
  background-color: #f8f8f8;
}

/* Font Family
--------------------------------- */

.ft_futura_book {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futura {
  font-family: futura-pt, sans-serif;
}


/* Font Size
--------------------------------- */

.xx-large {
  font-size: 200%;
  line-height: 1.8em;
}

.mid-large {
  font-size: 182%;
  line-height: 1.4em;
}

.x-large {
  font-size: 164%;
  line-height: 1.8em;
}

.large {
  font-size: 144%;
}

.mid {
  font-size: 122%;
}

.regular {
  font-size: 107%;
}

.small {
  font-size: 92%;
}

.mid-small {
  font-size: 85%;
  letter-spacing: 1px;
}

.x-small {
  font-size: 77%;
  letter-spacing: 1px;
}


/* clearfix
--------------------------------- */

.clearfix {
  display: inline-table;
  min-height: 1%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* 汎用クラス
--------------------------------- */

.line-through {
  text-decoration: line-through !important;
}

.unit {
  margin-bottom: 1.5em;
  clear: both;
}

.underline {
  text-decoration: underline !important;
}


/* ボタン
--------------------------------- */

.btn {
  text-align: center;
  display: block;
  text-decoration: none !important;
}

.btn_close {
    width: 30rem;
    height: 5rem;
    border: 1px solid #333333;
    margin: 2rem auto 0;
    font-size: 1.5rem;
}


/* タイトル
--------------------------------- */

.unit h3 {
  padding: 1em;
  background-color: #ccc;
  font-size: 14px;
}


/* グローバルナビ
--------------------------------- */

/* 1列 */

.global-nav-1 li {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.global-nav-1 li:first-child {
  border-top: 1px solid #eee;
}

.global-nav-1 li a {
  display: block;
  padding: 1em;
}


/* 2列 */

.global-nav-2 li {
  display: inline-table;
  width: 50%;
  float: left;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.global-nav-2 li:first-child,
.global-nav-2 li:nth-child(2) {
  border-top: 1px solid #eee;
}

.global-nav-2 li:nth-child(even) {
  border-right: none;
}

.global-nav-2 li a {
  display: table-cell;
  padding: 0 .5em;
  height: 60px;
  vertical-align: middle;
  line-height: 1.5;
}


/* 商品一覧表示
--------------------------------- */

.product-price {
  line-height: 1.3;
}

.product-price .special {
  color: #f00;
}

.product-price .line-through {
  display: block;
  color: #000;
  /*margin-bottom: .3em;*/
}

.product-name .icon {
  line-height: 0;
}

.product-name .icon img {
  height: 20px;
  margin: 0 1px 1px 0;
  vertical-align: middle;
}


/* 2列 */

.product-list-2 li {
  float: left;
  position: relative;
  width: 49.999%;
  margin-bottom: 1.5em;
}

.product-list-2 li div {
  width: 90%;
  margin: 0 auto;
}

.product-list-2 li div p {
  margin-bottom: .3em;
}

.product-list-2 .product-image {
  position: relative;
}

.product-list-2 .product-image img {
  width: 100%;
  height: auto;
}

.product-list-2 .product-name {
  line-height: 1.3;
  padding: .3em 0;
}

.product-list-2 .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}


/* 3列 */

.product-list-3 {
  margin-top: 1.5em;
}

.product-list-3 li {
  float: left;
  position: relative;
  width: 33.333%;
  margin-bottom: 1.5em;
}

.product-list-3 li div {
  width: 90%;
  margin: 0 auto;
}

.product-list-3 .product-image {
  position: relative;
}

.product-list-3 .product-image img {
  width: 100%;
  height: auto;
}

.product-list-3 .rank {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.product-list-3 .rank1 {
  background-color: #FFB100;
}

.product-list-3 .rank2 {
  background-color: #B6B6B6;
}

.product-list-3 .rank3 {
  background-color: #AA6D44;
}

.product-list-3 .product-name span {
  line-height: 1.6;
  padding: .3em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-list-3 .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* 1列（商品一覧リスト型） */

.product-list-2 .product-image-variation {
  display: none;
}

.product-list li {
  position: relative;
  width: 96%;
  padding: 4% 2%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.product-list .product-image {
  position: relative;
  float: left;
  width: 140px;
}

.product-list .product-image img {
  width: 140px;
}

.product-list .product-name,
.product-list .product-price,
.product-list .product-set-promotion,
.product-list .product-image-variation {
  float: right;
  width: 50%;
  margin-bottom: .3em;
  line-height: 1.3;
}

.product-list .product-image-variation {
  clear: both;
}

.product-list .product-image-variation img {
  width: 45px;
}

.product-list .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}


/* もっと見るボタン */

.unit .view-more a {
  width: 70%;
  background-color: #000;
  color: #fff;
  padding: 1em 0;
  margin: 0 auto;
}

.topic-path {
  margin: 0;
  padding: 6px 15px;
  border-top: 1px solid #454545;
  background-color: #fff;
  font-size: 10px;
  line-height: 2;
}

.topic-path > li {
  position: relative;
  display: inline;
  padding: 0;
  list-style: none;
}

.topic-path > li:after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 6px 0 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topic-path > li:last-child:after {
  display: none;
}

.topic-path strong {
  color: #454545;
}

/* ページトップ
--------------------------------- */

.page-top a {
  background-color: #333;
  color: #fff;
  padding: 1em 0;
}


/* エラーページ/Error
--------------------------------- */

.error-unit {
  margin-bottom: 2em;
}

.error-unit h2 {
  padding: .5em;
  background-color: #CCC;
  font-size: 15px;
}

.error-unit .msg {
  padding: .5em;
  line-height: 1.5;
  font-size: 12px;
}

.error-unit .button {
  padding: 1em;
}

.error-unit .button-next .btn {
  padding: 1.5em 0;
  background-color: #000;
  color: #fff;
}

.error-unit .button-prev .btn {
  padding: 1.5em 0;
  background-color: #ccc;
}

.msg-alert {
  padding: 1em;
  text-align: center;
}

/* パンくず/ページャー
--------------------------------- */

.breadcrumbs {
  font-size: 11px;
  line-height: 1.5;
  padding: .5em;
  background-color: #eee;
}

.pager-wrap {
  padding: 5px;
}

.below .total {
  display: none;
}

.above .pager-nums {
  display: none;
}

.below .page-now {
  display: none;
}

.pager-wrap .pager-nums {
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}

.pager-wrap .pager-nums a {
  display: inline !important;
  color: #fff;
  text-decoration: underline;
}


/* ミニカート
--------------------------------- */

.minicart .inner {
  margin: 1em 0;
}

.minicart .total {
  text-align: center;
  margin-bottom: 1em;
}

.minicart .view-cart .btn {
  width: 80%;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #000;
  color: #fff;
}

.minicart .empty {
  text-align: center;
}


/* newslist
--------------------------------- */

.select-group {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 39px;
}

.select-group .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  margin-left: 20px;
  font-size: 14px;
  padding: 14px 2px;
  width: 180px;
  background: #fff;
}

.select-wrap {
  /* width: 100%; */
  position: relative;
  display: inline-block;
}

.select-wrap::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 1.5px #000;
  border-right: solid 1.5px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -9px;
}

.panel-footer .newslist-sns li {
  display: inline-block;
}

.newslist-sns .facebook {
  height: 14px;
  width: 6.5px;
  margin-right: 29px;
}

.newslist-sns a {
  display: block;
}

.newslist-sns .facebook svg {
  height: 100%;
}

.newslist-sns .twitter {
  width: 14px;
}


/******** detail **********/

.main-area.top .detail-block-inner {
  width: 800px;
  margin: 0 auto;
}

.block-story .block-inner .detail-block-inner .box-img {
  margin-bottom: 30px;
}

.detail-block-inner .newstxt {
  white-space: unset;
}


/******** news_detailテキスト **********/

.detail-block-inner .newssubttl {
  font-size: 11px;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
  color: #85b7b2;
  font-weight: bold
}

.detail-block-inner .newsttl {
  font-size: 22px;
  margin-bottom: 11px;
  font-family: inherit;
}

.detail-block-inner .newsdate {
  font-size: 11px;
  letter-spacing: 0.025em;
  margin-bottom: 26px;
  color: #595757;
  font-family: inherit;
}

.detail-block-inner .box-txt .newstxt p {
  font-size: 14px;
}


/******** column_detailテキスト **********/

.detail-block-inner .colttl {
  font-size: 18px;
  padding-bottom: 30px;
  font-weight: bold;
}

.detail-block-inner .col {
  font-size: 14px;
  padding-bottom: 28px;
  white-space: unset;
}


.detail-block-inner .highlight-col {
  padding-bottom: 30px;
  font-weight: bold;
}

.list-group3-item .shop-link {
  border-bottom: solid 1px #000;
}


/* お問い合わせ
--------------------------------- */

.contact-form {
  float: left;
  width: 45%;
  background-color: #fff;
}

.contact-form .btn {
  padding: 1.3em 0;
}

.contact-info {
  float: right;
  width: 50%;
  color: #fff;
  font-size: 12px;
}

.contact-info dl dt {
  width: 50px;
  padding: .2em;
  float: left;
  clear: left;
}

.contact-info dl dd {
  padding: .2em;
  margin-left: 60px;
  word-wrap: break-word;
}

.contact-info dl dd a {
  color: #fff;
}


/*  03.Header
======================================================= */

header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
  
header .promotion_banner img {
  /*padding: calc(34 * (100vw / 1125)) calc(40 * (100vw / 1125));*/
}

header .area_head {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: calc(3 * (100vw / 1125)) solid #ccc;
  padding: calc(40 * (100vw / 1125)) 0;
  background: #fff;
}

header .area_head img {
  width: calc(332 * (100vw / 1125));
}

header .mypage-icon {
  font-size: calc(8 * (100vw / 390));
  top: 10px;
  position: absolute;
  right: calc(20 * (100vw / 390));
}
header .mypage-icon a {
  display: flex;
  width: calc(30 * (100vw / 390));
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  flex-wrap: wrap;
}
header .mypage-icon img {
  width: 100%;
  margin-bottom: calc(2 * (100vw / 390));
}


@media screen and (min-width:768px) {
  header .area_head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    background: #ffffff;
  }
  header .area_head img {
    width: 168px;
  }

  header .mypage-icon {
    display: block;
    font-size: 10px;
    top: 10px;
    position: fixed;
    right: 20px;
  }
  header .mypage-icon a {
    display: flex;
    width: 50px;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    flex-wrap: wrap;
  }
  header .mypage-icon img {
    width: 100%;
    margin-bottom: 6px;
  }

  .ggm_lower {
    margin-top: 0;
  }
}



/*  04.Contents
======================================================= */



/*  05.Footer
======================================================= */

#Foot footer {
  margin-top: calc(120 * (100vw / 1125));
}

footer .download dl {
  margin: 0 0 calc(50 * (100vw / 1125));
}

footer .download dl dt {
  font-size: calc(39 * (100vw / 1125));
  text-align: center;
  margin-bottom: calc(12 * (100vw / 1125));
  /*font-weight: bold;*/
}

footer .download dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(100 * (100vw / 1125));
}

footer .download dl dd img {
  width: auto;
  height: calc(150 * (100vw / 1125));
}

footer .page_list {
  font-size: calc(39 * (100vw / 1125));
  border-bottom: calc(3 * (100vw / 1125)) solid #000;
}

footer .page_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: calc(3 * (100vw / 1125)) solid #000;
}

footer .page_list li:after {
  content: '';
  width: calc(30 * (100vw / 1125));
  height: calc(30 * (100vw / 1125));
  border: 0px;
  border-top: solid calc(3 * (100vw / 1125)) #333;
  border-right: solid calc(3 * (100vw / 1125)) #333;
  position: absolute;
  top: 50%;
  right: calc(60 * (100vw / 1125));
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

footer .page_list li a {
  display: block;
  width: 100%;
  padding: calc(45 * (100vw / 1125)) 0 calc(45 * (100vw / 1125)) calc(60 * (100vw / 1125));
  color: inherit !important;
}

footer .copyright {
  font-size: calc(30 * (100vw / 1125));
  text-align: center;
  line-height: 1;
  padding: calc(40 * (100vw / 1125)) 0;
}

.panel-footer .pagination {
  position: relative;
  margin: 0 auto;
  text-align: center;
  clear: both;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

.panel-footer .prev {
  margin-right: 30px;
}

.panel-footer .next {
  margin-left: 30px;
}

.panel-footer .prev,
.panel-footer .next {
  position: relative;
  display: inline-block;
}

.panel-footer .newslist-sns .prev,
.panel-footer .newslist-sns .next {
  top: 0;
}

.panel-footer .prev a,
.panel-footer .next a {
  display: inline-block;
  position: relative;
}

.panel-footer .prev a:hover,
.panel-footer .next a:hover {
  opacity: .5;
}

.panel-footer .prev .arrow,
.panel-footer .next .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 11.5px;
  height: 11px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: none;
}

.panel-footer .prev .arrow::before,
.panel-footer .prev .arrow::after,
.panel-footer .next .arrow::before,
.panel-footer .next .arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  right: -2px;
  background: #808080;
}

.panel-footer .prev .arrow::before,
.panel-footer .next .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
}

.panel-footer .prev .arrow::after,
.panel-footer .next .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -1px;
}

.panel-footer .prev .txt,
.panel-footer .next .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #808080;
  font-family: "Poppins", sans-serif;
  display: none;
}

.panel-footer .prev .arrow {
  margin-right: 11.5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-footer .next .arrow {
  margin-left: 11.5px;
}

.panel-footer .next a::before {
  background: url(../../Contents/ImagesPkg/common/ggm/next.svg) no-repeat;
  width: 8px;
  left: -8px;
  content: "";
  display: block;
  position: absolute;
  height: 34px;
}

.panel-footer .next a::after {
  content: 'NEXT';
  font-size: 14px;
  margin-left: 42px;
}

.panel-footer .prev a::before {
  background: url(../../Contents/ImagesPkg/common/ggm/back.svg) no-repeat;
  width: 8px;
  right: -8px;
  content: "";
  display: block;
  position: absolute;
  height: 34px;
}

.panel-footer .prev a::after {
  content: 'BACK';
  font-size: 14px;
  margin-right: 42px;
}

.pagination .disabled {
  visibility: hidden;
}

.panel-footer {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-width: 500px;
}

.panel-footer:last-child {
  display: none;
}

.panel-footer .page {
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin: 0 12px;
}

.panel-footer .page a {
  display: inline-block;
  line-height: 30px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-footer .page a:hover {
  opacity: .5;
}

.panel-footer .page.active {
  border: 1px solid;
  width: 30px;
  height: 30px;
}


/*  06.Lower Page Common
======================================================= */

.ggm_lower {
  /*margin-top: calc(20 * (100vw / 1125));*/
}

/* タイトル
--------------------------------- */
.page_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.333333325vw;
  width: 100%;
  height: calc(84 * (100vw / 750));
  color: #fff;
  background-color: #333;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-align: center;
}

.page_ttl::after {
  display: none !important;
}


/* ボタン
--------------------------------- */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 40px;
  font-size: 2.9333333333vw;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #484848;
  font-weight: bold;
}

.ggm_lower .breadcrumb {
  font-size: calc(33 * (100vw / 1125));
  margin: calc(30 * (100vw / 1125)) auto calc(80 * (100vw / 1125));
  padding: 0 calc(30 * (100vw / 1125));
  letter-spacing: 0.055rem;
}

.ggm_lower .wrap_Contents h2:not(.page_ttl),
#Contents .ggm_lower h2:not(.page_ttl) {
  margin-bottom: calc(87 * (100vw / 1125));
  padding: 0;
  border: none;
  font-size: calc(54 * (100vw / 1125));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 1.6;
}

.ggm_lower .wrap_Contents h2::after,
#Contents .ggm_lower h2::after {
  display: block;
  width: calc(240 * (100vw / 1125));
  height: calc(6 * (100vw / 1125));
  background: #000;
  margin: calc(30 * (100vw / 1125)) auto 0;
  content: "";
}

.ggm_lower .user-unit .msg,
.ggm_lower .user-unit .msg p {
  font-size: calc(36 *(100vw / 1125));
}

/* ---- 完了画面共通 ---- */

.ggm_lower .complete .user-unit .msg,
.ggm_lower .complete .user-unit .msg p {
  text-align: center;
}



/*  07.お知らせカレンダー関連
======================================================= */

#appnews {
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

#appnews img {
  width: 100%;
}

#appnews h2 {
  font-size: 3.733333324vw;
  font-weight: bold;
  padding-bottom: 2.66666666vw;
  border-bottom: 1px solid #e3e3e3;
  /*margin-bottom: 4.666666655vw;*/
}

#appnews h3 {
  font-size: 3.733333324vw;
  font-weight: bold;
  margin-bottom: 5.33333332vw;
  text-align: center;
  /*background: #f2f2f2;*/
  padding: 5.33333332vw 0 2.133333328vw 0;
}

#appnews .img {
  margin-bottom: 4.666666655vw;
}

#appnews .txt {
  line-height: 1.6;
}

#appnews a.block {
  display: block;
  color: #162af4;
  text-decoration: underline;
}

#appnews ul.applitem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#appnews ul.applitem_list + h3 {
  margin-top: 10.66666664vw;
  border-top: 1px solid #e3e3e3;
}

#appnews ul.applitem_list li {
  width: 47%;
  list-style: none;
}

#appnews ul.applitem_list a {
  color: #000;
  text-decoration: none;
}

#appnews ul.applitem_list li:nth-child(n+3) {
  margin-top: 7.99999998vw;
}

#appnews ul.applitem_list li .applitem_list-img {
  margin-bottom: 2.66666666vw;
}

#appnews ul.applitem_list li .applitem_list-name {
  margin-bottom: 1.33333333vw;
}


/*  08.よくある質問
======================================================= */

/*btn*/
.ggm_guide .btn_faq {
  display: block;
  position: relative;
  width: calc(1025 * (100vw / 1125));
  height: calc(130 * (100vw / 1125));
  margin: calc(33 * (100vw / 1125)) auto 0;
  padding-left: calc(6 * (100vw / 1125));
  border-bottom: calc(3 * (100vw / 1125)) solid #333;
  text-align: left;
  color: #333;
  font-size: calc(42 * (100vw / 1125));
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: calc(130 * (100vw / 1125));
}

.ggm_guide .btn_faq:after {
  content: '';
  position: absolute;
  top: 44%;
  /*left: 50%;*/
  right: calc(50 * (100vw / 1125));
  -ms-transform: translate(0%, -50%) rotate(135deg);
  -webkit-transform: translate(0%, -50%) rotate(135deg);
  transform: translate(0%, -50%) rotate(135deg);
  width: calc(30 * (100vw / 1125));
  height: calc(30 * (100vw / 1125));
  border: 0px;
  border-top: solid calc(9 * (100vw / 1125)) #333;
  border-right: solid calc(9 * (100vw / 1125)) #333;
}

/* ページ固有 */
.ggm_guide .wrap_Contents .area_Q_contents {
  /*margin-bottom: calc(136 * (100vw / 1125));*/
}

.ggm_guide .wrap_Contents .area_QA {
  width: calc(1025 * (100vw / 1125));
  margin: 0 auto;
  padding-top: calc(136 * (100vw / 1125));
}

.ggm_guide .wrap_Contents .area_QA:last-of-type {
  margin: 0 auto;
}

.ggm_guide .wrap_Contents .area_QA + .area_QA {
  padding-top: calc(140 * (100vw / 1125));
}

.ggm_guide .wrap_Contents .area_QA .detail_QA {
  margin-bottom:calc(90 * (100vw / 1125));
  padding-bottom:calc(84 * (100vw / 1125));
  border-bottom:calc(3 * (100vw / 1125)) solid #ccc;
}

.ggm_guide .wrap_Contents .area_QA .detail_QA:last-of-type {
  margin-bottom:0;
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Question {
  margin-bottom: calc(20 * (100vw / 1125));
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Question,
.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Answer {
  display: flex;
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Question .text_Q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(75 * (100vw / 1125));
  height: calc(75 * (100vw / 1125));
  margin-right: calc(30 * (100vw / 1125));
  background: #539b34;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  font-size: calc(56.71 * (100vw / 1125));
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Question .text_Q + p {
  margin-top: calc(6 * (100vw / 1125));
  color: #539b34;
  font-size: calc(42 * (100vw / 1125));
  font-weight: bold;
  letter-spacing: 0.14rem;
  line-height: 1.7;
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Answer .text_A {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: calc(75 * (100vw / 1125));
  height: calc(75 * (100vw / 1125));
  margin-right: calc(30 * (100vw / 1125));
  color: #539b34;
  font-size: calc(56.71 * (100vw / 1125));
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Answer .text_A + p {
  padding-top: calc(6 * (100vw / 1125));
  font-size: calc(36 * (100vw / 1125));
  letter-spacing: 0.02rem;
}

.ggm_guide .apri{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(100 * (100vw / 1125));
}

.ggm_guide .wrap_Contents .area_QA .detail_QA .area_Answer .text_A + p {
  word-break: break-word;
}

.ggm_guide .under_line{
  border-bottom:1px solid #000
}

.ggm_guide .text_ori {
  padding-top: calc(6 * (100vw / 1125));
  font-size: calc(36 * (100vw / 1125));
  letter-spacing: 0.02rem;
}

/*  09.新規会員登録方法について
======================================================= */

/*btn*/
.ggm_howto .btn_htr_m {
  display: block;
  position: relative;
  width: calc(945 * (100vw / 1125));
  height: calc(150 * (100vw / 1125));
  margin: calc(50 * (100vw / 1125)) auto 0;
  background-color: #539b34;
  border-radius:calc(30 * (100vw / 1125));
  border: calc(3 * (100vw / 1125)) solid #539b34;
  line-height: calc(150 * (100vw / 1125));
  color: #fff;
  font-size: calc(45 * (100vw / 1125));
  font-weight: bold;
  text-align: center;
}

.ggm_howto .btn_htr_m:after {
  content: '';
  width: calc(30 * (100vw / 1125));
  height: calc(30 * (100vw / 1125));
  border: 0px;
  border-top: solid calc(9 * (100vw / 1125)) #fff;
  border-right: solid calc(9 * (100vw / 1125)) #fff;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  right: calc(50 * (100vw / 1125));
  -ms-transform: translate(0%, -50%) rotate(135deg);
  -webkit-transform: translate(0%, -50%) rotate(135deg);
  transform: translate(0%, -50%) rotate(135deg);
}

.ggm_howto .btn_htr_n {
  display: block;
  position: relative;
  width: calc(945 * (100vw / 1125));
  height: calc(150 * (100vw / 1125));
  margin: calc(30 * (100vw / 1125)) auto ;
  background-color: #fff;
  border: calc(3 * (100vw / 1125)) solid #333;
  border-radius:calc(30 * (100vw / 1125));
  color: #333;
  font-size: calc(45 * (100vw / 1125));
  font-weight: bold;
  text-align: center;
  line-height: calc(150 * (100vw / 1125));
}

.ggm_howto .btn_htr_n:after {
  content: '';
  width: calc(30 * (100vw / 1125));
  height: calc(30 * (100vw / 1125));
  border: 0px;
  border-top: solid calc(9 * (100vw / 1125)) #333;
  border-right: solid calc(9 * (100vw / 1125)) #333;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  right: calc(50 * (100vw / 1125));
  -ms-transform: translate(0%, -50%) rotate(135deg);
  -webkit-transform: translate(0%, -50%) rotate(135deg);
  transform: translate(0%, -50%) rotate(135deg);
}

/* ページ固有 */
.ggm_howto .wrap_Contents .step01 {
  margin-bottom: calc(150 * (100vw / 1125));
  padding: calc(100 * (100vw / 1125)) 0 calc(144 * (100vw / 1125));
  background-image: url(/SmartPhone/Page/GGM/img/HowToRegister/bk_Knitting.jpg);
  background-size: 100%;
}

.ggm_howto .wrap_Contents .icon_step {
  width: calc(284 * (100vw / 1125)) ;
  margin:0 0 calc(58 * (100vw / 1125))  calc(377 * (100vw / 1125)) ;
}

.ggm_howto .wrap_Contents .icon_step + p {
  margin-bottom: calc(44 * (100vw / 1125));
  font-size: calc(43.22 * (100vw / 1125));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.11rem;
  line-height: 1.8;
}

.ggm_howto .wrap_Contents .icon_step + p span {
  display: block;
  margin-top: calc(15 * (100vw / 1125));
  font-size: calc(30 * (100vw / 1125));
  font-weight: bold;
}

.ggm_howto .wrap_Contents .download_inner p{
  font-size: calc(39 * (100vw / 1125));
  text-align: center;
  margin-bottom: calc(12 * (100vw / 1125));
}

.ggm_howto .wrap_Contents .download_inner ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(100 * (100vw / 1125));
  margin: 0 0 calc(50 * (100vw / 1125));
}

.ggm_howto .wrap_Contents .download_inner ul li img{
  width: auto;
  height: calc(150 * (100vw / 1125));
}

.ggm_howto .wrap_Contents .download_inner .area_hwu {
  font-size: calc(30 * (100vw / 1125));
  border: calc(3 * (100vw / 1125)) solid #ccc;
  border-radius: calc(30 * (100vw / 1125));
  width: calc(1025 * (100vw / 1125));
  margin: 0 auto;
  padding: calc(60 * (100vw / 1125));
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ggm_howto .wrap_Contents .download_inner .area_hwu p{
  width: calc(517 * (100vw / 1125));
  font-size: calc(30 * (100vw / 1125));
  text-align: left;
}

.ggm_howto .wrap_Contents .download_inner .area_hwu img{
  width: calc(344 * (100vw / 1125));
}

/*download*/
.ggm_howto  .wrap_Contents.howtoRegister .download dl {
  margin: 0 0 calc(50 * (100vw / 1125));
}

.ggm_howto .wrap_Contents.howtoRegister .download dl dt {
  margin-bottom: calc(12 * (100vw / 1125));
  font-size: calc(39 * (100vw / 1125));
  text-align: center;
}

.ggm_howto .wrap_Contents.howtoRegister .download dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(100 * (100vw / 1125));
}

.ggm_howto .wrap_Contents.howtoRegister .download dl dd img {
  width: auto;
  height: calc(150 * (100vw / 1125));
  /*opacity: 0.3;*/
}

.ggm_howto .wrap_Contents.howtoRegister .download .ations {
  width: calc(1025 * (100vw / 1125));
  margin: 0 auto;
  padding: calc(60 * (100vw / 1125));
  background: #fff;
  border: calc(3 * (100vw / 1125)) solid #ccc;
  border-radius: calc(30 * (100vw / 1125));
  font-size: calc(30 * (100vw / 1125));
}

.ggm_howto .wrap_Contents.howtoRegister .download .ations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ggm_howto .wrap_Contents.howtoRegister .download .ations ul li:first-child{
  width: calc(517 * (100vw / 1125));
  font-size: calc(30 * (100vw / 1125));
}

.ggm_howto .wrap_Contents.howtoRegister .download .ations ul li:first-child p + p{
  margin-top: calc(21 * (100vw / 1125));
}

.ggm_howto .wrap_Contents.howtoRegister .download .ations ul li:first-child span{
  font-weight: bold;
  color: #539b34;
}

.ggm_howto .wrap_Contents.howtoRegister .download .ations ul li:not(:first-child){
  width: calc(344 * (100vw / 1125));
}

/* .btnArea_anchor */
.ggm_howto .wrap_Contents .btnArea_anchor {
  margin-bottom: calc(140 * (100vw / 1125));
}

.ggm_howto .wrap_Contents .btnArea_anchor p {
  font-size: calc(45 * (100vw / 1125));
  text-align: center;
  letter-spacing: 0.065rem;
}

.ggm_howto .wrap_Contents .btnArea_anchor p span {
  font-size: calc(51 * (100vw / 1125));
  font-weight: bold;
}

.ggm_howto .wrap_Contents .btnArea_anchor .btn_htr_n + p {
  margin-top: calc(50 * (100vw / 1125));
  font-size: calc(30 * (100vw / 1125));
  text-align: center;
}

.ggm_howto .wrap_Contents .detail_htr{
  background: #f4f6e1;
}

.ggm_howto .wrap_Contents .detail_htr .inner_step {
  padding-bottom:calc(150 * (100vw / 1125)) ;
}

.ggm_howto .wrap_Contents .detail_htr h3 {
  padding: calc(46 * (100vw / 1125)) 0 calc(40 * (100vw / 1125));
  background: #000;
  color: #fff;
  font-size:calc(54 * (100vw / 1125));
  text-align: center;
  letter-spacing: 0.15rem;
}

.ggm_howto .wrap_Contents .detail_htr .inner_step {
  padding-top:calc(100 * (100vw / 1125)) ;
}

.ggm_howto .wrap_Contents .detail_htr .inner_step .step_part._03,
.ggm_howto .wrap_Contents .detail_htr .inner_step .step_part._04 {
  margin-top: calc(180 * (100vw / 1125));
}

.ggm_howto .wrap_Contents .detail_htr .inner_step .img_stepex{
  display: block;
  width:calc(800 * (100vw / 1125));
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(1px 1px 4px #aaaaaa);
}

/*  10.会員ランクについて
======================================================= */

.ggm_rank .wrap_Contents.AboutMemberRank {
  margin: 0 auto;
  padding: 0 calc(50 * (100vw / 1125)) 0;
}

.ggm_rank .wrap_Contents.AboutMemberRank .detail_Rank {
  margin: 0 auto;
  padding: 0 0 calc(78 * (100vw / 1125));
  border-bottom: calc(3 * (100vw / 1125)) solid #ccc;
}

.ggm_rank .wrap_Contents.AboutMemberRank .detail_Rank img {
  width: calc(1025 * (100vw / 1125));
  margin: 0 auto;
}

.ggm_rank .wrap_Contents.AboutMemberRank .detail_Rank img:first-of-type {
  /*margin: 0 auto calc(60 * (100vw / 1125)) ;*/
}

.ggm_rank .wrap_Contents.AboutMemberRank .detail_Rank ul {
  margin: calc(43 * (100vw / 1125)) auto 0;
}

.ggm_rank .wrap_Contents.AboutMemberRank .detail_Rank ul + img {
  margin: calc(60 * (100vw / 1125)) auto 0;
}

.ggm_rank .wrap_Contents.AboutMemberRank .detail_Rank ul li {
  padding-left: 1em;
  font-size: calc(30 * (100vw / 1125));
  line-height: 1.7;
  text-indent: -1em;
}


/*  11.エラーページ
======================================================= */
.wrap-error {
  width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.wrap-error .inner_error {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5rem 0;
}

.wrap-error .inner_error h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.wrap-error .inner_error .area_btn　{
  margin-top: calc(40 * (100vw / 750));
}

.wrap-error .inner_error .area_btn .button-next .btn.btnError　{
  height: calc(90 * (100vw / 750));
  background: #333;
  border-radius: calc(10 * (100vw / 750));
  color: #fff;
  font-size: calc(30* (100vw / 750));
  font-weight: normal;
}

.wrap-error .inner_error .msg-alert　{
  margin-bottom: calc(20 * (100vw / 750));
  padding: 1.8em 0 0;
  color: red;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width:520px) {
  .wrap-error .inner_error .msg-alert {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .wrap-error .inner_error .area_btn {
    margin-top: 20px;
  }

  .wrap-error .inner_error .area_btn .button-next .btn.btnError {
    -moz-border-radius: calc(10 * (100vw / 750));
    -webkit-border-radius: calc(10 * (100vw / 750));
  }

  .wrap-error .inner_error .area_btn .button-next .btn.btnError {
    width: 270px;
    height: 60px;
    border-radius: 5px;
    font-size: 14px;
  }
}



/*==============================================
PC
==============================================*/
@media screen and (min-width: 768px) {

  /*  01.PC / Base
  ======================================================= */

  /* ボタン
  --------------------------------- */
  .btn {
    width: 300px;
    height: 60px;
    font-size: 17px;
    border-radius: 8px;
  }

  .btn_close {
    width:calc(400 * (100vw / 750));
    height:calc(80 * (100vw / 750));
    border: calc(2 * (100vw / 750)) solid #333;
    margin: calc(20 * (100vw / 750)) auto 0;
    font-size:calc(22* (100vw / 750));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(60 * (100vw / 750));
  }

}
