@charset "utf-8";
@media (min-width: 768px) {}
@media (max-width: 767px) {}

#wrapper {
  background: #fff;
  color: #8e8c8e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
 font-size: 16px;
}

.content {
	border: none;
  padding: 0;
  margin: 0;  
}
.inner {
  padding: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* scrool effect
*************************/
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}


/* header PC
*************************/
@media (min-width: 768px) {
  header {
    padding: 0px 10px 0;
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    color: #8c8e8c;
    z-index: 10;
    position: fixed;
  }
  header a:link, header a:visited {
    color: #8c8e8c;
  }
  header a:hover, header a:active {
    color: #8c8e8c;
  }
  header .inner {
    max-width: 1150px!important;
    height: 70px;
    margin: 0 auto;
  }
  .siteHeading {
	  font-size: 161.5%;
	  float: none;
	  z-index: 1000;
    position: relative;
  }
  .siteHeading.forPc {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px!important;
    height: 70px;
    padding: 0;
  }
  .siteHeading.forPc img {
    display: block;
    width: auto;
    margin: 10px auto 0;
  }
  .siteHeading.forSp {
    display: none;
  }
  .header_main {
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    text-align: center;
    position: relative;
	}
  #header_user {
    margin-top: 10px;
    width: auto;
    height: 40px;
    color: #fff;
    position: relative;
    z-index: 1001;
    float: right;    
}
  #header_user dt {
    float: none;
    clear: none;
    color: #8c8e8c;
    margin-right: 0;
    font-weight: bold;
    font-size: 80%;
    margin-bottom: 0;
    text-align: left;
    width: auto;
    }
  #header_user dt span {
    display: none;
  }
  #header_user dd {
    float: left;
    font-size: 100%;
    width: 100%;
  }
  #header_user p {
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-size: 100%;
  }
  #header_user p a {
    color: #8c8e8c;
    padding: 0;
    width: auto;/*ここでユーザーボックスの幅調節*/
    text-align: center;
    display: block;
    margin: 0 1em 0 0!important;
    font-size: 90%;
    text-decoration: underline;
   }
  #header_user a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}
}


/* header SP
*************************/
@media (max-width: 767px) {
  header {
    background-color: rgba(255,255,255,.8);
    position: fixed;
    width: 100%;
    z-index: 11;
    height: 50px;
    margin: 0;
    padding: 0!important;
  }
  .siteHeading {
    float: left;
    width: auto;
  }
  .siteHeading.forPc {
    display: none;
  }
  .siteHeading.forSp {
    position: static;
    margin: 0 10px;
    height: 50px;
  }
  .siteHeading.forSp img {
    display: block;
    max-width: initial;
    max-height: initial;
    width: auto;
    height: 34px;
    margin: 8px 0;
  }
  .header_main {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: none;
    margin: 0!important;
  }
  #header_user {
    width: 100%; 
    float: none;
    background-color: rgba(255,255,255,.8);
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    display: block;
    }
  #header_user dt {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    float: left;
    width: 28%;
    color: #8c8e8c;
    margin: 0;
    text-align: left;
    }
  #header_user dt span {
    display: inline;
  }
  #header_user dd {
    font-size: 10px;
    float: right;
    width: 72%;
    margin: 0;
    padding: 0;
    height: 20px;
    text-align: right!important;
     }
  #header_user p {
    margin: 0 2px 0 0!important;
    padding: 0;
    line-height: 20px;
    display: inline-block!important;
    float: none!important;
    width: auto;
    color:#8c8e8c;
    font-size: 10px;
    }
  #header_user p:last-child {
    margin: 0!important;
  }
  #header_user p a {
    width: auto;
    padding: 0 2px;
    margin: 0 0 0 auto;
    color: #8c8e8c;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-decoration: underline;
    }
  #header_user p a:hover{
    color: #8c8e8c;
  }
}


