@charset "utf-8";
/* CSS Document */
#icebar .fix {
  clear: both;
}
#anc01 {
  margin-top: -95px;
  padding-top: 95px;
}
#icebar .item.yuzu {
  background-color: #fff8c3;
}
#icebar .item.melon {
  background-color: #f7ffcb;
}
#icebar img {
  width: 100%;
  height: auto;
}
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.is-animated {
  opacity: 1;
}
/*===============================================
●pc.css
===============================================*/
@media screen and (min-width:737px) {
  #contents {
    position: relative;
    width: calc(100vw - 0%);
    margin: 0 calc(50% - 50vw);
  }
  #contents .momoR01 {
    position: absolute;
    top: 14%;
    right: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .momoL01 {
    position: absolute;
    top: 16%;
    left: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .momoR03, .icebarR03 {
    position: absolute;
    bottom: 13%;
    right: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .momoL03, .icebarL03 {
    position: absolute;
    bottom: 9%;
    left: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .melonR01 {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .melonL01 {
    position: absolute;
    top: 17%;
    left: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .yuzuR01 {
    position: absolute;
    top: 13%;
    right: 0;
    z-index: -10;
    visibility: hidden
  }
  #contents .yuzuL01 {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: -10;
    visibility: hidden
  }
  #icebar .pc-none {
    display: none;
  }
  #icebar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #icebar h1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #icebar ul, #icebar li, #icebar dl, #icebar dt, #icebar dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #icebar section {
    width: 100%;
  }
  /*＝＝＝KVarea＝＝＝＝*/
  #icebar .kv {
    width: 100%;
    height: auto;
    position: relative;
  }
  #icebar .tit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #icebar .logo {
    width: 15%;
    margin: 2% auto 0;
  }
  #icebar .logoS {
    width: 15%;
    margin: 0 auto 0;
  }
  #icebar .iceT {
    width: 15%;
    margin: 6rem auto -2rem;
  }
  /*＝＝＝btnarea＝＝＝＝*/
  #icebar .other_link01 {
    max-width: 1200px;
    margin: 1rem auto;
  }
  #icebar .other_link01 ul {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 100;
  }
  #icebar .other_link01 li {
    display: flex;
    flex-direction: column;
    width: calc(5 - 0px);
  }
  #icebar .other_link01 li:nth-of-type(5n) {
    margin-right: 0;
  }
  #icebar .other_link01 > ul img {
    width: 90%;
    border-radius: 1rem;
    border: solid 2px #ccc;
  }
  #icebar .other_link01 a:hover img {
    border: solid 2px #0171a6;
    transition: all 0.3s;
  }
  /*＝＝＝btnarea＝＝＝＝*/
  #icebar .other_link02 {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 100;
  }
  #icebar .other_link02 ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto;
    padding: 0;
    list-style: none;
    z-index: 100;
  }
  #icebar .other_link02 li {
    display: flex;
    flex-direction: column;
    width: calc(90%/ 5 - 0px);
    margin-right: 5px;
  }
  #icebar .other_link02 li:nth-of-type(5n) {
    margin-right: 0;
  }
  #icebar .other_link02 > ul img {
    width: 80%;
    border-radius: 1rem;
    border: solid 2px #ccc;
  }
  #icebar .other_link02 a:hover img {
    border: solid 2px #0171a6;
    transition: all 0.3s;
  }
  #icebar .ico:before {
    content: '\e903';
    font-family: "icn_font";
  }
  #icebar h2 {
    margin: 0;
    padding: 0;
    font-size: 2.0rem;
    font-weight: normal;
    text-align: center;
  }
  #icebar .green {
    color: #00872D;
  }
  .other_link {
    margin-bottom: 3rem;
  }
  .other_link > ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
  }
  .other_link > ul a:hover {
    opacity: 0.6;
    transition-duration: 0.5s;
  }
  #icebar .other_link > ul figure {
    position: relative;
  }
  #icebar .other_link > ul figure img {
    border-radius: .5rem;
  }
  .other_link .other_link_tit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .9rem;
    background: #008734;
    color: #fff;
    padding: .2rem .4rem;
    border-radius: .5rem 0;
    text-align: center;
    line-height: 1.05em;
  }
  .other_link .other_link_tit > span {
    font-size: .7rem;
  }
  /*＝＝＝一例area＝＝＝＝*/
  #icebar .example {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-image: linear-gradient(60deg, rgba(180, 205, 131, 1) 10%, rgba(185, 217, 188, 1) 40%, rgba(177, 213, 204, 1) 68%, rgba(130, 206, 243, 1) 90%);
    padding: 0;
  }
  .example_bg {
    width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;
    /*border-radius: 30px;*/
  }
  #icebar h3 {
    margin: 1.5rem 0 1rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
  }
  #icebar .h3_02 {
    margin: 1.5rem 0 1rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
  }
  #icebar .h3_02::before, .h3_02::after {
    content: "～";
    margin: 1.5rem 0 1rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
  }
  #icebar .h3_03 {
    max-width: 100%;
    /*border-left: 10px solid #f3c6d9;
	border-right: 10px solid #f3c6d9;
	border-top: 1px solid #f3c6d9;
	border-bottom: 1px solid #f3c6d9;*/
    background-color: #ece2af;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_melon {
    background-color: #71c598;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_yuzu {
    background-color: #FFDF2B;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_nashi {
    background-color: #fac873;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_mikan {
    background-color: #fdc177;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .nlist > ul {
    width: 100%;
  }
  #icebar .nlist > li {
    list-style: disc;
    font-size: 1.1rem;
    margin: 0 9%;
  }
  #icebar .txtC {
    margin: 2%;
    padding: 0;
    font-weight: normal;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #icebar .txt {
    margin: 2% 0;
    font-size: 1.1rem;
    line-height: 2.0em;
  }
  #icebar .txt > span {
    font-size: 90%;
  }
  /*=======circle_area=========*/
  #icebar .circle_area {
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #icebar .circle_btn {
    width: calc(100%/ 3 - 14px);
    margin-right: 7px;
    margin-top: 2rem;
  }
  #icebar .circle_btn:nth-of-type(3n) {
    margin-right: 0;
  }
  #icebar .circle_btn img {
    width: 80%;
    margin: 0 10%;
    border-radius: 50%;
  }
  #icebar .titS {
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem;
  }
  /*=======item_area=========*/
  #icebar .item_in {
    max-width: 1200px;
    margin: 0 auto;
  }
  .iteminfo {
    display: grid;
    grid-template-areas: "title title""movie list";
    grid-template-columns: 10% auto 10%;
    gap: 40px 40px;
  }
  .iteminfo .movie {
    grid-area: movie;
  }
  .iteminfo img {
    width: 100%;
  }
  .iteminfo .list {
    grid-area: list;
  }
  .grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
    gap: 0px; /* グリッド間の間隔 */
  }
  .grid_item01 {
    margin-bottom: 0px;
    order: 1;
    margin-bottom: 20px;
  }
  .grid_item_bg01 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-bottom: 20px;
    order: 2;
  }
  .grid_item02 {
    margin-bottom: 0px;
    order: 4;
  }
  .grid_item_bg02 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    order: 3;
  }
  .grid_item03 {
    margin-bottom: 0px;
    order: 4;
    margin-top: 20px;
  }
  .grid_item_bg03 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-top: 20px;
    order: 5;
  }
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #icebar .name {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
  #icebar .name > span {
    font-size: 80%;
  }
  #icebar .item {
    width: 100vw;
    background-image: linear-gradient(301deg, rgba(253, 242, 225, 1) 12%, rgba(224, 194, 220, 1) 39%, rgba(245, 198, 217, 1) 64%, rgba(236, 226, 175, 1) 89%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
    width: calc(100vw - 0.7%);
  }
  #icebar .item_melon {
    width: 100vw;
    background-image: linear-gradient(60deg, rgba(180, 205, 131, 1) 10%, rgba(185, 217, 188, 1) 40%, rgba(177, 213, 204, 1) 68%, rgba(130, 206, 243, 1) 90%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
    width: calc(100vw - 0.7%);
  }
  #icebar .item_yuzu {
    width: 100vw;
    background-image: linear-gradient(110deg, rgba(246, 235, 218, 1) 0%, rgba(255, 243, 76, 1) 34%, rgba(227, 235, 159, 1) 65%, rgba(241, 241, 163, 1) 100%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
    width: calc(100vw - 0.7%);
  }
  #icebar .item_nashi {
    width: 100vw;
    background-image: linear-gradient(110deg, rgba(254, 236, 194, 1), rgba(253, 219, 146, 1) 36%, rgba(254, 233, 182, 1) 66%, rgba(252, 215, 140, 1) 100%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
    width: calc(100vw - 0.7%);
  }
  #icebar .item_mikan {
    width: 100vw;
    background-image: linear-gradient(150deg, rgba(246, 229, 210, 1), rgba(245, 138, 66, 1) 30%, rgba(239, 160, 92, 1) 57%, rgba(225, 214, 155, 1) 79%, rgba(252, 194, 145, 1));
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
    width: calc(100vw - 0.7%);
  }
  #icebar .item_txt {
    margin: 1% 0;
    font-size: 1.1rem;
    line-height: 1.6em;
    padding-top: 1.5%;
  }
  #icebar .item_txtR {
    margin: 1% 0 0;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: right;
  }
  #icebar .date_box {
    width: 100%;
    margin-bottom: 1rem;
  }
  #icebar .date_box .date {
    width: 60%;
    border: solid 1px #adaba1;
    font-size: 1rem;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
  }
  .item_notes {
    font-size: .9rem;
    text-align: right;
    border-bottom: 1px dotted #313131;
    padding-bottom: 1.5%;
  }
  /*＝＝＝LINKbtn＝＝＝＝*/
  .btnG {
    position: relative;
    width: 400px;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #dddddd;
    color: #0171a6;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 50px;
    text-align: center;
    padding: 0 3%;
  }
  .btnG::after {
    position: absolute;
    content: '\e903';
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    color: #0171a6;
    font-weight: 600;
    font-size: 1.05rem;
    font-family: "icn_font";
    line-height: 0;
  }
  .btnG:hover {
    cursor: pointer;
    border: 2px solid #0171a6;
    transition-duration: 0.5s;
  }
}
/*===============================================
●sp.css 画面の横幅が737px以上
===============================================*/
@media screen and (max-width:736px) {
  #anc01 {
    margin-top: -54px;
    padding-top: 54px;
  }
  #icebar .sp-none {
    display: none;
  }
  #icebar {
    margin: 0 calc(50% - 50vw);
    padding: 0;
    margin-top: -10px;
  }
  #icebar h1, #icebar h2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #icebar ul, #icebar li, #icebar dl, #icebar dt, #icebar dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #icebar img {
    display: block;
  }
  #icebar .inner_siro {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2.5% 4% 10% 4%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #icebar section {
    width: 100%;
  }
  /*＝＝＝KVarea＝＝＝＝*/
  #icebar .kv {
    width: 100%;
    height: auto;
    position: relative;
  }
  #icebar .tit {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #icebar .logo {
    width: 25%;
    margin: 4% auto 0;
  }
  #icebar .logoS {
    width: 25%;
    margin: 1% auto 0;
  }
  #icebar .iceT {
    width: 25%;
    margin: 4rem auto -3rem;
  }
  /*＝＝＝btnarea＝＝＝＝*/
  #icebar .other_link01 {
    max-width: 100%;
    margin: .3rem auto 0;
  }
  #icebar .other_link01 ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 100;
  }
  #icebar .other_link01 li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 5 - 10px);
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #icebar .other_link01 li:nth-of-type(5n) {
    margin-right: 0;
  }
  #icebar .other_link01 > ul img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: solid 1px #ccc;
  }
  #icebar .other_link01 a:hover img {
    border: solid 1px #0171a6;
    transition: all 0.3s;
  }
  /*＝＝＝btnarea＝＝＝＝*/
  #icebar .other_link02 {
    max-width: 100%;
    margin: 0 auto;
    z-index: 100;
  }
  #icebar .other_link02 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto;
    padding: 0;
    list-style: none;
    z-index: 100;
  }
  #icebar .other_link02 li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 20px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  #icebar .other_link02 li:nth-of-type(2n) {
    margin-right: 0;
  }
  #icebar .other_link02 img {
    border-radius: 1rem;
    border: solid 2px #ccc;
  }
  #icebar .other_link02 a:hover img {
    border: solid 2px #0171a6;
    transition: all 0.3s;
  }
  #icebar .ico:before {
    content: '\e903';
    font-family: "icn_font";
  }
  #icebar h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  #icebar .green {
    color: #00872D;
  }
  .other_link {
    width: 95%;
    margin: 0 auto 1rem;
  }
  .other_link > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .other_link > ul a {
    position: relative;
    display: block;
  }
  .other_link > ul a:hover {
    opacity: 0.6;
    transition-duration: 0.5s;
  }
  #icebar .other_link > ul figure img {
    border-radius: .5rem;
  }
  .other_link .other_link_tit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .7rem;
    background: #008734;
    color: #fff;
    padding: .1rem .3rem;
    border-radius: .5rem 0;
    text-align: center;
    line-height: 1.2em;
  }
  .other_link .other_link_tit > span {
    font-size: .6rem;
  }
  /*＝＝＝一例area＝＝＝＝*/
  #icebar .example {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .example_bg {
    padding: 3rem 0;
    background-image: linear-gradient(60deg, rgba(180, 205, 131, 1) 10%, rgba(185, 217, 188, 1) 40%, rgba(177, 213, 204, 1) 68%, rgba(130, 206, 243, 1) 90%);
    margin: 0 calc(50% - 50vw);
  }
  #icebar h3 {
    margin: 1.5rem 0 1rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
  }
  #icebar .h3_02 {
    margin: 1.5rem 0 1rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
  }
  #icebar .h3_02::before, .h3_02::after {
    content: "～";
    margin: 1.5rem 0 1rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.0rem;
    text-align: center;
  }
  #icebar .h3_03 {
    max-width: 100%;
    background-color: #ece2af;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_melon {
    background-color: #71c598;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_yuzu {
    background-color: #FFDF2B;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_nashi {
    background-color: #fac873;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .h3_03_mikan {
    background-color: #fdc177;
    max-width: 100%;
    margin: 0;
    padding: .2rem;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #icebar .nlist > ul {
    width: 100%;
  }
  #icebar .nlist > li {
    list-style: disc;
    margin: 0 5% 0 6%;
  }
  #icebar .txtC {
    margin: 2% 3.5%;
    padding: 0;
    font-weight: normal;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  #icebar .txt {
    margin: 2% 0;
    font-size: 1rem;
    line-height: 2.0em;
  }
  #icebar .txt > span {
    font-size: 90%;
  }
  /*=======circle_area=========*/
  #icebar .circle_area {
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #icebar .circle_btn {
    width: calc(100%/ 1 - 0px);
    margin-top: 2rem;
  }
  #icebar .circle_btn img {
    width: 80%;
    margin: 0 auto;
    border-radius: 50%;
  }
  #icebar .titS {
    font-weight: normal;
    font-size: 1.0rem;
    text-align: center;
    margin-top: 1rem;
  }
  /*=======item_area=========*/
  #icebar .item {
    width: calc(100vw - 0%);
    background-image: linear-gradient(301deg, rgba(253, 242, 225, 1) 12%, rgba(224, 194, 220, 1) 39%, rgba(245, 198, 217, 1) 64%, rgba(236, 226, 175, 1) 89%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
  }
  #icebar .item_melon {
    width: calc(100vw - 0%);
    background-image: linear-gradient(60deg, rgba(180, 205, 131, 1) 10%, rgba(185, 217, 188, 1) 40%, rgba(177, 213, 204, 1) 68%, rgba(130, 206, 243, 1) 90%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
  }
  #icebar .item_yuzu {
    width: calc(100vw - 0%);
    background-image: linear-gradient(110deg, rgba(246, 235, 218, 1) 0%, rgba(255, 243, 76, 1) 34%, rgba(227, 235, 159, 1) 65%, rgba(241, 241, 163, 1) 100%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
  }
  #icebar .item_nashi {
    width: calc(100vw - 0%);
    background-image: linear-gradient(110deg, rgba(254, 236, 194, 1), rgba(253, 219, 146, 1) 36%, rgba(254, 233, 182, 1) 66%, rgba(252, 215, 140, 1) 100%);
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
  }
  #icebar .item_mikan {
    width: calc(100vw - 0%);
    background-image: linear-gradient(150deg, rgba(246, 229, 210, 1), rgba(245, 138, 66, 1) 30%, rgba(239, 160, 92, 1) 57%, rgba(225, 214, 155, 1) 79%, rgba(252, 194, 145, 1));
    margin: 0 calc(50% - 50vw);
    padding: 3rem 0;
  }
  #icebar .item_in {
    width: 90%;
    margin: 0 auto;
  }
  .iteminfo {
    margin: 0 auto;
  }
  .iteminfo .movie {
    margin-bottom: 3rem;
  }
  .iteminfo img {
    width: 100%;
  }
  .iteminfo .list {
    width: 100%;
    margin: 40px auto 0;
  }
  .grid_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 2列のグリッド */
    gap: 0px; /* グリッド間の間隔 */
  }
  .grid_item01 {
    margin-bottom: 0px;
    order: 1;
  }
  .grid_item_bg01 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-bottom: 20px;
    order: 2;
  }
  .grid_item02 {
    margin-bottom: 0px;
    order: 3;
  }
  .grid_item_bg02 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-bottom: 20px;
    order: 4;
  }
  .grid_item03 {
    margin-bottom: 0px;
    order: 4;
    margin-top: 20px;
  }
  .grid_item_bg03 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-top: 20px;
    order: 5;
  }
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #icebar .name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
  #icebar .name > span {
    font-size: 80%;
  }
  #icebar .item_txt {
    margin: 1% 0;
    font-size: 0.95rem;
    line-height: 1.6em;
    padding-top: 1.5%;
  }
  #icebar .item_txtR {
    margin: 1% 0 0;
    font-size: 1.0rem;
    line-height: 1.6em;
    text-align: right;
  }
  #icebar .date_box {
    width: 100%;
    margin-bottom: .5rem;
  }
  #icebar .date_box .date {
    width: 60%;
    border: solid 1px #adaba1;
    font-size: 0.85rem;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
  }
  .item_notes {
    font-size: .9rem;
    text-align: right;
    border-bottom: 1px dotted #313131;
    padding-bottom: 1.5%;
  }
  /*＝＝＝LINKbtn＝＝＝＝*/
  .btnG {
    position: relative;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #dddddd;
    color: #0171a6;
    font-size: 1.0rem;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    padding: 0 3%;
  }
  .btnG::after {
    position: absolute;
    content: '\e903';
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    color: #0171a6;
    font-size: 1.0rem;
    font-weight: 600;
    font-family: "icn_font";
    line-height: 0;
  }
  .btnG:hover {
    cursor: pointer;
    border: 2px solid #0171a6;
    transition-duration: 0.5s;
  }
}