﻿
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
html {
  font-szize: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Avenir Next', 'Avenir', 'Segoe UI', 'Verdana', 'Helvetica Neue', 'Helvetica', 'M PLUS Rounded 1c', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
}
html, body {
  background-color: #ffffff;
  color: #3a3a3a;
}
@media screen and (min-width:768px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 16px;
  }
}
ul {
  list-style-type: none;
}
a {
  cursor: pointer;
  transition: opacity 0.3s;
  color:#89d8ee;
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
.fa, .fas {
  font-weight: 900 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
.pc.ad_infeed {
  display: block !important;
}
.mb.ad_infeed {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc.ad_infeed {
    display: none !important;
  }
  .mb.ad_infeed {
    display: block !important;
  }
}
#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  padding-top: 42px;
  font-size: 1.2rem !important;
  overflow: hidden;
  background-color:#fff;
}
#wrap.is_member {
  padding-top: 88px;
}
@media screen and (max-width: 320px) {
  #wrap {
    padding-top: 37px;
  }
  #wrap.is_member {
    padding-top: 79px;
  }
}
@media screen and (min-width: 480px) {
  #wrap {
    padding-top: 51px;
  }
  #wrap.is_member {
    padding-top: 108px;
  }
}
@media screen and (min-width: 768px) {
  #wrap {
    padding-top: 81px;
  }
  #wrap.is_member {
    padding-top: 162px;
  }
}
#contents {
  width: 100%;
}

