@charset "UTF-8";
@import url(reset.css);
/*pink*/
/*orange*/
/**/
/*pink*/
/*green*/
/*yellow*/
/*light_brown*/
/*brown*/
/**/
/*食べる*/
/*買い物*/
/*暮らし*/
/**/
/**/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Oswald:400,600&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&family=Cormorant+Garamond:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/******************************************************

 BASE
 
******************************************************/
body {
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  /*font-feature-settings : "palt";*/
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  background: #000 url("../images2020/common/bg_body.jpg") top center no-repeat;
  background-attachment: fixed;
  background-size: 100% auto; }

ul {
  letter-spacing: -0.4em;
  font-size: 0; }

li {
  letter-spacing: 0;
  font-size: 1rem; }

sup {
  font-size: 0.7rem; }

#pagecaption {
  padding: 40px 0; }

a {
  text-decoration: none;
  color: #fff; }

/* style class
--------------------*/
.cf::after {
  content: '';
  display: block;
  clear: both; }

.note {
  font-size: 0.7rem;
  line-height: 1.5; }
  .note.caption {
    display: block;
    text-align: right;
    margin-top: 5px; }

.aw {
  display: inline-block; }

br.sp_br {
  display: none; }

@media screen and (max-width: 480px) {
  br.sp_br {
    display: block; } }
.sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: block; } }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; } }

.imgwrap {
  position: relative; }
  .imgwrap .note {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    /*font-feature-settings : "palt";*/
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 3px;
    color: #fff; }
    .imgwrap .note.txt_b {
      color: #000; }
    .imgwrap .note.bg_b {
      background: rgba(0, 0, 0, 0.7); }
    .imgwrap .note.bg_w {
      background: rgba(255, 255, 255, 0.6); }

.category_ttl {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem; }
  .category_ttl::before, .category_ttl::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 1px;
    background: #ccc;
    margin: 0 20px; }
  @media screen and (max-width: 480px) {
    .category_ttl {
      font-size: 1.6rem; }
      .category_ttl::before, .category_ttl::after {
        width: 50px; } }

.main_copy {
  font-size: 1.4rem;
  line-height: 1.6; }
  @media screen and (max-width: 480px) {
    .main_copy {
      font-size: 1.2rem; } }

p.lead {
  line-height: 2.6;
  font-size: 0.9rem; }
  @media screen and (max-width: 768px) {
    p.lead {
      line-height: 2; } }

.btn_style1 {
  margin: auto; }
  .btn_style1 a, .btn_style1 span {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    background-color: #e5566c;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
    transition: .3s; }
  .btn_style1 a:hover {
    background: #fff;
    color: #e5566c; }
  .btn_style1.soon span {
    background-color: #868686; }

.btn_gra a, .btn_gra .soon {
  display: block;
  width: 100%;
  padding: 2px;
  border-radius: 40px; }
  .btn_gra a .btn_inner, .btn_gra .soon .btn_inner {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #000;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    position: relative; }
    .btn_gra a .btn_inner::before, .btn_gra .soon .btn_inner::before {
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 38%;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.btn_gra.gra_c1 a, .btn_gra.gra_c1 .soon, .btn_gra.gra_c1 .btn_inner {
  background: linear-gradient(90deg, #6b04e9, #fe8fb3); }
.btn_gra.gra_c2 a, .btn_gra.gra_c2 .soon, .btn_gra.gra_c2 .btn_inner {
  background: linear-gradient(90deg, #009de1, #02eeac); }
.btn_gra.gra_c3 a, .btn_gra.gra_c3 .soon, .btn_gra.gra_c3 .btn_inner {
  background: linear-gradient(90deg, #ff6062, #ff9763); }
.btn_gra.gra_c4 a, .btn_gra.gra_c4 .soon, .btn_gra.gra_c4 .btn_inner {
  background: linear-gradient(90deg, #a620af, #ff6295); }
.btn_gra.gra_c5 a, .btn_gra.gra_c5 .soon, .btn_gra.gra_c5 .btn_inner {
  background: linear-gradient(90deg, #6a03e9, #b52dff); }

.anchor {
  padding-top: 200px;
  margin-top: -200px; }
  @media screen and (max-width: 768px) {
    .anchor {
      padding-top: 100px;
      margin-top: -100px; } }

.Xicon {
  width: 30px;
  height: 30px;
  position: relative;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle; }
  .Xicon span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px; }

/******************************************************

 header
 
******************************************************/
#header {
  width: 100%;
  text-align: center;
  /*padding: 20px 0;*/
  height: 100px;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 0;
      height: 100px; } }
  #header #head_inner {
    /*max-width: 1200px;*/
    width: 100%;
    margin: auto;
    position: relative;
    padding: 10px 0;
    text-align: left;
    height: 90px;
    background: #000; }
    @media screen and (max-width: 768px) {
      #header #head_inner {
        width: 100%; } }
    @media screen and (max-width: 660px) {
      #header #head_inner {
        height: 60px; } }
  #header h1 {
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px; }
    #header h1 span {
      font-size: 12px;
      display: block;
      margin-top: 5px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      -webkit-font-smoothing: antialiased;
      /*font-feature-settings : "palt";*/
      font-weight: 400; }
    #header h1 img {
      height: 60px;
      width: auto; }
    @media screen and (max-width: 660px) {
      #header h1 {
        margin-left: 10px; }
        #header h1 img {
          height: 35px;
          width: auto; }
        #header h1 span {
          /*font-size: 10px;*/
          display: none; } }
  #header .sub_nav {
    position: absolute;
    top: 20px;
    right: 130px; }
    #header .sub_nav ul li {
      display: inline-block;
      width: 40px;
      margin: 0 8px;
      vertical-align: top; }
      #header .sub_nav ul li img {
        width: 100%;
        height: auto; }
      #header .sub_nav ul li .Xicon {
        width: 40px;
        height: 40px; }
        #header .sub_nav ul li .Xicon span {
          width: 26px; }
    @media screen and (max-width: 660px) {
      #header .sub_nav {
        top: 16px;
        right: 120px; }
        #header .sub_nav ul li {
          width: 20px;
          margin: 0 3px; }
          #header .sub_nav ul li .Xicon {
            width: 20px;
            height: 20px; }
            #header .sub_nav ul li .Xicon span {
              width: 10px; } }
  #header .openingHours {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
    display: inline-block;
    font-size: 10px; }
    @media screen and (max-width: 768px) {
      #header .openingHours {
        display: none; } }

