@charset "utf-8";

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

main {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    color: #111;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main {
    background-color: #fff;
    letter-spacing: 0.1em;
    overflow: hidden;
}

main img {
    vertical-align: bottom;
}

.teikibin202507-sp {
    display: none;
}

.lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* メインビジュアル　*/

#teikibin202507-mainvisual {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

#teikibin202507-mainvisual img {
    width: 100%;
}

.teikibin202507-en {
    font-size: 2rem;
    font-family: 'Just Me Again Down Here';
    color: #F25835;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.teikibin202507-title-ja {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.15em;
    border-bottom: 4px dotted #fff;
    margin-bottom: 40px;
    margin-top: 0px;
}

/* キャンペーン　*/

.teikibin202507-campaign {
    width: 906px;
    margin: 0 auto 80px auto;
}

.teikibin202507-campaign img {
    width: 100%;
}

/* 定期便について　*/

#teikibin202507-about {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

#teikibin202507-about .image02 {
    position: absolute;
    top: 0;
    right: 80px;
    width: 120px;
    height: 71px;
}

#teikibin202507-about .image01 {
    position: absolute;
    top: 80px;
    right: 80px;
    width: 73px;
    height: 72px;
}

#teikibin202507-about .image05 {
    position: absolute;
    top: 160px;
    right: 130px;
    width: 101px;
    height: 87px;
}

#teikibin202507-about .image04 {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 97px;
    height: 80px;
}

#teikibin202507-about .image03 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 96px;
    height: 42px;
}

#teikibin202507-about .image06 {
    position: absolute;
    top: 200px;
    left: 140px;
    width: 64px;
    height: 59px;
}

#teikibin202507-about img {
    width: 100%;
}

#teikibin202507-about .teikibin202507-text {
    line-height: 2;
    text-align: center
}

.teikibin202507-text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 55px;
    text-align: left;
}

#teikibin202507-about .teikibin202507-text span {
    font-weight: bold;
}

.teikibin202507-about-flex {
    display: flex;
    gap: 0 40px;
    justify-content: center;
    margin-bottom: 60px;
}

