/* CSS Document */
@charset "UTF-8";

html {
    scroll-padding-top: 90px;
	scroll-behavior: smooth;  
	}
a:active, a:focus {
  text-decoration: none;
  outline:none!important;
}
a:hover, a:focus {
    text-decoration: underline;
}
.bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #F0F9FE;
  line-height: 1.7;
  
}

.top__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.top__wrapper__text {
  color: #734e25;
}

.list__item {
  background-color: #ffffff;
  text-align: center;
}

.gift__list {
  list-style: none;
}

.limited__product {
  background-color: #085c75;
  color: #ffffff;
  text-align: center;
}

.gift__title {
  font-weight: bold;
  color: #ea609e;
  text-align: center;
  padding: 0;
}

.gift__lead {
  margin: 0;
  text-align: center;
  color: #ea609e;
  font-weight: bold;
}

.gift__text {
  color: #3e3a38;
}

.gift__content {
  color: #3e3a38;
  background-color: #eff2f7;
}

.price {
  font-family: "Roboto", sans-serif;
  color: #3e3a38;
  font-weight: 900;
}

.purchase__btn {
  background-color: #009092;
  color: #ffffff;
}
.purchase__btn:hover {
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
}

.attention {
  width: 14%;
  display: inline-block;
  background-color: #f23737;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 0;
}

.attention__area {
  background-color: #e0fbfd;
}

.attention__item {
  list-style: none;
  background-color: #ffffff;
  color: #773b07;
  text-align: left;
}

.attention__area {
  position: relative;
}

.attention {
  position: absolute;
}

.sales-period__area {
  background-color: #006b92;
  letter-spacing: 1px;
}

.sales-period {
  color: #ffffff;
  text-align: center;
  padding: 5px;
}

.supplement {
  list-style: "※";
  list-style-position: inside;
}