/* mainNav PC
*************************/
@media (min-width: 768px) {
  #mainNav {
    z-index: 8;
    background-color: #ffffff;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0;
  }
  #mainNav ul {
    position: relative;
    float: none;
    max-width: 1500px;
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  #mainNav li {
    float: none;
    position: relative;
    margin: 0 1.5em 0 0;
    display: inline-block;
    text-align: center;
  }
  #mainNav li a {
    color: #8c8e8c;
    line-height: 40px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
    margin: 0;
    font-size: 18px;
    padding: 0;
  }
  #mainNav li a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    }
}


/* mainNav SP
*************************/
@media (max-width: 767px) {
  #mainNav {
    position: relative;
    z-index: 10;
  }
  #mainNav ul {
    width: 100%;
    padding: 0;
    background-color: rgba(255,255,255,.8);
    position: fixed;
    top: 80px;/*SPヘッダーの高さ*/
    left: 0;
    margin-left: 0;
  }
  #mainNav ul a {
    padding: 0;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-top: none;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif; 
  }
  .menuOpen #mainNav ul li {
    height: 40px;
  }  
  #mainNav ul a:link, #mainNav ul a:visited {
    color: #8c8e8c;
  }
  #mainNav ul a:hover, #mainNav ul a:active {
    color: #8c8e8c;
  }
}


/* navSwitcher SP
*************************/
@media (max-width: 767px) {
	#navSwitcher {
	  background-color: transparent;
	  position: fixed;
	  z-index: 20000;
	  width: 30px;
	  padding-top: 8px;
	  padding-right: 8px;
	  padding-bottom: 8px;
	  padding-left: 8px;
	  top: 10px;
	  right: 10px;
  }
  #navSwitcher a {
    width: 28px;
    height: 14px;
    border-top: 2px solid #8c8e8c;
    border-bottom: 2px solid #8c8e8c;
    display: block;
    position: relative;
  }
  .menuOpen #navSwitcher a {
    height: 20px;
    border: none;
  }
  #navSwitcher span {
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #8c8e8c;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .menuOpen #navSwitcher .l {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuOpen #navSwitcher .r {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}



/********************** TOP PAGE **********************/
@media (min-width: 768px) {
#head_bace {
  background: rgba(255,255,255,.9);
  background-attachment: fixed;
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 6;
}
}




/* top_content_wrapper
    固定ヘッダーの高さ分のマージンをつけるためのID
*************************/
@media (min-width: 768px) {
 #top_content_wrapper {
   width: 100%;
   margin: 0 auto;
   padding-top: 0;/*ヘッダーの高さ*/
 }
}
@media (max-width: 767px) {
 #top_content_wrapper {
   width: 100%;
   margin: 0 auto;
   padding-top: 80px;/*ヘッダーの高さ*/
 }
}



/* h1 PC
*************************/
@media (min-width: 768px) {
  #top_content_wrapper h1 {
  /*TOPページのh1に対してのみ*/
    width: auto;
    width: initial;
    display: inline-block;
    padding: 3px 0px 3px 0;
    background: #e6e0ec;
    font-size: 16px;
    color: #333;
    line-height: 1em;
    text-align: left;
    position: relative;
  }
}

/* h1 SP
*************************/
@media (max-width: 767px) {
  #top_content_wrapper h1 {
  /*TOPページのh1に対してのみ*/
    width: auto;
    width: initial;
    display: inline-block;
    padding: 3px 0px 3px 0;
    background: #e6e0ec;
    font-size: 14px;
    color: #333;
    line-height: 1em;
    text-align: left;
    position: relative;
  }
}


/* Main img PC
*************************/
@media (min-width: 768px) {
.top_mainimg { 
  max-width: 1150px;
  width:100%; 
  margin: 0 auto; 
  position: relative;
  }
.top_mainimg img { 
  width:90%; 
  height: auto;
  display: block;
  margin: 0 auto;
  }  
}

