@charset "UTF-8";
/* CSS Document */

/*---------------------
共通項目
---------------------*/
html {
  font-size: 62.5%;
}
body {
  letter-spacing: 0.05em;
  /*    font-feature-settings: "palt";*/
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif, serif;
  font-size: 1.4rem;
  line-height: 1.56;
  /*    font-weight: 400;*/
  font-style: normal;
  color: #111111;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  background: #fcfcfc;
}
small {
  font-size: 1.2rem;
}
ul {
  list-style: none;
}
a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.6;
}
iframe {
  max-width: 100%;
}
h2,
h3,
h4,
h5 {
  line-height: 1.4;
  font-weight: 500;
}
p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
textarea {
  overflow: scroll;
  resize: none;
}
#page_top a {
  background-image: url(../images/common/top.png);
  background-size: contain;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 500;
  box-shadow: 0px 0px 15px -5px rgba(41, 42, 44, 0.6);
  opacity: 1;
  /*    padding-top: 10px;*/
}
#page_top a:hover {
  opacity: 1;
}

.content {
  overflow: hidden;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.hide {
  display: none;
}
.open {
  display: block;
}
.block {
  padding: 80px 0;
}
.block-bottom {
  padding-bottom: 80px;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

/*---------------------
タイトル装飾
---------------------*/

.page-ttl-area {
  font-style: italic;
}
.page-ttl {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.page-ttl-area .ja-ttl {
  font-size: 2rem;
  padding-left: 5px;
}

/*セクションのタイトル*/
.sec-ttl-area {
  display: flex;
  align-items: center;
}
.sec-ttl-area {
  margin-bottom: 40px;
  display: inline-block;
}
.sec-ttl {
  color: #003066;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
.sec-ttl-area .ja-ttl {
  font-size: 2.2rem;
  padding-left: 5px;
  font-weight: 600;
}
.small-ttl,
.big-ttl,
.pickup-ttl,
.fondant .en_btn .en_btn_text {
  font-family: "Noto Serif JP", serif;
}
/*セクション内サブタイトル*/
.sub-ttl-area {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.sub-ttl-area::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  border-top: 2px solid #292a2c;
  border-right: 2px solid #292a2c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sub-ttl-area.white::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sub-ttl {
  font-size: 4rem;
  text-transform: uppercase;
}
.sub-ttl-area .ja-ttl {
  font-size: 2rem;
}

/*---------------------
ボタン
---------------------*/
.btn-area .btn {
  text-align: center;
  transition: 0.4s;
  padding: 20px 30px;
  width: 22%;
  background: #003066;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-size: 2.2rem;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  border: solid 1px #003066;
  font-family: "Noto Serif JP", serif;
}

.btn-area .btn:hover {
  background: #ffffff;
  color: #003066;
  border: solid 1px #003066;
  box-sizing: border-box;
  opacity: 1;
}

/*---------------------
header
---------------------*/
header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background-color: #ffffff;
}
.site-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
}
.site-title a {
  display: block;
}
.site-title a:hover {
  opacity: 1 !important;
}
.site-title img {
  position: relative;
  z-index: 100;
}
header nav {
  font-family: "Noto Serif JP";
  margin: 15px 0;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}
header nav ul li span {
  font-size: 1.2rem;
  font-weight: bold;
}

header nav ul li {
  color: #003066;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}

header nav ul li a {
  line-height: 1;
  padding: 5px 0;
  display: block;
  transition: all 0.3s;
}
header nav ul li a:hover {
  opacity: 0.6;
}

.online_btn {
  background-color: #003066;
  color: #ffffff;
  padding: 0 20px 10px;
}
.online_btn::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 31px;
  height: 30px;
  background-image: url(../images/common/cart_logo.png);
  background-size: contain;
  top: 8px;
}

/*---------------------
headerドロップダウン設定
---------------------*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: #ffffff;
  width: 130px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #003066;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  width: 130px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #003066;
  color: #ffffff;
  opacity: 1 !important;
}
/*---------------------
footer
---------------------*/
footer {
  background-color: #f8ecd4;
  padding: 30px 0 15px;
  position: relative;
  z-index: 3;
  color: #2d2d2d;
}

footer small {
  text-align: center;
  display: block;
}

/*---------------------
下層FV
---------------------*/
.FV-area {
  width: 90vw;
  height: 100%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}

.FV-photo img {
  width: 100%;
}
.FV-area .big-ttl {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -34px;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 13rem;
}
.small-ttl {
  text-align: center;
  color: #003066;
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 50px;
}

/*---------------------
お問い合わせ
---------------------*/

@media screen and (max-width: 1300px) {
  .wrap {
    margin: 0 80px;
  }
  .content .scrolldown2 {
    top: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    margin: 0 40px;
  }
  .btn-area .btn {
    width: 50%;
  }
  .content .scrolldown2 {
    top: 19%;
  }
}

@media screen and (max-width: 900px) {
  header nav {
    margin: 0;
  }
  .content .scrolldown2 {
    top: 14%;
  }
  .wrap {
    margin: 0 15px;
  }
  .block {
    padding: 40px 0;
  }
  .block-bottom {
    padding-bottom: 40px;
  }
  .header .pconly {
    display: none;
  }
  .header .sponly {
    display: block;
  }
  .FV-area {
    width: 97vw;
    margin-top: 30px;
    margin-right: 0;
  }
  /*--------------------

      ハンバーガーメニュー

  	--------------------*/
  .site-title {
    position: relative;
    top: auto;
  }
  /*============
    nav
    =============*/
  .inner nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    width: 100%;
    background: #fcfcfc;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: -100;
    opacity: 0;
    box-sizing: border-box;
  }

  .open .inner nav {
    left: 0;
    opacity: 1;
    z-index: 100;
    height: 100vh;
  }
  .inner nav {
    padding: 100px 50px;
  }
  .inner nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .inner nav ul li {
    position: relative;
    margin: 0;
  }
  .inner .border {
    border-bottom: solid 1px #ffc17f;
  }
  /*============
    .toggle_btn
    =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 200;
    background-color: rgba(256, 256, 256, 0.6);
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 10px;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  header nav ul li:first-of-type {
    border-left: none;
  }
  .inner nav ul li {
    border-right: none;
    width: 100%;
  }
  .sec-ttl-area {
    margin-bottom: 30px;
  }
  .sec-ttl {
    font-size: 4rem;
  }
  .page-ttl {
    font-size: 5rem;
  }
  .inner nav ul li a span {
    padding: 0;
  }
  .border {
    border-style: none;
  }
  header nav ul li a {
    padding: 15px;
    text-align: left;
    position: relative;
  }
  .arrow::before {
    margin: auto;
    top: 40%;
    right: 50px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
  }
  header nav ul li a span {
    padding-left: 10px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    background: transparent;
  }
  .page-head {
    margin-top: 80px;
  }
  .site-title {
    width: 10%;
  }
  .menu-list li a {
    font-size: 1.5rem;
    padding-left: 30px;
    font-weight: 500;
  }
  .inner .online_btn {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .site-title {
    width: 15%;
  }
}
@media screen and (max-width: 750px) {
  .FV-area .big-ttl {
    font-size: 9rem;
  }
  .small-ttl {
    top: 90%;
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .FV-area .big-ttl {
    font-size: 7rem;
  }
  .small-ttl {
    top: 83%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .flex {
    display: block;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  footer .inner ul li {
    font-size: 1.4rem;
  }
  .btn-area {
    margin-top: 30px;
  }
  .btn-area .btn {
    font-size: 2rem;
    padding: 10px 0 13px;
  }
  .sec-ttl {
    font-size: 3rem;
  }
  .sec-ttl-area .ja-ttl {
    font-size: 1.4rem;
  }
  .page-ttl {
    font-size: 3.4rem;
  }
  .page-ttl-area .ja-ttl {
    font-size: 1.6rem;
  }
  .under-head {
    padding: 20px 0;
  }
  .grade-box::after {
    width: 98%;
    height: 98%;
  }

  h2,
  h3,
  h4,
  h5 {
    line-height: 1.3;
  }
  .inner nav {
    padding: 20px 15px;
  }
  .site-title {
    width: 20%;
  }
  .btn-area .btn {
    width: 80%;
  }
  .FV-area .big-ttl {
    font-size: 6.5rem;
    bottom: -15px;
  }
  .small-ttl {
    top: 86%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .site-title {
    width: 23%;
  }
  .FV-area .big-ttl {
    font-size: 5.5rem;
  }
}

/* MW WP Formお問い合わせフォーム プラグインアップデートで表示されたものを消す20251010*/
script[src*="yubinbango"],
.p-country-name {
  display: none !important;
}
