@charset "utf-8";
/*=========================================
    共通部分
=========================================*/

/*ローディング画像非表示*/
#loadingWrap {
  display: none;
}

body {
  font-size: 14px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust:100%;
}
wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* ヘッダー */
header {
  height: 90px;
  background-color: #094;
  width: 100%;
}
header#header__common {
  position: fixed;
  top: 0;
  z-index: 2000;
}
.header__inner {
  width: calc(100% - 60px);
  height: 90px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: space-between;
}
.header__logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  height: 100%;
}
.header__navi-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header__navi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 35px;
}
.header__navi--sp {
  display: none;
}
.header__navi li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
}
.header__navi li a img {
  backface-visibility: hidden;
}

header aside ul {
  margin-top: 35px;
}
header aside ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 38px;
}
header aside ul li:first-of-type {
  margin-right: 28px;
}

/* nav */
#navsp {
  display:none;
}


/* コンテンツ */
.content {
  width: 100%;
  margin-top: 90px;
}

/* カミンスーン */
.soon{
    text-align: center;
    margin: 0 0 240px;
}
/* amazon */
.amazon_wrapper{
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}
.amazon_bnr{
  display: block;

}
/* to Top */
.js_btnbx {
  position: absolute;
  top: -66px;
  right: 0;
  z-index: 1200;
  width: 191px;
  height: 66px;
  background-image:url(/anniversary-party/common/img/btn-totop.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s linear;
}
#to-top {
  background-image: url(/anniversary-party/common/img/top_arrow.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 30px 17px;
  background-position: center;
  position: absolute;
  top: 25px;
  left: 80px;
  width: 110px;
  height: 43px;
  transition: all .2s linear;
  cursor: pointer;
}


/* フッター */
footer {
  position: relative;
  width: 100%;
  background-color: #009944;
  padding-top: 28px;
}
footer h2 {
  text-align: center;
  margin-bottom: 23px;
  font-size: 14px;
  color: #fff;
}
.footer__brand-site {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer__brand-site nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__brandnav:not(:last-of-type) {
  margin-right: 2%;
}
.footer__brandnav {
  width: 372px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__brandnav--cmn {
  width: 200px;
}
.footer__brandnav li,
.footer__brandnav--cmn li {
  width: 49%;
  max-width: 184px;
  height: 37px;
  background-color: #fff;
  border-radius: 3px;
  background-image: url(/anniversary-party/common/img/sp/footer_mark_link.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 15px 11px;
}
.footer__brandnav > li:nth-child(odd) {
  margin-right: 4px;
  margin-bottom: 4px;
}
.footer__brandnav--cmn li {
  width: 100%;
  max-width: 200px;
}
.footer__brandnav li a,
.footer__brandnav--cmn li a {
  display: block;
  width: 100%;
  padding-left: 30px;
  line-height: 37px;
  text-decoration: none;
  color: #094;
  font-size: 11px;
  font-weight: 900;
  transition: all .2s linear;
}
.footer__brandnav--cmn li a {
  font-size: 11px;
  letter-spacing: -0.5px;
}
.footer__bottom-inner {
  border-top: 1px solid #4db87c;
  margin-top: 25px;
}
.footer__navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
  width: calc(100% - 60px);
/*  max-width: 1300px;*/
  margin: 0 auto;
}
.footer__navwrap small {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
  padding-right: 13px;
  color: #fff;
  white-space: nowrap;
  font-size: 10px;
  font-style: italic;
}
.footer__navi {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.footer__navi ul li {
  height: 13px;
  line-height: 10px;
}
.footer__navi ul:first-of-type {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer__navi ul:first-of-type li {
  padding-left: 13px;
  padding-right: 13px;
}
.footer__navi ul:first-of-type li:not(:last-of-type) {
  border-right: 1px solid #80cca2;
}
.footer__navi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

/*フッターのサイト共通*/
#wrp-content {
  margin-bottom: 110px;
}
#wrp-content .box-ttl {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
}
.mod-box-inr {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
#wrp-content .ancher {
  display: block;
  height: 0;
  font-size: 0;
  padding-top: 80px;
  margin-top: -80px;
}
a.green:link, a.green:visited {
  color: #009944;
  text-decoration: underline;
}

/**************************
アニメーション
***************************/
@media screen and (min-width:641px) {

  /* タイトル */
  /*消す*/
  .js_titl-ja img {
    margin-top: -20px;
    opacity: 0;
  }
  /*表示*/
  #js_titl-bx.scroll_events .js_titl-ja img {
    margin-top: 0;
    opacity: 1;
    transition: all 0.3s ease-out 0.3s;
  }
  /*消す*/
  .js_titl-en {
    margin-left: -50px;
    opacity: 0;
  }
  /*表示*/
  #js_titl-bx.scroll_events .js_titl-en {
    opacity: 1;
    margin-left: 0;
    transition: all 0.2s linear;
  }
  #js_titl-bx {
    height: 64px;
  }
}