/******************************************************

 langBox
 
******************************************************/
/*---------------------------
common language
---------------------------*/
.stt-lang-select {
  display: none !important; }

#langBox {
  /*visibility: hidden;*/
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 1000;
  font-size: 12px;
  transition: .5s;
  /*
  &.on {
    visibility: visible;
    opacity: 1;
  }
  */ }
  #langBox #lang_main_txt {
    text-align: center;
    background: #B52EFF;
    padding: 6px 0 6px;
    color: #fff;
    border-radius: 40px;
    position: relative;
    width: 100px;
    display: block;
    cursor: pointer;
    /*
    &::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 15px;
      left: 5px;
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      border: 4px solid transparent;
      border-top: 4px solid #fff;
    }
    */ }
    #langBox #lang_main_txt img {
      height: 14px;
      width: auto; }
  #langBox #lang_changeBox {
    background: #fff;
    width: 100px;
    margin-top: 2px;
    border-radius: 5px;
    display: none;
    padding-left: 7px; }
    #langBox #lang_changeBox li {
      padding: 9px 5px 9px 0; }
    #langBox #lang_changeBox a {
      color: #000;
      position: relative;
      padding-left: 15px; }
    #langBox #lang_changeBox a[data-stt-active]::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 3px;
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 10px; }
  @media screen and (max-width: 660px) {
    #langBox {
      top: 20px;
      right: 5px;
      font-size: 11px; }
      #langBox #lang_main_txt {
        padding: 4px 0 8px; } }

