@charset "utf-8";
/* CSS Document */
#icebar .fix {
  clear: both;
}
#icebar img {
  width: 100%;
  height: auto;
}
#icebar ul, #icebar li, #icebar dl, #icebar dt, #icebar dd {
  margin: 0;
  list-style: none;
  padding: 0;
}
/*===============================================
●pc.css
===============================================*/
@media screen and (min-width:737px) {
  #icebar {
    width: calc(100vw - 0%);
    margin: 0 calc(50% - 50vw);
    padding: 0;
  }
  #icebar .pc-none {
    display: none;
  }
  #icebar section {
    max-width: 1100px;
    width: 100%;
    margin: 4rem auto;
  }
  #icebar section img {
    border-radius: 20px;
  }
  /*=======kv_area=========*/
  #icebar .kv_area {
    width: calc(100vw - 0%);
    margin: 0 calc(50% - 50vw);
    background-color: #d6e9cb;
  }
  #icebar .head_bg {
    background-image: url("head_bg.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #icebar .kv_bg {
    max-width: 1200px;
    width: 100%;
    aspect-ratio: 1200 / 790; /* heightの代わりにアスペクト比で高さを維持 */
    margin: 0 auto;
    position: relative;
  }
  #icebar .tit {
    position: absolute;
    top: 4%;
    left: 15%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(2rem, -1.807rem + 8.28vw, 4.4rem);
    line-height: 5.5rem;
  }
  @media screen and (max-width:1024px) {
    #icebar .tit {
      font-size: 2.8rem;
      line-height: 3.5rem;
    }
  }
  #icebar .main_img {
    position: absolute;
    top: 33%;
    left: 0;
  }
  #icebar .logo01 {
    position: absolute;
    top: 26%;
    right: 36%;
    width: 6.5%;
    height: auto;
  }
  #icebar .logo02 {
    position: absolute;
    top: 24.5%;
    right: 25%;
    width: 10%;
    height: auto;
  }
  #icebar .lead_tit {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem
  }
  #icebar .lead {
    font-size: 1.2rem;
    text-align: center;
    line-height: 3rem;
  }
  #icebar .tit_h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    text-align: left;
    margin: 3rem 0 1rem;
  }
  #icebar .txt {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    text-align: left;
    line-height: 2.2rem;
  }
  /*=======kadai_area=========*/
  #icebar .example_bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #fffbcd;
    padding: 0;
  }
  .example {
    width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
  #icebar .circle_area {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #icebar .kadai_tit {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
  }
  #icebar .circle_btn {
    width: calc(100%/ 3 - 10px);
    margin-right: 5px;
    margin-top: 2rem;
  }
  #icebar .circle_btn:nth-of-type(3n) {
    margin-right: 0;
  }
  #icebar .circle_btn img {
    width: 80%;
    margin: 0 10%;
  }
  #icebar .titS {
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 1rem;
  }
  /*=======item_area=========*/
  #icebar .item_area {
    max-width: 1100px;
    height: auto;
    background-color: #fff;
    border: 2px solid #eee;
    padding: 2rem;
    margin: 0 auto 5rem;
    border-radius: 20px;
    box-sizing: border-box;
  }
  #icebar .date {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    margin: 1rem 0 .5rem;
  }
  #icebar .name {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: .5rem
  }
  #icebar .price {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: .5rem
  }
  #icebar .itemtxt {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.8rem;
  }
  /*=======foot_area=========*/
  #icebar .foot_area {
    width: calc(100vw - 0%);
    margin: 0 calc(50% - 50vw);
    background-color: #d6e9cb;
    position: relative;
  }
  #icebar .ill01 {
    position: absolute;
    max-width: 15%;
    top: 9%;
    right: 15.5%;
  }
  #icebar .ill02 {
    position: absolute;
    max-width: 16%;
    bottom: 5%;
    left: 14%;
  }
  #icebar .ill01_sp {
    display: none;
  }
  #icebar .ill02_sp {
    display: none;
  }
  @media screen and (max-width:1250px) {
    #icebar .ill01 {
      position: absolute;
      max-width: 16%;
      top: 9%;
      right: 1%;
    }
    #icebar .ill02 {
      position: absolute;
      max-width: 16%;
      bottom: 5%;
      left: 2%;
    }
  }
  #icebar .foot_bg {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
  #icebar .sub {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .5rem
  }
  #icebar .foot_tit {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  #icebar .foot_tit > span {
    font-size: 70%;
  }
  #icebar .nlist > ul {
    width: 100%;
  }
  #icebar .nlist > li {
    list-style: disc;
    font-size: 1.1rem;
    margin: 15px 7%;
  }
  #icebar .txtC {
    margin: 1.5rem 0 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
