:root {
  --main-color: #eae6e0;
}

@media screen and (min-width: 767px) {
  .sp5 {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp5 {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

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

.scroll-in {
  opacity: 0;
  transform: translateY(15px);
  transition: .5s ease;
}

.scroll-in.show {
  opacity: 1;
  transform: none;
}

body {
  opacity: 0;
  visibility: hidden;
}

body.loaded {
  opacity: 1;
  visibility: visible;
  transition: .3s ease;
}

.g-container {
  overflow: hidden;
}

.g-container .ua-logo {
  padding: 22px 0;
}

.g-container .ua-logo a {
  display: block;
  width: 279px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .g-container .ua-logo a {
    width: 74.4%;
    max-width: 279px;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.container .main-visual-wrapper .main-visual {
  opacity: 0;
}

@media screen and (max-width: 767px) {
.container .main-visual-wrapper .main-visual {
width: 92%;
margin: 0 auto;
}
.container .main-visual-wrapper .lead {
	width:92%;
  opacity: 0;
  text-align: center;
  line-height: 1.92857;
  margin: 35px auto 0;
}
}

.container .main-visual-wrapper .lead {
  opacity: 0;
  text-align: center;
  line-height: 1.92857;
  margin-top: 35px;
}


.container .main-visual-wrapper.show .main-visual {
  opacity: 1;
  transition: 1s cubic-bezier(0.545, 0.08, 0.52, 0.975) 0.5s;
}

.container .main-visual-wrapper.show .lead {
  opacity: 1;
  transition: 0.7s cubic-bezier(0.545, 0.08, 0.52, 0.975) 0.6s;
}

.container .anchor-list {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .container .anchor-list {
    width: 92%;
    margin: 0 auto;
    margin-top: 37.5px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.container .anchor-list li {
  width: 24.31818%;
  margin-right: 0.90909%;
}

@media screen and (max-width: 767px) {
  .container .anchor-list li {
    width: 48.55072%;
    margin: 0;
    margin-top: 3.62319%;
    margin-right: 2.89855%;
  }
}

@media screen and (min-width: 767px) {
  .container .anchor-list li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container .anchor-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container .anchor-list li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.container .anchor-list li a {
  display: block;
  height: 100%;
  border: var(--main-color) 1px solid;
  text-align: center;
  padding: 13px 0;
  position: relative;
  transition: .3s ease;
}

@media screen and (max-width: 767px) {
  .container .anchor-list li a {
    font-size: 1.2rem;
  }
}

.container .anchor-list li a:hover {
  background: var(--main-color);
}

.container .anchor-list li a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.container .item-wrapper {
  padding-top: 75px;
  padding-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper {
    padding-bottom: 61px;
  }
}

.container .item-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper:before {
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.container .item-wrapper:first-of-type:before {
  display: none;
}

.container .item-wrapper .sec-title {
  font-size: 1.2rem;
  text-align: center;
}

.container .item-wrapper .sec-title .index {
  margin-bottom: 18px;
}

.container .item-wrapper .sec-title .head {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.container .item-wrapper .sec-title .subhead {
  font-size: 1.2rem;
  margin-top: 8px;
}

.container .item-wrapper .sec-lead {
  text-align: center;
  line-height: 1.92857;
  margin-top: 35px;
  font-size: 1.2rem;
}

.container .item-wrapper .picture {
  text-align: center;
  line-height: 1.92857;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
.container .item-wrapper .picture img {
    width: 92%;
    margin:0 auto 25px;
  }
}

.container .item-wrapper .video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .video {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.container .item-wrapper .video.yt-video {
  height: 0;
  padding-top: 56.25%;
}

.container .item-wrapper .video.yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .item-wrapper .video video {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  z-index: 1;
}

@media screen and (min-width: 767px) {
  .container .item-wrapper .video + .item-list li:nth-of-type(-n+4) {
    margin-top: 0;
  }
}

.container .item-wrapper .slider {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .slider {
    margin-top: 30px;
    margin-bottom: 57.5px;
  }
}

.container .item-wrapper .slider .slide {
  cursor: pointer;
}

.container .item-wrapper .slider .slick-dots {
  bottom: -17.5px;
}

.container .item-wrapper .slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  margin-right: 10px;
}

.container .item-wrapper .slider .slick-dots li.slick-active button {
  background: #000;
}

.container .item-wrapper .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: var(--main-color);
  border-radius: 50%;
}

.container .item-wrapper .slider .slick-dots li button:before {
  display: none;
}

.container .item-wrapper .slider .slick-dots li:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .container .item-wrapper .slider + .item-list li:nth-of-type(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .slider + .item-list li:first-of-type {
    margin-top: 0;
  }
}

.container .item-wrapper .panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .panel {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .container .item-wrapper .panel + .item-list li:nth-of-type(-n+4) {
    margin-top: 0;
  }
}

.container .item-wrapper .item-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list {
    width: 92%;
    margin: auto;
  }
}

.container .item-wrapper .item-list li {
  position: relative;
  width: 24.31818%;
  margin-right: 0.90909%;
  margin-top: 3.63636%;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li {
    width: 47.10145%;
    margin-right: 5.7971%;
    margin-top: 11.5942%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .container .item-wrapper .item-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.container .item-wrapper .item-list li .ph a {
  display: block;
  overflow: hidden;
}

.container .item-wrapper .item-list li .ph a img {
  transition: .75s ease;
}

.container .item-wrapper .item-list li .ph a:hover {
  cursor: pointer;
}

.container .item-wrapper .item-list li .ph a:hover img {
  transform: scale(1.07);
  transition: .4s ease;
}

.container .item-wrapper .item-list li .txt {
  position: relative;
  padding: 13px 3.73832%;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .txt {
    padding: 13px 0 7.38462%;
  }
}

.container .item-wrapper .item-list li .txt .brand {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .txt .brand {
    font-size: 1rem;
  }
}

.container .item-wrapper .item-list li .txt .item-name {
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .txt .item-name {
    font-size: 1.2rem;
  }
}

.container .item-wrapper .item-list li .txt .price {
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .txt .price {
    font-size: 1rem;
  }
}

.container .item-wrapper .item-list li .txt.is-thumb {
  padding-left: 29.90654%;
  padding-right: 3.73832%;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .txt.is-thumb {
    padding-right: 0;
    padding-left: 22.46154%;
  }
}

.container .item-wrapper .item-list li .txt.is-thumb .thumb {
  position: absolute;
  top: 13px;
  left: 3.73832%;
  width: 22.24299%;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .txt.is-thumb .thumb {
    left: 0;
    width: 18.46154%;
  }
}

.container .item-wrapper .item-list li .link-btn {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border: var(--main-color) 1px solid;
  background: var(--main-color);
  padding: 13px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  transition: .3s ease;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list li .link-btn {
    position: relative;
    bottom: auto;
  }
}

.container .item-wrapper .item-list li .link-btn:hover {
  cursor: pointer;
  background: transparent;
}

.container .item-wrapper .item-list li .link-btn:before {
  content: '';
  display: block;
  border: transparent 3px solid;
  border-left: #000 6px solid;
  position: absolute;
  top: 50%;
  right: 5.60748%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list.item-slider {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  .container .item-wrapper .item-list.item-slider .slide-arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    margin-top: 39.33333%;
    z-index: 2;
  }
  .container .item-wrapper .item-list.item-slider .slide-arrow.prev {
    left: calc(8.9% + 10px);
  }
  .container .item-wrapper .item-list.item-slider .slide-arrow.prev:before {
    border-right: #000 6px solid;
    left: 6px;
  }
  .container .item-wrapper .item-list.item-slider .slide-arrow.next {
    right: calc(8.9% + 10px);
  }
  .container .item-wrapper .item-list.item-slider .slide-arrow.next:before {
    border-left: #000 6px solid;
    right: 6px;
  }
  .container .item-wrapper .item-list.item-slider .slide-arrow:before {
    content: '';
    display: block;
    border: transparent 3px solid;
    position: absolute;
    top: calc(50% - 3px);
  }
  .container .item-wrapper .item-list.item-slider li {
    margin: 0;
    padding: 0 10px;
  }
  .container .item-wrapper .item-list.item-slider li .txt {
    padding: 13px 3.73832% 4.48598%;
  }
  .container .item-wrapper .item-list.item-slider li .txt .brand {
    font-size: 1.2rem;
  }
  .container .item-wrapper .item-list.item-slider li .txt .item-name {
    font-size: 1.4rem;
  }
  .container .item-wrapper .item-list.item-slider li .txt .price {
    font-size: 1.2rem;
  }
  .container .item-wrapper .item-list.item-slider li .txt.is-thumb {
    padding-left: 29.90654%;
  }
  .container .item-wrapper .item-list.item-slider li .txt.is-thumb .thumb {
    left: 3.73832%;
    width: 22.24299%;
    max-width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .item-list.single {
    display: block;
    width: 71.33333%;
    margin: 0 auto;
  }
  .container .item-wrapper .item-list.single li {
    width: 100%;
    margin-top: 40px;
  }
  .container .item-wrapper .item-list.single li .txt {
    padding: 13px 3.73832% 4.48598%;
  }
  .container .item-wrapper .item-list.single li .txt .brand {
    font-size: 1.2rem;
  }
  .container .item-wrapper .item-list.single li .txt .item-name {
    font-size: 1.4rem;
  }
  .container .item-wrapper .item-list.single li .txt .price {
    font-size: 1.2rem;
  }
  .container .item-wrapper .item-list.single li .txt.is-thumb {
    padding-left: 29.90654%;
  }
  .container .item-wrapper .item-list.single li .txt.is-thumb .thumb {
    left: 3.73832%;
    width: 22.24299%;
    max-width: 75px;
  }
}

.container .item-wrapper .banner-list {
  max-width: 440px;
  margin: 85px auto 0;
}

@media screen and (max-width: 767px) {
  .container .item-wrapper .banner-list {
    width: 92%;
    margin-top: 40px;
  }
}

.container .item-wrapper .banner-list .banner-btn {
  display: block;
  border: var(--main-color) 1px solid;
  background: var(--main-color);
  margin-top: 20px;
  height: 80px;
  transition: .3s ease;
  display: flex;
  align-items: center;
  position: relative;
}

.container .item-wrapper .banner-list .banner-btn:hover {
  background: transparent;
}

.container .item-wrapper .banner-list .banner-btn:before {
  content: '';
  display: block;
  border: transparent 3px solid;
  border-left: #000 6px solid;
  position: absolute;
  top: 50%;
  right: 5.60748%;
  transform: translateY(-50%);
}

.container .item-wrapper .banner-list .banner-btn span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 900;
}

.credit-modal-wrapper .credit-modal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.credit-modal-wrapper .credit-modal .text {
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.02rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .credit-modal-wrapper .credit-modal .text {
    font-size: 1.6rem;
  }
}

.credit-modal-wrapper .credit-modal .text .close {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  margin-top: 40px;
  transition: .3s ease;
}

@media screen and (max-width: 767px) {
  .credit-modal-wrapper .credit-modal .text .close {
    margin-top: 60px;
  }
}

.credit-modal-wrapper .credit-modal .text .close::before, .credit-modal-wrapper .credit-modal .text .close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
}

.credit-modal-wrapper .credit-modal .text .close::before {
  transform: rotate(45deg);
}

.credit-modal-wrapper .credit-modal .text .close::after {
  transform: rotate(-45deg);
}

.credit-modal-wrapper .credit-modal .text .close:hover {
  cursor: pointer;
  transform: rotate(90deg) scale(1.1);
}

@media screen and (max-width: 767px) {
  .credit-modal-wrapper .credit-modal .text .close:hover {
    transform: rotate(90deg) scale(1.1);
  }
}

.credit-modal-wrapper .credit-modal.show {
  visibility: visible;
  opacity: 1;
}

.footer {
  text-align: center;
  padding-bottom: 57.5px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 21px;
    padding-bottom: 46.5px;
  }
}

.footer .shop-link {
  display: inline-block;
  border-bottom: 1px solid #000;
  transition: .3s ease;
}

.footer .shop-link:hover {
  border-bottom: 1px solid #fff;
}

.footer .copyright {
  margin-top: 83px;
  font-size: 1rem;
}

.button-page-top{
	visibility:hidden;
}
