@charset "UTF-8";
.ttl small {
  display: block;
  font-size: 5vw;
  margin-bottom: 3vw;
}
.txt span {
  display: block;
  margin-top: 28px;
}
.price {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
#news .sns {
    border-bottom: 1px dotted #cac0ba;
    padding-bottom: 7vw;
}
}
@media screen and (min-width: 768px) {
  h1 {
    height: 300px;
  color:#737373;
 /* text-shadow: 1px 1px 4px #000;*/
  }
  s .price {
    font-size: 20px;
  }
  .ttl .ttl-jp {
    font-size: 40px;
    letter-spacing: 0.38em;
  }
  .ttl small {
    letter-spacing: 0.38em;
    font-size: 35px;
    margin-bottom: 37px;
  }
  .ttl .ttl-en {
    margin-top: 46px;
    letter-spacing: 0.04em;
    margin-left: -13px;
  }
  .txt span {
    margin-top: 34px;
  }
}
/*--------------------------------------
    key
--------------------------------------*/

#key {
  background-image: url('../img/ecuteomiya/key.jpg');
  color: #fff;
  text-align: center;
}
#key .key-catch {
  position: absolute;
  width: 100%;
  font-size: 6.5vw;
  text-align: center;
  bottom: 17vw;
}
@media screen and (min-width: 768px) {
  #key .key-catch {
    font-size: 30px;
    width: auto;
    left: 46px;
    text-align: left;
    letter-spacing: 0.08em;
    bottom: 64px;
  }
}

/*--------------------------------------
  news
--------------------------------------*/
#news .sns li:nth-child(1):after {
  display: none;
}
@media screen and (min-width: 768px) {
  #news {
    margin-top: 110px;
    margin-bottom: 80px;
    position: relative;
  }
  #news:before {
    content: '';
    position: absolute;
    bottom: -81px;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    border: 1px dotted #cbc1bb;
  }
  #news .sns {
    margin-right: 10px;
  }
  #news .sns li:nth-child(1):after {
    display: block;
  }
}

/*--------------------------------------
    lead
--------------------------------------*/
#lead {
  padding: 13vw 0;
}
#lead .row2 {
  margin-top: 10vw;
}
#lead .row2 .photo {
  margin: 0 10% 6vw;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 110px 0 181px;
  }
  #lead .row1 {
    justify-content: space-between;
    align-items: end;
  }
  #lead .row1 .photo {
    margin-right: -32px;
  }
  #lead .row1 h2 {
    margin-left: 37px;
  }
  #lead .row1 h2 i {
    padding-right: 13px;
    margin-bottom: 45px;
  }
  #lead .row1 h2 .ttl-en {
    margin-bottom: 66px;
  }
  #lead .row2 {
    margin-top: 107px;
    justify-content: space-between;
  }
  #lead .row2 .photo {
    margin: 0 0 0 -192px;
  }
  #lead .row2 .txt {
    margin: 54px 20px 0 0px;
  }
}

/*--------------------------------------
    interior
--------------------------------------*/
#interior {
  padding-bottom: 13vw;
}
#interior .content {
  position: relative;
  padding: 14vw 0 8vw 20%;
}
#interior .content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15%;
  width: 30%;
  height: 100%;
  height: 100%;
  background: url('../img/ecuteomiya/interior_deco.jpg') no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
}
#interior .content h2 {
  font-size: 7.2vw;
  text-align: center;
  margin-bottom: 5vw;
  padding-top: 14vw;
  position: relative;
}
#interior .content h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8vw;
  background: url('../img/ecuteomiya/interior_deco2.png') no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #interior {
    padding-bottom: 215px;
  }
  #interior .photo {
    position: absolute;
    right: 0;
    left: calc(50% + 50px);
    height: 540px;
  }
  #interior .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #interior .content {
    padding: 45px 0 81px;
    width: 414px;
    margin-left: 39px;
  }
  #interior .content:before {
    left: -294px;
    width: 207px;
  }
  #interior .content h2 {
    font-size: 30px;
    padding-top: 84px;
    letter-spacing: 0.38em;
    margin-bottom: 58px;
    margin-left: 15px;
  }
  #interior .content h2:before {
    left: -5px;
    height: 47px;
  }
}

