@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 2px;
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  color: #666666;
}

@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

.pink {
  color: #f5c704;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

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

div.menu {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 769px) {
  div.menu {
    width: 100%;
    margin: 0 auto 100px;
    padding: 70px 00px;
  }
}

@media screen and (max-width: 768px) {
  div.menu {
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 20px;
  }
}

div.menu h2 {
  color: #f5c704;
}

@media screen and (min-width: 769px) {
  div.menu h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  div.menu h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

div.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  div.menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  div.menu ul {
    width: 830px;
    margin: 0 auto;
    font-size: 18px;
  }
}

div.menu li {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  div.menu li {
    width: calc((100% - 10px ) / 2);
    padding: 5px 0;
  }
}

@media screen and (min-width: 769px) {
  div.menu li {
    max-width: 260px;
  }
}

.lead {
  width: 100%;
  background-color: #f6f6ea;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lead h3 {
  color: #f5c704;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 23px;
}

.lead h3 span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .lead h3 span {
    font-size: 10px;
  }
}

.lead .btn1 {
  width: 553px;
  background-color: #f5c704;
  height: 46px;
  color: #fff;
  margin: 0 auto;
  line-height: 46px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lead .btn1 {
    width: 80%;
  }
}

.lead .btn1 a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.midashi {
  font-size: 32px;
  width: 440px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-top: 1px solid #f5c704;
  border-bottom: 1px solid #f5c704;
  margin: 0 auto 35px;
  color: #f5c704;
}

@media screen and (max-width: 768px) {
  .midashi {
    width: 90%;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
}

div.main {
  width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.main {
    width: 100%;
  }
}

div.main div.scroll {
  margin: 75px auto;
}

@media screen and (max-width: 768px) {
  div.main div.scroll {
    width: 100%;
    font-size: 15px;
  }
}

div.main div.scroll ul {
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.main div.scroll ul li {
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.main div.scroll ul li p {
  line-height: 1.5em;
}

div.main p.text {
  font-size: 14px;
  text-align: center;
  margin: 65px auto 35px;
}

@media screen and (max-width: 768px) {
  div.main p.text {
    width: 90%;
    font-size: 12px;
    text-align: center;
    margin: 50px auto 35px;
    line-height: 20px;
  }
}

div.main .btn2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 85px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  div.main .btn2 ul {
    width: 90%;
  }
}

div.main .btn2 ul li {
  width: calc(100% / 2 - 30px);
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #666666;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  div.main .btn2 ul li {
    width: calc(100% / 2 - 10px);
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 11px;
  }
}

div.main .btn2 ul li a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #666666;
  display: block;
}

.btn3 ul {
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 65px auto 85px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .btn3 ul {
    width: 90%;
  }
}

.btn3 ul li {
  width: calc(100% / 4 - 10px);
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .btn3 ul li {
    width: calc(100% / 3 - 5px);
  }
}

.btn3 ul li a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #666666;
  display: block;
  border: 1px solid #666666;
}

.btn3 ul li a p {
  color: #666666;
  font-size: 11px;
  margin: 7px auto 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn3 ul li a p {
    font-size: 16px;
    padding: 2px 0;
  }
}

.btn4 {
  width: 553px;
  background-color: #f5c704;
  height: 46px;
  color: #fff;
  margin: 0 auto 200px;
  line-height: 46px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn4 {
    width: 90%;
    margin: 0 auto 100px;
  }
}

.btn4 a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.text2 {
  width: 830px;
  border: 1px solid #f5c704;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 23px;
  margin-bottom: 85px;
}