/* Main img  SP
*************************/
@media (max-width: 767px) {
.top_mainimg {  
  max-width: 100%;
  width: 100%;
  margin: 0 auto; 
  position: relative;
  }
  .top_mainimg img { 
  width:100%; 
  height: auto;
  display: block;
  } 
}


/* Bannar PC
*************************/
@media (min-width: 768px) {
.top_banner ul { 
	max-width: 900px;
  width: 90%;
	margin: 20px auto 0;
  text-align: center;
}
.top_banner a img:hover{ 
	opacity: .7;
}
.top_banner ul li {
  width: 33.3%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.top_banner ul li:nth-of-type(1) {padding-right: 1%;}
.top_banner ul li:nth-of-type(2) {padding: 0 .5%;}
.top_banner ul li:nth-of-type(3) {padding-left: 1%;}
.top_banner ul li img {
  width: 100%;
  border: 1px solid #dedede;
}
}


/* Bannar SP
*************************/
@media (max-width: 767px){
.top_banner ul { 
  width: 90%;
	margin: 10px auto 0;
  text-align: center;
}
.top_banner a img:hover{ 
	opacity: .7;
}
.top_banner ul li {
  width: 200px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
  margin: 5px;
}
.top_banner ul li img {
  width: 100%;
  border: 1px solid #dedede;
}
}


/* UPDATE / SCHEDULE frame PC
*************************/
@media (min-width: 768px) {
.top_update_schedule {
  max-width: 900px;
  width: 90%;
  margin: 30px auto 0;
}
}

/* UPDATE / SCHEDULE frame SP
*************************/
@media (max-width: 767px){
.top_update_schedule {
  max-width: 300px;
  width: 90%;
  margin: 40px auto 0;
}
}



/* UPDATE PC
*************************/
@media (min-width: 768px) {
.top_update {
  width: 50%;
  float: left;
}
#updatebox {
    margin: 0;
    width: 90%;
  }
  #updatebox dl {
    width: 100%;
    margin: 20px 0;
    border-right: 4px solid #787878;
    border-bottom: 4px solid #787878;
    padding: 0 20px 40px 0; 
    box-sizing: border-box;
  }
  #updatebox dl dt  {
    display: none!important;
    /*float: left;
    width: 7em; /*日付の横幅*/   
  }
  #updatebox dl dt ,
  #updatebox dl dd {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }
  #updatebox dl dd {
    padding-left: 0;
  }
  #updatebox a {
    text-decoration: none;
    color: #8c8e8c;
    display: block;
  }
  #updatebox a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
  }
}

/* SCHEDULE PC
*************************/
@media (min-width: 768px) {
.top_schedule {
  width: 50%;
  float: right;
}
#schedulebox {
    margin: 0 0 0 auto;
    width: 90%;
  }
  #schedulebox dl {
    width: 100%;
    margin: 20px 0;
    border-right: 4px solid #787878;
    border-bottom: 4px solid #787878;
    padding: 0 20px 40px 0; 
    box-sizing: border-box;
  }
  #schedulebox dl dt  {
    display: none!important;
    /*float: left;
    width: 7em; /*日付の横幅*/   
  }
  #schedulebox dl dt ,
  #schedulebox dl dd {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }
  #schedulebox dl dd {
    padding-left: 0;
    }
  #schedulebox a {
    text-decoration: none;
    color: #8c8e8c;
    display: block;
 font-size: 22px;
  }
  #schedulebox  a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
  }
}


/* UPDATE SP
*************************/
@media (max-width: 767px) {
#updatebox {
    margin: 0 auto 40px;
  }
  #updatebox dl {
    width: 100%;
    margin: 10px auto;
    border-right: 4px solid #787878;
    border-bottom: 4px solid #787878;
    padding: 0 20px 20px 0; 
    box-sizing: border-box;    
  }
  #updatebox dl dt  {
    display: none!important;
    /*float: none;
    width: 100%;  
    margin: 0;
    padding: 0;*/
  }
  #updatebox dl dd {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }
  #updatebox dl dd {
  }
  #updatebox a {
    text-decoration: none;
    color: #8c8e8c;
  }
  #updatebox  a:hover {
    color: #8c8e8c;
  }
}


