@charset "UTF-8";
/* Scss Document */
ul {
  list-style: none;
  padding: 0;
}

.wrapper {
  background: #fff;
}
@media screen and (max-width: 999px) {
  .wrapper {
    padding: 0 0 1vw;
  }
}

.mainvisual {
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../img/amicosnapshots/bg.jpg) no-repeat center/100% 100%;
  margin: 0 0 60px;
}
@media screen and (max-width: 999px) {
  .mainvisual {
    margin: 0 0 10vw;
    height: 138.4vw;
    background: url(../img/amicosnapshots/bg-sp.jpg) no-repeat center/cover;
  }
}
.mainvisual .container {
  position: relative;
  height: 100%;
}
.mainvisual .container h2 {
  position: absolute;
  right: -109px;
  z-index: 20;
  padding: 0;
  top: 60px;
}
@media screen and (max-width: 999px) {
  .mainvisual .container h2 {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 16.4vw;
    margin: 0;
  }
}
.mainvisual .container h2.en {
  top: 64px;
  right: -86px;
}
@media screen and (max-width: 999px) {
  .mainvisual .container h2.en {
    top: auto;
    right: auto;
    bottom: 15.9vw;
  }
}
@media screen and (max-width: 999px) {
  .mainvisual .container h2 img {
    height: auto;
    width: 100%;
  }
}
.mainvisual .amico {
  width: 644px;
  height: 455px;
  background: url(../img/amicosnapshots/img-main.png) no-repeat left top/auto 100%;
  position: absolute;
  left: -127px;
  top: 23px;
  z-index: 20;
}
@media screen and (max-width: 999px) {
  .mainvisual .amico {
    width: 93.3vw;
    height: 66vw;
    right: auto;
    left: -1.7vw;
    bottom: 0;
    top: 11.1vw;
    background: url(../img/amicosnapshots/img-main.png) no-repeat left top/100% auto;
  }
}
.mainvisual .bg01 {
  width: 413px;
  height: 273px;
  background: url(../img/amicosnapshots/bg-left-top.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 999px) {
  .mainvisual .bg01 {
    width: 55.1vw;
    height: 36.4vw;
  }
}
.mainvisual .bg02 {
  width: 352px;
  height: 167px;
  background: url(../img/amicosnapshots/bg-right-bottom.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .mainvisual .bg02 {
    width: 46.9vw;
    height: 22.3vw;
  }
}

.tab-wrapper {
  padding: 0 0 30px;
}
@media screen and (max-width: 999px) {
  .tab-wrapper {
    padding: 0;
    margin: 0 0 5vw;
  }
}
.tab-wrapper .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 60px;
  width: 1024px;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .btn-area {
    padding: 0 0 5vw;
    width: 90vw;
  }
}
.tab-wrapper .tab-panel {
  display: none;
}
.tab-wrapper .tab-panel.active {
  display: block;
}
.tab-wrapper .tab-btn {
  text-align: center;
  width: 505px;
  border-bottom: solid 5px #808080;
  margin: 0;
  height: 55px;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn {
    text-align: center;
    width: 43vw;
    height: 11vw;
    border-bottom: solid 5px #808080;
  }
}
.tab-wrapper .tab-btn:after {
  content: "▼";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  color: #808080;
  bottom: -21px;
  font-size: 16px;
  text-indent: 0;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn:after {
    left: calc(50% - 1vw);
    bottom: -4vw;
    font-size: 2vw;
  }
}
.tab-wrapper .tab-btn:first-child {
  background: url("../img/amicosnapshots/tab01-off.png") no-repeat center bottom;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn:first-child {
    background: url("../img/amicosnapshots/tab01-off.png") no-repeat center bottom/60% auto;
  }
}
.tab-wrapper .tab-btn:last-child {
  background: url("../img/amicosnapshots/tab02-off.png") no-repeat center bottom;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn:last-child {
    background: url("../img/amicosnapshots/tab02-off.png") no-repeat center bottom/53% auto;
  }
}
.tab-wrapper .tab-btn.active {
  border-bottom: solid 5px #ec7700;
}
.tab-wrapper .tab-btn.active:after {
  color: #ec7700;
}
.tab-wrapper .tab-btn.active:first-child {
  background: url("../img/amicosnapshots/tab01-on.png") no-repeat center bottom;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn.active:first-child {
    background: url("../img/amicosnapshots/tab01-on.png") no-repeat center bottom/60% auto;
  }
}
.tab-wrapper .tab-btn.active:last-child {
  background: url("../img/amicosnapshots/tab02-on.png") no-repeat center bottom;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn.active:last-child {
    background: url("../img/amicosnapshots/tab02-on.png") no-repeat center bottom/53% auto;
  }
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn img {
    width: auto;
    height: 6vw;
  }
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-btn.en img {
    height: 4.5vw;
  }
}
.tab-wrapper .tab-txt {
  width: 100%;
  text-align: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 999px) {
  .tab-wrapper .tab-txt {
    margin: 0 0 5vw;
  }
}

.user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 20px 15px;
  border-bottom: solid 1px #eee;
  padding: 0 0 15px;
}
@media screen and (max-width: 999px) {
  .user-area {
    margin: 3vw 3vw 1.5vw;
    padding: 0 0 1.5vw;
  }
}
.user-area .icon-area {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .user-area .icon-area {
    width: 10vw;
    height: 10vw;
  }
}
.user-area .icon-area img {
  width: 100%;
  height: 100%;
}
.user-area .user-name {
  line-height: 1.2;
  margin: 0 0 0 1em;
  width: calc(100% - 40px - 1em);
}
@media screen and (max-width: 999px) {
  .user-area .user-name {
    font-size: 2.5vw;
    margin: 0 0 0 1.5vw;
    width: calc(100% - 10vw - 1em);
  }
}

