@font-face {
  font-family: YuMincho;
  font-style: normal;
  font-weight: 500;
  src: url("../font/yumindb.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  text-size-adjust: 100%;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

ul {
  list-style-type: none;
}

a {
  color: currentcolor;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

.c-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-bg--before,
.c-bg--after{
  position: relative;
}
.c-bg--before::before,
.c-bg--after::after{
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-flex{
  display: flex;
  justify-content: space-between;
}
.c-highlight{
  display: inline-block;
  border-bottom: 1px solid;
  color: #F7D074;
  padding-bottom: 2px;
  font-size: inherit;
}
strong.c-highlight{
  color: #E5800D;
}
.c-main-position{
  position: relative;
  z-index: 1;
}
.c-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*Title*/
.c-title {
  font-family: YuMincho;
  text-align: center;
  font-weight: 600;
}

.c-title span {
  display: block;
  text-align: center;
}

/*custom*/
.c-title1 {
  font-size: 34px;
  text-align: center;
}
.c-title2 {
  font-size: 26px;
}

.c-title1 span,
.c-title2 span
{
  margin-bottom: 17px;
  font-size: 16px;
}
 
.c-title3{
  font-size: 46px;
}
.c-title3::after{
  content: '';
  width: 26px;
  display: block;
  margin: 28px auto 0;
  height: 1px;
  background-color: #111;
}
.c-title3 span{
  font-size: 16px;
  color: #E5800D;
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media(max-width: 1024px){
  .c-title1{
    font-size: 38px;
  }
  .c-title2 {
    font-size: 28px;
  }
}
@media(max-width: 768px){
  .c-title1{
    font-size: 22px;
  }
  .c-title2 {
    font-size: 22px;
  }
  .c-title1 span, .c-title2 span{
    margin-bottom: 8px;
  }
  .c-title3{
  font-size: 24px;
}
.c-title3::after{
  width: 20px;
  margin: 15px auto 0;
}
.c-title3 span{
  font-size: 13px;
  color: #E5800D;
  margin-top: 10px;
}
}
/**End Title */

/**Text*/
.c-text1{
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.c-text2{
  font-size: 26px;
  line-height: 48px;
  font-weight: bold;
}
@media(max-width: 1024px){
  .c-text1{
    font-size: 14px;
    line-height: 1.8;
  }
  .c-text2{
    font-size: 18px;
    line-height: 2;
  }
}
@media(max-width: 500px){
  .c-text1.--sp{
    font-size: 12px;
  }
}
/**End Text*/

/**pallarax*/
.c-pallarax {
  height: 320px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.c-parallax--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

/*custom*/
.c-pallarax__content {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  width: 683px;
  padding: 72px 55px 94px 160px;
}

.c-pallarax__title {
  font-size: 97px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 120%;
}

.c-pallarax__subtt {
  font-size: 37px;
  line-height: 120%;
  margin: 17px 0px 0px;
  letter-spacing: 1.8px;
}

.c-pallarax__desc {
  line-height: 200%;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 26px;
  font-weight: bold;
}

@media(max-width: 768px){
  .c-pallarax{
    height: 200px;
  }
}
/**End pallarax*/

/**Menu Icon*/

.c-menuIcon {
  display: none;
}
@media screen and (max-width: 1200px) {
  .c-menuIcon {
      display: block;
      height: 32px;
      width: 40px;
      z-index: 1001;
      cursor: pointer;
      margin-left: 25px;
      position: relative;
  }

  .c-menuIcon span {
      width: 100%;
      height: 3px;
      background-color: #C5649D;
      position: absolute;
      left: 0px;
      transition: all 0.2s ease 0s;
  }

  .c-menuIcon span:nth-child(1) {
      top: 0px;
  }

  .c-menuIcon span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
  }

  .c-menuIcon span:nth-child(3) {
      bottom: 0px;
  }
  .c-menuIcon.active span{
    background-color: #fff;
  }
  .c-menuIcon.active span:nth-child(1) {
      top: 50%;
      transform: rotate(45deg) translateY(-50%);
  }

  .c-menuIcon.active span:nth-child(2) {
      left: 150%;
      opacity: 0;
  }

  .c-menuIcon.active span:nth-child(3) {
      bottom: 50%;
      transform: rotate(-45deg) translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  .c-menuIcon {
      height: 26px;
      width: 34px;
      margin-left: 0;
  }
   .c-menuIcon.active span:nth-child(3) {
      bottom: 44%;
  }
}
/**End Menu Icon*/

/**Header*/
.c-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}

.c-header.active {
  background-color: rgb(255, 255, 255);
}

.c-header__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: inherit;
  position: relative;
  padding: 0px 50px 26px;
  padding-right: 100px;
  background-color: #fff;
  height: 120px;
}

.c-header__group {
  display: flex;
  align-items: center;
}
@media(max-width: 1750px){
  .c-header__inner{
    padding-left: 30px;
    padding-right: 50px;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .c-header__inner{
    align-items: center;
    padding: 0 20px;
  }
  .c-header__group {
      display: none;
  }
  .c-header__group {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    z-index: 1000;
    display: flex;
    transform: translateX(100%);
    transition: all ease 0.4s;
    padding-top: 0 !important;
  }
  .c-header__group::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/top/bg2.png');
    background-size: cover;
    background-position: center;
  }

  .c-header__group.active {
    transform: translateX(0);
  }

}

@media screen and (max-width: 768px) {
  .c-header__inner{
  height: 60px;
  padding: 0 15px;
  }
}
/**End Header*/

/**Logo*/
.c-logo {
  flex-shrink: 0;
  width: 600px;
  padding-left: 327px;
  position: relative;
  transition: all ease 0.4s;
}
.c-logo__img{
  position: absolute;
  top: -28px;
  left: 0;
  display: block;
}
.c-logo__img::before {
  background-image: url('../images/common/logo.png');
  width: 280px;
  height: 410px;
  display: block;
  transition: all ease 0.4s;
}

.c-logo__content{
  width: 400px;
  display: block;
  transition: all ease 0.4s;
}
.c-logo__content h1{
  font-size: 24px;
}
.c-logo__content p{
  font-size: 18px;
  font-weight: bold;
}
.c-logo__content span{
  font-size: 16px;
  color: #C5649D;
  border: 1px solid;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 7px;
  margin-left: 6px;
}
.active .c-logo{
  width: 565px;
  padding-left: 155px;
}
.active .c-logo__img::before {
  /* background-image: url('../images/common/small-logo.png'); */
  width: 120px;
  height: 170px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-position-y: bottom;
}
@media screen and (max-width: 1750px) {
  .c-logo__img{
    top: -44px;
  }
  .c-logo__img::before {
    width: 130px;
    height: 220px;
  }
  
  .c-logo{
    padding-left: 150px;
    width: 410px;
    padding-bottom: 0px;
  }
  .c-logo__content h1{
    font-size: 18px;
  }
  .c-logo__content p{
    font-size: 12px;
  }
  .c-logo__content span{
    font-size: 9px;
    padding: 2px 5px 1px;
    border-radius: 6px;
  }

  .active .c-logo{
    width: 390px;
    padding-left: 130px;
  }
  .active .c-logo__img::before {
    width: 105px;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .c-logo__img::before{
    width: 55px !important;
    height: 93px !important;
  }
  .c-logo__img{
    top: -27px;
  }
  .c-logo{
    padding-left: 65px !important;
    width: 250px !important;
  }
  .c-logo__content{
    width: 185px;
  }
  .c-logo__content h1{
    font-size: 12px;
  }
  .c-logo__content p{
    font-size: 8px;
  }
  .c-logo__content p span{
    font-size: 7px;
    padding: 1px 2px;
    border-radius: 5px;
  }
}
/**End Logo*/

/**Nav Menu*/
.c-nav__menu {
  display: flex;
  align-items: center;
  padding-right: 3px;
  gap: 11px;
}

.c-nav__link {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  transition: all 0.4s ease 0s;
  padding: 12px 27px 7px;
  position: relative;
}

.c-header.active .c-nav__link {
  color: rgb(17, 17, 17);
}

.c-nav__link:hover {
  opacity: 1;
  color: #C5649D !important;
}

.c-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #C5649D;
  transition: all 0.4s ease 0s;
}

.c-nav__link:hover::before {
  width: 16px;
}

.c-nav__menu__item--last .c-btn {
  width: 166px;
  height: 60px;
  flex-shrink: 0;
}


@media screen and (max-width: 1750px) {
  .c-nav__link {
    font-size: 13px;
    padding: 10px 15px 2px;
  }
  .c-nav__menu{
    gap: 2px;
  }
}

@media screen and (max-width: 1200px) {
  .c-nav__link::before{
    background-color: #F7D074;
    top: 4px;
  }
  .c-nav__menu {
    display: block;
    width: 100%;
    padding: 0 20px;
  }

  .c-nav__menu__item {
    border-left: 0px;
    color: #fff;
  }
.c-nav__menu__item .c-box-btn{
  padding-left: 32%;
}
  .c-nav__link {
    color: #fff !important;
    padding: 15px;
  }
  .c-nav__link:hover{
    opacity: 1;
    color: #F7D074 !important;
  }

  .c-nav__menu__item--last .c-btn {
      margin: 0px auto;
      width: 100%;
      max-width: 300px;
      padding: 20px;
  }
}
@media(max-width: 1024px){
  .c-nav__menu__item .c-box-btn{
    padding-left: 72px;
  }
}
/**End Nav Menu*/
/**Footer*/
.c-footer__inner{
  padding: 270px 0 65px;
  background-color: #111111;
  background-image: url('../images/common/footer-bg.png');
  background-size: cover;
  background-position-x: center;
}

.c-footer__top{
  max-width: 1004px;
  align-items: flex-end;
  gap: 4%;
}
.c-footer__topImg{
  width: 642px;
}
.c-footer__topContent{
  width: 246px;
  color: #fff;
}
.c-footer__topPhone{
  display: flex;
  gap: 10px;
  font-size: 28px;
  align-items: center;
  margin-bottom: 3px;
}
.c-footer__topPhone::before{
  background-image: url('../images/common/ic-phone.png');
  width: 30px;
  height: 30px;
  margin-top: -1px;
}
.c-footer__topAddress{
  font-size: 13px;
  line-height: 22px;
}

.c-footer__bottom {
  text-align: center;
  color: #fff;
  margin-top:50px;
}
.c-footer__bottom p{
  font-size: 16px; 
  line-height: 22px;
}
.c-footer__bottom small{
  font-size: 13px;
}

.c-footer__logo {
  max-width: 100%;
  margin-bottom: 30px;
}

.c-footer__title {
  font-family: YuMincho;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.c-footer__title span {
  color: rgb(40, 126, 181);
  display: inline-block;
  border-bottom: 1px solid currentcolor;
}

.c-footer__nav{
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 42px 0;
  margin-top: 50px;
}
.c-footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 10px 7%;
  max-width: 854px;
  color: #fff;
}

.c-footer__menu a {
  position: relative;
  font-size: 16px;
}

.c-footer__menu a:hover{
}
.c-footer__menu a:hover::after{
  width: 100%;
}

.c-footer__menu li:first-child a::before {
  display: none;
}

.c-copyright {
  font-size: 13px;
  letter-spacing: 0px;
  padding: 50px 10px;
}
@media(max-width: 1024px){
  .c-footer__inner{
    padding-top: 200px;
  }
  .c-footer__topImg{
    width: 420px;
  }
  .c-footer__top{
    max-width: 760px;
  }
  .c-footer__menu{
    gap: 10px 20px;
    max-width: 560px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-footer__menu a{
    font-size: 13px;
  }
}
@media(max-width: 768px){
  .c-footer__inner{
    padding: 40px 0 30px;
  }
  .c-footer__bottom{
    margin-top: 30px;
    padding: 0 20px;
  }
  .c-footer__bottom p{
    font-size: 13px;
    line-height: 1.8;
  }
  .c-footer__bottom small{
    font-size: 11px;
  }
  .c-footer__topImg{
    width: 320px;
    margin: 0 auto 15px;
  }
  .c-footer__topContent{
    width: 300px;
    margin: auto;
  }
  .c-footer__logo{
    margin-bottom: 15px;
  }
  .c-footer__title{
    font-size: 18px;
  }
  .c-footer__nav{
    padding: 25px 0;
    margin-top: 30px;
  }
  .c-footer__top{
    flex-wrap: wrap;
  }
  .c-footer__topAddress{
    text-align: center;
  }
  .c-footer__topPhone{
    justify-content: center;
  }
  .c-copyright{
    font-size: 11px;
    padding: 20px;
  }
}
/**End Footer*/
/**Btn*/
.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 20px 60px;
}
.c-btn--many{
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px 2%;
  margin: auto;
}
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1;
  transition: all 0.4s ease 0s;
}

.c-btn::before, .c-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}

.c-btn:hover {
  opacity: 1;
}
@media(max-width: 1024px){
  .c-btn-list{
    gap: 15px 20px;
  }
  .c-btn--many{
    gap: 40px 2%;
  }
  .c-btn--many .c-btn{
    width: 48%;
  }
}
@media(max-width: 768px){
  .c-btn--many{
    gap: 20px;
    justify-content: center;
  }
  .c-btn-list{
    gap: 20px;
    flex-wrap: wrap;
  }
}
/*Custom btn*/
.c-btn1 {
  background: transparent;
  border-bottom: 1px solid #ccc;
  /* border-bottom: 1px solid #5a5a59; */
  padding: 0 20px 26px;
  width: 400px;
  font-size: 18px;
  justify-content: space-between;
}

.c-btn1::after {
  background-image: url("../images/common/ic-white-arr.png");
  width: 13px;
  height: 20px;
}
.c-btn1.--ver2::after {
  background-image: url("../images/common/ic-black-arr.png");
}
.c-btn1::before {
  width: 40px;
  background: #F7D074;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.c-btn1.--ver2::before {
  background: #E5800D;
}
.c-btn1:hover{
  color: #F7D074;
}
.c-btn1.--ver2:hover{
  color: #E5800D;
}
.c-btn1:hover::before {
  width: 100%;
}
.c-btn1:hover::after{
  background-image: url("../images/common/ic-yellow-arr.png");
}
.c-btn1.--ver2:hover::after {
  background-image: url("../images/common/ic-orange-arr.png");
}

.c-btn4{
  background-color: #E5800D;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 0.6px;
  justify-content: space-between;
  padding: 0 7%;
  width: 585px;
  height: 80px;
}
.c-btn4:before{
  display: none;
}

.c-btn4::after{
  background-image: url("../images/common/ic-white-arr.png");
  width: 9px;
  height: 16px;
}

.c-btn4:hover{
  background-color: #fff;
  color: #E5800D;
}
.c-btn4:hover::after{
  background-image: url("../images/common/ic-orange-arr.png");
}

.c-btn--many.--col2 .c-btn4{
  width: 48.8%;
}
@media(max-width: 768px){
  .c-btn1{
    font-size: 13px;
    width: 300px;
    padding: 0 10px 15px;
  }
  .c-btn1::after{
    width: 7px;
    height: 12px;
  }
  .c-btn4,
  .c-btn--many.--col2 .c-btn4{
    width: 400px;
    height: 60px;
    font-size: 13px;
    border-radius: 15px;
  }
  .c-btn4::after{
    width: 8px;
    height: 14px;
  }
}
/**End Custom BTN*/
/**Slider*/
.swiper {
  margin-bottom: 0 !important;
}
/**end Slider*/

.c-smoke{
  position: absolute;
  top: 20%;
  left: -90px;
  width: 757px;
  z-index: 0;
}
/**Sidebar*/
.sidebar__fixed{
  position: fixed;
  right: 32px;
  bottom: 46px;
  z-index: 2;
  transition: all ease 0.4s;
}
.sidebar__fixed.--hide{
  right: -100%;
  transition: all ease 0.4s;
}
.sidebar__link{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 400px;
  width: 80px;
  display: block;
}
.sidebar__link::before{
  height: 118px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #fff;
  display: block;
}
.sidebar__link img{
  position: absolute;
  top: 5px;
  width: 104px;
  left: -12px;
  max-width: max-content;
}
.sidebar__link p{
  display: flex;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #E5800D;
  padding: 10px 0;
  height: 280px;
  width: 80px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.sidebar__link span{
  transition: all ease 0.4s;
}
.sidebar__link:hover{
  opacity: 1;
}
.sidebar__link:hover span{
  opacity: 0.5;
}
@media(max-width: 1024px){
  .c-smoke{
    width: 400px;
    left: -50px;
  }
  .sidebar__fixed{
    right: 3%;
    bottom: 15%;
  }
  .sidebar__link{
    height: 250px;
    width: 60px;
    font-size: 13px;
  }
  .sidebar__link p{
    height: 200px;
    width: 60px;
  }
  .sidebar__link img{
    width: 80px;
    left: -10px;
  }
  .sidebar__link::before{
    height: 90px;
  }
}
@media(max-width: 768px){
  .c-smoke{
    width: 260px;
  }
  .sidebar__link{
    display: none;
  }
}
/**End Sidebar*/
/*Scroll MV*/
#Y_sclorebox {
  z-index: 99;
  font-size: 10px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: relative;
  left: -9px;
  margin-top: 153px;
  padding-top: 5px;
}
#Y_sclorebox span{
  display: block;
  width: 100%;
  text-align: center;
  transition: all ease 0.4s;
}
#Y_sclorebox::before{
  background-image: url('../images/common/ic-arr-down.png');
  width: 24px;
  height: 14px;
  margin-bottom: 10px;
  transition: all ease 0.4s;
}
#Y_sclorebox.toTop::before{
  transform: rotate(180deg);
}
#Y_sclorebox:hover{
  opacity: 1;
}
#Y_sclorebox:hover span,
#Y_sclorebox:hover::before{
  opacity: 0.5;
}
@media(max-height: 900px){
  #Y_sclorebox {
    margin-top: 80px;
  }
}
@media(max-width: 1024px){
    #Y_sclorebox{
      width: 60px;
      height: 60px;
      left: 0;
      margin-top: 65px;
    }
    #Y_sclorebox::before{
      width: 18px;
      margin-bottom: 6px;
      height: 8px;
    }
}
@media(max-width: 768px){
  #Y_sclorebox{
    width: 40px;
    height: 40px;
    font-size: 8px;
    position: fixed;
    margin-top: 0;
    right: 3%;
    bottom: 20px;
    left: auto;
  }
  #Y_sclorebox::before{
    width: 16px;
    margin-bottom: 4px;
    height: 6px;
  }
}
/*End Scroll MV*/



