@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url('/keirou/fonts/icoset.ttf') format("truetype"), url('/keirou/fonts/icoset.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    counter-increment: number 0;
}

select {
    color: #333;
    -webkit-appearance: none;
    appearance: none;
}

.sp_only {
    display: block;
}

.pc_only {
    display: none;
}

@media screen and (min-width:768px) {
    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }
}

#container a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#keirou {
    letter-spacing: 0.05em;
}

#keirou a:hover {
    color: #b97a2d;
}

#keirou a img:hover {
    opacity: 0.7;
}

#keirou .btn-submit,
#keirou .button {
    margin: 20px auto;
    width: 80%;
    max-width: 450px;
}

#keirou .btn-submit,
#keirou .button.all {
    margin: 60px auto 20px;
}

#keirou .btn-submit,
#keirou .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    color: #fff;
    background-color: #333;
    transition: all 0.3s ease 0s;
    border: 1px solid #333;
    text-align: center;
    border-radius: 10px;
}

#keirou .btn-submit:hover,
#keirou .button a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
}

.gray {
    background-color: #f7f7f7;
}

.beige {
    background-color: #ffe7c8;
}

.light_beige {
    background-color: #f5ebd4;
}

.green {
    background-color: #C4EFD6;
}

.white {
    background-color: #fff;
}

.price .red {
    color: #ff0000;
}

#keirou section {
    padding: 60px 0;
}

#keirou .inner {
    padding: 0 10px;
}

@media screen and (min-width:960px) {
    #keirou .inner {
        padding: 0;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }
}

#keirou .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

#keirou h2 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

#keirou h2 span {
    display: block;
    font-size: 1.2rem;
}

@media screen and (min-width:960px) {

    #keirou h2 {
        margin: 0 auto 20px;
        font-size: 3rem;
        text-align: center;
        font-weight: bold;
    }

    #keirou h2 span {
        display: block;
        font-size: 1.4rem;
    }
}

#keirou h3 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

#keirou h3 span {
    display: block;
    font-size: 1.2rem;
}

@media screen and (min-width:960px) {

    #keirou h3 {
        margin: 0 auto 20px;
        font-size: 2.4rem;
        text-align: center;
        font-weight: bold;
    }

    #keirou h3 span {
        display: block;
        font-size: 1.2rem;
    }
}

#keirou .lead {
    margin: 0 auto 20px;
    line-height: 2;
    width: 90%;
    text-align: left;
}

@media screen and (min-width:768px) {
    #keirou .lead {
        text-align: center;
        margin: 0 auto 40px;
    }
}


#keirou .name {
    margin: 5px 0 0 0;
    font-weight: bold;
}

#keirou .item .price {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
}

#keirou .item .price span {
    font-weight: bold;
    font-size: 1.5rem;
}

#keirou .txt {
    font-size: 1rem;
}

@media screen and (min-width:960px) {
    #keirou .txt {
        font-size: 1.2rem;
    }
}

#keirou .item a {
    display: block
}

#keirou .item .pic {
    position: relative;
}

#keirou .item .pic img {
    border-radius: 10px;
}

#keirou .item .pic .icon {
    position: absolute;
    bottom: 10px;
}

#keirou .swiper-slide .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 4rem;
}

#keirou .swiper-slide .item .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

#keirou .item .txt {
    margin: 5px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#keirou .item .icon span {
    font-size: 1.2rem;
}

/*---------------------------

メインビジュアル

----------------------------*/
#keirou .main_visual_area {
    padding: 0;
    width: 100%;
}

#keirou .main_visual_area .main_visual {
    width: 100%;
    position: relative;
}

#keirou .main_visual_area .main_visual_text {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*  background: rgba(255, 255, 255, 0.5);*/
    padding: 20px;
}

#keirou .main_visual_area .main_visual_text h1 {
    font-size: 3rem;
    line-height: 1.4;
    font-family: "Sawarabi Mincho", system-ui;
    font-weight: 400;
    font-style: normal;
}

#keirou .main_visual_area .main_visual_text span {
    display: block;
    font-size: 1.5rem;
}




@media screen and (min-width:960px) {
    #keirou .main_visual_area .main_visual_text h1 {
        font-size: 5.5rem;
    }

    #keirou .main_visual_area .main_visual_text h1 span {
        font-size: 3rem;
    }
}

#keirou.top .main_visual_area .main_visual_text {
    left: 47%;
    top: 75%;
    text-align: left;
}

#keirou.top .main_visual_area .main_visual_text h1 {
    font-size: 4.5rem;
    line-height: 1.2;
    text-shadow: 0 0 4px #ede8e1;
}

