@charset "utf-8";

@media screen and (min-width: 769px) {
  #header {
    height: 115px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%; } }

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h2,
.illust {
  text-align: center;
  font-weight: normal;
  font-size: 18px; }
  @media screen and (min-width: 769px) {
    h2,
    .illust {
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .content-asset h2,
    .content-asset .illust {
      margin-bottom: 25px;
      margin-left: -22px;
      margin-right: -22px; } }

h3 {
  font-weight: normal;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    h3 {
      margin-top: 20px; } }

.caption {
  text-align: right !important;
  font-size: 10px; }
  @media screen and (min-width: 769px) {
    .caption {
      color: #646464;
      margin-top: 4px !important;
      line-height: 1.5em; } }
  @media screen and (max-width: 768px) {
    .caption {
      color: #969696;
      margin-top: 5px !important;
      line-height: 1.5em; } }

.btn-line {
  border-top: 1px solid #555555;
  padding: 15px 12px;
  display: block;
  position: relative;
  line-height: 1; }
  .btn-line:after {
    position: absolute;
    top: 15px;
    right: 9px;
    content: url("../images/common/menu_arrow.png"); }
  @media screen and (max-width: 768px) {
    .btn-line:after {
      content: "";
      width: 11px;
      height: 6px;
      position: absolute;
      top: 18px;
      right: 10px;
      background: url("../images/common/sp/menu_arrow.png");
      background-size: 11px 6px; } }

@media screen and (max-width: 768px) {
  .opened a:after {
    content: "";
    width: 11px;
    height: 6px;
    position: absolute;
    top: 18px;
    right: 10px;
    background: url("../images/common/sp/menu_arrow.png");
    background-size: 11px 6px;
    transform: rotateX(180deg); } }

/*toggle reset */
.toggle dt {
  padding: 0;
  position: relative; }

.toggle dt:after {
  content: ""; }

.toggle dt.opened:after {
  content: ""; }

.toggle dd {
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .toggle dd {
      display: block; } }

.bnr {
  display: block; }
  @media screen and (min-width: 769px) {
    .bnr {
      margin-top: 31px;
      cursor: pointer; } }
  @media screen and (max-width: 768px) {
    .bnr {
      margin-top: 25px; } }
  .bnr .photo {
    float: left; }
    @media screen and (min-width: 769px) {
      .bnr .photo {
        width: 226px !important; } }
    @media screen and (max-width: 768px) {
      .bnr .photo {
        width: 50%; } }
  .bnr .txt {
    float: left; }
    @media screen and (min-width: 769px) {
      .bnr .txt {
        width: 209px;
        padding-top: 30px;
        padding-left: 37px;
        padding-right: 23px; } }
    @media screen and (max-width: 768px) {
      .bnr .txt {
        width: 50%;
        padding: 0 0 0 7%; } }
    .bnr .txt p {
      text-align: right !important; }
      @media screen and (min-width: 769px) {
        .bnr .txt p {
          margin-top: 0; } }
      @media screen and (max-width: 768px) {
        .bnr .txt p {
          margin-top: 20px; } }
      @media screen and (min-width: 769px) {
        .bnr .txt p:last-child {
          margin-top: 21px;
          text-align: center !important; } }
      @media screen and (max-width: 768px) {
        .bnr .txt p:last-child {
          margin-top: 10px;
          text-align: center !important; } }
      .bnr .txt p:last-child:after {
        content: ">";
        margin-left: 5px; }
  .bnr .sp img {
    margin: 0; }
  .bnr:after {
    content: '';
    display: block;
    clear: both; }

/*
 * 共通
 */
.idea-contents {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  padding: 50px 7px 0;
  letter-spacing: 0.4px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
/* ヘッダー */
.idea-contents .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: inherit;
  height: 50px;
  margin: 0 -7px;
  padding: 0 7px;
  background-color: #fff;
}
.idea-contents .header.fixed {
  position: fixed;
  top: 115px;
  z-index: 10;
}
.idea-contents .header h2 {
  /*overflow: hidden;
  text-indent: 100%;*/
  margin: 0 0 0 3px;
  background: no-repeat 0 0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 26px;
  color: #5a5a5a;
  opacity: 0.8;
}
.idea-contents .header h2 span {
  font-size: 22px;
  font-weight: 500;
  opacity: 1;
  position: relative;
  top: -2px;
}
.idea-contents .header .instagram {
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.idea-contents .header .instagram a {
  display: block;
  min-height: 22px;
  padding-left: 30px;
  background: url(../img/idea/icon_instagram.svg) no-repeat 0 50%;
  background-size: 22px 22px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .2s ease;
}
.idea-contents .header .instagram a:hover {
  opacity: 0.5;
}
/* 本文 */
.idea-contents .sec {
  position: relative;
  min-height: 415px;
  margin: 10px 0 100px;
  padding-left: 450px;
  letter-spacing: 0.8px;
}
.idea-contents .sec h3 {
  margin: 0 0 25px;
  font-size: 20px;
}
.idea-contents .sec h3 span.img img {
  position: absolute;
  top: 5px;
  left: 0;
}
.idea-contents .sec p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
/* プロフィール */
.idea-contents .profile {
  min-height: 273px;
  padding-left: 310px;
}
.idea-contents .profile h3 span.sub {
  display: block;
  margin-bottom: 22px;
  font-size: 14px;
}
.idea-contents .profile h3 span.img img {
  top: 3px;
}
/* ルミネ有楽町 */
.idea-contents #shop-ly {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 449px;
  margin-bottom: 30px;
  padding: 35px 0 0 450px;
  border-top: 1px solid #323232;
}
.idea-contents #shop-ly h3 {
  margin: 0 0 25px;
  font-size: 20px;
}
.idea-contents #shop-ly p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.idea-contents #shop-ly p .address {
  color: #969696;
}
.idea-contents #shop-ly .images:not(.slick-initialized) > div {
  position: absolute;
  top: 39px;
  left: 0;
}
.idea-contents #shop-ly .slick-slider {
  position: static;
  margin: 58px 0 0;
}
.idea-contents #shop-ly .slick-list {
  overflow: hidden;
  position: absolute;
  top: 39px;
  left: 0;
  width: 410px;
  height: 410px;
}
.idea-contents #shop-ly .slick-dots {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
.idea-contents #shop-ly .slick-dots li {
  width: 100px;
  height: 100px;
  margin: 0 0 0 11px;
  opacity: 1;
  transition: opacity .2s ease;
  cursor: pointer;
}
.idea-contents #shop-ly .slick-dots li:nth-child(5n+1) {
  margin-left: 0;
}
.idea-contents #shop-ly .slick-dots li:hover,
.idea-contents #shop-ly .slick-dots li.slick-active {
  opacity: 0.5;
}
.idea-contents #shop-ly .slick-dots li.slick-active {
  cursor: default;
}
.idea-contents #shop-ly .slick-dots li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .idea-contents .header h2 {
    font-size: 18px;
  }
  .idea-contents .header h2  span {
    font-size: 16px;
  }
  .idea-contents {
    max-width: none;
    padding: 55px 0 0;
  }
  /* ヘッダー */
  .idea-contents .header {
    height: 55px;
    margin: 0;
    padding: 0 22px;
  }
  .idea-contents .header.fixed {
    top: 60px;
  }
  .idea-contents .header h2 {
    margin-left: 0;
  }
  .idea-contents .header .instagram a {
    width: 23px;
    height: 23px;
    min-height: 0;
    padding-left: 0;
    background-size: 23px 23px;
    transition: none;
  }
  .idea-contents .header .instagram a:hover {
    opacity: 1;
  }
  .idea-contents .header .instagram a span {
    display: none;
  }
  /* 本文 */
  .idea-contents .sec {
    min-height: 0;
    margin: 0 0 50px;
    padding: 0 22px;
  }
  .idea-contents .sec h3 {
    margin-bottom: 17px;
    font-size: 17px;
    font-size: 4.53vw;
  }
  .idea-contents .sec h3 span.img {
    display: block;
    margin: 0 -22px 28px;
  }
  .idea-contents .sec h3 span.img img {
    position: static;
  }
  .idea-contents .sec p {
    font-size: 14px;
    font-size: 3.73vw; 
    line-height: 1.9;
  }
  /* プロフィール */
  .idea-contents .profile {
    min-height: 0;
    padding: 0 22px;
  }
  .idea-contents .profile h3 span.sub {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 3.73vw; 
  }
  /* ルミネ有楽町 */
  .idea-contents #shop-ly {
    min-height: 0;
    margin-top: 50px;
    padding: 0;
    border-top: none;
  }
  .idea-contents #shop-ly > div {
    padding: 0 22px;
  }
  .idea-contents #shop-ly h3 {
    margin: 28px 0 15px;
    font-size: 17px;
    font-size: 4.53vw;
  }
  .idea-contents #shop-ly p {
    font-size: 14px;
    font-size: 3.73vw;
    line-height: 1.9;
    letter-spacing: 0;
  }
  .idea-contents #shop-ly p .address {
    display: block;
    padding-top: 28px;
  }
  .idea-contents #shop-ly .images {
    -webkit-order: -1;
    order: -1;
    padding: 0;
  }
  .idea-contents #shop-ly .images:not(.slick-initialized) > div {
    top: 0;
  }
  .idea-contents #shop-ly .slick-slider {
    margin: 0;
  }
  .idea-contents #shop-ly .slick-list {
    position: static;
    width: auto;
    height: auto;
  }
  .idea-contents #shop-ly .slick-dots {
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 8%;
  }
  .idea-contents #shop-ly .slick-dots li {
    width: 16%;
    height: auto;
    margin: 0 1.1% !important;
    padding: 0;
  }
  .idea-contents #shop-ly .slick-dots li:hover {
    opacity: 1;
  }
}