.teikibin202507-eraberu9set {
    text-align: center;
    width: 250px;
    height: 70px;
    background-color: #EECF42;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    padding-top: 8px;
    position: relative;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.teikibin202507-eraberu9set::after {
    border-bottom: 2px dotted #fff;
    width: 210px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.teikibin202507-about9 {
    color: #F25835;
    font-size: 4rem;
    font-family: 'Lato';
    font-weight: 600;
    background-image: radial-gradient(circle at center, #fff 14%, transparent 14%);
    /* 点の色とサイズ調整 */
    background-position: -4px 5px;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 横方向に繰り返し */
    background-size: 1em 0.3em;
    /* 点の間隔とサイズ調整 */
    padding-top: .4em;
    /* 縦方向の位置調整 */
}

.teikibin202507-souryomuryo {
    text-align: center;
    width: 230px;
    height: 70px;
    background-color: #F25835;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    padding-top: 26px;
    position: relative;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.teikibin202507-dots {
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: -2px 0px;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 横方向に繰り返し */
    background-size: 1.2em 1em;
    /* 点の間隔とサイズ調整 */
    padding-top: 1em;
    /* 縦方向の位置調整 */
}

.teikibin202507-free {
    position: absolute;
    top: -5px;
    right: 0px;
    color: #EECF42;
    font-size: 2.4rem;
    font-family: 'Just Me Again Down Here';
    font-weight: lighter;
    transform: rotate(15deg);
}

.teikibin202507-souryomuryo::after {
    border-bottom: 2px dotted #fff;
    width: 150px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.teikibin202507-newlineup-wrap{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
}
.teikibin202507-button-position {
    display: inline-block;
    position: relative;
    width: 242px;
    margin: 0 auto;
}
.teikibin202507-newlineup{
    border: 1px solid #EECF42;
    width: 400px;
    text-align: center;
    display: block;
}
.teikibin202507-newlineup-title{
    font-size: 2.8rem;
    font-weight: bold;
    background-color: #EECF42;
    color: #fff;
    text-align: center;
    width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.teikibin202507-newlineup-midashi{
    font-size: 1.6rem;
    color: #878787;
    margin-top: 20px;
}
.teikibin202507-newlineup-text-wrap{
  text-align: center;
  margin:0 auto 105px;
  position: relative;
}
.teikibin202507-newlineup-text-wrap ul{
padding-left: 0;
	list-style: none;
	display: inline-block;
}
.teikibin202507-newlineup-text-wrap ul li{
    font-size: 1.8rem;
     padding-left: 37px;
     margin-top: 10px;
     line-height: 1.2;
      text-align: left;
}
.teikibin202507-newlineup-text-wrap ul li:before{
      content: '';
    width: 28px;
    height: 27px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/bread-icon-y.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
}
.teikibin202507-newlineup-text-wrap-tabekiri{
  text-align: center;
  margin:0 auto 30px;
  position: relative;
}
.teikibin202507-newlineup-tabekiri{
    border: 1px solid #72c9cd;
    width: 400px;
    text-align: center;
    display: block;
}
.teikibin202507-newlineup-title-tabekiri{
    font-size: 2.8rem;
    font-weight: bold;
    background-color: #72c9cd;
    color: #fff;
    text-align: center;
    width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.teikibin202507-newlineup-text-wrap-tabekiri{
  text-align: center;
  margin:0 auto 30px;
  position: relative;
}
.teikibin202507-newlineup-text-wrap-tabekiri ul{
padding: 0;
	list-style: none;
	display: inline-block;
}
.teikibin202507-newlineup-text-wrap-tabekiri ul li{
    font-size: 1.8rem;
     padding-left: 37px;
     margin-top: 10px;
     line-height: 1.2;
      text-align: left;
}
.teikibin202507-newlineup-text-wrap-tabekiri ul li:before{
       content: '';
    width: 28px;
    height: 27px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/bread-icon-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
}

.teikibin202507-newlineup-main{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #EECF42;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}
.teikibin202507-newlineup-main-tabekiri{
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 2px solid #72c9cd;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}
.teikibin202507-newlineup-main-price{
    font-size: 3rem;
    font-weight: bold;
}
.teikibin202507-newlineup-main-price span{
    font-size: 2.3rem;
    font-weight: bold;
}
.teikibin202507-newlineup-button a {
    display: block;
    background-color: #EECF42;
    padding: 20px 60px 20px 30px;
    position: relative;
    margin:0 auto 20px;
    transition: .3s;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    width: 240px;
    text-align: center;

}

.teikibin202507-newlineup-button a::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/point_arrow.png);
    background-size: contain;
    position: absolute;
    top: 49%;
    right: 20px;
    transform: translateY(-50%);
}
.teikibin202507-newlineup-button-tabekiri a {
    display: block;
    background-color: #72c9cd;
    padding: 20px 60px 20px 30px;
    position: relative;
    margin:0 auto 20px;
    transition: .3s;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    width: 240px;
    text-align: center;

}

.teikibin202507-newlineup-button-tabekiri a::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/point_arrow-b.png);
    background-size: contain;
    position: absolute;
    top: 49%;
    right: 20px;
    transform: translateY(-50%);
}

@media screen and (min-width: 767px) {
    .teikibin202507-newlineup-button a:hover {
        opacity: .7;
    }
     .teikibin202507-newlineup-button-tabekiri a:hover {
        opacity: .7;
    }
}
/* ポイント */

#teikibin202507-point {
    background: linear-gradient(180deg, #fff 0%, #fff 14%, #EECF42 14%, #EECF42 15%, #FBF8F0 15%, #FBF8F0 99%, #EECF42 99%, #EECF42 100%);
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 90px;
}

.teikibin202507-point-illust01 {
    width: 304px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

.teikibin202507-point-illust01 img {
    width: 100%;
}

.teikibin202507-point-illust01::before {
    content: '';
    width: 158px;
    height: 122px;
    background-image: url(/img/usr/teikibin202507/point_illust01.png);
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.teikibin202507-point-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.teikibin202507-point-flex li {
    width: 274px;
    background-color: #fff;
}

.teikibin202507-title {
    font-size: 4rem;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    margin-bottom: 80px;
    font-weight: bold;
}

.teikibin202507-title .teikibin202507-small {
    display: inline;
    font-size: 3.6rem;
}

.teikibin202507-title-point {
    position: absolute;
    top: -40px;
    right: 40px;
    color: #F25835;
    font-size: 3rem;
    letter-spacing: 0.15em;
    font-family: 'Just Me Again Down Here';
    transform: rotate(-10deg);
}

.teikibin202507-title::before {
    border-bottom: 2px dotted #EECF42;
    width: 570px;
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}

.teikibin202507-title::after {
    border-bottom: 2px dotted #EECF42;
    width: 570px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.teikibin202507-point-flex li {
    padding: 0 20px;
}

.teikibin202507-no {
    font-size: 3.6rem;
    font-family: 'Lato';
    font-weight: bold;
    letter-spacing: 0.15%;
    color: #EECF42;
    margin-bottom: 10px;
    margin-top: 10px;
}

.teikibin202507-point-flex li img {
    width: 100%;
    margin-bottom: 20px;
}

.teikibin202507-point-illust {
    margin: 0 auto;
    width: 148px;
}

.teikibin202507-point-title {
    margin: 0 auto;
    height: 80px;
    background-color: #EECF42;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

#teikibin202507-point .teikibin202507-text {
    height: 100px;
    margin-bottom: 20px;
}

.teikibin202507-point-arrow {
    width: 32px;
    height: 32px;
    margin: 0 auto 20px auto;
}

.teikibin202507-point-arrow img {
    width: 100%;
}

/* セットリスト一覧 */

/* NEWリスト */
.teikibin202507-new-box {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.teikibin202507-new-title {
    width: 187px;
    margin-bottom: 15px;
}
.teikibin202507-box-title{
    font-size: 3rem;
    font-weight: bold;
    position: relative;
        background-image: url(/img/usr/teikibin202507/manzoku2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    margin: 0 auto;
    text-shadow: 1px 2px 1px #fff;
     background-position: left -2px;

}
.teikibin202507-box-title-tabekiri{
    font-size: 3rem;
    font-weight: bold;
    position: relative;
        background-image: url(/img/usr/teikibin202507/tabekiripan2.png);
    background-size: contain;
    background-repeat: no-repeat;

    width: 320px;
    height: 100px;
    margin: 0 auto;
    text-shadow: 1px 2px 1px #fff;
    background-position: left -6px;
}

.teikibin202507-new-text {
    width: 420px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
}

.teikibin202507-new-text span {
    background: linear-gradient(transparent 60%, #FFDE46 60%);
}

.teikibin202507-new-text::before {
    content: '';
    display: inline-block;
    background-image: url(/../../img/usr/teikibin202507/newset_title_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.teikibin202507-new-text::after {
    content: '';
    display: inline-block;
    background-image: url(/../../img/usr/teikibin202507/newset_title_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.teikibin202507-new-list {
    gap: 80px !important;
}

#teikibin202507-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 20px;
    margin-bottom: 80px;
}

#teikibin202507-list ul li {
    max-width: 400px;
    text-align: center;
}

#teikibin202507-list ul li p {
    position: relative;
}

#teikibin202507-list ul li p img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
}

#teikibin202507-list ul li:hover {
    background-color: #FBF8F0;
    transition: .3s;
}

#teikibin202507-list ul li:hover img:nth-child(2) {
    opacity: 1;
    transition: .3s;
}

#teikibin202507-list ul li img {
    width: 100%;
    margin-bottom: 23px;
}

.teikibin202507-list-caption {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.teikibin202507-list-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.teikibin202507-list-imgno1 {
    position: relative;
}

.teikibin202507-list-imgno1::after {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../../img/usr/teikibin202507/no1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

.teikibin202507-list-imgnew {
    position: relative;
}

.teikibin202507-list-imgnew::after {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../../img/usr/teikibin202507/new.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* ポイント説明 */

#teikibin202507-explain {
    text-align: center;
    padding: 100px 0px 20px 0px;
    background-color: #FBF8F0;
    margin-bottom: 80px;
}

.red {
    color: #F25835;
}

.teikibin202507-explain-wrap {
    padding-bottom: 50px;
}

.teikibin202507-explain-title01 {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 22px;
}

#teikibin202507-explain .teikibin202507-no {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

#teikibin202507-explain .teikibin202507-no::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/teikibin202507/point.png);
    width: 54px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: -40px;
}

#teikibin202507-explain .teikibin202507-no::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/teikibin202507/explain_line.png);
    width: 80px;
    height: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.teikibin202507-explain-text01 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.teikibin202507-explain-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    width: 1180px;
    margin: 0 auto 50px auto;
}

.teikibin202507-explain-title02 {
    display: inline-block;
    font-size: 2.2rem;
    background-color: #EECF42;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 28px;
}

.teikibin202507-explain-flex {
    display: flex;
    gap: 40px;
}

.teikibin202507-explain-flex-box {
    width: 550px;
}

.teikibin202507-step {
    display: inline-block;
    font-size: 2rem;
    background-color: #EECF42;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 14px;
}

.teikibin202507-explain-text02 {
    margin: 0 auto;
    width: 95%;
    font-size: 1.8rem;
    text-align: left;
    height: 100px;
}

.teikibin202507-explain-img {
    width: 550px;
    border: 1.5px solid #EECF42;
}

.teikibin202507-explain-img img {
    width: 100%;
}


/* セット内容 */

#teikibin202507-set {
    text-align: center;
}

#teikibin202507-set .teikibin202507-title::before {
    border-bottom: none;
}

#teikibin202507-set .teikibin202507-title::after {
    border-bottom: 2px dotted #F25835;
    width: 260px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

#teikibin202507-set .teikibin202507-title {
    margin-bottom: 30px;
}

#teikibin202507-set .teikibin202507-subtitle {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: bold;
}

#teikibin202507-set .teikibin202507-text {
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
}

#teikibin202507-set .teikibin202507-text-small {
    font-size: 1.2rem;
}

/* 詳細 */

.teikibin202507-set-list {
    margin: 0 auto 0px auto;
    padding-bottom: 50px;
    width: 1180px;
    background: linear-gradient(180deg, #EEE7C4 0%, #EEE7C4 5%, #F0EEE3 5%, #F0EEE3 100%);
}

.teikibin202507-set-list:nth-child(even) {
    background: linear-gradient(180deg, #F0EEE3 0%, #F0EEE3 5%, #EEE7C4 5%, #EEE7C4 100%);
}

.teikibin202507-set-list:nth-child(1) {
    background: linear-gradient(180deg, #fff 0%, #fff 2%, #F0EEE3 2%, #F0EEE3 100%);
}

.teikibin202507-set-title-flex {
    position: relative;
    width: 100%;
}

.teikibin202507-set-list-titlebg {
    content: '';
    width: 320px;
    height: 160px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/title_en_y.png);
    background-size: contain;
    margin: 0 auto;
}
.teikibin202507-set-list-title-tabekiribg {
    content: '';
    width: 320px;
    height: 160px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/title_en_b.png);
    background-size: contain;
    margin: 0 auto;
}

.teikibin202507-text-right {
    font-size: 1.4rem;
    width: 350px;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 30px;
}

.teikibin202507-text-attention {
    font-size: 1rem;
    width: 370px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.teikibin202507-set-list .teikibin202507-en {
    padding-top: 10px;
}

.teikibin202507-set-title {
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}

.teikibin202507-set-title::after {
    border-bottom: 2px dotted #fff;
    width: 190px;
    content: '';
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
}

.teikibin202507-price {
    font-family: 'Lato';
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 0.1em;
}

.teikibin202507-price span {
    font-size: 1.6rem;
    color: #fff;
}

.teikibin202507-set-box {
    display: flex;
    width: 95%;
    margin: 0 auto 37px auto;
    background-color: #EECF42;
}
.teikibin202507-set-box-tabekiri {
    display: flex;
    width: 95%;
    margin: 0 auto 37px auto;
    background-color: #72c9cd;
}

.teikibin202507-set-box-left {
    width: 45%;
    position: relative;
}

.teikibin202507-set-box-leftnew {
    width: 45%;
    position: relative;
}

.teikibin202507-set-box-leftnew::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../../img/usr/teikibin202507/new.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.teikibin202507-set-box-leftno1 {
    width: 45%;
    position: relative;
}

.teikibin202507-set-box-leftno1::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../../img/usr/teikibin202507/no1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.teikibin202507-set-box-left img {
    width: 100%;
}

.teikibin202507-set-box-leftnew img {
    width: 100%;
}

.teikibin202507-set-box-leftno1 img {
    width: 100%;
}

.teikibin202507-set-box-right {
    background-color: #FBF8F0;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.teikibin202507-set-product {
    width: 170px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.teikibin202507-set-product p {
    width: 170px;
    margin-bottom: 10px;
}

.teikibin202507-set-product img {
    width: 100%;
    margin-bottom: 10px;
}

.teikibin202507-product-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.teikibin202507-product-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.teikibin202507-text-flex {
    display: flex;
    justify-content: center;
}

.teikibin202507-info {
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-left: 50px;
    position: relative;
}
.teikibin202507-info-b {
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-left: 50px;
    position: relative;
}

.teikibin202507-info::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/info.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.teikibin202507-info-b::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/info-b.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
/* リンクボタン */

.teikibin202507-button-position {
    display: inline-block;
    position: relative;
    width: 242px;
    margin: 0 auto;
}

.teikibin202507-button a {
    display: block;
    background-color: #F25835;
    padding: 20px 30px 20px 60px;
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.teikibin202507-button a::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/cart.png);
    background-size: contain;
    position: absolute;
    top: 49%;
    left: 30px;
    transform: translateY(-50%);
}

@media screen and (min-width: 767px) {
    .teikibin202507-button a:hover {
        opacity: .7;
    }

    .teikibin202507-button-shosai:hover {
        opacity: .7;
    }

    .teikibin2023-button-list a:hover {
        opacity: .7;
    }
}

.teikibin202507-button-shosai a {
    width: 150px;
    padding: 6px 20px;
    margin: 0 auto;
    background-color: #EECF42;
    color: #000;
    font-size: 1.4rem;
    border-radius: 10px;
    margin-bottom: 50px;
    transition: .3s;
}
.teikibin202507-button-shosai-tabekiri a {
    width: 150px;
    padding: 6px 20px;
    margin: 0 auto;
    background-color: #72c9cd;
    color: #000;
    font-size: 1.4rem;
    border-radius: 10px;
    margin-bottom: 50px;
    transition: .3s;
}

.teikibin2023-button-list a {
    cursor: pointer;
    display: inline;
    color: #F25835;
    font-size: 1.4rem;
    width: 130px;
    border-bottom: 2px dotted #F25835;
    position: absolute;
    top: 50%;
    right: -150px;
    transition: .3s;
}

/* QA */

#teikibin202507-qa {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 100px;
}

#teikibin202507-qa .teikibin202507-en {
    color: #EECF42;
}

#teikibin202507-qa .teikibin202507-title::before {
    border-bottom: none;
}

#teikibin202507-qa .teikibin202507-title::after {
    border-bottom: 2px dotted #EECF42;
    width: 260px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

#teikibin202507-qa dl {
    margin: 0 auto;
    width: 60%;
    font-size: 1.6rem;
    text-align: left;
}