#keirou.top .main_visual_area .main_visual_text h1 .red {
    font-size: 4.5rem;
    color: #c55e4b;
    display: inline;
}

#keirou.top .main_visual_area .main_visual_text h1 .small {
    font-size: 1rem;
    display: block;
    text-shadow: 0 0 4px #ede8e1;
}

@media screen and (min-width:768px) {
    #keirou.top .main_visual_area .main_visual_text {
        left: 21%;
        top: 52%;
        text-align: center;
    }

    #keirou.top .main_visual_area .main_visual_text h1 {
        font-size: 9vw;
        line-height: 1.2;
    }

    #keirou.top .main_visual_area .main_visual_text h1 .red {
        font-size: 9vw;
        color: #c55e4b;
    }

    #keirou.top .main_visual_area .main_visual_text h1 .small {
        font-size: 1.5vw;
        display: block;
    }
}

/*#keirou .main_visual_area {
  background: url(/keirou/images/main_sp.jpg) no-repeat center center / cover;
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  text-align: left;
  position: relative;
  padding: 0;
}
#keirou .main_visual .inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
/*---------------------------

 アンカー

----------------------------*/
#keirou .anker_area {
    background-color: #333333;
}

#keirou .anker_area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

#keirou .anker_area ul {
    display: flex
}



#keirou .anker_area ul li {
    width: 25%;
    border-right: 2px solid #fff;
}


.spMode #keirou .anker_area ul li:last-child {
    border-right: none
}

#keirou .anker_area ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: bold;
}




.main_lead_area {
    padding: 40px 0px 10px;
}



.main_lead_area .lead span {
    margin: auto;
    font-size: 1.8rem;
}


@media screen and (min-width:960px) {
    #keirou .anker_area ul {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    #keirou .anker_area li {
        border-bottom: none;
    }

    #keirou .anker_area li:nth-of-type(1) {
        border-left: 2px solid #fff;
    }

    #keirou .anker_area ul li a {
        font-size: 1.8rem;
    }

    .main_lead_area .lead {
        margin: auto;
        font-size: 1.8rem;
    }
}


/*---------------------------

swiper共通設定

----------------------------*/
.swiper-container {
    margin: 0 -3%;
    padding: 0 10px
}

.isOtherDevice #keirou .swiper-container {
    margin: 0;
    padding: 0;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important
}

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 44%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.isOtherDevice .swiper-button-prev {
    display: none;
}

.isOtherDevice .swiper-button-next {
    display: none;
}

.swiper-pagination-bullet-active {
    background-color: #b97a2d
}

.swiper-slide {
    padding: 5px;
}

.isOtherDevice #keirou .inside_slider1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.isOtherDevice #keirou .inside_slider1 .swiper-wrapper .swiper-slide {
    width: 18%;
}

.swiper-slide .item {
    height: 100%;
}

/*---------------------------

簡単検索

----------------------------*/
#keirou .easysearch_area .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#keirou .easysearch_area .easy_search {
    width: 100%;
    margin: auto;
}

.easysearch_area .easy_search {
    padding: 30px 0;
    margin: auto;
    background-color: #f7f7f7
}

.select_outer input,
.select_outer select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #444;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 5px 26px 5px 8px;
    height: 36px;
    width: 100%
}

.select_outer {
    zoom: 1;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: auto;
}

.isOtherDevice .select_outer {
    width: 80%;
}

.select_outer .select {
    width: 45%;
    position: relative;
    background: #fff
}

.isOtherDevice .select_outer .select {
    width: 48%;
}

.select_outer .select~.select:before {
    content: "\e91b";
    font-family: defico;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    left: -1.6em;
    top: 13px
}

.select_outer .select select {
    position: relative;
    z-index: 1;
    background: transparent
}

.select_outer .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px
}

/*---------------------------

 敬老の日ギフト

----------------------------*/
.isOtherDevice #keirou section section {
    padding: 40px 20px;
}

#keirou section section {
    margin-bottom: 20px;
    padding: 30px 0;
    border-radius: 10px;
    border-bottom: 2px solid #b97a2d;
}

.spMode #keirou #common_area section {
    padding: 30px 0;
}

/*---------------------------

サービス

----------------------------*/
#keirou .service_area ul li {
    width: 100%;
}

.isOtherDevice #keirou .service_area ul li {
    width: 48%;
}

.isOtherDevice #keirou .service_area ul {
    margin-top: 40px;
}


/*---------------------------

人気のカテゴリから選ぶ

----------------------------*/
#keirou .category_area ul li {
    width: 48%;
}

.isOtherDevice #keirou .category_area ul li {
    width: 32%;
}