/* フッターページナビ */
ul.idea-pagenav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 14px 30px;
  border: 1px solid #555;
  border-width: 1px 0;
}
ul.idea-pagenav li {
  width: 33.3%;
  color: #9e9e96;
  text-align: center;
}
ul.idea-pagenav li:first-child {
  text-align: left;
}
ul.idea-pagenav li:last-child {
  text-align: right;
}
ul.idea-pagenav li a {
  color: #000;
  font-size: 12px;
}
ul.idea-pagenav li a:hover {
  text-decoration: none;
}
ul.idea-pagenav li:first-child .arrow:before {
  content: "←";
}
ul.idea-pagenav li:last-child .arrow:after {
  content: "→";
}
@media screen and (min-width: 769px) {
  ul.idea-pagenav {
    max-width: 996px;
    margin: 38px auto 56px;
  }
  .idea-contents ul.idea-pagenav {
    margin-top: 66px;
  }
  ul.idea-pagenav li:first-child .arrow:before {
    margin-right: 8px;
  }
  ul.idea-pagenav li:last-child .arrow:after {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  ul.idea-pagenav {
    margin: 0 auto 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .idea-contents ul.idea-pagenav {
    margin: 50px 22px 30px;
  }
  ul.idea-pagenav li {
    position: relative;
    font-size: 12px;
    text-align: center !important;
  }
  ul.idea-pagenav li:first-child .arrow:before {
    position: absolute;
    left: 20px;
  }
  ul.idea-pagenav li:nth-child(2) {
    border: 1px solid #555;
    border-width: 0 1px;
  }
  ul.idea-pagenav li:last-child .arrow:after {
    position: absolute;
    right: 20px;
  }
}