@charset "utf-8";

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: #fffdff;
  font-family: "Times New Roman", Times, serif;
}

img {
  max-width: 100%;
}

/* ここまでが基本設定 */
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #759b44;
  font-size: 40px;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.firstview {
  width: 100%;
  position: relative;
  background: url(../img/firstview.jpg) no-repeat center/cover;
  aspect-ratio: 1400 / 600;
}

.openbtn {
  display: none;
}

/* ここからがheader */

.logo img {
  width: 70px;
}

.logo p {
  font-size: 11px;
  color: #759b44;
}

.logo {
  text-align: center;
  line-height: 0.8;
  /* line-heightはロゴと©の間隔をせばめるため。 */
  width: 10%;
  margin-left: 2%;
}

.top-wrap {
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
}

.header-nav {
  width: 80%;
}

.header-nav ul {
  display: flex;
  justify-content: center;
}

.header-nav ul li {
  margin: 0 10% 0 0;
}

.header-nav ul li:nth-of-type(1) {
  margin-left: 2%;
}

.header-nav ul li:nth-of-type(5) {
  margin-right: 0%;
}

.header-nav ul li a {
  font-size: 25px;
  color: #63822d;
  position: relative;
  /* 線の位置を設定するためリンクの文字を基準にする */
  transition: 0.3s;
  /* アニメーションをなめらかにするための設定 */
}

.header-nav ul li a::after {
  content: "";
  display: block;
  height: 1px;
  /* 線の高さ */
  width: 0%;
  /* 線の始まりの地点 */
  background: #f94444;
  /* ↑線の色指定 */
  position: absolute;
  bottom: 0;
  /* リンク文字の下に配置 */
  left: 0;
  /* 左側から出てくる */
  transition: 0.3s;
}

.header-nav ul li a:hover {
  color: #f94444;
}

.header-nav ul li a:hover::after {
  width: 100%;
  /* 線がリンクの幅100%になるようにする */
}

/* ここからconcept-area */
.concept-area {
  min-width: 375px;
  max-width: 894px;
  /* 画像が広がらないようにmax-widthに画像幅を指定する */
  position: relative;
  background: url(../img/concept-area.png) no-repeat center/100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  color: #f94444;
  margin: 80px auto 0;
}

/* jaueryでfadeup */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.concept {
  margin-bottom: 50px;
}

.concept1 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

.concept2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.concept3 {
  font-size: 18px;
}

/* ここからがRanking */

h2 {
  text-align: center;
  color: #f94444;
  font-size: 45px;
  margin-top: 150px;
}

.cgf img {
  width: 230px;
}

.arr {
  padding-top: 10px;
}

.cgf {
  text-align: center;
}

/* Rankingのh2がinview効かない */
.fadeup {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下から30pxの位置から */
  transition: 0.8s;
  /* 移動にかける時間*/
  transition-delay: 0.1s;
  /*遅延をかける秒数*/
}

/* フェードイン(スクロールした後) */
.fadeup.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.ranking img {
  width: 250px;
  aspect-ratio: 2 / 2;
  /* ↑画像を正方形にする */
  object-fit: cover;
  /* ↑画像が歪まないようにトリミングする */
}

.ranking div {
  margin: 0 25px;
  position: relative;
}

.ranking {
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 60px auto 0;
}

.ranking .medal {
  width: 60px;
  position: absolute;
  z-index: 2;
  /* 月桂冠がorangeの画像の上に重なるようにz-indexをかける。z-indexは初期値(static)では効かないのでabsoluteをかける。 */
  top: -50px;
}

.ranking .gold {
  color: #f94444;
  position: absolute;
  top: -45px;
  left: 12px;
}

.ranking .silver,
.ranking .copper {
  position: absolute;
  top: -45px;
  left: 12px;
}

.ranking .rank-in {
  margin-top: 55px;
  /* .goldをabsoluteにすると月桂冠が浮いてorangeの画像が上に移動するから、1と月桂冠、orangeの画像を囲んだdivにmargin-topを入れる。 */
}

.ranking p {
  font-size: 35px;
  color: #63822d;
  position: absolute;
  top: -45px;
  left: 12px;
}

/*矢印リンク*/
.buttonarrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  color: #63822d;
  text-decoration: none;
  outline: none;
}

.detail-arrow {
  text-align: right;
  margin: 70px 70px 0 0;
  /* background-color: #EBDED5;
    padding-bottom: 3px; */
}