/******************************************************

 fix_gnav
 
******************************************************/
#fix_gnav {
  width: 100%; }
  #fix_gnav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  #fix_gnav li {
    background: #fff;
    border-radius: 0 0 20px 20px;
    width: 11.1111111%;
    /*width: 16.666%;*/ }
    #fix_gnav li a, #fix_gnav li .soon {
      display: block;
      text-align: center;
      padding: 10px 0; }
    #fix_gnav li .soon img {
      opacity: 0.3; }
    #fix_gnav li img {
      height: 60px;
      width: auto; }
    #fix_gnav li:nth-child(even) {
      background: #efefef; }
    #fix_gnav li:nth-of-type(6) {
      background: #FFF100; }
  #fix_gnav #fix_gnav_box::before {
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.38, 1.84, 0.46, 1) 0s transform, 0.3s ease 0s opacity; }
  #fix_gnav #fix_gnav_box::after {
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.38, 1.84, 0.46, 1) 0s transform, 0.3s ease 0s opacity; }
  #fix_gnav #fix_gnav_box.arrow-before-fadeOut::before {
    transform: scale(0.2, 0.2);
    opacity: 0; }
  #fix_gnav #fix_gnav_box.arrow-after-fadeOut::after {
    transform: scale(0.2, 0.2);
    opacity: 0; }
  @media screen and (max-width: 660px) {
    #fix_gnav {
      top: 70px;
      height: 64px;
      overflow: hidden; }
      #fix_gnav #fix_gnav_box {
        position: relative;
        display: block; }
        #fix_gnav #fix_gnav_box::before {
          content: "";
          display: block;
          position: absolute;
          top: 19px;
          right: -5px;
          width: 10px;
          height: 10px;
          border: 10px solid transparent;
          border-left: 10px solid #B52EFF;
          box-sizing: border-box;
          z-index: 100; }
        #fix_gnav #fix_gnav_box::after {
          content: "";
          display: block;
          position: absolute;
          top: 19px;
          left: -5px;
          width: 10px;
          height: 10px;
          border: 10px solid transparent;
          border-right: 10px solid #B52EFF;
          box-sizing: border-box;
          z-index: 100; }
      #fix_gnav .fix_gnav_inner {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        padding-bottom: 50px; }
      #fix_gnav ul {
        width: 133.332%; }
      #fix_gnav li {
        width: 11.11111%; }
        #fix_gnav li img {
          width: auto;
          height: 40px; } }

/******************************************************

 spNav
 
******************************************************/
#spNav {
  z-index: 200;
  /*
  @media screen and (max-width: 1030px){
    display: block;
  }
  */ }
  #spNav .sp-menu {
    cursor: pointer;
    width: 70px;
    height: 80px;
    /*
    background: url("../images2020/common/sp_menu_close.png") no-repeat;
    background-size: 55px 55px;
    */ }
    #spNav .sp-menu img {
      height: 80px;
      width: auto; }
    #spNav .sp-menu.on {
      background: url("../images2020/common/sp_menu_close.png") no-repeat;
      background-size: 73px 80px; }
      #spNav .sp-menu.on img {
        display: none; }
    @media screen and (max-width: 768px) {
      #spNav .sp-menu {
        height: 60px;
        width: 50px; }
        #spNav .sp-menu img {
          height: 60px; }
        #spNav .sp-menu.on {
          background-size: 55px 60px; } }

.js-floating {
  position: relative;
  z-index: 200; }

.js-floating-floater {
  position: absolute;
  /*top: -80px;*/
  width: 100%;
  right: 0;
  /*
  @media screen and (max-width: $w_tab){
    top: -58px;
    width: 50px;
  }
  */ }
  .js-floating-floater.fixed {
    position: fixed;
    z-index: 100;
    top: 0; }
    .js-floating-floater.fixed #aaaaa {
      opacity: 0.9; }

