/******************************/
/* SLIDER */
/******************************/

#slider > div:nth-child(2) .bx-caption,
#slider > div:nth-child(3) .bx-caption {
  top: 0;
}

.bx-wrapper {
  padding: 0 !important;
}
.bx-wrapper .bx-caption {
  background: transparent !important;
}

.bx-wrapper .bx-caption span {
  font-size: 3.85em !important;
  padding: 25px !important;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

@media screen and (max-width: 1200px) {
  .bx-wrapper .bx-caption span {
    font-size: 2.5em !important;
  }
}

@media screen and (max-width: 768px){
  .bx-wrapper .bx-caption span {
  font-size: 1.5em !important;
  padding: 15px !important;
  }
}

.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
  .p-group-bnr {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-group-bnr-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-group-bnr-list__item img {
  width: 100%;
}

.p-group-bnr-list__ttl {
  margin-top: 15px;
}

/******************************/
/* INFORMATION */
/******************************/
.p-information {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
  /* padding: 60px 90px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg-grid.png) repeat; */
  color: #2d2d2d;
  line-height: 2;
  font-size: 18px;
}

.p-information__body {
  line-height: 2;
  font-size: 16px;
}

.p-information__body a {
  text-decoration: underline;
}

.p-information__body a:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .p-information {
    margin-top: 0;
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    /* padding: 45px 45px; */
  }

  .p-information__body {
    line-height: 2;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .p-information {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    /* padding: 35px 25px; */
  }
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
.p-concept-box__logo img {
  max-width: 210px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}
.p-recommend {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fafafa;
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}

.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 53%;
  height: 28vw;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 365px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}

.p-ranking {
  margin-top: 100px;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    margin-top: 0;
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 0;
    padding-top: 60px;
  }
}

.p-ranking-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 13px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************/
/* TOP SHOP */
/******************************/
.p-shop {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 30px;
  }
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}

.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}

/******************************/
/* メディア掲載 */
/******************************/

.p-media {
  text-align: center;
}

@media screen and (max-width: 800px){
  .p-media {
    text-align: left;
  }
}
/******************************/
/* PDF 表示 */
/******************************/

.pdf-section {
  display: none;
  opacity: 0;
  position: relative;
  max-width: 500px;
  height: 600px;
  margin: 50px auto 0;
}

.show-pdf {
  text-decoration: underline;
}

.show-pdf:hover {
  text-decoration: none;
}

.pdf-section.show {
  display: block;
  opacity: 1;
  animation: showPdf .2s ease 0s;
}

@keyframes showPdf {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pdf-section img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdf-btn {
  text-align: center;
  margin: 40px 0 60px;
}

.pdf-btn a {
  box-sizing: border-box;
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 58px;
  border: 2px solid #2d2d2d;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.2s;
}

.pdf-btn a:hover {
  background: #2d2d2d;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pdf-section {
    height: auto;
    padding-top: 128%;
  }
}

/* 楽しみ方いろいろ */

.p-ig p {
  text-align: center;
}

.p-ig .c-subttl-main {
  margin: 42px 0;
  line-height: 1.7;
}

.p-ig .c-content {
  margin-bottom: 50px;
}

.c-item-list.ig {
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .p-ig p {
    text-align: center;
    font-size: 15px;
  }
  .p-ig .c-subttl-main {
    text-align: center;
    font-size: 20px;
    margin: 25px 0;
  }

  .p-ig .c-content {
    margin-bottom: 30px;
  }

  .c-item-list.ig {
    margin-top: 30px;
  }
}
/******************************/
/* TOP CALENDAR */
/******************************/
.p-calendar {
	box-sizing: border-box;
	flex: 1;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #fafafa;
}
@media screen and (max-width: 1023px) {
	.p-calendar {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-calendar {
		margin-top: 0px;
		padding-top: 45px;
		padding-bottom: 15px;
	}
}

.side_cal {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 500px) {
	.side_cal {
		display: block;
	}
}

.tbl_calendar {
	margin-left: 30px;
	margin-right: 30px;
	width: 330px;
	text-align: center;
	border-spacing: 1px 1px;
	border-collapse: separate;
}
@media screen and (max-width: 1023px) {
	.tbl_calendar {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.tbl_calendar {
		margin-bottom: 30px;
		width: auto;
	}
}
.tbl_calendar caption {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.tbl_calendar caption {
		margin-bottom: 10px;
		font-size: 14px;
	}
}
.tbl_calendar th {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.tbl_calendar th {
		padding: 5px 9px;
		font-size: 10px;
	}
}
.tbl_calendar td {
	padding: 5px;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.tbl_calendar td {
		padding: 5px 9px;
		font-size: 10px;
	}
}

.side_cal_memo {
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.side_cal_memo {
		margin-left: 0;
		margin-right: 0;
	}
}

/******************************/
/* 授賞式 3/9 */
/******************************/

.u-container.prize-sec {
  text-align: center;
  margin: 70px auto 100px;
}

.u-container.prize-sec h2 {
  font-size: 30px;
}

.u-container.prize-sec figure:first-of-type a {
  transition: opacity .3s;
}

.u-container.prize-sec figure:first-of-type a:hover {
  opacity: .7;
}

.u-container.prize-sec figure + figure {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .u-container.prize-sec {
    margin: 40px auto 70px;
  }
  .u-container.prize-sec h2 {
    font-size: 28px;
  }
  .u-container.prize-sec figure {
    margin: 0;
  }
  .u-container.prize-sec figure + figure {
    margin-top: 40px;
  }
}

/******************************/
/* 伊藤保 2024 5/14 */
/******************************/

.myster {
  margin-top: 100px;
}

.myster .wrap {
  text-align: center;
  margin: 0 auto;
}

.myster .wrap > p {
  font-size: 20px;
  font-weight: 500;
}

.myster .wrap > h2 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .myster {
    margin-top: 60px;
  }

  .myster .wrap {
    text-align: left;
  }

  .myster .wrap > p {
    font-size: 18px;
    padding: 0 20px;
  }

  .myster .wrap > h2 {
    text-align: center;
    font-size: 20px;
  }
}

.mother-day img {
  border: 1px solid #eee;
}


.u-container.gift {
  display: block;
}

.u-container.gift h2 {
  font-size: 30px;
}

.u-container.gift h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-container.gift h2 {
    font-size: 28px;
  }

  .u-container.gift .wrap {
    display: block;
  }
}

