<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



html {
    font-size: 62.5%; 
   }

:root {
    --main-color: #eb6538;
    --base-color: #fcf5ef;
    --text-color: #313131;
    --csene01-color: linear-gradient(#31334b, #7a7d9e);
    --csene02-color: linear-gradient(#d87e78, #EED1CA);
    --csene03-color: linear-gradient(#daa25a, #f0ddb2);
    --csene04-color: linear-gradient(#e5a48a, #eed099);
    --margin-large: 6rem;
    --margin-midlle: 2.4rem;
    --margin-small: 1rem;
    }


body {
    background: var(--base-color);
    color: var(--text-color);
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}



/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 共通パーツ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 */

#wrapper {
    background: var(--base-color);
    max-width: 390px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(235, 101, 56, 0.3);
}
.inner {
    margin: 0 4%;
}
img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
h3 {
    font-size: 2.4rem;
    text-align: center;
    padding-top: var(--margin-large);
    margin-bottom: var(--margin-midlle);
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
}
a {
   color: var(--text-color);
   font-size: 1.4rem;
}

.fadein{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
    transform: scale(1);
}


p {
    font-size: 1.4rem;
    color: var(--text-color);
    letter-spacing: 1.2;
    line-height: 1.5;
}

  /*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 本文
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 */

 header {
    height: 40px;
    padding: 4px 16px 0;
    background: #ffffff;
    position: relative;
 }
 header #shilogo {
    max-width: 40px;
    margin-right: 40px;
    position: fixed;
    top: 10px;
    z-index: 10;
 }
 header #brand_logo {
    max-width: 32%;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


/* fvarea */
.fvarea {
  position: relative;
  background-image: url("../img/fv_bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}
.svgarea {
  position: relative;
  z-index: 2;
}
.fv_ttl {
  width: 32%;
  position: absolute;
  top: 200px;
  left: 50%;
}
.fv_sbttl {
  width: 32%;
  position: absolute;
  top: 300px;
  left: 50%;
}
.fv_vol {
  width: 22%;
  position: absolute;
  top: 380px;
  left: 56%;
}
.imagearea {
  width: 94%;
  position: absolute;
  top: 30px;
  z-index: 1;
}
/* svg.vol {
  display: block;
  margin: 40px;
  width: 30%;
  position: absolute;
  top: 344px;
  left: 40%;
}
ellipse.vol {
  fill: none;
  stroke: var(--text-color);
  stroke-width: 1px;
  stroke-dasharray: 565.2;
  animation: volanime ease 3s;
  -webkit-backface-visibility: hidden;
}

@keyframes volanime {
  from {
      stroke-dashoffset: 565.2;
  }
  to {
      stroke-dashoffset: 0;
  }
} */


/*====================================================================
slick
====================================================================*/

.sliderarea01 {
    max-width: 100%;
    margin: 0 auto;
}
.sliderarea01.w300 {
    max-width: 300px;
}
.slick-slide {
    margin: 0 5px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}

  /*====================================================================
  .full-screen
  ====================================================================*/
  
.full-screen .slick-list {
    overflow: hidden;
}
.full-screen.slider {
    width: 100%;
    margin: 0 auto; 
}
.full-screen.slider span {
  font-size: 1.2rem;
}

    /*====================================================================
  .slide-dots
  ====================================================================*/

.slide-dots {
    display: flex;
    justify-content: center;
}

.slide-dots li {
    width: 40px;
    height: 2px;
    margin-top: 8px;
    background: #dfd7c9;
    cursor: pointer;
}

.slide-dots li:hover,
.slide-dots li.slick-active {
    background: var(--main-color);
}
.slide-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

    /*====================================================================
  スライドタイトル
  ====================================================================*/
.full-screen {
    position: relative;
}
.full-screen p {
    position: absolute;
    top: 240px;
    padding-left: 1.6rem;
    color: #fff;
}



    /*====================================================================
  intro
  ====================================================================*/
  .intro {
    margin-bottom: 8rem;
    background: var(--base-color);
  }
  
  .intro h3 {
    text-align: left;
  }


    /*====================================================================
  item
  ====================================================================*/
  .scene01,
  .scene02,
  .scene03,
  .scene04 {
    position: relative;
    margin-bottom: 10rem;
  }
  .scene01bg {
    background: var(--csene01-color);
    padding: 3rem 0 4rem;
  }
  .scene02bg {
    background: var(--csene02-color);
    padding: 3rem 0 4rem;
  }
  .scene03bg {
    background: var(--csene03-color);
    padding: 3rem 0 4rem;
  }
  .scene04bg {
    background: var(--csene04-color);
    padding: 3rem 0 4rem;
  }
  .onayami,.ketsuron {
    text-align: center;
  }
  .onayami {
    margin-bottom: 120px;
  }
  .subttl {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .ttl {
    font-family: "Yu Mincho", "YuMincho";
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .ketsuron .ttl {
    font-weight: bold;
    color: var(--main-color);
  }
  .scrollbar {
    transform: translateX(-50%);
    bottom: 1px;
  }
  .scrollbar::after {
    content: "";
    position: absolute;
    width: 1px;
    left: 100%;
    top: -82px;
    height: 50px;
    background: var(--text-color);
    animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes liner {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }


.ketsuron img {
    vertical-align: top;
}
.pick {
    background: #fff;
    padding: 3rem 4%;
    margin-bottom: var(--margin-midlle);
}
.pick .subttl {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    text-align: center;
    padding: 0 0.4rem;
}
.price {
    margin-bottom: 2rem;
}
.pick .name {
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.pick .tax {
    font-size: 1.2rem;
    padding-left: 0.4rem;
}
.iconarea {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}
.pick .pickicon {
    font-size: 1.2rem;
    color: #fff;
    padding: 0.4rem 0.6rem;
    background: #000;
    margin-bottom: 0.4rem;
} 

    /*====================================================================
  詳細を見る
  ====================================================================*/

.ac_syousai,
.ac_motto {
    margin-bottom: 2rem;
}
.ac_wrap {
    margin: 0 auto;
  }
.ac_heading {
  color: #fff;
  font-size: 18px;
  padding: 14px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.ac_motto .ac_heading {
  margin-bottom: 2.4rem;
}
.ac_heading p {
  margin: 0;
}
.ac_wrap:nth-of-type(odd) .ac_heading {
  border-bottom: 1px solid #000;
}
.ac_icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.ac_icon {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.ac_icon::before, .ac_icon::after {
  display: flex;
  content: '';
  background-color: var(--text-color);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.ac_icon::before {
  width: 100%;
  height: 2px;
}
.ac_icon::after {
  width: 2px;
  height: 100%;
}
.ac_content {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
}
.ac_content02 {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.ac_heading.open .ac_icon_box {
  transform: translateY(-50%) rotate(-180deg);
}
.ac_heading.open .ac_icon::after {
  content: none;
}
.ac_heading.open + .ac_content,
.ac_heading.open + .ac_content02 {
  display: block;
}

.ac_content .close_wrap,
.ac_content02 .close_wrap {
  margin-top: 20px;
  text-align: center;
}

.ac_content .close_wrap .close_button,
.ac_content02 .close_wrap .close_button {
  border: 1px solid #000;
  border-radius: 5px;
  width: 270px;
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
}





.storebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1rem;
  border-radius: 6px;
  width: 100%;
  height: 54px;
  transition: 0.3s;
  background-color: #000000;
  margin-bottom: var(--margin-large);
}

.storebtn:hover {
  opacity: .7;
}

.sliderarea02 .slide-dots {
  margin-bottom: 2rem;
}


.box_one .index {
  font-size: 1.2rem;
  font-weight: bold;
}
.spec p {
  font-size: 1.4rem;
    margin-top: 10px;
}

.spec table {
    margin: 10px 0;
    width: 100%;
    font-size: 1.4rem;
}
.spec table,
.spec tbody,
.spec tr,
.spec th,
.spec td{
    display: block;
}

.spec th,
.spec td{
    padding: 8px 15px;
    border: #ccc 1px solid;
}

.spec td {
    margin-bottom: 0.5em;
}

.spec th{
    width: auto;
    background: #f3f3f3;
    text-align: left;
    border-bottom: none;
    font-weight: bold;
    font-size: 90%;
    padding: 4px 7px;
}



    /*====================================================================
  シリーズ一覧・そのほかのアイテム
  ====================================================================*/
.itemlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.itemlist .name {
  font-size: 1.2rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.itemlist .pickicon {
  font-size: 1rem;
}
.itemlist .price {
  font-size: 1.2rem;
}
.itemlist .tax {
  font-size: 1rem;
}

.itemlist li {
  width: calc(50% - 0.4em);
  margin-bottom: 2rem;
  }

  .itemlist li:nth-child(even) {
    position: relative; 
}

.itemlist li:nth-child(even)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(-100% - 0.8em);
    width: calc(200% + 0.8em);
    height: 1px;
    border-bottom: 1px solid #e6e6e6;
}
.itemlist li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(-100% - 0.8em);
  width: calc(200% + 0.8em);
  height: 1px;
  border-bottom: none;
}

.itemlist .typearea {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.itemlist .type_unisex,
.itemlist .type_men,
.itemlist .type_kids {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.4rem;
} 

.itemlist .type_unisex {
  color: var(--text-color);
  border: 1px solid var(--text-color);
} 

.itemlist .type_men {
  color: #5f87ea;
  border: 1px solid #5f87ea;
} 

.itemlist .type_kids {
  color: #db880a;
  border: 1px solid #db880a;
} 

.otheritem {
  background: #fff;
}


.bnr {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: var(--margin-large);
}
.bnr h3 {
  padding-top: 0;
  margin-bottom: var(--margin-small);
}
.bnr p {
  margin-bottom: var(--margin-midlle);
}
.bnrbox li {
  margin-bottom: var(--margin-small);
}




footer {
  padding-top: var(--margin-large);
  font-size: small;
  color: #969696;
  text-align: center;
  padding-bottom: var(--margin-midlle);
}



/* トップへ戻るボタン */
.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1rem;
  border-radius: 6px;
  width: 100%;
  height: 54px;
  transition: 0.3s;
  background-color: #000000;
  margin-bottom: var(--margin-large);
}

.pagetop:hover {
  opacity: .7;
}</pre></body></html>