.spnav {
  position: absolute;
  top: 35px;
  right: 20px;
  /*width: 60%;*/
  text-align: right; }
  .spnav li {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
    /*
    &.ticket {
      a, .soon {
        padding: 7px 20px;
        background-color: $basecolor1;
        border-radius: 20px;
        &:hover {
          color: $basecolor1;
          background: #fff;
        }
      }
    }
    */ }
    .spnav li a, .spnav li .soon {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      transition: .3s; }
    .spnav li a:hover, .spnav li a.current {
      color: #e5566c; }
    .spnav li .soon {
      color: #565656; }
    .spnav li.sp_link {
      display: none; }
  @media screen and (max-width: 4000px) {
    .spnav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 100;
      display: none;
      text-align: center; }
      .spnav br {
        display: none; }
      .spnav ul {
        margin-top: 25vh;
        position: relative;
        z-index: 2; }
      .spnav li {
        display: inline-block;
        width: 160px;
        margin: 10px;
        /*
        &.ticket {
          width: 60%;
          max-width: 400px;
          a, .soon { padding: 8px 0; }
        }
        */ }
        .spnav li a, .spnav li .soon {
          display: inline-block;
          width: 100%;
          border-radius: 20px;
          color: #fff;
          padding: 8px 0;
          font-size: 13px;
          transition: .3s; }
        .spnav li a {
          background-color: #e5566c; }
          .spnav li a:hover, .spnav li a.current {
            color: #e5566c;
            background: #fff; }
        .spnav li .soon {
          background-color: #868686; }
        .spnav li.sp_link {
          display: inline-block; } }
  @media screen and (max-width: 640px) {
    .spnav ul {
      margin-top: 20vh; }
    .spnav li {
      margin: 5px 10px; } }

.spnav_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/******************************************************

 global
 
******************************************************/
#headnav {
  position: absolute;
  top: 42px;
  right: 10px; }
  @media screen and (max-width: 1030px) {
    #headnav {
      display: none;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      background: #fff; } }

/******************************************************

 fixedNav
 
******************************************************/
#fixedNav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: none; }
  #fixedNav ul {
    text-align: center;
    overflow: hidden;
    background: #868686; }
  #fixedNav li {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    #fixedNav li a, #fixedNav li .soon {
      display: block;
      text-decoration: none;
      width: 100%;
      padding: 20px 0;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      box-sizing: border-box;
      transition: .4s; }
      @media screen and (max-width: 480px) {
        #fixedNav li a, #fixedNav li .soon {
          font-size: 3.2vw; } }
    #fixedNav li:nth-of-type(1) a {
      background-color: #e5566c;
      border-top: 1px solid #ff7f93; }
      #fixedNav li:nth-of-type(1) a:hover {
        background-color: #ff7f93; }
    #fixedNav li:nth-of-type(1) .soon {
      background: #868686; }
    #fixedNav li:nth-of-type(2) a {
      background-color: #e37811;
      border-top: 1px solid #ff9f42;
      border-left: 1px solid #fff; }
      #fixedNav li:nth-of-type(2) a:hover {
        background-color: #ff9f42; }

/******************************************************

 contents
 
******************************************************/
#contents {
  text-align: center;
  padding: 100px 0;
  width: 90%;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  /*font-feature-settings : "palt";*/
  font-weight: 400; }

/******************************************************

 style
 
******************************************************/
.pageName {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 40px; }

.en_ttl {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px; }
  .en_ttl span {
    border-bottom: 2px solid #e5566c;
    padding-bottom: 9px;
    display: inline-block;
    line-height: 1; }

/******************************************************

 mainvisual
 
******************************************************/
#mainvisual {
  position: relative; }
  #mainvisual img {
    width: 100%;
    height: auto; }
  #mainvisual .page_ttl {
    position: absolute;
    top: 24%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #mainvisual .page_ttl {
        top: 32%; } }
    @media screen and (max-width: 480px) {
      #mainvisual .page_ttl {
        top: 36%; } }

.page_ttl {
  text-align: center;
  font-size: 1.5rem;
  color: #e5566c; }
  .page_ttl p {
    margin: 1rem auto; }
  .page_ttl .eng {
    font-size: 0.7em;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400; }
  @media screen and (max-width: 768px) {
    .page_ttl {
      font-size: 1.2rem; }
      .page_ttl p {
        margin: 0.5rem auto; } }

/******************************************************

 sitemap
 
******************************************************/
.sitemap {
  padding: 4rem 0 4rem;
  background: #fff;
  width: 100%; }
  .sitemap .inner {
    max-width: 1000px;
    width: 94%;
    margin: 0 auto; }
  .sitemap h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #e5566c;
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  .sitemap ul > li {
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0;
    overflow: hidden; }
  .sitemap .gnav_link {
    font-size: 1rem;
    width: 210px;
    float: left; }
    .sitemap .gnav_link a {
      color: #e5566c; }
    @media screen and (max-width: 768px) {
      .sitemap .gnav_link {
        width: 100%;
        float: none;
        margin-bottom: 1rem; } }
  .sitemap .page_link {
    overflow: hidden; }
    .sitemap .page_link h6 {
      font-size: 0.8rem;
      margin-bottom: 5px; }
    .sitemap .page_link li {
      display: inline-block;
      margin-right: 2rem;
      font-size: 0.8rem;
      padding: 0.5rem 0; }
      .sitemap .page_link li a {
        position: relative;
        padding-left: 1.3rem; }
        .sitemap .page_link li a::before {
          display: inline-block;
          content: "";
          position: absolute;
          top: 7px;
          left: 3px;
          width: 5px;
          height: 5px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sitemap .page_link li a:hover {
          color: #e5566c; }
          .sitemap .page_link li a:hover::before {
            border-top-color: #e5566c;
            border-right-color: #e5566c; }
  .sitemap ul > li.shop {
    padding-bottom: 0; }
    .sitemap ul > li.shop .page_link ol {
      margin-bottom: 2rem; }

/******************************************************

 footArea
 
******************************************************/
#footArea {
  background-color: #000;
  padding: 3rem 0 80px;
  text-align: center; }
  #footArea #footlink {
    margin-bottom: 40px; }
    #footArea #footlink li {
      display: inline-block;
      width: 160px;
      margin: 10px; }
      #footArea #footlink li a, #footArea #footlink li .soon {
        display: inline-block;
        width: 100%;
        border-radius: 20px;
        color: #fff;
        padding: 8px 0;
        font-size: 13px;
        transition: .3s; }
      #footArea #footlink li a {
        background-color: #595757; }
        #footArea #footlink li a:hover {
          background: #000; }
      #footArea #footlink li .soon {
        background-color: #868686; }
      #footArea #footlink li:nth-of-type(1) {
        /*
        display: block;
        margin: 10px auto;
        */ }
        #footArea #footlink li:nth-of-type(1) a {
          background: #ff91b5; }
  #footArea .company {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 30px; }
    #footArea .company::before {
      content: "";
      display: block;
      width: 200px;
      height: 1px;
      background: #fff;
      margin: 0 auto 20px; }