/*フッターのサイト共通ここまで*/

/* 単指示 */
.m-top1em {
  margin-top: 1em;
}
.m-top2em {
  margin-top: 2em;
}
.txt-indent1em {
  padding-left: 1em;
  text-indent: -1em;
}
.txt-indent0 {
  text-indent: 0 !important;
}
.hide {
  display: none;
}
.pc {
  display: block;
}
.pc-in {
  display: inline;
}
.pc-inbl {
  display:inline-block;
}
.tab-sp,.sp,
.sp-in,
.sp-inbl {
  display: none;
}
.weight700 {
  font-weight: 700;
}
.color01 {
  color: #009944;
}
/***********************************************************************
hover処理
***********************************************************************/
@media screen and (min-width:641px) {

  a img:hover {
    opacity: .65;
  }
  .header__navi li a img:hover {
    opacity: 1;
  }
  a img.rollover:hover {
    opacity: 1;
    transition: all .2s linear;
  }

  /* header Navi hover */
  .header__navi li {
    flex-shrink:0;
    height: 22.4px;
  }
  .header__navi li:not(:last-of-type) {
    margin-right: 33px;
  }

  .header__navi li a::after {
    content: '';
    position: absolute;
    top: 16.8px;
    left: 0;
    z-index: 5;
    width: 0%;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0px);
    transform: translateX(0px);
  }
  .header__navi li a:hover::after {
    opacity: 1;
    width: 100%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header__navi li.nav-active a:hover::after {
    opacity: 0;
  }
  .header__navi li.nav-active {
    border-bottom: 2px solid #fff;
  }
  .navTop {
    min-width: 38px;
  }
  .navLineup {
    min-width: 74px;
  }
  .navHistory {
    min-width: 67px;
  }
  .navAdgallery {
    min-width: 96px;
  }
  .navCampaign {
    min-width: 81px;
  }

  /* footer Navi hover */
  #to-top:hover {
   opacity: 0.8;
   top: 20px;
   transition: all .2s linear;
  }
  .footer__navi ul li a:hover {
    text-decoration: underline;
  }
  a.green:hover,
  a.green:active {
    text-decoration: none;
  }
}
/***********************************************************************
 Tablet
***********************************************************************/
@media screen and (max-width:1024px) {
  .content {
    margin-top: 50px;
  }

  /* header TAB & SP */
  header {
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 2000;
  }
  .header__inner {
    width: 100%;
    height: 50px;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .header__logo {
    margin-left: 3.5%;
  }
  .header__logo img {
    margin-left: 3.5%;
    width: 80px;
    height: auto;
  }
  .header__navi-right {
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    width: auto;
    height: 31px;
    margin-right: 15px;
  }
  .header__navi-right aside {
    display: none !important;
  }

  /* nav TAB & SP */
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #modal_back {
    position:fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    width:100%;
    height:100%;
    background-color:transparent;
    opacity: 0;
  }
 #navsp,#tabsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .navsp__menu img {
    height: 8.5px;
  }
  .navsp__btn {
    position: relative;
    width: 29px;
    height: 17.5px;
    cursor: pointer;
  }
  .navsp__btn span {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: .2s ease-in-out;
  }
  .navsp__btn span:nth-child(1) {
    top: 0;
    right: 0;
  }
  .navsp__btn span:nth-child(2) {
    top: 8px;
    left: 4px;
  }
  .navsp__btn span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .navsp__btn.open span:nth-child(1) {
    width: 28px;
    top: -7.5px;
    right: 1px;
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .navsp__btn.open span:nth-child(2) {
    opacity: 0;
  }
  .navsp__btn.open span:nth-child(3) {
    width: 28px;
    bottom: -7px;
    left: 1px;
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
  .header__naviwrap {
    display: block;
    position: fixed;
    top: 50px;
    left: auto;
    right: -414px;
    z-index: 1900;
    width: 100%;
    max-width: 414px;
    height: 100%;
    margin-top: 0;
    padding: 0 3.125% 100px;
    background-color: #094;
    overflow-y: auto;
    text-align: center;
  }
  .header__naviwrap::-webkit-scrollbar {
    width: 5px;
  }
  .header__navi {
    display: none;
  }
  .header__navi--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    margin: 10px 0;
  }
  .header__navi--sp li {
    position: relative;
  }
  .header__navi--sp li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .header__navi--sp li a {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #094;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
  }
  .header__navi--sp li a img {
    height: 38px;
  }
  .header__navsp-sns {
   margin-top: 36.5px;
  text-align: center;
  }
  .header__navsp-sns li {
    display: inline-block;
    width: 30px;
  }
  .header__navsp-sns li + li {
    margin-left: 24px;
  }
  .header__navsp-sns li a img {
    height: 23.5px;
  }

    /* footer TAB & SP */
  .footer__brand-site {
    width: 100%;
  }
  .footer__brand-site nav {
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__brandnav {
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2%;
  }
  .footer__brandnav li {
    width: 49%;
    max-width: inherit;
    margin-bottom: 1%;
    background-size: 15px 11px;
  }
  .footer__brandnav--cmn {
    width: 100%;
  }
  .footer__brandnav--cmn li {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }
  .footer__brandnav--cmn li a {
    font-size: 10px;
  }
  .footer__bottom-inner {
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
  }
  .footer__navwrap {
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    height: auto;
    max-width: inherit;
    margin: 0 auto;
  }
  .footer__navi ul:first-of-type {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__navi ul:first-of-type li:not(:first-of-type) {
    padding-left: 5px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .footer__navi ul:first-of-type li:first-of-type {
    padding-left: 0;
  }
  .footer__navi ul:first-of-type li {
    padding-right: 5px;
  }
  .footer__navi ul {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer__navi ul li {
    margin-bottom: 0.5em;
    padding: 0;
  }
  .footer__navi ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
  }
  .footer__navi ul:first-of-type li img {
    height: 10px;
  }
  .footer__navwrap small {
    padding-right: 0;
    height: auto;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* 単指示 TAB */
  .pc {
    display: block;
  }
  .tab-sp {
    display: block !important;
  }

}


/***********************************************************************
 smart phone
***********************************************************************/
@media screen and (max-width:640px) {

  /*ローディング画像*/
  #loadingWrap {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  #loadingWrap img {
   position: absolute;
   top: 0;
   left: 0;
   width: 13.33%;
   bottom: 0;
   right: 0;
   margin: auto;

  }

    /* to-top--sp */
  .js_btnbx {
    top: -50px;
    right: 0;
    width: 144px;
    height: 51px;
    background-image: url(/anniversary-party/common/img/sp/btn-totop.png);
    background-size: cover;
  }
  #to-top {
    width: 75px;
    height: 30px;
    top: 19px;
    left: 64px;
    background-size: 23px 12px;
  }
  .amazon_wrapper{
    margin: 40px auto 0;
  }
  .amazon_bnr{
    width: 90%;
    max-width: 350px;
  }
  /*footer*/
  .footer__bottom-inner {
    margin-top: 20px;
    padding-top: 15px;
  }
  .footer__brandnav--cmn li a {
    letter-spacing: normal;
  }
  .footer__navi ul li {
    height: 13px;
    line-height: 10px;
  }　
  .footer__navi ul {
    margin-top: 10px;
  }
  .footer__navwrap small {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  /* フッターサイトページ共通 SP */
  #wrp-content {
    padding-top: 55px;
    background-size: 650px 1250px;
    margin-bottom: 90px;
  }
  #wrp-content .box-ttl {
    padding: 0 0 10px;
  }
  #wrp-content .box-ttl:after {
    height: 6px;
    background-size: 2px 4px;
  }
  .mod-box-inr {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #wrp-content .ancher {
    padding-top: 50px;
    margin-top: -50px;
  }
  .js_titl-ja {
    display: none;
  }

  /* 単指示 */
  .pc, .pc-in ,
  .pc-inbl {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-in {
    display: inline;
  }
  .sp-inbl {
    display: inline-block;
  }
    
  /* カミンスーン */
  .soon{
    text-align: center;
    margin: 0 0 120px;
  }
  .soon img{
    width: 160px;
  }
}