.meme-txt {
  margin: 0 20px 0;
  padding: 0;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .meme-txt {
    margin: 0 3vw 0;
    padding: 0;
    font-size: 3vw;
  }
}

.special-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .special-wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.special-wrapper:after {
  width: 30%;
  height: 0;
  display: block;
  content: "";
}
.special-wrapper .special-list {
  margin: 0 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  /* ギャラリー用 */
}
@media screen and (max-width: 1199px) {
  .special-wrapper .special-list {
    width: calc((100vw - 180px) / 3);
  }
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list {
    width: 42.5vw;
    margin: 0 0 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .special-wrapper .special-list:nth-child(2n) {
    width: calc((100vw - 180px) / 3);
  }
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list:nth-child(2n) {
    width: 42.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .special-wrapper .special-list:nth-child(3n) {
    width: calc((100vw - 180px) / 3);
  }
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list:nth-child(3n) {
    width: 42.5vw;
  }
}
.special-wrapper .special-list .new {
  content: "";
  width: 150px;
  height: 150px;
  background: #ee7700;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  left: -85px;
  top: -80px;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .new {
    width: 35vw;
    height: 30vw;
    left: -22vw;
    top: -22vw;
  }
}
.special-wrapper .special-list .new:after {
  content: "NEW";
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 10;
  display: block;
  position: absolute;
  left: 115px;
  top: 60px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .new:after {
    left: 29vw;
    top: 14vw;
    font-size: 3vw;
  }
}
.special-wrapper .special-list h3 {
  margin: 0 30px;
  padding: 0 0 20px;
  font-size: 1.25em;
  text-align: left;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list h3 {
    margin: 0 3vw;
    padding: 0 0 3vw;
    font-size: 4vw;
  }
}
.special-wrapper .special-list .img-area {
  width: 321px;
  height: 321px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/bg_blank.png");
  margin: 0 0 30px;
}
@media screen and (max-width: 1199px) {
  .special-wrapper .special-list .img-area {
    width: calc((100vw - 180px) / 3);
    height: calc((100vw - 180px) / 3);
    margin: 0 0 3vw;
  }
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .img-area {
    width: 42.5vw;
    height: 42.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .special-wrapper .special-list .img-area img {
    width: 100%;
    height: auto;
  }
}
.special-wrapper .special-list .size {
  color: #808080;
  margin: 0 30px;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .size {
    margin: 0 3vw;
    font-size: 3vw;
  }
}
.special-wrapper .special-list .price {
  color: #ee7700;
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 30px 20px;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .price {
    margin: 0 3vw 2vw;
    font-size: 5vw;
  }
}
.special-wrapper .special-list .price span {
  font-size: 0.66em;
}
.special-wrapper .special-list .button {
  background: #ee7700 url(../img/bg_header.png);
  background-size: 30px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 3em;
  border-radius: 5px;
  font-weight: bold;
  width: calc(100% - 60px);
  margin: auto 30px 30px;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .button {
    width: calc(100% - 6vw);
    margin: auto 3vw 3vw;
    font-size: 3vw;
  }
}
.special-wrapper .special-list .txt-area {
  margin: 30px;
  padding: 0 0 calc(5em - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list .txt-area {
    margin: 3vw;
  }
}
.special-wrapper .special-list.gallery {
  width: calc(50% - 15px);
}
@media screen and (max-width: 999px) {
  .special-wrapper .special-list.gallery {
    width: 42.5vw;
  }
}
.special-wrapper .special-list.gallery .img-area {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin: 0;
  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;
  /*a{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	left: 0;
  	top: 0;
  }*/
}
.special-wrapper .special-list.gallery .img-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.special-wrapper .special-list.gallery .img-area > img:hover {
  -webkit-transform: inherit;
          transform: inherit;
}

.modaal-overlay {
  z-index: 1500;
}

.modaal-container {
  background: transparent;
}

.modaal-content-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}
.modaal-content-container video {
  max-width: 100%;
  height: auto;
}

.modaal-fullscreen .modaal-close {
  background: transparent;
}

#modaal-gallery-prev {
  position: fixed;
  left: 0;
}

#modaal-gallery-next {
  position: fixed;
  right: 0;
  left: auto;
}