#teikibin202507-qa dt {
    background-color: #FBF8F0;
    padding: 20px 10px 20px 60px;
    font-weight: bold;
    position: relative;
}

#teikibin202507-qa dd {
    background-color: #Fff;
    padding: 20px 10px 20px 60px;
    position: relative;
}

#teikibin202507-qa dt::before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/q.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

#teikibin202507-qa dd::before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../../img/usr/teikibin202507/a.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.teikibin202507-ftlist-p {
    text-align: center;
    margin-bottom: 50px;
}
.teikibin202507-ftlist-p a {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 15px 20px;
    background-color: #39B463;
    color: #fff;
    display: inline-block;
    transition: .3s;
}
@media screen and (min-width: 767px) {
    .teikibin202507-ftlist-p a:hover {
        opacity: .7;
    }

}

/* スライダー */
.slider {
    margin-bottom: 100px;
}

.slider .ft-img {
    width: 190px;
}

.slider img {
    width: 100%;
    height: auto;
}

.slider .slick-slide {
    margin: 0 50px;
}

/* pagetop */

#teikibin-pagetop {
    position: fixed;
    bottom: 250px;
    right: 0px;
    height: 151px;
    width: 80px;
}

#teikibin-pagetop img {
    width: 100%;
}

@media screen and (max-width:767px) {
    h1 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .teikibin202507-pc {
        display: none;
    }

    .teikibin202507-sp {
        display: block;
    }

    /* メインビジュアル　*/

    #teikibin202507-mainvisual {
        margin-bottom: 30px;
        height: auto;
    }

    .teikibin202507-en {
        margin-bottom: 10px;
    }

    .teikibin202507-title-ja {
        font-size: 3rem;
    }

    /* キャンペーン　*/

    .teikibin202507-campaign {
        width: 95%;
        margin: 0 auto 40px auto;
    }

    /* 定期便について */

    #teikibin202507-about {
        width: 90%;
    }

    #teikibin202507-about .image04,
    #teikibin202507-about .image01,
    #teikibin202507-about .image03 {
        display: none;
    }

    #teikibin202507-about .image05 {
        position: absolute;
        top: -30px;
        right: 10px;
        width: 81px;
        height: 67px;
    }

    #teikibin202507-about .image02 {
        position: absolute;
        top: -20px;
        left: 10px;
        width: 100px;
        height: 51px;
    }

    #teikibin202507-about .image06 {
        position: absolute;
        top: -20px;
        left: 150px;
        width: 44px;
        height: 39px;
    }

    #teikibin202507-about .teikibin202507-text {
        text-align: left;
        margin-bottom: 30px;
        padding-top: 60px;
        margin-top: 30px;
    }

    .teikibin202507-set-list {
        width: 90%;
    }

    .teikibin202507-set-box {
        flex-direction: column;
    }
    .teikibin202507-set-box-tabekiri {
        flex-direction: column;
    }

    .teikibin2023-button-list a {
        position: static;
    }

    .teikibin202507-about-flex {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .teikibin202507-eraberu9set,
    .teikibin202507-souryomuryo {
        margin: 10px auto;
    }

    /* ポイント*/

    #teikibin202507-point {
        background: linear-gradient(180deg, #FBF8F0 0%, #FBF8F0 100%);
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .teikibin202507-title,
    .teikibin202507-title .teikibin202507-small {
        font-size: 2.8rem;
        letter-spacing: 0;
    }

    .teikibin202507-title {
        margin-bottom: 50px;
    }

    .teikibin202507-title::before {
        width: 300px;
    }

    .teikibin202507-title::after {
        width: 300px;
    }

    #teikibin202507-point .teikibin202507-text {
        margin-bottom: 20px;
        height: auto;
    }

    .teikibin202507-no {
        font-size: 3rem;
        margin-bottom: 5px;
    }

    .teikibin202507-point-flex li img {
        margin-bottom: 5px;
    }

    .teikibin202507-point-illust {
        width: 100px;
    }

    /* セットリスト一覧 */
    .teikibin202507-new-box {
    padding-bottom: 10px;
}
    .teikibin202507-box-title{
    font-size: 2.3rem;
    width: 230px;
    height: 80px;
}
.teikibin202507-box-title-tabekiri{
    font-size: 2.3rem;
    width: 260px;
    height: 90px;
}

    /* NEWリスト */
    .teikibin202507-new-text {
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 0 auto 40px;
    }

    .teikibin202507-new-list {
        gap: 20px !important;
    }

    #teikibin202507-list ul {
        gap: 5px;
        margin-bottom: 30px;
    }

    #teikibin202507-list ul li {
        width: calc(100%/3 - 10px);
        background-color: #F0EEE3;
    }

    #teikibin202507-list ul li img {
        margin-bottom: 10px;
    }

    .teikibin202507-list-caption {
        padding: 0 5px;
        font-size: 1.2rem;
        margin-bottom: 5px;
        text-align: left;
    }

    .teikibin202507-list-title {
        font-size: 1.6rem;
        margin-bottom: 10px;
        padding: 0 5px;
        text-align: left;
    }

    .teikibin202507-list-imgno1::after {
        content: '';
        width: 45px;
        height: 45px;
        background-image: url(../../img/usr/teikibin202507/no1.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .teikibin202507-list-imgnew::after {
        content: '';
        width: 45px;
        height: 45px;
        background-image: url(../../img/usr/teikibin202507/new.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    /* ポイント説明 */

    #teikibin202507-explain {
        padding: 30px 0px 0px 0px;
        margin-bottom: 30px;
    }

    .teikibin202507-explain-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .teikibin202507-explain-title01 {
        font-size: 2.4rem;
        margin-bottom: 22px;
    }

    #teikibin202507-explain .teikibin202507-no {
        margin-bottom: 20px;
    }

    .teikibin202507-explain-text01 {
        font-size: 1.6rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .teikibin202507-explain-box {
        width: 100%;
        margin: 0 auto 0px auto;
    }

    .teikibin202507-explain-title02 {
        font-size: 1.8rem;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .teikibin202507-explain-flex {
        flex-direction: column;
    }

    .teikibin202507-explain-flex-box {
        width: 100%;
    }

    .teikibin202507-step {
        font-size: 1.4rem;
    }

    .teikibin202507-explain-text02 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        height: auto;
        width: 100%;
    }

    .teikibin202507-explain-img {
        width: 100%;
    }
.teikibin202507-newlineup-wrap{
    flex-direction: column;
}
.teikibin202507-newlineup{
    margin: 0 auto;
}
.teikibin202507-newlineup-tabekiri{
    margin: 0 auto;
}
.teikibin202507-newlineup-text-wrap{
  margin:0 auto 30px;
}
.teikibin202507-newlineup-title{
      font-size: 2.5rem;
    width: 100%;
}
.teikibin202507-newlineup-title-tabekiri{
    width: 100%;
      font-size: 2.5rem;
}
.teikibin202507-newlineup{
    width: 90%;
}
.teikibin202507-newlineup-tabekiri{
    width: 90%;
}
.teikibin202507-newlineup-text-wrap ul li:before{
    width: 25px;
    height: 25px;
    left: auto;
margin-left: -30px;
}
.teikibin202507-newlineup-text-wrap-tabekiri ul li:before{
    width: 25px;
    height: 25px;
  left: auto;
margin-left: -30px;
}
    /* セット内容 */

    #teikibin202507-set .teikibin202507-text {
        text-align: left;
        width: 90%;
        margin: 0 auto 40px auto;
        line-height: 1.5;
    }

    /* 詳細 */

    .teikibin202507-set-list {
        width: 100%;
    }

    .teikibin202507-text-right {
        position: static;
        width: 90%;
        margin: 0 auto;
        padding: 20px 20px 30px 20px;
    }

    .teikibin202507-set-title {
        margin-bottom: 15px;
    }

    .teikibin202507-set-title2 {
        margin-bottom: 10px;
    }

    .teikibin202507-set-box {
        width: 90%;
        margin: 0 auto 10px auto;
    }

     .teikibin202507-set-box-tabekiri {
        width: 90%;
        margin: 0 auto 10px auto;
    }
    .teikibin202507-set-box-left,
    .teikibin202507-set-box-leftnew,
    .teikibin202507-set-box-leftno1 {
        width: 100%;
    }

    .teikibin202507-set-box-right {
        width: 100%;
        padding: 30px 10px 10px 10px;
    }

    .teikibin202507-text-attention {
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .teikibin202507-set-product {
        width: 100%;
        margin-right: 0;
        display: flex;
    }

    .teikibin202507-product-title-box {
        margin-left: 20px;
    }

    .teikibin202507-text-flex {
        flex-direction: column;
        text-align: left;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .teikibin202507-info {
        font-size: 1.4rem;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .teikibin202507-info::before {
        width: 15px;
        height: 15px;
        left: -20px;
    }

    .teikibin2023-button-list a {
        margin-bottom: 30px;
        position: absolute;
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
    }

    .teikibin202507-button-shosai {
        margin-bottom: 50px;
    }

    /* QA */

    #teikibin202507-qa {
        padding-top: 30px;
        margin-bottom: 50px;
    }

    #teikibin202507-qa dl {
        width: 90%;
    }

    .teikibin202507-ftlist-p a {
        font-size: 2rem;
    }

    /* スライダー */

    .slider .slick-slide {
        margin: 0 10px;
    }

    /* pagetop */

    #teikibin-pagetop {
        position: fixed;
        bottom: 140px;
        right: 0px;
        height: 151px;
        width: 60px;
    }
}