/*===============================================
●sp.css 画面の横幅が737px以上
===============================================*/
@media screen and (max-width:736px) {
  #icebar .sp-none {
    display: none;
  }
  #icebar {
    margin: 0 calc(50% - 50vw);
    padding: 0;
    margin-top: -10px;
  }
  #icebar section {
    max-width: 100%;
    margin: 2rem auto;
    padding: 0 15px;
  }
  #icebar section img {
    border-radius: 10px;
  }
  /*=======kv_area=========*/
  #icebar .kv_area {
    width: calc(100vw - 0%);
    margin: 0 calc(50% - 50vw);
    background-color: #d6e9cb;
  }
  #icebar .head_bg {
    background-image: url("head_bg.jpg");
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #icebar .kv_bg {
    max-width: 1200px;
    width: 100%;
    aspect-ratio: 1200 / 950; /* heightの代わりにアスペクト比で高さを維持 */
    margin: 0 auto;
    position: relative;
  }
  #icebar .tit {
    position: absolute;
    top: 6%;
    left: 7%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #icebar .main_img {
    position: absolute;
    top: 43%;
    left: 0;
  }
  #icebar .logo01 {
    position: absolute;
    top: 32%;
    right: 22%;
    width: 9%;
    height: auto;
  }
  #icebar .logo02 {
    position: absolute;
    top: 30%;
    right: 7%;
    width: 14%;
    height: auto;
  }
  #icebar .lead_tit {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem
  }
  #icebar .lead {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.8rem;
  }
  #icebar .tit_h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    text-align: left;
    margin: 2rem 0 0.7rem;
  }
  #icebar .txt {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.8rem;
  }
  /*=======kadai_area=========*/
  #icebar .example_bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #fffbcd;
    padding: 0;
  }
  .example {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
  #icebar .circle_area {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #icebar .kadai_tit {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
  }
  #icebar .circle_btn {
    width: calc(100%/ 1 - 0px);
    margin-top: 2rem;
  }
  #icebar .circle_btn:nth-of-type(3n) {
    margin-right: 0;
  }
  #icebar .circle_btn img {
    width: 80%;
    margin: 0 10%;
  }
  #icebar .titS {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 1rem;
  }
  /*=======item_area=========*/
  #icebar .item_area {
    max-width: 100%;
    height: auto;
    background-color: #fff;
    border: 2px solid #eee;
    padding: 1.5rem 1.2rem;
    margin: 3rem 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  #icebar .date {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: .4rem
  }
  #icebar .name {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: .4rem
  }
  #icebar .price {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: .4rem;
  }
  #icebar .itemtxt {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.6rem;
  }
  /*=======foot_area=========*/
  #icebar .foot_area {
    width: calc(100vw - 0%);
    margin: 0 calc(50% - 50vw);
    background-color: #d6e9cb;
  }
  #icebar .ill01 {
    display: none;
  }
  #icebar .ill02 {
    display: none;
  }
  #icebar .ill01_sp {
    width: 35%;
    margin: 0 auto .5rem;
  }
  #icebar .ill02_sp {
    width: 38%;
    margin: .5rem auto 0;
  }
  #icebar .foot_bg {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 15px 1.5rem;
    box-sizing: border-box;
  }
  #icebar .sub {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: .4rem
  }
  #icebar .foot_tit {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 2rem;
letter-spacing: -0.04rem;	  
  }
  #icebar .foot_tit > span {
    font-size: 70%;
  }
  #icebar .nlist > ul {
    width: 100%;
  }
  #icebar .nlist > li {
    list-style: disc;
    font-size: 0.9rem;
    margin: 15px 7%;
  }
  #icebar .txtC {
    margin: 1.5rem 0 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.8;
  }
}