/**Customer*/
.c-customer{
  background-image: url('../images/top/bg2.png');
  background-color: #111;
}
.c-customer::before{
  background-image: url('../images/top/bg3.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-customer__smokeTop{
  top: -75px;
  left: -72px;
  opacity: 0.1;
}
.c-customer__smokeBottom{
  top: 31%;
  left: auto;
  opacity: 0.1;
  right: -4%;
}
.c-customer__list{
  gap: 20px 2%;
  position: relative;
}
.c-customer__list .swiper-pagination{
  display: none !important;
}
.c-customer__item{
  width: 360px;
}
.c-customer__itemImg{
  height: 540px;
  overflow: hidden;
  border-radius: 20px;
}
.c-customer__item img{
  border-radius: 20px;
  transition: all ease 0.4s;
  transform: scale(1);
}
.c-customer__itemContent{
  height: 160px;
  width: 160px;
  background-color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  margin: -107px auto 0;
}
.c-customer__itemContent p{
  width: 100%;
  text-align: center;
  line-height: 1.5;
  transition: all ease 0.4s;
}
.c-customer__itemContent::after{
  background-image: url('../images/common/ic-black-arr.png');
  width: 30px;
  height: 25px;
  margin-top: 10px;
  transition: all ease 0.4s;
  transform: rotate(90deg);
}

.c-customer__item:hover{
  opacity: 1;
}
.c-customer__item:hover img{
  transform: scale(1.1);
}
.c-customer__item:hover p{
  color: #E5800D;
}
.c-customer__item:hover .c-customer__itemContent::after{
  background-image: url('../images/common/ic-orange-arr.png');
}
@media(max-width: 1024px){
  .c-customer__itemImg{
    height: 450px;
  }
}
@media(max-width: 768px){
  .c-customer__itemImg{
    height: 300px;
  }
  .c-customer__list .swiper-wrapper{
    padding-bottom: 40px;
  }
  .c-customer__itemContent{
    width: 110px;
    height: 110px;
    margin-top: -60px;
  }
  .c-customer__itemContent::after{
    width: 20px;
    height: 15px;
  }
  .c-customer__list .swiper-pagination{
    display: block !important;
    position: absolute;
    bottom: -5px;
  }
}
/**End Customer*/
/**Pro Slider*/
.c-pro__slider{
    margin-top: -60px;
    transform: translateY(180px);
}
.c-pro__slider .swiper-wrapper{
  padding-top: 63px;
}
.c-pro__slider .swiper-slide{
  transition: all ease 0.4s;
  border-radius: 10px;
}
.c-pro__slider .swiper-slide img{
  border-radius: 10px;
}
.c-pro__slider .swiper-slide.swiper-slide-prev,
.c-pro__slider .swiper-slide.swiper-slide-next{
  margin-top: -63px;
}
@media(max-width: 1024px){
  .c-pro__slider{
    top: 0;
    transform: translateY(150px);
  }
}
@media(max-width: 768px){
  .c-pro__slider .swiper-slide.swiper-slide-prev,
  .c-pro__slider .swiper-slide.swiper-slide-next{
    margin-top: 0;
  }
  .c-pro__slider{
    margin-top: 0;
    transform: translateY(0);
  }
}
/**End Pro Slider*/


/**Top news*/
.top-news-flex{
  background-color: #fff;
  padding: 32px 70px 56px;
  border-radius: 20px;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.top-news__title{
  width: 200px;
  text-align: center;
}
.top-news__title h2{
  font-size: 26px;
  font-weight: bold;
}
.top-news__title a{
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  display: block;
}
.top-news__title a:hover{
  opacity: 1;
  color: #E5800D;
}
.top-news__content{
  flex: 1;
}
@media(max-width: 1200px){
  .top-news-flex{
    gap: 20px;
    padding: 45px 50px;
  }
  .top-news__title{
    width: 160px;
  }
}
@media(max-width: 1024px){
  .top-news-flex{
    gap: 25px;
    padding: 23px 50px 45px;
  }
  .top-news__title{
    width: 120px;
  }
  .top-news{
    padding: 100px 0 0;
  }
}
@media(max-width: 768px){
  .top-news{
    padding: 20px 0 0;
  }
  .top-news-flex{
    flex-wrap: wrap;
    padding: 30px 10px 40px;
  }
  .top-news__title{
    width: auto;
  }
  .top-news__content{
    flex: auto;
    width: 100%;
  }
  .top-news__title a{
    font-size: 13px;
    color: #666;
  }
  .top-news__title h2{
    line-height: 1.2;
    font-size: 18px;
  }
}
/**End Top News*/

/**News*/
.c-news__card{
  display: flex;
  gap: 10px 0;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 22px 20px;
  border-bottom:1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-news__date{
  font-size: 16px;
  color: #666666;
  transition: all ease 0.4s;
  margin-right: 28px;
}
.c-news__new{
  width: 46px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  background-color: #E82020;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  line-height: 1;
  border-radius: 10px;
}
.c-news__title{
  font-size: 16px;
  flex: 1;
  min-width: 300px;
  transition: all ease 0.4s;
  overflow: hidden;
  background: linear-gradient(to right, #E5800D, #E5800D 50%, #111 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 400ms ease;
  text-decoration: none;
  padding-right: 36px;
}
.c-news__title::after{
  background-image: url('../images/common/ic-black-arr.png');
  width: 9px;
  height: 16px;
  transition: all ease 0.4s;
  position: absolute;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
}
.c-news__card:hover{
  opacity: 1;
}
.c-news__card:hover::after{
  background-image: url('../images/common/ic-orange-arr.png');
}
.c-news__card:hover .c-news__title{
  background-position: 0 100%;
}
@media(max-width: 768px){
  .c-news__card:last-child{
    border: 0;
  }
  .c-news__card{
    padding: 10px;
  }
  .c-news__title{
    font-size: 13px;
    flex: auto;
    width: 100%;
    min-width: auto;
    padding-right: 15px;
  }
  .c-news__title::after{
    top: 9px;
    width: 6px;
    height: 12px;
    right: 0;
  }
  .c-news__date{
    font-size: 12px;
    color: #666666;
    justify-content: center;
    margin-right: 10px;
    display: inline-flex;
  }
  .c-news__new{
    font-size: 9px;
    width: 40px;
    height: 20px;
    margin-right: 0;
  }
}
/**End News*/

/**Box btn*/
.c-box-btn{
  border-radius: 20px;
  border: 1px solid #fff;
  width: 640px;
  padding: 17px 20px;
  padding-left: 17%;
  position: relative;
  display: block;
  transition: all ease 0.4s;
}
.c-box-btn p,
.c-box-btn small{
  transition: all ease 0.4s;
}
.c-box-btn small{
  font-size: 12px;
  display: block;
  line-height: 1.4;
}
.c-box-btn:before{
  background-image: url('../images/top/ic-shop.png');
  width: 120px;
  height: 141px;
  position: absolute;
  top: -45px;
  left: 61px;
}
.c-box-btn:hover{
  opacity: 1;
  background-color: #fff;
}
.c-box-btn:hover p{
  color: #E5800D;
}
.c-box-btn:hover small{
  color: #E5800D !important;
}

.c-box-btn.--cus{
  border-color: #E5800D;
  color: #E5800D !important;
}
.c-box-btn.--cus small{
  color: #111 !important;
}
@media(max-width: 1024px){
  .c-box-btn{
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    padding: 8px 10px;
    padding-left: 72px;
  }
  .c-box-btn:before{
    width: 50px;
    height: 58px;
    left: 14px;
    top: -6px;
  }
  .c-box-btn small{
    font-size: 7px;
  }
  .c-box-btn .c-text1{
    font-size: 13px;
  }
}

/**end box btn*/

/**Company*/
.c-company{
  position: relative;
  z-index: 1;
}
.c-company::before{
  background-image: url('../images/top/bg1.png');
  background-size: cover;
  width: 100%;
  height: 78%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-company .c-smoke{
  opacity: 0.1;
}
.c-company__smokeTop{
  top: 73px;
  left: -80px;
}
.c-company__smokeBottom{
  top: 29%;
  left: auto;
  right: -7.5%;
}
.c-company__slider img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
}
.c-company__slider .swiper-slide{
  transform-origin: center;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 1000 / 550;
  position: relative;
  overflow: hidden;
  transform: scale(.7);
  transition: transform .25s ease;
  margin: 0 -52px !important;
  border-radius: 10px;
}

.c-company__slider .swiper-slide-active{
  transform: scale(1);
}

.c-company__infor{
  gap: 30px 2%;
  align-items: center;
}
.c-company__inforImg{
  width: 600px;
}
.c-company__inforImg img{
  width: 100%;
}
.c-company__inforContent{
  width: 550px;
}

@media(max-width: 1100px){
  .c-company__slider .swiper-slide{
    aspect-ratio: 1000 / 550;
    width: calc(100% - 100px);
    height: auto;
    margin: 0 -6% !important;
  }
}
@media(max-width: 768px){
  .c-company__infor{
    flex-wrap: wrap;
  }
  
  .c-company__inforImg,
  .c-company__inforContent{
    width: 100%;
  }
  
}
/**End Company*/

/**Slider*/
.slider--wrapper {
	width: 100%;
	position: relative;
}

.swiper {
	margin-bottom: -20px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 55px;
	height: 108px;
	margin-top: 0;
	transform: translateY(-65%);
	transition: all ease 0.4s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 0.5;
}

.swiper-button-next {
	right: 20px;
}

.swiper-button-prev {
	left: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: initial;
	background-image: url('../images/common/ic-slide-prev.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	content: '';
}

.swiper-button-next::after {
	background-image: url('../images/common/ic-slide-next.png');
}

.swiper-wrapper {
	padding-bottom: 24px;
}


.swiper-pagination {
	display: block;
	position: relative;
	margin-top: 20px;
}

.swiper-pagination-bullet {
	background: #eee;
	width: 10px;
	height: 10px;
	opacity: 1;
	margin: 0 5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #E5800D;
}



/*End Slider*/

/* 20260202 スイーツカテゴリーページの作成 */
.scn-c-nav__menu__item {
    position: relative;
}

.scn-c-nav__sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 125px;
    z-index: 10;
    padding: 10px 12px;
    border: 1px solid #323232;
    font-weight: 400;
}

.scn-c-nav__sub-menu li {
    padding-block: 10px;
}

@media (min-width: 769px) {
    .scn-c-nav__menu__item.scn-has-sub:hover .scn-c-nav__sub-menu {
        display: block;
    }

    .scn-c-nav__sub-menu li {
        display: block;
    }
}

@media (max-width: 768px) {
    .scn-c-nav__sub-menu {
        display: block;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height .4s ease, opacity .4s ease;
        position: static;
        width: 100%;
        background: transparent;
        padding: 0;
        text-align: center;
        border: none;
    }

    .scn-c-nav__menu__item.scn-has-sub.is-open .scn-c-nav__sub-menu {
        max-height: 300px;
        opacity: 1;
        margin-top: 10px;
    }

    .scn-has-sub > .c-nav__link::after {
        content: '▼';
        position: absolute;
        display: inline-block;
        top: 20px;
        font-size: 0.7em;
        margin-left: 8px;
        transition: transform .3s ease;
    }

    .scn-c-nav__menu__item.scn-has-sub.is-open > .c-nav__link::after {
        top: 16px;
        transform: rotate(180deg);
    }
}

/* 20260212 トップページの<h1>設定 */
.scn-originally-h1 {
  font-size: 24px;
  display: block;
  font-weight: bold;
  unicode-bidi: isolate;
}

@media screen and (max-width: 1750px) {
  .scn-originally-h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .scn-originally-h1 {
    font-size: 12px;
  }
}

/* 20260312 オンラインショップへのリンクについて */
@media (max-width: 768px) {
    .sidebar__link {
        display: block;
    }
}