/* 受賞セクションCSS_240823*/
#award-section {
  max-width: 1200px;
  margin: 120px auto 75px;
}
#award-section h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 41px;
}
.fl-award {
  display: flex;
  gap: 57px;
  justify-content: center;
}
.award-box {
  width: 283px;
}
.award-img img {
  width: 202px;
}
.award3-img {
  margin-bottom: 0;
}
.award-img {
  text-align: center;
  margin-bottom: 49px;
}
.award-box p {
  font-size: 16px;
}
.award-link {
  color: #003FAC;
}
@media (max-width: 1024px) {
  #award-section {
  width: 80%;
  }
}
@media (max-width: 767px) {
  .fl-award {
    flex-direction: column;
  }
  .award-box {
    width: 100%;
  }
  .award-box p {
    text-align: center;
  }
  .award-img {
    margin-bottom: 0;
  }
  .award3-img {
    margin-bottom: 44px;
  }
  #award-section {
  margin-bottom: 45px;
  }
  #award-section h3 {
    margin-bottom: 20px;
  }
}
/*こだわりセクション調整__241023*/
.kodawari2__top {
  margin-top: 24px!important;
}
.p-kodawari .c-content > p + p {
 text-align: center;
}
.kodawari__2 {
  margin-top: 90px;
}
.p-recommend {
   padding-top: 0;
}
.same-section,
.p-information {
  margin-bottom: 70px;
}
.same-section {
  margin-top: 70px;
}
.c-ttl-main {
  text-align: center;
}
@media (max-width: 767px) {
  .kodawari__2 {
  margin-top: 50px;
 }
  .u-container {
    padding-left: 25px;
    text-align: center!important;
  }
  .p-kodawari .c-content > p + p {
    text-align: left;
  }
  .u-container.gift h3 {
    text-align: center;
  }
  .same-section, .p-information {
    margin-bottom: 0;
  }
}
/*241101__デザイン微調整*/
.kodawari__2 .image {
  width: 51%;
}
.kodawari__2 .image img {
  height: 310px;
  object-fit: cover;
}
.kodawari__2 .text {
  padding-top: 24px;
}
.kodawari__2 {
  gap: 24px;
}
.c-subcontent .image {
  width: 100%;
  margin-bottom: 24px;
}
.c-subcontent .text {
  width: 90%;
  margin: 0 auto;
}
.c-subcontent .text p:not(:first-child) {
  text-align: center;
}
.gift .image img {
  height: 600px;
  object-fit: cover;
}
.c-mv {
  background-size: contain;
  padding-top: 661px;
}

@media (max-width: 767px) {
  .kodawari__2 .image {
    width: 100%;
  }
  .kodawari__2 .text {
    padding-top: 0;
  }
  .kodawari__2 {
  gap: 0;
  }
  .kodawari__2 .image img {
    height: auto;
  }
  .gift .image img {
    height: auto;
  }
  .c-mv {
    background-size: cover;
    padding-top: 55.10204081632652%;
  }
}
/*バナーセクション追加__241106*/  
.group-bnr {
  display: none;
}
@media (max-width: 767px) {
  .kodawari__2 {
  margin-top: 50px;
  }
  .group-bnr {
    display: flex;
    gap: 14px;
    margin-top: 74px;
    padding: 0 20px;
  }
}


/*===================250606__▼ フローティングバナー===========================*/
.floating-bnr img {
    width: 300px;
  　transition: filter 0.3s ease;
}
.floating-bnr {
    position: fixed;
  	bottom: 0;
  	right: 20px;
  	opacity: 0;
  	transition: opacity 0.6s ease, transform 0.6s ease;
  	pointer-events: none;
  	z-index: 1000;
  	border: 5px solid #B82B29;
}
.floating-bnr {
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.floating-bnr.active {
    opacity: 1;
  pointer-events: auto;
}

.floating-bnr img:hover {
    filter: brightness(1.04);
}
@media screen and (max-width: 768px) {
    .floating-bnr img {
        width: 100%;
    }
    .floating-bnr {
        right: 0;
      	border: 3px solid #B82B29;
    }
}
/*===================250606__▲ フローティングバナー===========================*/

/*=====250922__バナーセクション追加======================*/
.bnr-section {
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
}
.bnr-box {
    width: 85%;
    margin: 0 auto 3%;
}
.bnr-box a:hover {
  opacity: .7;
}
.bnr-sec__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bnr-section {
    margin-top: 0;
  }
  .bnr-box {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
    .bnr-box__pc {
      display: none;
    }
    .bnr-sec__sp {
      display: block;
      margin-top: 24px;
      text-align: center;
      padding: 0 20px;
    }
    .bnr-box__sp {
      margin-bottom: 3%;
    }
}
@media screen and (max-width: 430px) {
  .bnr-box__sp {
      margin-bottom: 4%;
    }
}
