@charset "UTF-8";

/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/

.fixedWrap {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}


/* フォント定設
-----------------------------------------------------------------*/

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: 'Palatino-Roman';
  font-weight: normal;
  src: url("/assets/fonts/Palatino-Roman.woff") format("woff");
   }

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');


/* 共通スタイル定設
-----------------------------------------------------------------*/

.fixedWrap {
  font-size: 14px;
  line-height: 1;
}

.fixedWrap a {
  text-decoration: none;
  color: inherit;
}

.fixedWrap a:hover {
  opacity: 0.8;
}

button, input[type="button"] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.defs {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}


/*font*/
a.c-button, 
span.c-button, 
.c-Section_title_inner, 
.c-Section_subTitle_inner, 
.mainvisual_title, 
.nav_text, 
.product_subTitle, 
.style_list_node-panelText, 
h1.main_lead_tit, 
a.c-button, 
span.c-button, 
.style_creditList_link .name,
 .style_creditList_link .price, 
 div.footer_btnArea a.footer_Anchorlink, 
.style_creditList_node
{
  font-family: MyYuGothicM, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lead_head, .lead_head, .fixedWrap *, .c-Section_subTitle_inner, .product_subTitle, .style_creditList_link .name span.Jp_crearea {
  font-family: MyYuGothicM, sans-serif;
  font-weight: 300;
  font-style: normal;
}


a.c-button, span.c-button {
  display: block;
  width: 95%;
  margin: 0 auto;
  line-height: 38px;
  letter-spacing: .3em;
  text-align: center;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  transition: color .3s ease, background-color .3s ease;
}

@media only screen and (min-width: 768px) {
  a.c-button, span.c-button {
    height: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  a.c-button, span.c-button {
    text-align: center;
    height: 37px;
    margin-top: 15px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  a.c-button:hover, span.c-button:hover {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    opacity: 1;
  }
}

.c-Section {
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .c-Section {
    padding: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-Section_title {
    max-width: 1280px;
    padding: 0 80px;
    margin: auto;
  }
}

.c-Section_title_inner {
  width: 100%;
  letter-spacing: .4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (min-width: 768px) {
  .c-Section_title_inner {
    padding: 35px 0;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-Section_title_inner {
    padding: 22px 0;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .c-Section_subTitle {
    max-width: 1280px;
    padding: 0 80px;
    margin: auto;
  }
}

.c-Section_subTitle_inner {
  position: relative;
  width: 100%;
  letter-spacing: .4em;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .c-Section_subTitle_inner {
    padding: 70px 0 17px;
    font-size: 13px;
    color: #4D4D4D;
  }
}

@media only screen and (max-width: 767px) {
  .c-Section_subTitle_inner {
    padding: 45px 0 15px;
    font-size: 14px;
  }
}

.c-Section_lead {
  font-size: 13px;
  letter-spacing: .1em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-Section_lead {
    margin-top: 80px;
    line-height: 2.07;
  }
}

@media only screen and (max-width: 767px) {
  .c-Section_lead {
    margin-top: 45px;
    line-height: 2;
  }
}

.c-caption {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 2.08;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .variation_detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 135px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.91;
  }
}

@media only screen and (max-width: 767px) {
  .variation_detail {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .variation_detail_info {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
}

.variation_detail_info .name {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.67;
}

@media only screen and (max-width: 767px) {
  .variation_detail_info .name {
    font-weight: bold;
    margin-top: 3%;
  }
}

.variation_detail_info .color {
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.67;
}

@media only screen and (min-width: 768px) {
  .variation_detail_info .color {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .variation_detail_info .color {
    margin-bottom: 5px;
  }
}

.variation_detail_info .price {
  margin-top: 2px;
  margin-bottom: 10px;
  letter-spacing: .1em;
  font-size: 10px;
}

.variation_detail_info .notice {
  font-size: 10px;
  line-height: 40px;
}

html.scrollLock, body.scrollLock {
  overflow: hidden;
}

#wrapper {
  overflow-x: hidden;
}

html {
  overflow-y: visible;
}

header {
  position: fixed;
  width: 100%;
}

#wrapper {
  padding-top: 0 !important;
}

#page-header {
  border-bottom: 1px solid #eaeaea;
}

.fixedWrap * {
  color: #333;
}

.lp-main img {
  max-width: 1180px;
  margin: 0 auto;
  display: block;
}

.style_list_node img {
  width: 100%;
}

@media screen and (min-width:768px) and ( max-width:1200px) {
  .lp-main img {
    margin: 0 auto;
    display: block;
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .lp-main img {
    width: 100%;
    margin: 10% auto 0;
    display: block;
  }
}

.ht {
  display: none;
}

.mainvisual {
  margin-top: 0;
  width: 100%;
  height: auto !important;
  margin-bottom: 3%;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 0;
    height: auto !important;
    margin-bottom: 2%;
  }
}

.mainvisual_inner {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mainvisual_inner {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual_inner {
    width: 100%;
    height: auto !important;
  }
}

.mainvisual_title {
  position: absolute;
}

.mainvisual_title img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual_title {
    /*top: 64vw;
      font-size: 16px;
      letter-spacing: .33em;*/
    font-size: 16px;
    letter-spacing: .33em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .mainvisual_image01 {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual_image01 {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.mainvisual_scroll {
  position: absolute;
  bottom: -50px;
  left: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mainvisual_scroll {
    height: 101px;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual_scroll {
    height: 100px;
  }
}

.mainvisual_scroll .bar {
  display: block;
  width: 1px;
  height: 101px;
  background-color: #4D4D4D;
  animation: scrollAnime 2.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@media only screen and (min-width: 768px) {
  .lead {
    margin: 10% auto 8%;
  }
}

@media only screen and (max-width: 767px) {
  .lead {
    padding: 0 10px;
  }
}

.lead_head {
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  h1.main_lead_tit {
    font-size: 34px;
    color: #333;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.20em;
    padding: 10% 0 7%;
  }
  .lead_head {
    line-height: 2;
    color: #000;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  h1.main_lead_tit {
    font-size: 22px;
    color: #333;
    line-height: 2.1;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.2em;
    padding: 15% 0 7%;
  }
  .lead_head {
    padding: 0;
    line-height: 2;
    color: #333;
    font-size: 12px;
    padding-bottom: 10%;
    letter-spacing: 0.1em;
  }
}

.lead_text {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .lead_text {
    margin-top: 45px;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2.07;
  }
}

@media only screen and (max-width: 374px) {
  .lead_text br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lead_text {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.67;
  }
}

#_navArea {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

#_navArea ul li{
  float: left;
  width: 50%;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
#_navArea {
    width: 100%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
#_navArea {
    width: 100%;
    margin-bottom: 15%;
}
}

.section_ttl {
    max-width: 581px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.section_ttl {
    width: 250px;
}
}

@media only screen and (min-width: 768px) {
  .product_contentBlock {
    max-width: 1280px;
    padding: 0;
    margin: 20% auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .product_contentBlock+.product_contentBlock {
    max-width: 740px;
    padding: 0 80px;
    margin: 155px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .product_contentBlock+.product_contentBlock {
    margin-top: 55px;
  }
}

.product_subTitle {
  font-weight: normal;
  text-align: center;
  letter-spacing: .3em;
}

@media only screen and (min-width: 768px) {
  .product_subTitle {
    padding-top: 35px;
    font-size: 13px;
    padding-bottom: 17px;
    color: #4D4D4D;
  }
}

@media only screen and (max-width: 767px) {
  .product_subTitle {
    padding-top: 35px;
    font-size: 14px;
  }
}

.detail_text {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.92;
}

@media only screen and (min-width: 768px) {
  .detail_text {
    margin: 30px 0 78px;
  }
}

@media only screen and (max-width: 767px) {
  .detail_text {
    margin: 20px 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .detail_col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .detail_col {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .detail_col_node+.detail_col_node {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .detail_col_node:nth-of-type(1) {
    width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .detail_col_node:nth-of-type(2) {
    width: 440px;
    margin-left: 60px;
  }
}

.detail_col_node .c-caption {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .detail_img02 {
    width: 61.36364%;
  }
}

@media only screen and (max-width: 767px) {
  .detail_img02 {
    width: 100%;
  }
}

.variation_lead {
  text-align: center;
  letter-spacing: .1em;
}

@media only screen and (min-width: 768px) {
  .variation_lead {
    margin-top: 35px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .variation_lead {
    margin-top: 25px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .variation_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .variation_list {
    width: 90%;
    margin: 4% auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .variation_listNode {
    display: inline-block;
    width: 31.7%;
    padding-left: 1.8%;
  }

  .col4 .variation_listNode {
    width: 23.5%;
  }

  .variation_listNode:first-child {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .variation_listNode {
    display: -ms-flexbox;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .variation_listNode+.variation_listNode {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 374px) {
  .variation_listNode {
    align-items: center;
  }
}

.variation_style {
  padding: 0!important;
}

@media only screen and (max-width: 767px) {
  .variation_img {
    width: 100%;
    padding: 0 0 25px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 374px) {
  .variation_img {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 768px) {
  .style {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .style {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .style .c-caption {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .style .c-caption {
    margin-top: 40px;
  }
}

.style_list {
  text-align: center;
}

ul.style_list img {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .style_list {
    max-width: 1180px;
    padding: 0 80px;
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .style_list {
    margin: 25px auto 15px;
  }
}

@media only screen and (min-width: 768px) {
  .style_list:nth-of-type(2) {
    margin: 2% auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .style_list:nth-of-type(2) {
    margin: 35px auto 0;
  }
}

.style_list_node {
  position: relative;
  overflow: hidden;
}

.StyleItemArea .style_list_node {
  width: calc(25% - 40px/4);
}

@media only screen and (min-width: 768px) {
  .style_list_node {
    width: calc(33.3% - 40px/3);
  }
  .style_list_node:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .style_list_node:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .StyleItemArea .style_list_node:nth-of-type(4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .style_list_node {
    width: calc(50% - 10px/2);
  }
  .style_list_node:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .StyleItemArea .style_list_node {
    width: 49%;
    width: calc(50% - 10px/2);
  }
}

.style_list_node-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.style_list_node-panelText {
  font-size: 11px;
  letter-spacing: .4em;
  line-height: 2.18;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 374px) {
  .style_list_node-panelText {
    letter-spacing: .3em;
  }
}

@media only screen and (min-width: 768px) {
  .style_list:nth-of-type(2) .style_list_node:nth-of-type(n+5) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .style_list:nth-of-type(2) .style_list_node:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.style_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .style_modal {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 768px) {
  .style_modal_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 100%;
  }
}

.style_modal_content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .style_modal_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.style_img {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .style_img {
    cursor: pointer;
  }
}

.style_img:hover {
  opacity: 0.8;
}

.style_img_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .3s ease;
}

.style_img_cover .c-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60.61%;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  pointer-events: none;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.style_img:hover .style_img_cover {
  opacity: 1;
}

.style_img_plus {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 767px) {
  .style_img_plus {
    bottom: 10px;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .style_img_plus {
    bottom: 20px;
    right: 20px;
  }
}

.style_img_plus .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  /*background-color: #8a8787;*/
  background-color: #fff;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.style_img_plus .bar:nth-of-type(2) {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .style_img:hover .style_img_plus .bar:nth-of-type(1) {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .style_img:hover .style_img_plus .bar:nth-of-type(2) {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

@media only screen and (min-width: 768px) {
  .style_modal_img {
    max-width: 480px;
  }
}

.style_creditList {
  width: inherit;
}

@media only screen and (max-width: 767px) {
  .style_creditList {
    margin-top: 35px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .style_creditList {
    width: 280px;
    margin: 0 105px 0 95px;
  }
}

.style_creditList_node {
  border-bottom: 1px solid #000;
  text-align: left;
}

.style_creditList_node.LastItem {
  border: none;
}

.style_creditList_node+.style_creditList_node {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .style_creditList_node {
    padding-bottom: 22px;
  }
  .style_creditList_node+.style_creditList_node {
    margin-top: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .style_creditList_node {
    padding-bottom: 8px;
  }
}

.style_creditList_link {
  display: block;
  position: relative;
}

.style_creditList_link .name, .style_creditList_link .price {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2;
}

.style_creditList_link .name {
  margin: 1% auto;
}

.style_creditList_link .name ._buybtn {
  font-size: 15px;
  color: #ff9b05;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .style_creditList_link .name span.Jp_crearea {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .style_creditList_link .name span.Jp_crearea {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .style_creditList_link .price {
    margin-top: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .style_creditList_link .price {
    font-size: 10px;
  }
}

.style_creditList_link.notInStock {
  pointer-events: none;
}

.style_creditList_link.notInStock::after {
  content: none;
}

.style_modal_close {
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .style_modal_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .style_modal_close {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
  }
}

.style_modal_close .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  .style_modal_close .bar {
    width: 45px;
  }
}

.style_modal_close .bar:nth-of-type(1) {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.style_modal_close .bar:nth-of-type(2) {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gvPageTop {
  display: block;
  position: relative;
  height: 55px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .gvPageTop {
    width: 55px;
    margin: 50px auto 100px;
  }
}

@media only screen and (max-width: 767px) {
  .gvPageTop {
    width: 78px;
    margin: 40px auto 50px;
  }
.style_modal_close .bar {
  background-color: #000;
}

span.bar.g {
    background-color: #8A8787;
}


}

.gvPageTop span {
  position: absolute;
  top: 27px;
  content: "";
  height: 1px;
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  .gvPageTop span {
    width: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .gvPageTop span {
    width: 41px;
  }
}

.gvPageTop span:nth-of-type(1) {
  left: 0;
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.gvPageTop span:nth-of-type(2) {
  right: 0;
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.gvFooter_logo {
  width: 124px;
}

@media only screen and (min-width: 768px) {
  .gvFooter_logo {
    margin: 50px auto 200px;
  }
}

@media only screen and (max-width: 767px) {
  .gvFooter_logo {
    margin: 25px auto 85px;
  }
}

@keyframes scrollAnime {
  0% {
    transform: translateY(-101px);
    height: 0;
  }
  50% {
    transform: translateY(0);
    height: 101px;
  }
  60% {
    transform: translateY(0);
    height: 101px;
  }
  100% {
    transform: translateY(101px);
    height: 0;
  }
}

@keyframes fadeImg {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* footerbtn */

@media only screen and (min-width: 768px) {
  .all_btn a {
    width: 50%;
    padding: 1.5% 0;
    color: #000;
    background-color: #fffcd1;
    font-size: 18px;
    display: block;
    margin: 0 auto 20%;
    text-align: center;
    font-weight: bold;
    letter-spacing: .05em;
}
.all_btn a:last-child {
    margin-bottom: 15%;
}
}

@media only screen and (max-width: 767px) {
  .all_btn a {
    width: 100%;
    padding: 5% 0;
    color: #000;
    background-color: #fffcd1;
    font-size: 15px;
    display: block;
    margin: 50px auto 100px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .05em;
}
.all_btn a:last-child {
    margin-bottom: 80px;
}
}



div#header_headline_content {
    display: none;
}


/* link-btn-area */
.link-btn-area {
  margin: 0 auto 6%;
}

.link-btn-area h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-bottom: 3%;
  text-align: center;
  letter-spacing: 0.1em;
}

.link-btn-area p{
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin-top: 15px;
  letter-spacing: 0.08em;
}

.link-btn-area .archive-area img {
    width: 45%;
    margin: 0 auto;
}

.link-btn-area ul{
  width: 75%;
  margin: 0 auto;
}

.link-btn-area ul li{
  float: left;
  margin-right: 2%;
  width: 48%;
}

.link-btn-area ul li:last-child{
  margin-right: 0;
}

.link-btn-area ul li img {
    max-width: 420px;
}

.coution_t {
    margin: 0 auto 10%;
}
.coution_t p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-family: MyYuGothicM, sans-serif;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .link-btn-area img{
  width: 100%;
  max-width: 100%;
}

  .link-btn-area a {
    font-size: 1.3em;
    line-height: 2.5;
    width: 90%;
    min-width: 280px;
}

  .link-btn-area h3 {
    font-size: 23px;
}

.link-btn-area p {
    font-size: 13px;
    margin-top: 5px;
}

.link-btn-area ul {
    width: 100%;
    margin: 0 auto;
}

.link-btn-area ul li {
    float: none;
    margin-right: 0;
    width: 100%;
}
.link-btn-area .archive-area img {
    width: 100%;
    margin: 0 auto;
}
.coution_t {
    margin: 0 auto 20%;
}
.coution_t p {
    font-size: 12px;
}
}

/*リンク無効化*/
a.style_creditList_link.disabled {
    pointer-events: none;
}