/*--------------------------------------
    store
--------------------------------------*/
#store-limited {
  margin-bottom: 12vw;
}
#store-limited .bg {
  background: url('../img/ecuteomiya/store_bg.jpg') repeat;
  padding: 5px;
  position: relative;
}
#store-limited .bg::before,
#store-limited .bg:after {
  border: 2px solid #d13209;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
#store-limited .bg:after {
  border-width: 4px;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
}
#store-limited .bg .inner {
  position: relative;
  padding: 43vw 0px 15vw;
  z-index: 1;
}
#store-limited .bg .inner:before {
  content: '';
  position: absolute;
      top: 7vw;
    left: 6%;
    width: 40vw;
    height: 23vw;
  background: url('../img/ecuteomiya/store_d1_sp.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#store-limited .bg .inner::after {
  content: '';
  position: absolute;
     top: 11vw;
    right: 4%;
    width: 42vw;
    height: 28vw;
  background: url('../img/ecuteomiya/store_d2_sp.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#store-limited .bg .text {
  margin: 10vw 0 9vw;
}
#store-limited .bg .content {
  text-align: center;
}
#store-limited .bg .content h3 {
  font-size: 7vw;
}
#store-limited .bg .content .title {
  color: #c72428;
  margin: 4vw 0;
}
#store-limited .bg .row1 .content {
  padding-top: 38vw;
  position: relative;
  margin-top: 7vw;
  z-index: 1;
}
#store-limited .bg .row1 .content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background: url('../img/ecuteomiya/store_d3.png') no-repeat center center;
  background-size: contain;
}
#store-limited .bg .row2 {
  margin: 10vw 0 12vw;
  gap: 7vw;
}
#store-limited .bg .row2 .store-js {
  margin-right: -8%;
  background: rgba(255, 255, 255, 0.6);
  padding-top: 5vw;
  border-radius: 60px 0 0 60px;
}
#store-limited .bg .row2 .store-js .slick-list {
  padding: 0 70px !important;
}
#store-limited .bg .row2 .store-js .item {
  margin-bottom: -10vw;
}
#store-limited .bg .row2 .store-js .item.active {
  animation: slide_on9 2.5s ease-in-out forwards;
}
#store-limited .bg .row3 {
  gap: 6vw;
  position: relative;
  padding-top: 10vw;
}
#store-limited .bg .row3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #d13209;
}
#store-limited .bg .box {
  margin-top: 6vw;
  padding: 5vw;
  position: relative;
}
#store-limited .bg .box:before,
#store-limited .bg .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 86%;
  height: 100%;
  background: url('../img/ecuteomiya/store_line.png') repeat-x center top, url('../img/ecuteomiya/store_line.png') repeat-x center bottom;
  transform: translateX(-50%);
}
#store-limited .bg .box:after {
  top: 50%;
  left: 0;
  border: none;
  background: url('../img/ecuteomiya/store_line2.png') repeat-y left top, url('../img/ecuteomiya/store_line2.png') repeat-y right top;
  width: 100%;
  height: 86%;
  transform: translateY(-50%);
}