#copyright {
  font-size: 0.7rem; }

#outlink_bnr {
  width: 90%;
  margin: auto; }
  #outlink_bnr ul {
    text-align: center;
    margin: 20px auto; }
  #outlink_bnr li {
    display: block;
    vertical-align: top;
    max-width: 320px;
    margin: 30px auto; }
    #outlink_bnr li img {
      width: 100%;
      height: auto;
      transition: .3s; }
    #outlink_bnr li:hover img {
      opacity: 0.6; }
    @media screen and (max-width: 340px) {
      #outlink_bnr li {
        width: 100%; } }
    #outlink_bnr li.macha_link img {
      width: 200px;
      height: auto; }

#wa_shinagawa {
  text-align: center;
  margin: 20px auto;
  width: 90%; }
  #wa_shinagawa img {
    vertical-align: middle;
    margin: 10px; }
  #wa_shinagawa p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    line-height: 1.5; }
    #wa_shinagawa p a {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    #wa_shinagawa p {
      text-align: center; } }

#tokyo_tokyo {
  text-align: center;
  margin: 20px auto;
  width: 90%;
  max-width: 220px; }
  #tokyo_tokyo img {
    width: 100%;
    height: auto; }

#tokyo_lights {
  text-align: center;
  margin: 20px auto;
  width: 90%;
  max-width: 220px; }
  #tokyo_lights img {
    width: 100%;
    height: auto; }

/******************************************************

 uptotop
 
******************************************************/
#uptotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  border: 1px solid #ccc; }
  #uptotop a {
    display: block;
    transition: .4s;
    background: rgba(0, 0, 0, 0.8); }
    #uptotop a:hover {
      opacity: 0.7; }

/* head_sns
-------------------------*/
#head_sns {
  text-align: center;
  position: absolute;
  top: 10px;
  left: 290px; }
  #head_sns img {
    width: 100%;
    height: auto; }
  #head_sns .sns_icon li {
    display: inline-block;
    width: 30px;
    margin: 10px 7px; }
    #head_sns .sns_icon li img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    #head_sns {
      display: none;
      left: inherit;
      right: 65px;
      top: 7px; } }
  @media screen and (max-width: 480px) {
    #head_sns {
      top: 10px;
      right: 58px; }
      #head_sns .sns_icon li {
        width: 25px;
        margin: 10px 5px; } }

/* id_fbnrArea
-------------------------*/
#id_fbnrArea {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
  text-align: right;
  display: none; }
  #id_fbnrArea p {
    margin-bottom: 10px;
    text-align: right;
    overflow: hidden; }
    #id_fbnrArea p img {
      width: 100%;
      height: auto; }
    #id_fbnrArea p a {
      transition: .3s;
      width: 40px;
      float: right;
      display: block; }
      #id_fbnrArea p a:hover {
        opacity: 0.6; }
    #id_fbnrArea p:last-child a {
      width: 70px; }

/* bnrArea_pickup
-------------------------*/
.bnrArea_pickup {
  margin: 30px auto;
  width: 90%; }
  .bnrArea_pickup img {
    height: 180px;
    width: auto; }
  .bnrArea_pickup ul {
    text-align: center; }
  .bnrArea_pickup li {
    display: inline-block;
    margin: 1.5%; }
  @media screen and (max-width: 480px) {
    .bnrArea_pickup img {
      height: auto;
      width: 100%; }
    .bnrArea_pickup li {
      margin: 20px auto 0; } }

/* bnr_closed
-------------------------*/
#bnr_closed {
  position: fixed;
  top: 210px;
  left: 20px;
  z-index: 100;
  max-width: 280px;
  width: 80%; }
  #bnr_closed img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 660px) {
    #bnr_closed {
      left: 0;
      right: 0;
      top: 210px;
      margin: auto; } }
