﻿@charset "utf-8";

/* ================================================================= 
 header
================================================================= */

#nav_global > ul li ul {
  width: 650px !important;
}

/* ================================================================= 
sidemenu
================================================================= */

/* ================================================================= 
 contents
================================================================= */
/* 商品紹介レイアウト変更 */
.item_01 .box:first-child {
  width: 54% !important;
}
.item_01 .box:nth-child(2) {
  width: 44% !important;
}
@media only screen and (max-width: 640px) {
  .item_01 {
    flex-direction: column-reverse;
  }
  .item_01 .box:first-child {
    width: 100% !important;
  }
  .item_01 .box:nth-child(2) {
    width: 100% !important;
  }
}
.cont_04 .box:nth-child(4n + 4) {
  margin: 0 2% 1% 0 !important;
}
.cont_04 .box:nth-child(4n + 1) {
  margin: 0 1% 1% 0 !important;
}

.douga_temp h3 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}
.douga_temp h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.cont_04 .box:nth-child(3n) {
  margin: 0 0 0 1% !important   ;
}
.cont_04 .box {
  width: 32% !important;
}

/* HOME logo */
.header_logo {
  width: 400px !important;
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  .header_logo {
    margin-right: 10px;
    width: 300px !important;
    margin-top: 0px;
  }
}
/* HOME logo END */

/* purchase btn */
.btn4 {
  width: 100%;
  max-width: 300px;
  display: block;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.125rem;
  background: #e7141b;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
}
.btn4:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #eb060d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn5 {
  width: 100%;
  max-width: 300px;
  display: block;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.125rem;
  background: #2d4058;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
}
.btn5:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #0f3058;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn4:after,
.btn5:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 13px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  font-weight: 100;
}
.btn4:hover,
.btn5:hover {
  opacity: 1;
  color: #fff;
}
.btn4:hover:before,
.btn5:hover:before {
  left: 0;
}
.btn4:hover:after,
.btn5:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .btn4,
  .btn5 {
    margin: 0 auto;
  }
}
/* purchase btn END */

.insta li.slick-slide {
  display: flex !important;
  width: 50% !important;
}
.insta div {
  width: 100% !important;
  justify-content: space-between;
}
.insta .sns_photo {
  width: 40% !important;
  margin-right: 20px;
}
.insta li.slick-slide {
  display: flex !important;
  width: 50% !important;
  border: 1px dotted #747474;
}
/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */

/* ================================================================= 
 header
================================================================= */

@media only screen and (max-width: 835px) {
  /* ================================================================= 
 header
================================================================= */

  /* ================================================================= 
sidemenu
================================================================= */

  /* ================================================================= 
 contents
================================================================= */

  /* ================================================================= 
 section
================================================================= */

  /* ================================================================= 
 footer
================================================================= */
}

@media only screen and (max-width: 640px) {
  /* ================================================================= 
 header
================================================================= */

  /* ================================================================= 
sidemenu
================================================================= */

  /* ================================================================= 
 contents
================================================================= */
  .cont_04 .box {
    width: 100% !important;
    margin: 1% !important;
  }

  /* ================================================================= 
 section
================================================================= */

  /* ================================================================= 
 footer
================================================================= */
}
