@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*, *:before, *:after {margin:0;padding:0;box-sizing:border-box;border:0;outline:0}
html {font-size: 62.5%;}
body {line-height: 1.75;font-size: 14px;font-size: 1.4rem;color: #666;font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;}
img {max-width: 100%;height: auto;vertical-align: middle;}
a{text-decoration: none;color: #ff6051;transition: all 0.3s 0s;}
a:hover, a:focus {text-decoration: none;outline: none;opacity: .7;-ms-filter: "alpha(opacity=70)";filter: alpha(opacity=70);}
ul,ol,li {list-style: none;}

body {
  background: #fff;
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
::selection {background: #178e97;color: #fff;}

/*clearfix*/
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* header */
header {
  position: relative;
  background-size: cover;
}
.logo {
  position: absolute;
  padding: 1em 28px;
  max-width: 1281px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  width: 100%;
  color: #333;
  left: 0;
  right: 0;
}
.logo img {
  margin: 0 1em 0 0;
}
.backtop {
  position: absolute;
  top: 1em;
  right: 28px;
  line-height: 40px;
}
.backtop a {
  background-color: #105589;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
}
.main {
  margin: 0 auto;
  text-align: center;
  background-color: #7fcbd9;
}

/* article */
article {
  max-width: calc(1100px + 4em);
  margin: 3em auto;
  text-align: center;
  padding: 0 2em;
}
article h2 {
  color: #178e97;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: .5em;
}

/* backnumber */
.backnumber {
  margin: 0 auto 80px;
}
.backnumber h2 {
  background-color: #178e97;
  padding: .5em 1em;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin: 0 0 1em;
}
.backnumber ul {
  max-width: calc(980px + 4em);
  padding: 0 2em;
  display: flex;
  flex-wrap: wrap;
  margin: .5em auto 2em;
}
.backnumber ul li {
  margin: 0 1% 1em;
  width: 23%;
}
.backnumber ul li a {
  position: relative;
  display: inline-block;
}
.backnumber ul li .number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #54504C;
  background-color: #FFD400;
  line-height: 1;
}
.backnumber ul li .number:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #FFD400;
  border-right: 30px solid #FFD400;
  border-bottom: 10px solid transparent;
}

/* footer */
#pagetop {
  text-align: right;
  margin-right: 2em;
}
#pagetop a {
  display: inline-block;
}
footer {
  padding: 2em;
  background-color: #105589;
  color: #fff;
}
.footer_contents {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_listWrap {
  align-self: center;
  width: 50%;
}
.footer_listWrap p {
  font-size: 22px;
  font-size: 2.2rem;
}
.footer_listWrap ul {
  margin: 1em 2em 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_listWrap li {
  margin: 0 0 0.5em 0;
  width: 33%;
  display: inline-block;
}
.footer_listWrap a {
  color: #fff;
}
.footer_contact {
  width: 50%;
  border-left: 1px solid #eee;
  padding: 0 0 0 3%;
}
.footer_contact dt {
  margin: 0 0 1em 0;
  text-align: center;
}
.footer_contact dd {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_contact dd p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2%;
  width: 49%;
}
.footer_contact dd a {
  background-color: #fff;
  padding: 1em 0.5em;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #105589;
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 2em 4em;
  text-align: center;
  background-color: #105589;
  color: #fff;
}
.footer_listWrap li.shop_search {
  display: none;
}

/* list */
.list {
  padding: 0 2em;
}
.listWrap {
  max-width: 1100px;
  margin: 3em auto 5em;
  text-align: center;
}
.listWrap h3 {
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 2.0rem;
}
.listWrap h3.comingsoon {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 980px){
  .footer_listWrap ul {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 786px){
  .logo {
    padding: 4em 28px 0.5em;
    position: static;
  }
  .logo img {
    display: block;
    margin: 0;
  }
  .backtop {
    top: 0;
  }
  .backtop a {
    border-radius: 0 0 3px 3px;
  }
  .footer_contents {
    display: block;
    padding: 3em 0 1em;
  }
  .footer_contact {
    width: 100%;
    padding: 2em 0 0 0;
    border-left: 0;
    border-top: 1px solid #eee;
  }
  .footer_listWrap {
    text-align: center;
    width: auto;
  }
  .footer_listWrap ul {
    text-align: left;
    margin: 1em 0;
  }
  .footer_listWrap a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_contact dd a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .copy {
    text-align: left;
  }
  #pagetop a {
    width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .backtop {
    right: 14px;
  }
  .logo {
    padding: 4em 14px 0.5em;
    line-height: 1.5;
  }
  .backnumber h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 14px;
  }
  .backnumber div {
    padding: 0 1em;
  }
  footer {
    padding: 0 1em;
  }
  .footer_listWrap ul {
    margin: 0.5em 0 1em;
  }
  .footer_listWrap li {
    display: none;
  }
  .footer_listWrap li.shop_search {
    display: block;
    width: 100%;
  }
  .footer_listWrap a {
    background-color: #fff;
    padding: 0.8em 0;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #105589;
  }
  .footer_contact dd p {
    width: 100%;
  }
}