/* ---- header-new --------------------------------*/
.header {
  max-width: 768px;
  min-width: 320px;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 5;
  background-image: url(/image/site/a_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: transparent;
  height: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header h1 {
  margin-left: 2%;
  font-size: 1rem;
  line-height: 0;
  text-align: left;
  padding-top:0.5rem;
  width: 43%;
}
.header h1 a {
  display: inline-block;
  line-height:100%;
}
.header h1 img {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2%;
  margin-top: 2%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.header .menu {
  cursor: pointer;
  position: relative;
}
.header .header_right {
  width: 45%;
  margin-left: auto;
  margin-right: 8px;
  text-align: right;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .header_right p, .header .header_right a {
  display: inline-block;
}
.header .header_right img {
  display: block;
}
.header .header_right .header_menu, .header .header_right .header_close {
  position: absolute;
  right: 0;
  top: 0;
}
.header .header_right .header_close {
  display: none;
  z-index: 10;
}
.header .header_right .fav {
  margin-right: 5px;
}
.header .header_right_size {
  width: 20%;
}
.header .btn_regist {
  position: absolute;
  right: 3%;
  max-width: 70%;
  width: 52%;
  text-align:right;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 0;
  line-height: 100%;
}
.header .btn_regist a {
    background-color: #ffa7c8;
    color: #fff;
    padding: 0.6rem 14px 0.5rem 14px;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 100%;
    display: inline-block;
    border-radius: 1.5rem;
    border: 1px solid #fff;
    vertical-align: text-top;
}
.header .btn_regist a.btn_regist_login {
  background-color: #89d8ee;
  margin-left: 6px;
}
@media screen and (min-width:640px) {
  .header .btn_regist a {
    font-size: 1.3rem;
    padding: 8px 16px;
  }
  .header .btn_regist a.btn_regist_login {
    margin-left: 15px;
  }
}

/*nav*/
.header_nav {
  width: 100%;
  max-width: 768px;
  height: 100%;
  color: #333;
  font-weight: normal;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: url(/image/site/a_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.header_menu_waku {
  width: 100%;
  margin: 0 auto 2.8rem auto;
}
.header_menu_waku a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #3a3a3a;
}
.header_menu_waku a:active,
.header_menu_waku a:hover{
  color:#89d8ee;
}
.header_menu_waku a:visited{
  color:#3a3a3a;
}
.header_menu_waku .header_menu_main a.menu, .header_menu_waku .header_menu_cat {
  padding: 1rem 5% 1rem 20%;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.header_menu_waku .header_menu_main a.menu:before, .header_menu_waku .header_menu_cat:before {
  position: absolute;
  content: '';
  border-top: 1px solid #7fcee4;
  top: 2rem;
  left: 0;
  width: 15%;
}
.header_menu_waku .header_menu_cat:after {
  content: '+';
  color: rgba(255, 255, 255, 0.5);
}
.header_menu_waku .header_menu_cat.active:after {
  content: '−';
  color: rgba(255, 255, 255, 0.5);
}
.header_menu_waku .header_menu_cat_list {
  background-color: rgba(164, 238, 226, 0.3);
  background: -webkit-linear-gradient(left, rgba(164, 238, 226, 0.3), rgba(255, 240, 216, 0.3));
  background: -o-linear-gradient(left, rgba(164, 238, 226, 0.3), rgba(255, 240, 216, 0.3));
  background: linear-gradient(to right, rgba(164, 238, 226, 0.3), rgba(255, 240, 216, 0.3));
  padding: 10px 0.5rem;
  width: 90%;
  margin: 0 auto;
  display: none;
  border-radius: 1rem;
}
.header_menu_waku .header_menu_cat_list a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 1.1rem;
  color: #888;
}
.header_menu_waku .header_menu_cat_list a:nth-child(2){
  width:23%;
}
.header_menu_waku .header_menu_cat_list a:nth-child(4){
  width:27%;
}
.header_menu_waku .header_menu_main {
  margin-bottom: 1.5rem;
}
.header_menu_waku .footer_box {
  margin:3rem auto;
}
.header_menu_waku .footer_box a {
  color:#999;
}
.header_category {
  width: 100%;
  height: auto;
  margin: 0 auto 2% auto;
  padding:0 2%;
}
.header_category.header_category_info{
  display:none;
}
.header_category a {
  width: 21%;
  float: left;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #aaaaaa;
  background-color:#fff;
  font-size: 1.15rem;
  padding: 7px 0;
  letter-spacing: 2px;
  border-radius: 7px;
  margin:2%;
  line-height:100%;
  font-weight:400;
}
.header_category a:active,
.header_category a:visited{
  color:#aaaaaa;
}
.header_category a:last-child{
  letter-spacing: 0;
}
.header_category a.selected {
  color: #fff;
  text-shadow:0 0 3px rgba(96,92,92,0.8);
  background: -webkit-linear-gradient(left, #a6e0e2, #ffc8ef);
  background: -o-linear-gradient(left, #a6e0e2, #ffc8ef);
  background: linear-gradient(to right, #a6e0e2, #ffc8ef);
  position: relative;
}
@media screen and (max-width: 343px) {
    .header_category a{
      font-size:1rem;
    }
}
@media screen and (min-width: 480px) {
  .header_category a {
    font-size: 1.7rem;
  }
  .header_menu_waku .header_menu_main a.menu, .header_menu_waku .header_menu_cat {
    font-size: 2rem;
  }
  .header_menu_waku .header_menu_cat_list a{
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header_category a {
    font-size: 1.4rem;
  }
  .header_menu_waku .header_menu_main a.menu, .header_menu_waku .header_menu_cat {
    font-size: 2rem;
  }
  .header_menu_waku .header_menu_cat_list a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) and (min-height: 700px) {
    .header_menu_waku .header_menu_main a.menu, .header_menu_waku .header_menu_cat{
        padding: 1.5rem 5% 1.5rem 20%;
    }
    .header_menu_waku .header_menu_main a.menu:before, .header_menu_waku .header_menu_cat:before{
        top: 2.5rem;
    }
    .header_menu_waku .footer_box {
      margin:4rem auto;
    }
}



/* ---- list --------------------------------*/
.list_box {
  padding: 5% 1% 5% 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0px auto 20px auto;
}
.list_box::-webkit-scrollbar {
  display: none;
}
.list_box li {
  display: inline-block;
  width: 36%;
  margin-right: 4%;
}
.list_box li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #666666;
}
.list_box li p {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  margin-top: 5px;
}
.list_box li img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  opacity: 0.9;
  display:block;
  box-shadow:0 3px 5px rgba(200,200,200,0.5);
  background-color:#e0c2ff;
}
@media screen and (min-width: 480px) {
  .list_box li p {
    font-size: 1.6rem;
  }
}