@charset "utf-8";

/*---------------------------
.secTop
---------------------------*/
.secTop {
  height: 1024px;
  /* height:100vh;
    min-height:750px; */
  /* background: url(../../images/pc/bg_top.jpg) center center no-repeat; */
  /* background-size: cover; */
  background: url(../../images/pc/bgTop.jpg?003);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.secTop .titTop {
  color: #ffffff;
  font-size: 44px;
  padding-top: 480px;
  line-height: 58px;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 10px;
}
.secTop .title-top {
  color: #ffffff;
  font-weight: bold;
  font-size: 120px;
  line-height: 130px;
  margin-top: -15px;
  white-space: nowrap;
  margin-left: -20px;
  letter-spacing: -15px;
}
.secTop .top-title-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
  white-space: nowrap;
  padding-top: 170px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .secTop .title-top {
    font-size: 7.65vw;
    letter-spacing: -1vw;
    line-height: 9.65vw;
  }
  .secTop .titTop {
    font-size: 4vw;
  }
  .secTop .top-title-text {
    font-size: 3vw;
    line-height: 3vw;
  }
}
/*------------------------------------------------------
z-index
90:背景オーバーレイ
100:グローバルメニュー
200:トップお知らせ
------------------------------------------------------*/

/*-------------------------------------
.globalMenu
-------------------------------------*/
.globalMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
}
.globalMenu .menuTop {
  padding: 100px 0 26px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.globalMenu .menuMain {
  position: relative;
  padding: 0 0 20px 0;
}
.globalMenu .menuMain .memberMenu {
  position: absolute;
  top: 3px;
  right: 100px;
  min-width: 101px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: gray;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
}
.globalMenu .menuDetail {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.globalMenu .menuDetailIn {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  height: 65px;
  max-width: 1280px;
  margin: 0 auto;
}
.globalMenu .menuDetail .menuList {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.3% 0 1.3%;
}
.globalMenu .menuDetail .menuList .menuListText {
  border-bottom: solid 4px rgba(34, 24, 21, 0);
  transition: 0.4s;
  padding: 10px 0 6px 0;
}
.globalMenu .menuDetail .menuList:hover .menuListText {
  border-bottom: solid 4px rgba(255, 255, 255, 1);
}

.globalMenu .menuListChild {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(34, 24, 21, 0.5);
}
.globalMenu .menuListChildIn {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 65px;
}
.globalMenu .menuListChild .childList {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 2.8% 0 2.8%;
  background: url(../../../images/pc/icoArrowMenu.png) center right 15px no-repeat;
  background-size: 6px;
}

/*-----Main-----*/
.section-01 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.section-01 h1 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -2px;
}
.section-01 p {
  font-size: 21px;
}
.main .commonWidth {
  display: flex;
  margin-bottom: 100px;
}
.section-image {
  width: 46%;
  position: relative;
}
.section-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.section-image .text-label {
  background-color: black;
  color: white;
  padding: 20px 40px;
  position: absolute;
  top: 40%;
  font-size: 24px;
  letter-spacing: -3.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  text-align: center;
  font-size: 21px;
}

.section-left {
  margin-right: 8%;
}

.section-text {
  width: 46%;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
}
.section-text .section-text-title {
  font-size: 37px;
  width: 100%;
  text-align: center;
  border: 1px solid black;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 5px 0;
}
.section-text .section-main-text {
  margin-bottom: 50px;
  font-size: 25px;
  text-align: justify;
  font-weight: bold;
  line-height: 40px;
}
.section-text-btn {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  transition: 0.3s;
}
.section-text-btn > a:hover {
  opacity: 0.7;
}
.section-text-btn .black-btn {
  background-color: black;
  color: white;
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 20px;
}
.section-text-btn .white-btn {
  border: 1px solid black;
  padding: 15px 40px;
  border-radius: 40px;
  color: black;
  font-weight: bold;
  font-size: 20px;
}

/*--------------*/

/*-------------------------------------
.secFooter
-------------------------------------*/
.secFooter {
  background: #221815;
  padding: 60px 0 20px 0;
}
.secFooter .footerIn {
  max-width: 780px;
  margin: 0 auto;
}

.secFooter .footerCompany {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 18px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.secFooter .footerCompany .linkAbout {
  display: block;
  background: url(../../../images/sp/icoArrowCircle.svg) left center no-repeat;
  background-size: 24px;
  color: #ffffff;
  font-size: 24px;
  padding-top: 3px;
  padding-left: 26px;
  width: 310px;
  margin: 10px auto 30px auto;
  text-align: left;
  white-space: nowrap;
}
.secFooter .footerInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  font-size: 14px;
}
.secFooter .footerInfoTitle {
  background: #ffffff;
  width: 210px;
  text-align: center;
  font-weight: bold;
}
.secFooter .footerInfoDetail {
  color: #ffffff;
  padding: 0 0 0 40px;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
}
.secFooter .footerInfoDetail a {
  color: #ffffff;
}

.secFooter .footerBottom {
  padding: 30px 0 0 0;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.secFooter .footerBottom .link {
  display: block;
  color: #ffffff;
  width: 210px;
  text-align: center;
  border: solid 1px #ffffff;
  padding: 2px 0 2px 0;
}
.secFooter .copyright {
  text-align: center;
  padding: 75px 0 70px 0;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .section-text .section-main-text {
    font-size: 18px;
  }
  .section-text-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-text-btn .black-btn {
    margin-bottom: 10px;
  }
}
.black-btn{
  /*display:none!important;*/
}
.white-btn{
  margin: auto;
}
.section-00 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.section-00 span {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -2px;
}
.section-00 p {
  font-size: 21px;
}
.section-seasonally-choice {
    display: block!important;
    margin-bottom: 40px!important;
}
.section-seasonally-choice-area {
    display: flex;
    justify-content: space-between;
}
.section-seasonally-choice-area a {
    font-size: 37px;
    width: 32%;
    max-width: 344px;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 22px;
    color: #000;
    cursor: pointer;
}
.section-seasonally-choice-area > a:hover {
  opacity: 0.7;
}