@media screen and (max-width: 767px) {
#store-limited .slick-initialized .slick-slide{
  width: 170px !important;
      padding: 0 15px !important;
}
}
@media screen and (min-width: 768px) {
  #store-limited {
    margin-bottom: 208px;
  }
  #store-limited .bg {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
  }
  #store-limited .bg .wrap {
    max-width: 1200px;
  }
  #store-limited .bg::before {
    border-width: 3px;
    z-index: 1;
  }
  #store-limited .bg:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border-width: 12px;
    z-index: 1;
  }
  #store-limited .bg .inner {
    padding: 238px 30px 141px;
    z-index: unset;
  }
  #store-limited .bg .inner:before {
  background: url('../img/ecuteomiya/store_d1.png') no-repeat center top;
    height: 532px;
    width: 378px;
    left: calc(50% - 604px);
    top: 111px;
    z-index: 1;
  }
  #store-limited .bg .inner:after {
  background: url('../img/ecuteomiya/store_d2.png') no-repeat center top;
    top: 28px;
    right: calc(50% - 604px);
    width: 523px;
    height: 482px;
    z-index: 1;
  }
  #store-limited .bg .ttl {
    margin-left: 14px;
  }
  #store-limited .bg .ttl small {
    letter-spacing: 0.26em;
    margin-left: -8px;
    margin-bottom: 18px;
    font-size: 31px;
  }
  #store-limited .bg .row {
    justify-content: space-between;
  }
  #store-limited .bg .row .photo {
    margin-left: -1px;
  }
  #store-limited .bg .row .photo img {
    width: 100%;
    height: auto;
  }
  #store-limited .bg .row .content h3 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  #store-limited .bg .row .content .title {
    margin: 25px 0 31px 2px;
  }
  #store-limited .bg .row .content .price {
    font-size: 20px;
  }
  #store-limited .bg .text {
    text-align: center;
    margin: 49px 0 120px 8px;
  }
  #store-limited .bg .text span {
    margin-top: 68px;
  }
  #store-limited .bg .row1 {
    gap: 20px;
  }
  #store-limited .bg .row1 .content {
    margin-top: -15px;
    padding-top: 241px;
    margin-right: calc(50% - 489px);
    width: 375px;
    min-width: 375px;
  }
  #store-limited .bg .row1 .content:before {
    width: 100%;
    height: 178px;
  }
  #store-limited .bg .row1 .content h3 {
    margin-right: -14px;
  }
  #store-limited .bg .row2 {
    margin: 40px 0 76px;
    flex-direction: row-reverse;
    position: relative;
    gap: 0;
  }
  #store-limited .bg .row2 .store-js {
    margin-right: calc(50% - 700px);
    width: calc(100% - 514px);
    padding-top: 68px;
    border-radius: 140px 0 0 140px;
    padding-right: 27px;
    background: rgba(255, 255, 255, 0.33);
  }
  #store-limited .bg .row2 .store-js .slick-list {
    padding: 0 calc(50% - 254px) 0 36px !important;
  }
  #store-limited .bg .row2 .store-js .item {
    margin-bottom: 27px;
  }
  #store-limited .bg .row2 .txt {
    text-align: center;
    margin: 48px 0 0 calc(50% - 552px);
    min-width: 524px;
  }
  #store-limited .bg .row3 {
    padding-top: 112px;
    gap: 20px;
    flex-direction: row-reverse;
  }
  #store-limited .bg .row3 .photo {
    height: 415px;
  }
  #store-limited .bg .row3:before {
    left: 50%;
    width: auto;
    width: 100%;
    height: 12px;
    transform: translateX(-50%);
  }
  #store-limited .bg .row3 .txt {
    position: absolute;
    width: 397px;
    top: 320px;
    right: calc(50% - 497px);
  }
  #store-limited .bg .row3 .content {
    text-align: left;
    padding-top: 30px;
    margin-right: calc(50% - 510px);
    width: 412px;
    min-width: 412px;
  }
  #store-limited .bg .row3 .content h3 {
    letter-spacing: 0.27em;
  }
  #store-limited .bg .row3 .content .title {
    margin-bottom: 26px;
  }
  #store-limited .bg .row3 .content .price {
    margin-left: 4px;
    letter-spacing: 0.06em;
  }
  #store-limited .bg .box {
    text-align: center;
    padding: 39px 0 50px 5px;
    max-width: 100%;
    width: 1000px;
    margin: 56px auto 0;
  }
  #store-limited .bg .box:after {
    width: auto;
    left: 27px;
    right: 27px;
    height: 80%;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  #store-limited .bg .row3 .txt,
  #store-limited .bg .row1 .txt {
    right: 11px;
  }
  #store-limited .bg .row3 .content,
  #store-limited .bg .row1 .content {
    margin-right: 0;
  }
}
@media (max-width: 1417px) and (min-width: 768px) {
  #store-limited .bg .row2 .store-js {
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #store-limited .bg .row2 {
    align-items: center;
  }
  #store-limited .bg .row2 .store-js {
    width: calc(100% - 454px);
  }
  #store-limited .bg .row2 .store-js .item {
    width: 200px !important;
  }
  #store-limited .bg .row2 .store-js .slick-list {
    padding-right: 70px !important;
  }
  #store-limited .bg .row2 .store-js .item img {
    width: 100%;
    height: auto;
  }
  #store-limited .bg .row2 .txt {
    margin-right: -40px;
    margin-left: 0;
  }
}