@media screen and (min-width: 751px) {
  .summer-gift2025 {
    padding-bottom: 87px;
    background-color: #eff2f7;
  }
  .mainvisual__wrapper {
    text-align: center;
  }
  .bg {
    padding: 0 65px 35px;
  }
  h2.title__delivery__period {
    font-size: 28px;
    text-align: center;
    color: #F51562;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    padding-top: 25px;
}
.icn_circle_pink {
        position: absolute;
        background-color: #EA609E;
        content: "";
        width: 87px;
        height: 87px;
        border-radius: 50%;
        color: #ffffff;
        top: -40px;
        left: 36px;
        z-index: 1;
        display: block;
    }
.inner_circle_limited {
        font-size: 24px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 87px;
        font-weight: bold;
    }
.icn__circle__green {
        position: absolute;
        background-color: #67C2B9;
        content: "";
        width: 87px;
        height: 87px;
        border-radius: 50%;
        color: #ffffff;
        top: -40px;
        left: 36px;
        z-index: 1;
        display: block;
    }
.inner__circle__standard {
        font-size: 24px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 87px;
        font-weight: bold;
    }
	
  .top__wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .top__wrapper__text {
    font-size: 26px;
    margin: 35px 0;
    text-align: center;
  }
ul.list__content{
	font-size:17px;
	margin-left: 1rem;
	line-height: 1.6;
	
}
  .list__item {
    position: relative;
    margin: auto;
    padding-top: 20px;
  }
  .list__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .limited__product {
    width: 85%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
    font-size: 32px;
    font-weight: bold;
  }
  .black {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
  }
  .gift__title {
    position: relative;
    display: block;
    margin: 20px auto;
    font-size: 28px;
    margin-inline: 23px; 
  }
  .gift__title::before {
    background-color: #ea609e; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 1px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 100%; /* 線の長さ */
  }
  .gift__text {
    text-align: left;
    margin: 20px 0;
    font-size: 17px;
    font-weight: 500;
  }
  .mark {
    font-size: 12px;
  }
  .gift__lead {
    font-size: 20px;
  }
  .gift__name {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
  }
  .gift__content {
    position: relative;
    align-items: center;
    padding: 50px 35px;
    margin-bottom: 30px;
    text-align: left;
  }
	.grid__content__wrapper {
    display: grid;
}
	.content__content {
    grid-column-start: 1;
    grid-row-start: 1;
}
	.content__best__before__date {
    grid-column-start: 2;
    grid-row-start: 1;
}
  .flex-end {
    align-items: flex-end;
  }
  .no-icon {
    padding: 20px;
    justify-content: flex-start;
  }
  .icon__area {
    text-align: left;
  }
  .shipping__icon {
    display: inline-block;
    width: 66px;
    text-align: center;
    border: #000000 1px solid;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
	margin-left:20px;
  }
  .cool {
    background-color: #3153a3;
  }
  .shipping {
    background-color: #ea609e;
  }
  .content__text__area {
    grid-column-start: 1;
    grid-row-start: 1;
    }
  .aromashea {
    width: 55%;
    margin-bottom: 90px;
  }
  .content__list {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .attention-area {
    width: 50%;
  }
  .price__area {
	display: grid;  
    margin-top: 23px;
  }
  .right {
    
    text-align: right;
    margin-bottom: 0;
  }
	.price__wrapper {
    grid-column-start: 2;
    grid-row-start: 1;
    display: flex;
    align-items: baseline;
}
  .attention-right {
    text-align: right;
    margin-bottom: 0;
	grid-column-start: 2;
    grid-row-start: 1;
  }

  .content__title,
.content__text {
    font-size: 17px;
  }
  .content__title,
.content__text {
    /*padding-left: 20px;*/
  }
  .content__text__supplement {
    font-size: 15px;
    font-weight: bold;
    color: #cc003d;
    text-align: left;
    text-indent: -1em;
  }
ul.list__content.content__text {
    margin-left: 20px;
}
  .content__content__wrapper {
    display: grid;
}	
  .two-times {
    width: 60%;
  }
  .jwbeer-only {
    margin-bottom: 15px;
  }
  .price {
    font-size: 55px;
    height: 58px;
	line-height: 1;
  }
  .price::after {
    display: none;
  }
  .attention-price {
    margin-top: 30px;
  }
  .en {
    font-size: 29px;
  }
  .commission {
    font-size: 21px;
    font-weight: normal;
    color: #3e3a38;
	margin-bottom: 17px;
  }
.commission-jwt {
    font-size: 21px;
    font-weight: normal;
    color: #3e3a38;
	margin-bottom: 0px;
  }
  .purchase__btn {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.9em 2em;
    border-radius: 5px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 29px;
  }
  .purchase__btn::after {
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: "";
  }
  .pickles {
    font-size: 23px;
  }
  .pickles__title {
    font-size: 24px;
	margin-left: 1rem;  
  }
  .producer__area {
    margin-bottom: 37px;
    padding: 20px 26px;
    background-color: #fcf5e5;
    border-radius: 27px;
    text-align: left;
  }
  .producer__name {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
  }
  .producer__text {
    font-size: 16px;
    color: #3e3a38;
    font-weight: 500;
  }
  .area__title {
    background: linear-gradient(transparent 80%, rgba(243, 214, 231, 0.46) 0%);
  }
  .handcream {
    width: 55%;
  }
  .tax {
    font-size: 21px;
    font-weight: normal;
  }
  .content__inner {
    position: relative;
    padding: 0 60px 30px 60px;
    margin-top: 57px;
  }
  .content__inner:last-child {
    position: relative;
    padding: 0 60px 38px 60px!important;
    margin-top: 57px;
  }
  .content__text__area.jwt-right-content {
    margin-bottom: 48px;
}
  .gift__icon {
    position: absolute;
    width: 180px;
    top: -3%;
    left: 13px;
  }
  .single-icon {
    width: 87px;
  }
  .bottom {
    right: 40px;
  }
  .attention__list {
    width: 88%;
    margin: auto;
  }
  .attention__item {
    padding: 0px 20px;
    font-size: 15px;
  }
  .attention__item:first-child {
    padding-top: 25px;
  }
  .attention__item:last-child {
    text-indent: -1.5em;
    padding-left: 2.7em;
    padding-bottom: 5px;
	text-align: left;
  }
  .attention__area {
    padding-top: 50px;
    margin-top: 20px;
    background-color: #eff2f7;
  }
  .attention {
    top: 17%;
    left: 70px;
  }
  .supplement {
    font-size: 14px;
    font-weight: normal;
	text-align: right;
	margin-bottom: 0;  
  }
  .attention__supplement {
    font-size: 15px;
  }
  .image__text {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
  }
  .gift__supplement__text {
    text-align: right;
    padding-right: 50px;
    font-size: 15px;
    color: #773b07;
  }
  .feature-image {
    margin-bottom: 15px;
  }
  .feature-heading {
    margin: 17px 0;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #009092;
	line-height: 1.4;  
  }
  .product__name {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #000000;
  }
  .jwtea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .jwt-price {
    margin-top: 100px;
  }
  .sales-period__area {
    padding: 10px 0;
  }
  .sales-period {
    font-size: 25px;
    font-weight: bold;
  }
 /* 送料 */
.postage {
    margin-top: 23px;
    background-color: #fff;
    border-radius: 24px;
    padding: 23px 34px;
    font-size: 22px;
    font-weight: 500;
	border: solid 1px #14789C;
	margin-inline: 24px;
}
.postage h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}
.postage p {
    margin-left:1.5rem;
}
table.postage__table {
    margin-left:1.5rem;
	line-height: 1.4;
	border-collapse: collapse;
    border-spacing: 0;
}
table.postage__table th{
    font-weight: 500;
}
table.postage__table tr td {
    padding-inline: 1.5rem 0;
}
span.postage__red {
    color: #F10F0F;
    font-weight: 700;
    font-size: 25px;
    text-align: right;
    width: 100%;
    display: inline-block;
	font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}
	.notice__postage {
    display: block;
    margin-inline: auto;
    display: flex;
    justify-content: center;
		& p a{
			font-size: 1.125rem;
			text-align: center;
			display: inline-block;
			color: #EB693F;
			font-weight: 500;
			padding: 13px 17px;
			border: solid 1px #F29870;
			border-radius: 10px;
			background-color: #fff;
			margin-bottom: 20px;
			box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
			&:hover{
				text-decoration: none;
			}
			}
		}

  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 60px;
  }
	.bg{padding-bottom: 2rem;}	
  .summer-gift2026 {
    padding-bottom: 87px;
    background-color: #F0F9FE;
  }
  .inner {
    padding: 0px 3% 10px;
    max-width: 500px;
    margin: auto;
  }
  .top__wrapper {
    padding: 30px 0;
    background-repeat: no-repeat;
  }
  .logo {
    width: 30%;
    max-width: 160px;
  }
