@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-family: "Hiragino kaku Gothic ProN",Meiryo,sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

header, footer, article, aside, main, section {
  display: block;
}

/*------------Font-size------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

@media screen and (max-width: 430px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2.0rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.4rem;
  }
}

/*-------RESET設定ここまで-------*/
header nav ul li > a, aside h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*font
----------------------------*/
@font-face {
  font-family: 'matisse';
  src: url(../font/FOT-MatisseElegantoPro-B.otf) format("opentype");
}

/*slick調整
----------------------------*/
.slick-prev, .slick-next {
  width: 56px;
  height: 56px;
}

.slick-prev:before, [dir="rtl"] .slick-prev:before, .slick-next:before, [dir="rtl"] .slick-next:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../img/img_arrow_l.png) no-repeat 0 0/cover;
}

[dir="rtl"] .slick-prev:before, [dir="rtl"] .slick-next:before {
  content: "";
}

.slick-next:before, [dir="rtl"] .slick-next:before {
  background: url(../img/img_arrow_r.png) no-repeat 0 0/cover;
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/*全体レイアウト
--------------------------------*/
body {
  background: url(../img/body-bg.jpg);
  min-width: 1200px;
}

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

/*header
-----------------------------------*/
header {
  background: url(../img/header-bg.jpg) repeat-x;
  height: 154px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header h1 {
  text-align: center;
  padding: 0 100px;
  margin-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header nav {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header nav .sp-btn {
  display: none;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header nav ul li {
  line-height: 39px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header nav ul li > a {
  display: block;
}

header nav ul li:nth-child(1) {
  width: 31.23028%;
  padding-right: 69px;
  background: url(../img/menu_prim.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(1):hover {
  background-image: url(../img/menu_prim_hov.png);
}

header nav ul li:nth-child(2) {
  width: 24.92114%;
  padding-right: 72px;
  background: url(../img/menu_info.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(2):hover {
  background-image: url(../img/menu_info_hov.png);
}

header nav ul li:nth-child(3) {
  width: 40.58885%;
  padding-right: 206px;
  background: url(../img/menu_contact.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(3):hover {
  background-image: url(../img/menu_contact_hov.png);
}

header nav ul li:nth-child(4) {
  width: 4.62671%;
  background: url(../img/twetter-icon.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(4):hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*main
----------------------------------------*/
main .container {
  background: url(../img/container-bg.png) no-repeat 50% 0;
}

/*slide
----------------------------------------*/
.slide {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 115px;
}

.slick-next {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.slick-prev {
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}

.slick-slider {
  margin-bottom: 115px;
}

/*section
----------------------------------------*/
section, aside {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*concept
----------------------------------------*/
#concept {
  text-align: center;
  margin-bottom: 61px;
}

/*product
----------------------------------------*/
#product {
  text-align: center;
  margin-bottom: 33px;
}

#product + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
  margin-bottom: 71px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 430px) {
  #product + ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#product + ul li {
  padding-bottom: 1.6rem;
  margin-bottom: 30px;
  -webkit-transition: .2s;
  transition: .2s;
}

#product + ul li:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#product + ul li.only_love {
  width: 100%;
  text-align: center;
}


#product + ul li.madfia {
  width: 24%;
}

@media (max-width: 430px) {
  #product + ul li.madfia {
    width: auto;
  }
}

/*asize
-------------------------------------------*/
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 41px;
}

aside section {
  padding: 0;
}

aside .information {
  width: 67.5%;
  height: 383px;
  padding: 66px 46px 0 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/infomation.png) no-repeat 0 0/contain;
}

aside dl {
  overflow-y: auto;
  height: 230px;
}

aside dl .info-data {
  margin-bottom: 16px;
  border-bottom: 2px dashed #999153;
  min-height: 52px;
}

aside dl .info-data-pd {
  padding-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

aside dl dt, aside dl dd {
  font-family: 'matisse';
  font-weight: bold;
}

aside dl dt {
  font-size: 18px;
  color: #450f1a;
  padding: 0 12px;
  margin-bottom: 10px;
}

aside dl dd {
  padding-bottom: 2px;
  margin: 0 18px 8px;
  font-size: 20px;
  color: #419de4;
}

aside dl dd a {
  font-family: inherit;
  font-size: .8em;
  color: inherit;
  border-bottom: 1px solid #419de4;
}

aside dl dd a:hover {
  color: #e65a86;
  border-color: #e65a86;
}

aside dl .none {
  display: none;
}

aside .twitter {
  width: 25.5%;
  height: 454px;
  padding-top: 73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/twitter-bord.png) no-repeat 0 0/contain;
}

aside .twitter p {
  text-align: center;
}

aside .twitter p div{
  margin: 0 auto;
}

/*footer
------------------------------------*/
footer {
  background: url(../img/footer-bg.png) repeat-x 0 0;
  height: 390px;
}

footer .container {
  height: 100%;
  background: url(../img/footer-bord.png) 0 0 no-repeat;
  position: relative;
}

footer .container a {
  position: absolute;
  right: 25px;
  bottom: 11px;
}

@media (max-width: 430px) {
  /*全体レイアウト
--------------------------------*/
  body {
    min-width: auto;
  }
  /*header
-----------------------------------*/
  header {
    height: auto;
  }
  header h1 {
    padding: 0 24.15459%;
    margin-bottom: 0;
  }
  header nav {
    padding: 0;
  }
  header nav .sp-box {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  header nav .sp-btn {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(167, 142, 141, 0.575);
    border: 2px solid #450f1a;
    border-radius: 4px;
    position: relative;
  }
  header nav .sp-btn span {
    width: 40px;
    height: 5px;
    background: white;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    transition: .2s;
  }
  header nav .sp-btn span:nth-child(n+2) {
    opacity: 0;
  }
  header nav .sp-btn span:nth-child(1):before, header nav .sp-btn span:nth-child(1):after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: white;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header nav .sp-btn span:before {
    top: -10px;
  }
  header nav .sp-btn span:after {
    top: 15px;
  }
  header nav .sp-btn.open span:nth-child(1) {
    opacity: 0;
  }
  header nav .sp-btn.open span:nth-child(2), header nav .sp-btn.open span:nth-child(3) {
    opacity: 1;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  header nav .sp-btn.open span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
            transform: translate(-50%, -50%) rotateZ(45deg);
  }
  header nav .sp-btn.open span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
            transform: translate(-50%, -50%) rotateZ(-45deg);
  }
  header nav #menu-box {
    position: absolute;
    display: none;
    padding: 0 1rem 1rem;
    background-color: rgba(167, 142, 141, 0.575);
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 10;
  }
  header nav #menu-box.open {
    display: block;
  }
  header nav #menu-box li {
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
  }
  header nav #menu-box li:nth-child(n+1):hover {
    background: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  header nav #menu-box li:nth-child(1) {
    width: 100%;
    padding: .5rem 0;
    background: none;
  }
  header nav #menu-box li:nth-child(1) > a {
    background: url(../img/menu_prim_hov.png) no-repeat 0 0/contain;
  }
  header nav #menu-box li:nth-child(2) {
    width: 100%;
    padding: .5rem 0;
    background: none;
  }
  header nav #menu-box li:nth-child(2) > a {
    background: url(../img/menu_info_hov.png) no-repeat 0 0/contain;
  }
  header nav #menu-box li:nth-child(3) {
    width: 100%;
    padding: .5rem 0;
    background: none;
  }
  header nav #menu-box li:nth-child(3) > a {
    background: url(../img/menu_contact_hov.png) no-repeat 0 0/contain;
  }
  header nav #menu-box li:nth-child(4) {
    width: 100%;
    padding: .5rem 0;
    background: none;
  }
  header nav #menu-box li:nth-child(4) > a {
    background: url(../img/twetter-icon.png) no-repeat 0 0/contain;
  }
  /*main
----------------------------------------*/
  main .container {
    background-size: contain;
  }
  /*slide
----------------------------------------*/
  .slide {
    padding: 0 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 4rem;
  }
  .slick-slider {
    margin-bottom: 4rem;
  }
  .slick-next {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .slick-prev {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  /*section
----------------------------------------*/
  section, aside {
    padding: 0 1rem;
  }
  /*asize
-------------------------------------------*/
  aside {
    display: block;
    margin-bottom: 4rem;
  }
  aside .information {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 56.74%;
    margin-bottom: 2rem;
    position: relative;
  }
  aside .information h2 {
    display: none;
  }
  aside dl {
    position: absolute;
    left: 0;
    top: 4rem;
    height: 80%;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  aside dl .info-data {
    margin-bottom: 16px;
    border-bottom: 2px dashed #999153;
    min-height: 52px;
  }
  aside dl dt, aside dl dd {
    font-family: 'matisse';
    font-weight: bold;
  }
  aside dl dt {
    font-size: 14px;
    color: #450f1a;
    padding: 0 12px;
    margin-bottom: 5px;
  }
  aside dl dd {
    padding-bottom: 2px;
    margin: 0 18px 8px;
    font-size: 16px;
    color: #419de4;
    border-bottom: 1px solid #419de4;
  }
  aside dl .none {
    display: none;
  }
  aside .twitter {
    width: 100%;
    background-position-x: center;
  }
  /*footer
------------------------------------*/
  footer {
    padding-top: 32.5%;
    position: relative;
    height: 0;
    background-size: contain;
  }
  footer .container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-top: 32.5%;
    background-size: contain;
  }
  footer .container a {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