@keyframes slide_on9 {
  0%,
  100% {
    transform: rotate(0);
    transform-origin: left bottom;
  }
  22% {
    transform: rotate(7.5deg);
    transform-origin: right bottom;
  }
  44% {
    transform: rotate(-7.5deg);
    transform-origin: left bottom;
  }
  66% {
    transform: rotate(3.75deg);
    transform-origin: right bottom;
  }
  77% {
    transform: rotate(-1.875deg);
    transform-origin: left bottom;
  }
  88% {
    transform: rotate(0.9375deg);
    transform-origin: right bottom;
  }
}
/*--------------------------------------
  product
--------------------------------------*/
@media screen and (min-width: 768px) {
  #product .product2 {
    margin-bottom: 198px;
  }
}

/*--------------------------------------
    lineup
--------------------------------------*/
#lineup {
  margin-bottom: 12vw;
}
#lineup h2 {
  color: #c72428;
}
#lineup h2:before {
  background: url('../img/index/logo_red.png') no-repeat center top;
  background-size: contain;
}
#lineup .lineup-js .slick-dots li:nth-child(1) {
  margin-left: 10vw;
}
#lineup .lineup-js .slick-dots li:nth-child(4) {
  margin-right: 10vw;
}
#lineup .lineup-js .slick-dots li:nth-child(5) {
  margin-right: 0;
}
#lineup .lineup-js .slick-dots li:nth-child(6) button {
  background: url('../img/baked/lineup_js8.jpg') no-repeat center top;
  background-size: cover;
}
#lineup .lineup-js .slick-dots li:nth-child(7) button {
  background: url('../img/baked/lineup_js9.jpg') no-repeat center top;
  background-size: cover;
}
#lineup .lineup-js .slick-dots li:nth-child(8) button {
  background: url('../img/baked/lineup_js10.jpg') no-repeat center top;
  background-size: cover;
}
#lineup .lineup-js .slick-dots li:nth-child(9) button {
  background: url('../img/baked/lineup_js11.jpg') no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #lineup .lineup-js .slick-dots {
    left: calc(50% - 470px);
    width: 545px;
    align-items: start;
    bottom: 104px;
  }
  #lineup .lineup-js .slick-dots li:nth-child(1) {
    margin-left: 0;
  }
  #lineup .lineup-js .slick-dots li:nth-child(4) {
    margin-right: 0;
  }
  #lineup .lineup-js .slick-dots li:nth-child(5) {
    margin-left: 38px;
  }
  #lineup .lineup-js .slick-dots li:nth-child(9) {
    margin-left: -1px;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  #lineup .lineup-js .slick-dots {
    bottom: 0;
    width: 425px;
  }
  #lineup .lineup-js .slick-dots li:nth-child(7) {
    margin-left: 90px;
  }
}
/*--------------------------------------
    scene
--------------------------------------*/
#scene .bg {
  background: url('../img/ecuteomiya/scene_bg.jpg') repeat;
  padding: 14vw 0;
}
#scene .row1 {
  gap: 8vw;
}
#scene .row1 .ttl {
  position: relative;
  margin-bottom: -40vw;
  z-index: 2;
}
#scene .row1 .ttl-jp {
  color: #292929;
  margin-left: auto;
  margin-right: 10%;
  height: 56vw;
}
#scene .row1 .ttl-en {
  position: absolute;
  right: 25%;
  font-weight: 600;
  top: 5%;
}
#scene .row1 ul {
  font-family: '游明朝', YuMincho;
  font-weight: 600;
  color: #fff;
  margin-bottom: 7vw;
}
#scene .row1 ul li {
  background: #c9543d;
  text-align: center;
  font-size: 5vw;
  border-radius: 50%;
  display: inline-block;
  width: 49%;
  height: 43vw;
  padding-top: 10vw;
  box-sizing: border-box;
}
#scene .row1 ul li:nth-child(1) {
  line-height: 41vw;
  padding-top: 0;
  display: table;
  margin: 0 auto;
}
#scene .row2 {
  margin-top: 12vw;
  background: url('../img/ecuteomiya/scene_bg2.jpg') repeat;
  padding-bottom: 8vw;
}
#scene .row2 h3 {
  font-size: 6vw;
  margin: 5vw 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #scene .wrap {
    width: calc(100% - 40px);
  }
  #scene .bg {
    padding: 100px 0 110px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #scene .row1 {
    justify-content: space-between;
    gap: 20px;
  }
  #scene .row1 .left {
    margin-left: -100px;
  }
  #scene .row1 .ttl {
    margin-bottom: -99px;
  }
  #scene .row1 .ttl-jp {
    height: 287px;
    width: 60px;
    margin-right: 54px;
    letter-spacing: 0.4em;
    text-align: left;
  }
  #scene .row1 .ttl-en {
    right: 133px;
    margin: 0;
    top: 36.5%;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  #scene .row1 ul {
    width: 447px;
    margin: 10px -34px 51px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #scene .row1 ul li {
    width: 199px;
    height: 199px;
    font-size: 21px;
    line-height: 39px;
    padding-top: 41px;
  }
  #scene .row1 ul li:nth-child(1) {
    margin: 0 124px;
    line-height: 199px;
  }
  #scene .row1 ul li:nth-child(3) {
    margin-left: 43px;
    padding-top: 60px;
    line-height: 27px;
  }
  #scene .row1 .txt {
    width: 388px;
    margin-left: auto;
  }
  #scene .row2 {
    flex-direction: row-reverse;
    margin: 100px -50px 0;
    padding-bottom: 0;
  }
  #scene .row2 .content {
    text-align: center;
    width: 100%;
    padding-left: 8px;
  }
  #scene .row2 .content h3 {
    font-size: 31px;
    margin: 70px 0 43px 0px;
    letter-spacing: 0.28em;
  }
  #scene .row2 .content .txt {
    width: 410px;
    margin: 0 auto;
  }
}