.icn_circle_pink {
        position: absolute;
        background-color: #EA609E;
        content: "";
        width: 74px;
        height: 74px;
        border-radius: 50%;
        color: #ffffff;
        top: -40px;
        left: -10px;
        z-index: 1;
        display: block;
    }
.inner_circle_limited {
        font-size: 20px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 74px;
        font-weight: bold;
    }
.icn__circle__green {
        position: absolute;
        background-color: #67C2B9;
        content: "";
        width: 74px;
        height: 74px;
        border-radius: 50%;
        color: #ffffff;
        top: -40px;
        left: -10px;
        z-index: 1;
        display: block;
    }
.inner__circle__standard {
        font-size: 20px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 74px;
        font-weight: bold;
    }
.content__text__area {
    width: 100%;
}
.grid__content__wrapper {
    font-size: 0.938rem;
    font-weight: 400;
}
  .top__wrapper__text {
    font-size: 1em;
    margin-top: 15px;
    text-align: center;
  }
ul.list__content{
	font-size:15px;
	margin-left: 1rem;
	line-height: 1.6;
	
}
  .gift__list {
    padding-bottom: 5px;
  }
  .limited__product {
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .list__item {
    position: relative;
    padding: 20px 15px 40px;
  }
  .list__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .content__inner {
    position: relative;
    margin-top: 50px;
  }
  h2.title__delivery__period {
    font-size: 1.125rem;
    text-align: center;
    color: #F51562;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    padding-top: 13px;
}	
  .gift__title {
    position: relative;
    margin: 10px auto;
    font-size: clamp(1.375rem, 1.163rem + 0.99vw, 1.625rem);
    line-height: 1.5;
	font-weight: 700;
  }
  .gift__title::before {
    background-color: #ea609e; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: -4px; /* 線の位置 */
    content: "";
    height: 1px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 90%; /* 線の長さ */
  }
  .black {
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
  }
  .gift__lead {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .gift__image {
    width: 90%;
  }
  .gift__icon {
    width: 45%;
    max-width: 180px;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .image__text {
    margin-top: 5px;
    text-align: right;
    font-size: 0.9rem;
  }
  .gift__name {
    padding: 0;
    text-align: center;
    font-size: clamp(1.188rem, 0.938rem + 1.16vw, 1.25rem);
    font-weight: 500;
    color: #000000;
	margin-bottom: 20px;
	width:100%;  
  }
  .gift__text {
    margin-top: 15px;
    font-size: 0.95rem;
    text-align: left;
    font-weight: 500;
  }
  .mark {
    font-size: 11px;
  }
  .gift__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 30px 10px;
    margin: 25px 0;
  }
  .no-icon {
    padding: 20px 10px;
  }
  .icon__area {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
  }
  .shipping__icon {
    width: 66px;
    display: inline-block;
    border: #000000 1px solid;
    font-size: 1rem;
    font-weight: bold;
    color: #3e3a38;
    text-align: center;
    margin-right: 10px;
  }
  .cool {
    width: 40%;
    background-color: #3153a3;
  }
  .shipping {
    width: 60%;
    background-color: #ea609e;
  }
  .content__text {
    font-size: 0.95rem;
  }
  .content__text__supplement {
    margin: 10px 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: #cc003d;
    text-indent: -1em;
    padding-left: 1em;
  }
  .price {
    font-size: clamp(2.688rem, -0.313rem + 13.95vw, 3.438rem);
    height: 70px;
  }
  .price::after {
    display: none;
  }
  .commission {
    font-size: 1.313rem;
    font-weight: normal;
  }
.commission-jwt {
    font-size: 1.313rem;
	font-weight: normal;
}
  .en {
    font-size: 29px;
  }
  .tax {
    font-size: 21px;
  }
  .purchase__btn {
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.7em 2em;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
  }
  .purchase__btn::after {
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
  }
  .supplement {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .producer__area {
    margin-top: 22px;
    margin-bottom: 35px;
    padding: 20px 10px;
    background-color: #fcf5e5;
    border-radius: 14px;
    text-align: left;
  }
  .producer__name {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
  }
  .producer__text {
    font-size: 0.95rem;
    color: #3e3a38;
    font-weight: 500;
  }
  .area__title {
    background: linear-gradient(transparent 80%, rgba(243, 214, 231, 0.46) 0%);
  }
  .title__image {
    max-width: 300px;
  }
  .single-icon {
    width: 20%;
  }
  .feature-heading {
    margin: 10px 0;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    color: #009092;
  }
  .product__name {
    margin: 15px 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    color: #000000;
  }
  .attention {
    width: 25%;
    max-width: 100px;
    font-size: 15px;
    padding: 3px 0;
    top: 22px;
    left: 40px;
  }
  .attention__area {
    background-color: #eff2f7;
    padding-top: 40px;
    margin-top: 25px;
  }
  .attention__list {
    width: 87%;
    margin: auto;
    background-color: #ffffff;
    padding: 20px 10px;
  }
  .attention__item {
    font-size: 0.9rem;
  }
  .attention__item:last-child {
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-top: 5px;
  }
  .bottom {
    width: unset;
    position: absolute;
    top: 0;
    right: 0;
  }
  .shipping-only {
    width: 100%;
  }
  .jwbeer {
    margin-top: 0;
    margin-bottom: 25px;
  }
	
  .margin {
    margin-top: initial;
  }
  .price__area {
    margin-top: 10px;
    text-align: right;
	width:100%;
  }
  .jwt-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
}	
  .price__wrapper {
    display: flex;
    align-items: baseline;
	 justify-content: center;
}	
  .gift__supplement__text {
    text-align: right;
    font-size: 15px;
    color: #773b07;
  }
  .sales-period__area {
    padding: 24px 5px;
  }
  .sales-period {
    font-size: 1.3rem;
    font-weight: bold;
  }
.content__content__wrapper {
    width: 100%;
}
.attention-right {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
/* 送料 */
.postage {
    margin-top: 23px;
    background-color: #fff;
    border-radius: 24px;
    padding: 23px 9px;
    width: 95%;
	margin-inline:auto;
    font-weight: 500;
	border: solid 1px #14789C;
}
.postage h3 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
}
.postage p {
   font-size: 0.813rem;
}
table.postage__table {
    margin-inline:auto;
	line-height: 1.4;
	border-collapse: collapse;
    border-spacing: 0;
	font-size: 0.813rem;
	margin-bottom: 0.5rem;
}
table.postage__table th{
    font-weight: 500;
	font-size: 0.813rem;
}
table.postage__table tr td {
    padding-inline: 0.5rem 0;
	vertical-align: middle;
}
span.postage__red {
    color: #F10F0F;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: right;
    width: 100%;
    display: inline-block;
	font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
	white-space: nowrap;
	
}
  .notice__postage {
    display: block;
    margin-inline: auto;
    display: flex;
    justify-content: center;
		& p a{
			font-size: 1rem;
			text-align: center;
			display: inline-block;
			color: #EB693F;
			font-weight: 500;
			padding: 7px 17px;
			border: solid 1px #F29870;
			border-radius: 10px;
			background-color: #fff;
			margin-bottom: 20px;
			box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
			&:hover{
				text-decoration: none;
			}
			}
		}	
  .pc-only {
    display: none;
  }
}
/*# sourceMappingURL=summar_gift2025.css.map */