/*矢印と下線の形状*/
.buttonarrow::before {
  content: "";
  /*absoluteで下線の位置を決める*/
  position: absolute;
  bottom: 1px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #9a6229;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.buttonarrow::after {
  content: "";
  /*absoluteで矢印の位置を決める*/
  position: absolute;
  bottom: 5px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #9a6229;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした時の動き*/
.buttonarrow:hover::before {
  left: 25%;
}

.buttonarrow:hover::after {
  right: -10%;
}

/* ここからNew arrivals */
.fadeUpTrigger {
  opacity: 0;
}

/* 上２つのh2のフェードインcss */
.fadein-up {
  animation-name: fadeUpAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.arrivals img {
  width: 300px;
  /* ↑widthの設定もしないと、画像サイズばらばらのまま */
  aspect-ratio: 3 / 4;
  /* aspect-ratio: 横 / 縦;の比率 */
  object-fit: cover;
  /* 画像が歪まないように綺麗にトリミング */
}

.arrivals img:hover {
  opacity: 0.6;
  /* 画像にホバーしたら半透明に */
  transition: 0.4s;
  /* 0.4秒かけて */
}

.arrivals {
  /* width: 1200px; */
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px auto 0;
}

.arrivals dl {
  margin: 0 40px;
}

.arrivals dt {
  color: #f94444;
  font-size: 22px;
  margin-top: 7px;
  font-weight: 700;
  letter-spacing: 1px;
}

.arrivals dd {
  color: #63822d;
  font-weight: bold;
  margin-top: 10px;
}

.arrivals p {
  color: #9a6229;
  font-size: 17px;
  font-weight: 600;
  margin-top: 7px;
  letter-spacing: 1.5px;
}

/* ここからMen's */
.bg-wrap {
  background: url(../img/footer.png) no-repeat center;
  height: 2000px;
}

.bg-wrap h2 {
  text-align: left;
}

.mens {
  padding-top: 250px;
}

.mens-title {
  margin-left: 5%;
}

.mens-title p {
  margin-top: 30px;
  color: #63822d;
  font-weight: bold;
  font-size: 17px;
}

.mens-img img {
  width: 300px;
}

.mens-img {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 50px;
}

.mens-img img:hover {
  transform: scale(1.07);
  /* ホバー時に1.07倍に拡大 */
  transition-duration: 0.2s;
  /* 0.2秒かけて変化 */
}

.ft-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ft-contact p {
  margin-top: 50px;
}

.ft-contact a p:hover {
  color: #f94444;
}

.contact {
  margin-left: 5%;
}

.contact2 {
  margin-left: 7%;
  color: #63822d;
  font-weight: bold;
  font-size: 16px;
  margin-top: 50px;
}

.contact2 span {
  margin-left: 20px;
}

.giftbox {
  width: 500px;
}

.giftbox:hover {
  transform: rotate(3deg);
  transition-duration: 0.2s;
}

.gift {
  margin-right: 8%;
}

/* 下２つのh2のフェードイン */
.fadein-up2 {
  animation-name: fadeUpAnime;
  animation-duration: 2.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ここからfooter */
.insta,
.facebook {
  width: 45px;
}

.logo-footer img {
  width: 50px;
}

.logo-footer small {
  display: block;
  /* h1を外すとsmallだけになりインライン要素になるため、ブロック要素に変更してロゴの下に文字が来るようにする */
  font-size: 11px;
  color: #f25566;
}

.logo-footer {
  text-align: center;
  line-height: 0.8;
  /* line-heightはロゴと©の間隔をせばめるため。 */
}

body {
  /* footerの位置設定のため */
  position: relative;
}

footer {
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0;
  /* footerの位置設定のため */
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer-sns {
  display: flex;
  justify-content: space-around;
  margin-left: 5%;
  width: 9%;
}

footer nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
}

footer nav ul {
  display: flex;
  justify-content: center;
  width: 80%;
}

footer nav ul li {
  margin: 0 10% 0 0;
}

footer nav ul li:nth-of-type(1) {
  margin-left: 2%;
}

footer nav ul li:nth-of-type(5) {
  margin-right: 0%;
}

/* ナビホバーのアニメーション */
.footer-nav li a {
  font-size: 25px;
  color: #f94444;
  position: relative;
  /* 線の位置を設定するためリンクの文字を基準にする */
  transition: 0.3s;
  /* アニメーションをなめらかにするための設定 */
}

.footer-nav li a::after {
  content: "";
  display: block;
  height: 1px;
  /* 線の高さ */
  width: 0%;
  /* 線の始まりの地点 */
  background: #63822d;
  /* ↑線の色指定 */
  position: absolute;
  bottom: 0;
  /* リンク文字の下に配置 */
  left: 0;
  /* 左側から出てくる */
  transition: 0.3s;
}

.footer-nav li a:hover {
  color: #63822d;
}

.footer-nav li a:hover::after {
  width: 100%;
  /* 線がリンクの幅100%になるようにする */
}

html {
  scroll-behavior: smooth;
  /* スムーズスクロール */
}

/* ここからレスポンシブ */

@media (max-width: 800px) {
  .header-nav {
    display: block;
    /* ロゴと項目が縦並びになるようにflex解除 */
    padding-top: 70px;
    /* ロゴ上部に間隔 */
  }

  .header-nav ul {
    display: block;
    /* 項目の横並びも解除 */
    text-align: center;
    /* 項目を中央揃え */
  }

  .header-nav ul li {
    margin-top: 50px;
  }

  .openbtn {
    display: block;
    /* ボタンの非表示を解除 */
  }

  /*ナビゲーションのためのCSS*/

  .header-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 900;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.8);
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  .header-nav.panelactive {
    top: 0;
  }

  /*ナビゲーション*/
  .header-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  .header-nav li {
    list-style: none;
    text-align: center;
  }

  .header-nav li {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  /*ボタンのためのCSS*/
  .openbtn {
    position: fixed;
    z-index: 950; /*ボタンを最前面に*/
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 1px;
    background-color: #63822d;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 13px;
  }

  .openbtn span:nth-of-type(2) {
    top: 18px;
  }

  .openbtn span:nth-of-type(3) {
    top: 23px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /* ここからconcept-area */
  .concept-area {
    line-height: 1.3;
    margin: 0px auto 0;
    height: 400px;
  }

  .concept {
    margin-bottom: 10px;
    margin-left: 3%;
  }

  .concept1 {
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 600;
  }

  .concept2 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .concept3 {
    font-size: 16px;
  }

  /* ここからがRanking */

  h2 {
    font-size: 40px;
    margin-top: 50px;
  }

  .ranking img {
    width: 300px;
  }

  .ranking div {
    margin: 0 8px;
  }

  .ranking .medal {
    width: 60px;
  }

  .ranking .rank-in {
    margin-top: 55px;
  }

  /*矢印リンク*/
  .detail-arrow {
    text-align: right;
    margin: 70px 5px 0 0;
  }

  /* ここからNew arrivals */
  .dgf {
    margin-top: 130px;
  }

  .arrivals img {
    width: 250px;
  }

  .arrivals {
    margin: 30px auto 0;
  }

  .arrivals dl {
    margin: 40px 40px;
  }

  /* ここからMen's */
  .mens h2 {
    font-size: 25px;
  }

  .mens p {
    font-size: 16px;
  }

  .mens {
    padding-top: 400px;
  }

  .mens-img img {
    width: 300px;
    padding: 0 4%;
  }

  .ft-contact {
    flex-direction: column-reverse;
  }

  .ft-contact p {
    margin-top: 30px;
  }

  .contact {
    font-size: 25px;
    margin-top: 100px;
  }

  .contact2 {
    margin-left: 0%;
    margin-top: 30px;
  }

  .gift {
    margin-right: 0%;
    margin-top: 70px;
  }

  /* ここからfooter */
  .insta,
  .facebook {
    width: 45px;
  }

  .insta {
    margin-right: 10px;
  }

  .footer-sns {
    justify-content: center;
    margin-left: 5%;
    width: 50%;
  }

  footer nav {
    flex-wrap: wrap;
    width: 50%;
  }

  footer nav ul {
    display: none;
  }
}

@media (max-width: 375px) {
  .concept-area {
    height: 300px;
  }

  .concept1 {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .concept2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .concept3 {
    font-size: 15px;
  }

  .ranking div {
    margin: 0 4px;
  }

  .dgf {
    margin-top: 110px;
  }

  .arrivals {
    margin: 20px auto 0;
  }

  .arrivals dl {
    margin: 30px 40px;
  }

  .bg-wrap {
    margin-top: 100px;
  }

  .mens {
    padding-top: 450px;
  }

  .gift {
    margin-right: 0%;
    margin-top: 50px;
  }

  .ft-contact p {
    margin-top: 50px;
  }

  .contact2 {
    margin-left: 0%;
    margin-top: 50px;
  }
}
