@charset "utf-8";
/*common
------------------------------------------ */
.contents {
  font-family: maru-maru-gothic-blr-stdn, sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* for PC
====================================== */
@media (min-width: 641px) {
  /* mainimg
--------------------------- */
  #summer .mainimg-summer {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  /* contents
--------------------------- */
  #summer .contents {
    background-color: #d2f1fc;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #summer .read-summer {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  #summer .read-summer h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1894BE;
    font-size: 56px;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  #summer .read-summer p {
    font-size: 28px;
    line-height: 1.8;
    color: #464646;
  }
  #summer .sec-item-box {
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #FFFFFF;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    border: 5px solid #FFF100;
  }
  #summer .h2title h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.4;
    text-align: center;
    color: #1894be;
    word-break: break-word;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #summer .h2title-line {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #summer .discribe-txt p {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #464646;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
    /*text-align: center;*/
  }
  #summer .sec-memo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFBB2;
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 30px;
  }
  #summer .sec-memo p {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  #summer .sec-memo .img-memo {
    width: 10%;
    max-width: 101px;
    margin-right: 3%;
  }
  #summer .sec-memo .point {
    width: 10%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1894BE;
    margin-right: 3%;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
  #summer .sec-memo .txt-memo {
    width: 87%;
    color: #464646;
    font-size: 20px;
    line-height: 1.6;
  }
  #summer .sec-memo .txt-memo h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #summer .note {
    font-size: 16px;
  }
  #summer .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #summer .flex-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #summer .item-box {
    width: calc(100% - 80px);
    margin-bottom: 60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border: 2px dashed #1cb0e2;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #summer .catch {
    width: 100%;
    color: #1893BD;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #summer .box-half { /*added on 2024.06.03 */
    width: 58%;
  }
  #summer .catch-half { /*added on 2024.06.03 */
    width: 100%;
    color: #1893BD;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #summer .item-box .box-half .spec { /*added on 2024.06.03 */
    width: calc(100% - 50px);
    padding: 25px;
  }
  #summer .item-box .ph {
    width: 40%;
    max-width: 500px;
  }
  #summer .item-box .spec {
    width: calc(58% - 50px);
    padding: 25px;
    margin-left: 2%;
    background-color: #fffdd1;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    color: #464646;
  }
  #summer .item-box .spec h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #summer .item-box .spec p, #summer .item-box .spec dl {
    font-size: 18px;
  }
  #summer .item-box .spec dl {
    margin-top: 10px;
  }
  #summer .item-box .spec h3 span {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
  }
  #summer .item-box .spec .new {
    vertical-align: 4px;
    background-color: #F72D75 !important;
  }
  #summer .flex-box .illust {
    max-width: 180px;
    width: 16%;
  }
  #summer .btn-summer-item {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 500;
    margin-top: 20px;
    background-color: #E56E98;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    text-align: center;
    line-height: 1;
  }
  #summer .sec-btn-summer-item a:link {
    color: #fff;
    text-decoration: none;
  }
  #summer .sec-btn-summer-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #summer .btn-summer-item:hover {
    background-color: #EEA0BC;
  }
  #summer .icon-cart:before {
    content: url("../img/icon_cart.png");
    margin-right: 10px;
    vertical-align: -5px;
  }
  #summer .cap {
    margin-top: 10px;
    font-size: 80%;
  }
  #summer .btn-detail {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 0;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  #summer .btn-detail a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  #summer .btn-detail a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  #summer .btn-detail:hover {
    border-top: none;
  }
  #summer .item-box-2d {
    width: calc(48% - 80px);
    margin-bottom: 60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border: 2px dashed #E7A5C8;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #summer .item-box-2d .ph {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #summer .item-box-2d .spec {
    width: calc(100% - 50px);
    padding: 25px;
    margin-left: 2%;
    background-color: #F9E9F1;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
  }
  #summer .item-box-2d .spec h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #summer .item-box-2d .spec p, #summer .item-box-2d .spec dl {
    font-size: 18px;
  }
  #summer .item-box-2d .spec h3 span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
  }
  #summer .item-box-2d .spec .new {
    vertical-align: 4px;
    background-color: #F72D75 !important;
  }
  #summer .h3title h3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    color: #476F85;
    word-break: break-word;
    font-feature-settings: "palt";
    margin-top: 60px;
  }
  #summer .h3title-line {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #summer .sec-btn-2d {
    border-top-style: none;
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  #summer .btn-summer {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 500;
    background-color: #E56E98;
    width: calc(90% - 40px);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 24px;
    margin-left: 5%;
    margin-right: 5%;
  }
  #summer .btn-summer a:link {
    color: #fff;
    text-decoration: none;
  }
  #summer .btn-summer a:visited {
    color: #fff;
    text-decoration: none;
  }
  #summer .btn-summer:hover {
    background-color: #EEA0BC;
  }
  #summer .h4title h4 {
    background-color: #E2F4FC;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 24px;
    color: #476F85;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  #summer .item-box-2d-noline {
    width: 48%;
    margin-bottom: 60px;
    align-self: flex-end;
  }
  .read-sp {
    display: none;
  }
  .btn-note {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center !important;
    width: 100%;
    font-size: 20px;
    color: #555555;
  }
  #summer .btn-sanitary {
    width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    background-color: #e6558e;
  }
  #summer .btn-sanitary a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  #summer .btn-sanitary a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  #summer .btn-sanitary:hover {
    background-color: #DF2870;
  }
  #summer .item-box-narrow {
    width: calc(100% - 60px);
    margin-bottom: 60px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border: 2px dashed #1cb0e2;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #summer .item-box-narrow .ph {
    width: 30%;
    margin-right: 2%;
    max-width: 500px;
  }
  #summer .item-box-narrow .spec {
    width: calc(35% - 50px);
    padding: 25px;
    margin-right: 3%;
    background-color: #fffdd1;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    color: #464646;
  }
  #summer .item-box-narrow .spec h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #summer .item-box-narrow .spec p, #summer .item-box .spec dl {
    font-size: 18px;
  }
  #summer .item-box-narrow .spec dl {
    margin-top: 10px;
  }
  #summer .item-box-narrow .spec h3 span {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
  }
  #summer .item-box-narrow .spec .new {
    vertical-align: 4px;
    background-color: #F72D75 !important;
  }
  #summer .item-box-narrow .sec-mov {
    width: 30%;
  }
  #summer .item-box-narrow .btn-gococi {
    background-color: #1CB0E2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
  }
  #summer .item-box-narrow .sec-btn-gococi a:link {
    color: #FFFFFF;
  }
  #summer .item-box-narrow .sec-btn-gococi a:visited {
    color: #FFFFFF;
  }
  #summer .sec-which-mov {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
/* for SP
====================================== */
@media (max-width: 640px) {
  /* mainimg
--------------------------- */
  #summer .mainimg-summer {
    width: 100%;
    margin-top: 60px;
  }
  /* contents
--------------------------- */
  #summer .contents {
    background-color: #d2f1fc;
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
  #summer .read-summer {
    margin-bottom: 40px;
    text-align: center;
  }
  #summer .read-summer h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1894BE;
    font-size: 32px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  #summer .read-summer p {
    font-size: 20px;
    line-height: 1.6;
    color: #464646;
  }
  #summer .sec-item-box {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    max-width: calc(100% - 40px);
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
  }
  #summer .h2title h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #1894be;
    word-break: break-word;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #summer .h2title-line {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #summer .discribe-txt p {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #464646;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #summer .sec-memo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFBB2;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  #summer .sec-memo p {
    text-align: left !important;
    margin-bottom: 0 !important;
    color: #464646;
  }
  #summer .sec-memo .img-memo {
    max-width: 101px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  #summer .sec-memo .point {
    width: 10%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1894BE;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #summer .sec-memo .txt-memo {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
  }
  #summer .sec-memo .txt-memo h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #summer .note {
    font-size: 14px;
  }
  #summer .flex-box {
    display: flex;
    flex-wrap: nowrap;
  }
  #summer .flex-box-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #summer .item-box {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    padding: 20px;
    border: 2px dashed #1cb0e2;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #summer .catch {
    width: 100%;
    color: #1893BD;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #summer .box-half { /*added on 2024.06.03 */
    width: 100%;
  }
  #summer .catch-half { /*added on 2024.06.03 */
    width: 100%;
    color: #1893BD;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #summer .item-box .box-half .spec { /*added on 2024.06.03 */
    width: calc(100% - 50px);
    padding: 25px;
  }
  #summer .item-box .ph {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #summer .item-box .spec {
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #fffdd1;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    margin-bottom: 10px;
  }
  #summer .item-box .spec h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #summer .item-box .spec p, #summer .item-box .spec dl {
    font-size: 16px;
  }
  #summer .item-box .spec h3 span {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
  }
  #summer .item-box .spec .new {
    vertical-align: 4px;
    background-color: #F72D75 !important;
  }
  #summer .flex-box .illust {
    display: none;
  }
  #summer .btn-summer-item {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 500;
    margin-top: 20px;
    background-color: #E56E98;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    line-height: 1;
  }
  #summer .sec-btn-summer-item a:link {
    color: #fff;
    text-decoration: none;
  }
  #summer .sec-btn-summer-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #summer .btn-summer-item:hover {
    background-color: #EEA0BC;
  }
  #summer .icon-cart:before {
    content: url("../img/icon_cart.png");
    margin-right: 10px;
    vertical-align: -5px;
  }
  #summer .cap {
    margin-top: 10px;
    font-size: 80%;
  }
  #summer .btn-detail {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 500;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 0;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  #summer .btn-detail a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  #summer .btn-detail a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  #summer .btn-detail:hover {
    border-top: none;
  }
  #summer .item-box-2d {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    padding: 20px;
    border: 2px dashed #E7A5C8;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #summer .item-box-2d .ph {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #summer .item-box-2d .spec {
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #fffdd1;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    margin-bottom: 10px;
  }
  #summer .item-box-2d .spec h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #summer .item-box-2d .spec p, #summer .item-box-2d .spec dl {
    font-size: 16px;
  }
  #summer .item-box-2d .spec h3 span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
  }
  #summer .item-box-2d .spec .new {
    vertical-align: 4px;
    background-color: #F72D75 !important;
  }
  #summer .h3title h3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #476F85;
    word-break: break-word;
    font-feature-settings: "palt";
    margin-top: 60px;
  }
  #summer .h3title-line {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #summer .sec-btn-2d {
    border-top-style: none;
    margin-top: 0 !important;
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  #summer .btn-summer {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 500;
    background-color: #E56E98;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #summer .btn-summer a:link {
    color: #fff;
    text-decoration: none;
  }
  #summer .btn-summer a:visited {
    color: #fff;
    text-decoration: none;
  }
  #summer .btn-summer:hover {
    background-color: #EEA0BC;
  }
  #summer .h4title h4 {
    background-color: #E2F4FC;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: 20px;
    color: #476F85;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  #summer .item-box-2d-noline {
    display: none;
  }
  .read-sp {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 400;
    font-style: normal;
    color: #692B3E;
    font-size: 18px;
    line-height: 2.0;
    margin-bottom: 40px
  }
  .btn-note {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center !important;
    width: 100%;
    font-size: 18px;
    color: #555555;
  }
  #summer .item-box-narrow {
    width: calc(100% - 40px);
    margin-bottom: 60px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border: 2px dashed #1cb0e2;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #summer .item-box-narrow .ph {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
  #summer .item-box-narrow .spec {
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #fffdd1;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    margin-bottom: 10px;
  }
  #summer .item-box-narrow .spec h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #summer .item-box-narrow .spec p, #summer .item-box .spec dl {
    font-size: 18px;
  }
  #summer .item-box-narrow .spec dl {
    margin-top: 10px;
  }
  #summer .item-box-narrow .spec h3 span {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
  }
  #summer .item-box-narrow .spec .new {
    vertical-align: 4px;
    background-color: #F72D75 !important;
  }
  #summer .item-box-narrow .sec-mov {
    width: 100%;
  }
  #summer .item-box-narrow .btn-gococi {
    background-color: #1CB0E2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
  }
  #summer .item-box-narrow .sec-btn-gococi a:link {
    color: #FFFFFF;
  }
  #summer .item-box-narrow .sec-btn-gococi a:visited {
    color: #FFFFFF;
  }
  #summer .sec-which-mov {
    width: 100%;
    margin-top: 20px;
  }
}
.material {
  margin-top: 0.5rem;
  margin-right: 1rem;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.875rem;
  border-radius: 4px;
  background-color: #85AB4B;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 400;
}
/* ----------------------------------------------------
added on 2022.05.11
---------------------------------------------------- */
/* for PC
====================================== */
@media (min-width: 641px) {
  .sec-discribe {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .sec-discribe .discribe-txt {
    width: 48%;
    padding-top: 10px;
  }
  .sec-discribe .sec-mov {
    width: 33%;
  }
  .discribe-txt-wide {
    width: 100%;
    padding-top: 20px;
  }
  .discribe-txt-wide p {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #464646;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
    /*text-align: center;*/
  }
  #summer .item-box .btn-gococi {
    background-color: #1CB0E2;
    width: 70%;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
  }
  #summer .item-box .sec-btn-gococi a:link {
    color: #FFFFFF;
  }
  #summer .item-box .sec-btn-gococi a:visited {
    color: #FFFFFF;
  }
  .sec-point-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .point-img {
    width: 48%;
    margin-top: 40px;
  }
  .frame {
    border: 1px solid #cccccc;
  }
}
/* for SP
====================================== */
@media (max-width: 640px) {
  .sec-discribe {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .sec-discribe .discribe-txt {
    width: 100%;
  }
  .sec-discribe .sec-mov {
    width: 100%;
  }
  #summer .item-box .btn-gococi {
    background-color: #1CB0E2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
  }
  #summer .item-box .sec-btn-gococi a:link {
    color: #FFFFFF;
  }
  #summer .item-box .sec-btn-gococi a:visited {
    color: #FFFFFF;
  }
  .sec-point-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .point-img {
    width: 100%;
    margin-top: 20px;
  }
}
/* ----------------------------------------------------
added on 2023.06.8
---------------------------------------------------- */
/* for PC
====================================== */
@media (min-width: 641px) {
  #summer .h2title-half h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.4;
    text-align: center;
    color: #1894be;
    word-break: break-word;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #summer .h2title-line-half {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  #summer .h2title-line-half img {
    max-width: 354px;
  }
  .discribe-txt-half {
    width: 100%;
  }
  .point-img-half {
    width: 50%;
    margin-top: 10px;
  }
  .sec-mov-half {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* for SP
====================================== */
@media (max-width: 640px) {
  #summer .h2title-half h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #1894be;
    word-break: break-word;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #summer .h2title-line-half {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #summer .h2title-line-half img {
    max-width: 354px;
  }
  .discribe-txt-half {
    width: 100%;
  }
  .point-img-half {
    width: 100%;
    margin-top: 20px;
  }
  .sec-mov-half {
    width: 100%;
  }
}