#keirou .category_area ul li .item h3 {
    font-size: 1.4rem;
}

.isOtherDevice #keirou .category_area ul li .item h3 {
    font-size: 1.8rem;
    margin: 5px 0 0 0;
}

.isOtherDevice #keirou .category_area ul li .item .txt {
    text-align: center;
}

/*---------------------------

価格で選ぶ

----------------------------*/
#keirou .price_area ul li {
    width: 48%;
    text-align: center;
    border: 2px solid #b97a2d;
    border-radius: 10px;
}

.isOtherDevice #keirou .price_area ul li {
    width: 32%;
}

#keirou .price_area ul li a {
    padding: 10px;
    color: #b97a2d;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease 0s;
}

#keirou .price_area ul li a:hover {
    background-color: #b97a2d;
    color: #fff;
}

/*---------------------------

贈る相手で選ぶ

----------------------------*/
#keirou .for_area ul li {
    width: 48%;
    text-align: center;
    border: 2px solid #b97a2d;
    border-radius: 10px;
}

.isOtherDevice #keirou .for_area ul li {
    width: 32%;
}

#keirou .for_area ul li a {
    padding: 10px;
    color: #b97a2d;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease 0s;
}

#keirou .for_area ul li a:hover {
    background-color: #b97a2d;
    color: #fff;
}

/*---------------------------

年代で選ぶ

----------------------------*/
#keirou .age_area ul li {
    width: 48%;
    text-align: center;
    border: 2px solid #b97a2d;
    border-radius: 10px;
}

.isOtherDevice #keirou .age_area ul li {
    width: 23%;
}

#keirou .age_area ul li a {
    padding: 10px;
    color: #b97a2d;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease 0s;
}

#keirou .age_area ul li a:hover {
    background-color: #b97a2d;
    color: #fff;
}

#keirou .age_area .button {
    padding-top: 40px;
}

/*---------------------------

マナー

----------------------------*/
#keirou .tips_area {
    background-color: #f7f7f7
}

#keirou .tips_area .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#keirou .tips_area dl {
    margin: 0 0 30px 0
}

#keirou .tips_area dt {
    border-bottom: 2px solid #b97a2d;
    font-size: 1.6rem
}

.isOtherDevice #keirou .tips_area dt {
    font-size: 2rem;
}

#keirou .tips_area .question:before {
    content: "Q.";
    color: #b97a2d;
    font-size: 1.6rem
}

.isOtherDevice #keirou .tips_area .question:before {
    font-size: 1.8rem
}

#keirou .tips_area dd {
    background-color: #fff;
    padding: 15px
}

.spMode #keirou .tips_area dd {
    line-height: 1.75;
}

#keirou .tips_area dl dd dt {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: none;
}

#keirou .tips_area dl dd dt a {
    text-decoration: underline 2px !important;
    font-weight: bold;
}

#keirou .tips_area dl dd dd {
    padding: 5px 0;
}

#keirou .tips_area dd ul li {
    width: 48%;
    margin-top: 20px;
}

#keirou .tips_area dd .flex {
    justify-content: center;
}

.spMode #keirou .tips_area dd ul li {
    width: 100%;
    ;
}

/*---------------------------

配送について

----------------------------*/
.isOtherDevice #keirou .delivery_area .inner {
    width: 100%;
    max-width: 800px;
}

#keirou .delivery_area {
    background-color: #f7f7f7;
}

#keirou .delivery_area .inner h3 {
    text-align: center;
    padding: 15px;
    background-color: #896405;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
}

#keirou .delivery_area .inner ul {
    padding: 15px;
    background-color: #fff
}

#keirou .delivery_area .inner ul li span {
    color: #ff0000;
}

/*---------------------------

バナーエリア

----------------------------*/
#keirou .single_bnr_area ul {
    margin-bottom: 40px;
}

.isOtherDevice #keirou .single_bnr_area li {
    width: 48%;
}

/*---------------------------

団体向けサービスエリア

----------------------------*/
#keirou.group .groupservice_area ul li {
    width: 48%;
    text-align: center;
    border: 2px solid #b97a2d;
    border-radius: 10px;
    background-color: #fff;
}

.isOtherDevice #keirou.group .groupservice_area ul li {
    width: 23%;
}

#keirou.group .groupservice_area ul li a {
    padding: 10px;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease 0s;
}

.isOtherDevice #keirou.group .groupservice_area ul li .name {
    font-size: 1.8rem;
    height: auto;
}

#keirou.group .groupservice_area ul li .name {
    font-size: 1.5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#keirou.group .groupservice_area ul li .txt {
    text-align: left;
}

/*---------------------------

孫からのギフト

----------------------------*/
#keirou.grandchild .lead p span,
#keirou.grandchild dd span {
    font-weight: bold;
    color: #b97a2d;
}

#keirou.grandchild .lead ul {
    background-color: #fff;
    padding: 20px;
    margin: 10px auto;
}


.isOtherDevice #keirou.grandchild .lead ul {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#keirou.grandchild .lead ul li {
    font-weight: bold;
}

.period-info {
    margin: 0 auto;
    padding: 20px 10px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    background: #fff6b8;
}

.period-info__title {
    padding-bottom: 20px;
    color: #333;
    font-weight: 700;
}

.period-info__title span {
    color: #f00000;
    font-weight: 700;
    font-size: 1.8rem;
}

#keirou .main_visual_area .main_visual .end_copy {
    position: absolute;
    background-color: #fff;
    width: 90%;
    height: 150px;
    margin: auto;
    border: 2px solid #896405;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px #000;
}

#keirou .main_visual_area .main_visual .end_copy p {
    font-weight: bold;
    text-align: center;
    color: #896405;
}

.isOtherDevice #keirou .main_visual_area .main_visual .end_copy {
    position: absolute;
    background-color: #fff;
    max-width: 1000px;
    width: 100%;
    height: 500px;
    border: 5px solid #896405;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 3px #000;
    padding: 30px;
}

.isOtherDevice #keirou .main_visual_area .main_visual .end_copy p {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #896405;
}


/*====================

商品部分

====================*/
.product-item {
    height: auto;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product {
    background-color: #fff;
    height: 100%;
}

.product-item.hayawari .product-pic::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/chugen/2025/images/icon-hayawari.svg);
    background-size: 100%;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 100;
}

.product-item.hayawari .product-pic:hover {
    opacity: 1;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
}


.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}

.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (min-width: 768px) {

    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: calc((100% - 20px * 4) / 5);
    }

    .product-slider-container .swiper-button-next,
    .product-slider-container .swiper-button-prev,
    .product-slider-container .swiper-pagination {
        display: none;
    }
}

/*====================

アイコン群

====================*/

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.product-icon {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    width: fit-content;
}

.web-limited {
    background-color: #4B3C8A;
}

.limited-quantity {
    background-color: #399A4A;
}

.room-temperature {
    background-color: #8A3C3C;
}

.frozen {
    background-color: #3743ED;
}

.refrigerate {
    background-color: #3798ED;
}

.subdivision {
    background-color: #8A773C;
}



/*====================

ランキング

====================*/
.ranking_area ul {
    counter-reset: item
}

.ranking_area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}

.ranking_area ul li:first-child a:after,
.ranking_area ul li:nth-child(2) a:after,
.ranking_area ul li:nth-child(3) a:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: ""
}

.ranking_area ul li:first-child a:before,
.ranking_area ul li:nth-child(2) a:before,
.ranking_area ul li:nth-child(3) a:before {
    margin-left: 35px
}


.ranking_area ul li:first-child a:after {
    background-image: url(/images/icon-rank-01.svg)
}

.ranking_area ul li:first-child a:before {
    color: #9c8b45
}

.ranking_area ul li:nth-child(2) a:after {
    background-image: url(/images/icon-rank-02.svg)
}

.ranking_area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking_area ul li:nth-child(3) a:after {
    background-image: url(/images/icon-rank-03.svg)
}

.ranking_area ul li:nth-child(3) a:before {
    color: #9c6b47
}



.period-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 3.6vw;
    line-height: 1.8;
    text-align: center;
    background: #fff6b8
}

.period-info__title {
    padding-bottom: 20px;
    color: #333;
    font-weight: 700
}

.period-info__title span {
    color: #f00000;
    font-weight: 700;
    font-size: 3.6vw;
}

.period-info__read {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 25px;
    color: #333;
    font-size: 3.6vw;
    background: #fff
}

.period-info__read a {
    padding-bottom: 1px;
    border-bottom: 1px solid #333
}

@media screen and (min-width: 768px) {


    .period-info {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 2.2rem;
        line-height: 1.8;
        text-align: center;
        background: #fff6b8
    }

    .period-info__title {
        padding-bottom: 20px;
        color: #333;
        font-weight: 700
    }

    .period-info__title span {
        color: #f00000;
        font-weight: 700;
        font-size: 2.6rem
    }

    .period-info__read {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 0 25px;
        color: #333;
        font-size: 1.8rem;
        background: #fff
    }

    .period-info__read a {
        padding-bottom: 1px;
        border-bottom: 1px solid #333
    }

}