/* SCHEDULE SP
*************************/
@media (max-width: 767px) {
#schedulebox {
    margin: 0 auto 40px;
  }
  #schedulebox dl {
    width: 100%;
    margin: 10px auto;
    border-right: 4px solid #787878;
    border-bottom: 4px solid #787878;
    padding: 0 20px 20px 0; 
    box-sizing: border-box;    
  }
  #schedulebox dl dt  {
    display: none!important;
    /*float: none;
    width: 100%;  
    margin: 0;
    padding: 0;*/
  }
  #schedulebox dl dd {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }
  #schedulebox dl dd {
  }
  #schedulebox a {
    text-decoration: none;
    color: #8c8e8c;
  }
  #schedulebox  a:hover {
    color: #8c8e8c;
  }
}


/* ABOUT FANCLUB PC
*************************/
@media (min-width: 768px) {
 .top_aboutfanclub {
   max-width: 900px;
  width: 90%;
   margin: 75px auto;
 }
.top_aboutfanclub h1 {
    border-bottom: 1px solid #8c8e8c!important;
    width: 200px!important;
    margin: 0 auto!important;
    background: transparent!important;
    text-align: center!important;
    padding: 0 0 20px 0!important;
    position: relative!important;
    color:#8c8e8c!important;
    display: block!important;
    font-size: 20px!important;
  }
  .top_aboutfanclub h1::after {
   content: '／';
   display: block;
   position: absolute;
   bottom:-1px;
   left:0;
   color:#8c8e8c!important;
  }
  .aboutfanclubbox {
    margin: 30px auto 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .aboutfanclub-btn {
    display: block;
    width: 200px;
    margin: 20px auto;
    position: relative;
  }
  .aboutfanclub-btn a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    background: #b0c6cc;
    text-align: center;
    color:#fff!important;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    }
    /*
  .aboutfanclub-btn:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 13px 13px;
    border-left-color: #215968;
  }*/
  .aboutfanclub-btn a:hover ,
  .aboutfanclub-btn:hover:after {
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;  
  }
}


/* ABOUT FANCLUB SP
*************************/
@media (max-width: 767px) {
 .top_aboutfanclub {
   max-width: 300px;
   margin: 50px auto;
 }
.top_aboutfanclub h1 {
    border-bottom: 1px solid #8c8e8c!important;
    width: 150px!important;
    margin: 0 auto!important;
    background: transparent!important;
    text-align: center!important;
    padding: 0 0 20px 0!important;
    position: relative!important;
    color:#8c8e8c!important;
    display: block!important;
    font-size: 20px!important;
  }
  .top_aboutfanclub h1::after {
   content: '／';
   display: block;
   position: absolute;
   bottom:-1px;
   left:0;
   color:#8c8e8c!important;
  }
  .aboutfanclubbox {
    margin: 30px auto 0;
    width: 100%;
    text-align: center;
    font-size: 80%;
  }
  .aboutfanclub-btn {
    display: block;
    width: 200px;
    margin: 20px auto;
    position: relative;
  }
  .aboutfanclub-btn a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    background: #b0c6cc;
    text-align: center;
    color:#fff!important;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    }
    /*
  .aboutfanclub-btn:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 13px 13px;
    border-left-color: #215968;
  }
  */
  .aboutfanclub-btn a:hover ,
  .aboutfanclub-btn:hover:after {
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;  
  }
}


/* btn_box PC
*************************/
@media (min-width: 768px) {
  .btn_box {
    height: auto;
    width: 100%;
    margin: 20px auto 0;
  }
  .btn_box a {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    color: #8c8e8c;
    border: 1px solid #8c8e8c;;
    text-decoration: none;
  }
  .btn_box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}


/* btn_box SP
*************************/
@media (max-width: 767px) {
  .btn_box {
    height: auto;
    width: 100%;
    margin: 20px auto 0;
  }
  .btn_box a {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    color: #8c8e8c;
    border: 1px solid #8c8e8c;;
    text-decoration: none;
  }
  .btn_box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}


/* TOP page-top PC
*************************/
@media (min-width: 768px) {
  .pageTop {
    display: none!important;
    position: fixed;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    padding: 0;
    bottom: 0;
    right: 20px;
    font-size: 77%;
    z-index: 20;
    background:#666;  
  }
  .pageTop a {
    /*text-indent: -9999px!important;*/
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    display: block;
  }
  .pageTop a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
}


/* TOP page-top SP
*************************/
@media (max-width: 767px) {
  .pageTop {
    display: none!important;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height:50px;
    border-radius: 50%;
    padding: 0;
    bottom: 0;
    right: 20px;
    font-size: 77%;
    z-index: 20;
    background:#666;  
  }
  .pageTop a {
    /*text-indent: -9999px!important;*/
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    display: block;
  }
  .pageTop a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
}


/* fotter PC
*************************/
@media (min-width: 768px) {
  footer {
    padding: 20px 0;
    background: transparent;
    color: #8c8e8c;
    font-size: 16px;
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  footer a:link, footer a:visited {
    color: #8c8e8c;
    text-decoration: none;
  }
  footer a:hover, footer a:active {
    color: #8c8e8c;
     text-decoration: none;
  }
  footer nav ul {
    margin-bottom: 1em;
    text-align: center;
  }
  footer nav li {
    margin: 0 .8em .5em;
    display: inline-block;
  }
  .copyright {
    display: none!important;
    text-align: center;
  }

　.goodsSearch {
    margin-top: 250px;
}
}

/* fotter SP
*************************/
@media (max-width: 767px) {
  footer {
    padding: 20px 0;
    background: transparent;
    color: #8c8e8c;
    font-size: 12px;
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  footer a:link, footer a:visited {
    color: #8c8e8c;
    text-decoration: none;
  }
  footer a:hover, footer a:active {
    color: #8c8e8c;
     text-decoration: none;
  }
  footer nav ul {
    margin-bottom: 0;
    text-align: center;
  }
  footer nav li {
    margin: 0 .8em .5em;
    display: inline-block;
  }
   footer nav li:last-child {
    display: block;   
    }
   footer nav li a:after{
   /*お問い合わせの後のカッコ書きを改行させる*/
     content:'';
     display: block;
   }
  .copyright {
    display: none!important;
    text-align: center;
  }
}
.contentHeading {
   /*見出しを大文字に*/
   text-transform: uppercase;
}


/* ▼リンク色 */
a:link, a:visited {
   text-decoration: none;
   color: #8e8c8e;
}

@media (min-width: 768px) {
#wrapper a:hover {  
  transition: 0.4s;  
  filter:alpha(opacity=60);  
  -moz-opacity: .6;  
  opacity: .6;
}
}

.oshirase {
    font-size: 18px;
}
.btn--red, a.btn--red {
    margin: 1em;
    padding: 0.4em 2%;
    background-color: #9c4a5c;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
}
.btn--blue, a.btn--blue {
    margin: 1em;
    padding: 0.4em 2%;
    background-color: #3d3e41;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
}
  .btnEntryGroup4 {
    text-align: center;
}


/* グッズ一覧
*************************/

@media (min-width: 768px) {
.mainSection_goods {
    margin: 10px 0 80px;
}

.contentHeading_goods {
    font-size: 120%;
    margin-top: 150px;
}

.goodsSearch {
    margin-top: 0px;
}
}



@media (max-width: 767px) {
.contentHeading_goods {
    font-size: 120%;
    margin-top: 80px;
}

.goodsSearch {
    margin-top: 20x;
}
}

@media (max-width: 767px) {
.pcOnly {
    display: flex;
}
}