@media screen and (min-width: 769px) {
  .text2 {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .text2 {
    width: 90%;
    margin: 0 auto 85px;
    padding: 5%;
    font-size: 10px;
    line-height: 18px;
  }
}

div.code {
  width: 94%;
  margin: 40px auto;
}

@media screen and (min-width: 769px) {
  div.code {
    width: 830px;
    margin: 60px auto;
  }
}

div.code .code_box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  div.code .code_box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

div.code li {
  width: 24%;
  margin: 0 0 5% 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  div.code li {
    width: 46%;
    margin: 0 0 5% 0;
    padding: 0;
  }
}

div.code .allbtn {
  color: #666;
  margin: 0 auto;
  border: 1px solid #666;
  text-align: center;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  div.code .allbtn {
    width: 280px;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  div.code .allbtn {
    width: 54%;
    font-size: 12px;
    padding: 10px 0;
    margin-top: 10px;
  }
}

.btn-partial-line {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-bottom: solid 1px #666;
  border-left: solid 1px #666;
  color: #666;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-partial-line:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

.room a:first-child {
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .room a:first-child {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #000;
    width: 80%;
    margin: 80px auto 25px;
    font-size: 16px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .room a:first-child {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #000;
    width: 340px;
    margin: 100px auto 25px;
    font-size: 16px;
    padding: 10px 0;
  }
}

.room a:first-child span {
  font-weight: bold;
}

.copy {
  width: 150px;
  margin: 100px auto;
}

@media screen and (max-width: 768px) {
  .copy {
    width: 30%;
  }
}

.brandLink {
  margin-top: 65px;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .brandLink {
    width: 100%;
  }
}

.brandLink ul {
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .brandLink ul {
    width: 90%;
  }
}

.brandLink ul li {
  width: calc(100% / 6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .brandLink ul li {
    width: calc(100% / 3);
  }
}

.brandLink ul li a {
  display: table;
  line-height: 1.5;
  text-decoration: none;
}

.brandLink ul li a span.brandImg {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  position: relative;
}

.brandLink ul li a span.brandImg img {
  width: 100%;
}

.brandLink ul li a span.brandImg p {
  position: absolute;
  bottom: -12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f5c704;
  width: 50%;
  border: 1px solid #f5c704;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .brandLink ul li a span.brandImg p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .brandLink ul li a span.brandImg p {
    font-size: 10px;
  }
}

.brandLink ul li a span.brandName {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  font-size: 14px;
  color: #444;
}

.brandLink ul li a span.brandName span {
  font-size: 10px;
}

.brandLink ul li a span.brandConcept {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  font-size: 14px;
  color: #f5c704;
}

.brandLink ul li a span.brandArrow {
  display: table-cell;
  vertical-align: middle;
  width: 5%;
  font-size: 14px;
  color: #444;
}

.pickuparea {
  position: relative;
}

@media screen and (min-width: 769px) {
  .pickuparea {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pickuparea {
    margin-bottom: 50px;
  }
}

.pickuparea h4 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pickuparea h4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pickuparea h4 {
    margin-bottom: 14px;
  }
}

.pickuparea a.allbtn {
  color: #666;
  margin: 0 auto;
  border: 1px solid #666;
  text-align: center;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .pickuparea a.allbtn {
    width: 280px;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pickuparea a.allbtn {
    width: 40%;
    font-size: 12px;
    padding: 10px 0;
    margin-top: 10px;
  }
}

.pickup {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 768px) {
  .pickup {
    padding: 0 20px;
  }
}

.pickup li, .pickup div {
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pickup li, .pickup div {
    width: 40.25%;
  }
}

@media screen and (min-width: 769px) {
  .pickup li, .pickup div {
    width: 180px;
  }
}

.pickup li a, .pickup div a {
  color: #666;
  text-decoration: none;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .pickup li p.label, .pickup div p.label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .pickup li p img, .pickup div p img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pickup li p img, .pickup div p img {
    margin-bottom: 10px;
  }
}

.pickup li .textOverflow p, .pickup div .textOverflow p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .pickup li .textOverflow p, .pickup div .textOverflow p {
    width: 100% !important;
  }
}

.pickup li span.tt02, .pickup div span.tt02 {
  color: red;
}

.pickup::-webkit-scrollbar {
  display: none;
}

a.scroll-left, a.scroll-right {
  position: absolute;
  top: 143px;
  border: 1px solid #dadada;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  a.scroll-left, a.scroll-right {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #pickuparea07 a.scroll-left, #pickuparea07 a.scroll-right, #pickuparea08 a.scroll-left, #pickuparea08 a.scroll-right {
    top: 196px;
  }
}

a.scroll-left {
  left: 5px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

a.scroll-right {
  right: 5px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

a.scroll-left::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(1px, -3px);
          transform: rotate(-45deg) translate(1px, -3px);
  content: "";
  display: block;
}

a.scroll-right::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-5px, 0px);
          transform: rotate(45deg) translate(-5px, 0px);
  content: "";
  display: block;
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */