﻿body {
    font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.freepage{
    max-width: 100%;
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
}

.fv {
    padding: 0 20px 50px;
}
.fv__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.fv__img01 {
    margin-bottom: 20px;
    display: block;
}
.fv__text {
    width: max-content;
    max-width: 100%;
    margin: 60px auto 0;
    font-size: 16px;
    font-weight: 500;
}

.fv__img02 {
  display: block;
  text-align: center;
}

.fv__img02 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* --------------------
   ギフトナビ
-------------------- */

.gift-nav-area {
  width: 100%;
}

/* --------------------
   上段：アンカーリンク
-------------------- */
.gift-anchor-nav {
  background: #447a95;
}

.gift-anchor-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.gift-anchor-nav__item {
  position: relative;
  flex: 1 1 0;
  text-align: center;
}

.gift-anchor-nav__item::before,
.gift-anchor-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.65);
  transform: translateY(-50%);
}

.gift-anchor-nav__item::before {
  left: 0;
}

.gift-anchor-nav__item::after {
  right: 0;
}

.gift-anchor-nav__link {
  display: block;
  padding: 34px 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.gift-anchor-nav__link:hover {
  opacity: 0.8;
}

/* --------------------
   下段：キーワードリンク
-------------------- */
.gift-keyword-nav {
  background: #f7f7f7;
  padding: 28px 20px 36px;
}

.gift-keyword-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
}

.gift-keyword-nav__label {
  margin: 0;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.gift-keyword-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gift-keyword-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #c8c8c8;
  border-radius: 9999px;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gift-keyword-nav__link:hover {
  background: #f2f2f2;
  border-color: #a9a9a9;
}

/* --------------------
   SP
-------------------- */
@media screen and (max-width: 767px) {
  .gift-anchor-nav__list {
    flex-direction: column;
  }

  .gift-anchor-nav__item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .gift-anchor-nav__item:first-child {
    border-top: none;
  }

  .gift-anchor-nav__item::before,
  .gift-anchor-nav__item::after {
    display: none;
  }

  .gift-anchor-nav__link {
    padding: 20px 16px;
    font-size: 15px;
  }

  .gift-keyword-nav {
    padding: 30px 16px 36px;
  }

  .gift-keyword-nav__inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .gift-keyword-nav__label {
    font-size: 18px;
  }

  .gift-keyword-nav__list {
    gap: 14px 12px;
  }

  .gift-keyword-nav__link {
    min-width: 0;
    min-height: 46px;
    padding: 0 22px;
    font-size: 15px;
  }

    .inner {
     padding:0 20px;   
    }
}

/*main*/

#main h2{
	font-size:45px;
	color:#000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
#main h2 span {
	font-size: 18px;
    display: block;
    color: #447A95;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}


/* SP */
@media screen and (max-width: 767px) {
  #main h2{
	font-size:24px;
    }
    #main h2 span {
        font-size: 14px;
    }  
    
}

/*RECCOMEND GIFT*/
.productwrap .textarea .ditail{
	margin:33px 0 32px;
}
.productwrap .textarea .ditail img{
	width:100%;
	height:auto;
}
.productodd{
	display:flex;
	align-items:center;
	justify-content:space-between;
    margin: 40px 0 0 0;
}
.producteven{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction: row-reverse;
}
.gift-product__content {
  flex: 0 0 46%;
  padding: 28px 0 0;
}

.gift-product__visual {
  flex: 0 0 54%;
}

.gift-product__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gift-product__badge {
  margin-bottom: 24px;
}

.gift-product__badge img {
  display: block;
  max-width: 180px;
  height: auto;
}

.gift-product__badge span {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1.2;
}

.gift-product__title {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.02em;
}

.gift-product__price {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.gift-product__desc,
.gift-product__meta,
.gift-product__flavor {
  color: #222;
}

.gift-product__desc p,
.gift-product__meta p,
.gift-product__flavor p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.gift-product__lead {
  margin-bottom: 4px !important;
  font-weight: 700 !important;
}

.gift-product__desc {
  margin-bottom: 18px;
}

.gift-product__meta {
  margin-bottom: 26px;
}

.gift-product__flavor {
  border-top: 1px solid #bdbdbd;
  padding-top: 18px;
  margin-bottom: 30px;
}

.gift-product__flavor h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
  color: #111;
}

.gift-product__button-wrap {
  margin-top: 0;
}

.gift-product__button {
  width: 100%;
  max-width: 300px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 28px;
  border-radius: 9999px;
  background: #4f84a1;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.gift-product__button:hover {
  opacity: 0.85;
  color: #fff;
}

/* SP */
@media screen and (max-width: 767px) {
.productwrap{
		width:89.3333%;
		margin:80px auto 0 !important;
	}
	.productodd{
		display:block;
	}
	.producteven{
		display:block;
	}
  .gift-product__content {
    flex: none;
    padding: 20px 18px 0;
  }

  .gift-product__badge {
    margin-bottom: 18px;
  }

  .gift-product__badge img {
    max-width: 145px;
  }

  .gift-product__title {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.5;
  }

  .gift-product__price {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .gift-product__desc p,
  .gift-product__meta p,
  .gift-product__flavor p {
    font-size: 14px;
    line-height: 1.8;
  }

  .gift-product__desc {
    margin-bottom: 16px;
  }

  .gift-product__meta {
    margin-bottom: 20px;
  }

  .gift-product__flavor {
    padding-top: 16px;
    margin-bottom: 24px;
  }

  .gift-product__flavor h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .gift-product__button {
    max-width: none;
    width:100%;
    margin: 0 auto;
    min-height: 50px;
    font-size: 16px;
    gap: 12px;
    box-sizing: border-box;
  }
}

/*ギフト商品*/
.giftitem a{
    text-decoration: none; 
}
.giftitem a:hover {
    color: #447A95;
    text-decoration: none;
}
@media screen and (max-width:767px) {
    .otherwrap{
		width:100%;
	}
	.otherinner{
		margin:10.88% 0 0;
	}
} 

/*その他のギフト商品*/
.otherwrap{
	width:100%;
	margin:120px auto 0;
	z-index: 2;
}
.otherinner{
	margin:75px 0 0;
}
@media screen and (max-width:767px) {
    .otherwrap{
		width:100%;
	}
	.otherinner{
		margin:10.88% 0 0;
	}
}   

/*freebnr*/
.freebnr{
	max-width:1200px;
	margin:50px auto 50px;
}
@media screen and (max-width:767px) {
    .freebnr{
	width:100%;
	margin:10% auto 10%;
    }
}

/* 2カラムラッパー */
.freebnr-2col {
  max-width:1200px;
  margin: 50px auto;
  display: flex;
  gap: 20px; /* デザインに応じて調整 */
  margin-bottom: 20px;
}

/* 子要素 */
.freebnr-2col .freebnr {
  flex: 1;
  margin: 0;
}

/* 画像共通（既存にも効くなら共通化OK） */
.freebnr img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .freebnr-2col {
    margin: 5% auto;
  }
}

/*egift*/
.egift{
	max-width:1200px;
	margin:50px auto 50px;
}
.egift img{
	width:100%;
	height:auto;

}
@media screen and (max-width:767px) {
    .egift{
	margin:5% auto 5%;
    }
    .egift img{
        width:100%;
        height:auto;

    }
}

/*FAQ*/
.gift-faq {
  background: #ffffff;
  padding: 96px 20px 120px;
}

.gift-faq__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.gift-faq__title {
  margin: 0 0 64px;
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
}

.gift-faq__list {
  border-top: none;
}

.gift-faq__item {
  border-bottom: 1px solid #4a4a4a;
}

.gift-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 30px 56px 30px 0;
  border: none;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.gift-faq__question-text {
  display: block;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}


.gift-faq__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 11px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gift-faq__icon-img {
  display: block;
  width: 18px;
  height: 11px;
}

/* SP */
@media screen and (max-width: 767px) {
  .gift-faq__icon {
    right: 2px;
    width: 18px;
    height: 11px;
  }

  .gift-faq__icon-img {
    width: 18px;
    height: 11px;
  }
}

.gift-faq__answer {
  display: none;
  padding: 0 72px 30px 0;
}

.gift-faq__item.is-open .gift-faq__answer {
  display: block;
}

.gift-faq__answer-inner {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0;
}

.gift-faq__question:hover {
  opacity: 1;
}

/* SP */
@media screen and (max-width: 767px) {
  .gift-faq {
    padding: 48px 16px 72px;
  }

  .gift-faq__inner {
    max-width: 100%;
  }

  .gift-faq__title {
    margin: 0 0 42px;
    font-size: 20px;
    line-height: 1.35;
    text-align: left;
  }

  .gift-faq__item {
    border-bottom: 1px solid #4a4a4a;
  }

  .gift-faq__question {
    gap: 16px;
    padding: 22px 42px 22px 0;
  }

  .gift-faq__question-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
  }

  .gift-faq__icon {
    right: 2px;
    width: 20px;
    height: 20px;
  }

  .gift-faq__icon::before,
  .gift-faq__icon::after {
    width: 14px;
    height: 2px;
  }

  .gift-faq__answer {
    padding: 0 0 22px 0;
  }

  .gift-faq__answer-inner {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
    .header-main h1 img {
     width:auto !important;   
    }
}

.freebnrwrap{
    margin-bottom:100px;
}
@media screen and (max-width: 767px) {
    .freebnrwrap{
         margin-bottom:50px;
    }
}
/* mothers-day-gift */
.mothers-day-gift .gift-product__badge{
    color: #dd5e60;
}
.mothers-day-gift #main h2 span {
	color: #e8797b;
}
.mothers-day-gift .productslider .slick-dots li.slick-active button:before {
    content: "";
    background: #e8797b;
}
.mothers-day-gift .gift-anchor-nav{
    background: #dd5e60;
}
.mothers-day-gift .gift-product__button {
    background: #e8797b;
}
@media screen and (max-width: 767px) {
    .recommenditem .product2{
        margin-top: 50px;
    }
}
.gift-product__button-wrap{
  text-align:center;
  margin: 50px auto 100px auto;
}
@media screen and (max-width: 767px) {
    .gift-product__button-wrap{
      margin: 25px 0 50px 0;
    }
}
.gift-product__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}