/*--------------------------------------
    info
--------------------------------------*/
#info {
  padding: 13vw 0;
}
#info .insta {
  width: 30px;
  margin: 7vw auto;
}
#info .insta img {
  filter: invert(1);
}
#info .main {
  margin-bottom: 10vw;
}
#info .main dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  border-bottom: 1px dotted #9e9e9e;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#info .main dl:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 110px;
  height: 1px;
  background: #000;
}
#info .main dl dt {
  width: 110px;
}
#info .main dl dd {
  overflow-wrap: break-word;
  width: calc(100% - 110px);
}
@media screen and (min-width: 768px) {
  #info {
    padding: 202px 0 123px;
  }
  #info .wrap {
    max-width: 1400px;
  }
  #info .ttl i {
    margin-bottom: 39px;
  }
  #info .ttl-jp {
    margin-left: 8px;
  }
  #info .ttl-en {
    margin: 40px 0 101px 0;
  }
  #info .insta {
    margin: 36px auto 42px;
  }
  #info .main {
    line-height: 26px;
    width: 890px;
    margin: 0 auto 134px;
  }
  #info .main dl {
    letter-spacing: 0.08em;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  #info .main dl:before {
    width: 228px;
  }
  #info .main dl dt {
    padding-left: 24px;
    width: 288px;
  }
  #info .row img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------
    gmap
--------------------------------------*/
#gmap .g-map iframe {
  width: 100%;
  height: 480px;
}
#gmap .btn-link {
  margin-top: 4vw;
  text-align: center;
  justify-content: center;
}
#gmap .btn2 {
  text-align: center;
}
#gmap .wrap{
      margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  #gmap .wrap {
        margin: 0 auto 90px;
        max-width: calc(100% - 180px);
    width: calc(100% - 180px);
  }
  #gmap .g-map iframe {
    height: 550px;
  }
  #gmap .btn-link {
    margin-top: 56px;
    width: 405px;
    height: 90px;
    font-size: 20px;
    letter-spacing: 0.4em;
    padding: 3px 0 0 5px;
  }
  #gmap .btn-link:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  #gmap .btn2 {
    margin: 15px 0 0 0;
    font-size: 16px;
  }
  #gmap .btn2 a:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=ecuteomiya.css.map */
