@charset "UTF-8";

.candycane {
  width: 100%;
  overflow: hidden;
}

.candycane .sec_bg {
  background-color: #fffae3;
}

.candycane .mv {
  background: url(../img/2025/mv_bg.jpg) no-repeat center/cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 820px;
  position: relative; }
  .candycane .mv::after {
    content: "";
    width: 100%;
    height: 138px;
    display: block;
    background: url(../img/2025/mv_bottom.png) no-repeat center bottom/100% 138px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .candycane .mv_head {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 50px 0;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .candycane .mv_ttl {
    width: 100%;
    max-width: 687.5px;
  }
  .candycane .mv_ttl img {
    width: 100%;
    height: auto;
  }
  .candycane .mv_store {
    width: 30%;
    max-width: 361.5px;
    position: absolute;
    top: 50px;
    right: 20px;
  }
  .candycane .mv_store:hover {
    opacity: .7;
  }
  .candycane .mv_store img {
    width: 100%;
    height: auto;
  }
@media screen and (max-width: 768px){
  .candycane .mv {
    background-image: url(../img/2025/mv_bg_sp.jpg);
    height: 540px;
  }
  .candycane .mv::after {
    height: 70px;
    background: url(../img/2025/mv_bottom_sp.png) no-repeat center bottom/100% 70px;
  }
  .candycane .mv_head {
    padding: 0 20px 100px;
    align-items: flex-end;
    justify-content: center;
  }
  .candycane .mv_ttl {
    max-width: 335px;
  }
  .candycane .mv_store {
    width: 60%;
    max-width: 178px;
    top: 20px;
    right: 20px;
  }
}

.candycane .mv .bread-crumb {
  left: 0;
  position: absolute;
  top: 0;
}
.candycane .mv .bread-crumb ol li a span,
.candycane .mv .bread-crumb ol li:after {
  color: #fff;
}


.candycane .main_body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.candycane .container {
  width: 100%;
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px){
  .candycane .container{
    padding: 0 20px;
  }
}

.candycane .secInn {
  position: relative; }
  .candycane .secTtl {
    padding-top: 70px;
    margin-bottom: 40px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .1em;
    background: url(../img/2025/ic_ttl.svg) no-repeat top center/120px;
  }
  .candycane .secTtl .red {
    font-weight: inherit;
    color: #d80000;
  }
  .candycane .secTxt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .candycane .secFig {
    font-size: 0;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
  }
  .candycane .secFig_img {
    width: 100%;
    height: auto;
  }
  .candycane .secIc {
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
  }
  .candycane .secBnr {
    display: block;
    font-size: 0;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
  }
  .candycane .secBnr:hover {
    opacity: .7;
  }
  .candycane .secBnr_img {
    width: 100%;
    height: auto;
  }
@media only screen and (max-width: 900px) {
  .candycane .secTtl {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: .05em;
  }
}
@media only screen and (max-width: 768px) {
  .candycane .secTtl {
    padding-top: 50px;
    margin-bottom: 25px;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: .05em;
    background-size: 80px;
  }
  .candycane .secTtl .red {
    font-weight: inherit;
    color: #d80000;
  }
  .candycane .secTxt {
    line-height: 1.56;
  }
  .candycane .secFig {
    border-radius: 10px;
  }
  .candycane .secBnr {
    border-radius: 15px;
  }
}

.candycane .secList {
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
  .candycane .secList_itm {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .candycane .secList_itm dt {
    width: 135px;
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: #f2e9c4;
    border-bottom: 1px solid #fff;
  }
  .candycane .secList_itm:first-child dt {
    border-top: 1px solid #f2e9c4;
  }
  .candycane .secList_itm:last-child dt {
    border-bottom: 1px solid #f2e9c4;
  }
  .candycane .secList_itm dd {
    width: calc(100% - 135px);
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.6;
    display: flex;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .candycane .secList_itm:first-child dd {
    border-top: 1px solid #e5e5e5;
  }
@media only screen and (max-width: 768px) {
  .candycane .secList_itm dt {
    width: 100px;
    padding: 12px 15px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .candycane .secList_itm dd {
    width: calc(100% - 100px);
    padding: 12px 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.candycane .secList2 {
  width: 100%; }
  .candycane .secList2 dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px dotted #E5E5E5;
    padding: 9px 12px 9px 25px;
    position: relative;
  }
  .candycane .secList2 dl:first-child {
    border-top: 1px dotted #E5E5E5;
  }
  .candycane .secList2 dl:nth-child(even) {
    background-color: #ffffff;
  }
  .candycane .secList2 dl::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, rgb(202, 202, 202), rgb(202, 202, 202) 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-position: left;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .candycane .secList2 dl:first-child::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, rgb(202, 202, 202), rgb(202, 202, 202) 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-position: left;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
  }
  .candycane .secList2 dl dt {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .candycane .secList2 dl dd {
    font-size: 1.4rem;
    text-align: right;
  }
  .candycane .secList2 dl dd .sgl {
    font-size: 1.2rem;
  }
  .candycane .secList2_note {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
  }
@media only screen and (max-width: 768px) {
  .candycane .secList2 dl {
    padding: 10px 15px;
  }
  .candycane .secList2 dl::after {
    background-image: linear-gradient(to right, rgb(202, 202, 202), rgb(202, 202, 202) 3px, transparent 3px, transparent 7px);
    background-size: 7px 1px;
  }
  .candycane .secList2 dl:first-child::before {
    background-image: linear-gradient(to right, rgb(202, 202, 202), rgb(202, 202, 202) 3px, transparent 3px, transparent 7px);
    background-size: 7px 1px;
  }
  .candycane .secList2 dl dt {
    width: 40%;
    font-size: 1.4rem;
  }
  .candycane .secList2 dl dd {
    width: 60%;
    font-size: 1.4rem;
  }
  .candycane .secList2 dl dd .sgl {
    font-size: 1.2rem;
  }
}


.candycane .sec01 {
  padding: 30px 0 0; }
  .candycane .sec01_block {
    margin-top: 60px;
  }
  .candycane .sec01_blockTtl {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #d80000;
    margin-bottom: 20px;
  }
  .candycane .sec01_blockTtl::after {
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 12px;
    display: block;
    background-image: linear-gradient(to right, rgb(216, 0, 0), rgb(216, 0, 0) 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;
    background-position: left;
    background-repeat: repeat-x;
  }
  .candycane .sec01_ic01 {
    width: 270px;
    aspect-ratio: 270 / 349;
    top: -200px;
    left: -230px;
    background-image: url(../img/2025/sec01_ic01.png);
  }
  .candycane .sec01_ic02 {
    width: 199px;
    aspect-ratio: 199 / 238;
    top: 0;
    right: -160px;
    background-image: url(../img/2025/sec01_ic02.png);
  }
@media only screen and (min-width: 769px) {
  .candycane .sec01_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .candycane .sec01_blockTxts {
    width: 50%;
    margin-top: -5px;
  }
  .candycane .sec01_block .secFig {
    width: calc(50% - 90px);
    min-width: 300px;
  }
  .candycane .sec01_block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1400px) {
  .candycane .sec01_ic01 {
    left: inherit;
    right: calc(50% + 50vw - 150px);
  }
  .candycane .sec01_ic02 {
    right: inherit;
    left: calc(50% + 50vw - 160px);
  }
}
@media only screen and (max-width: 1080px) {
  .candycane .sec01_ic01 {
    width: 220px;
    top: -155px;
    right: calc(50% + 50vw - 130px);
  }
}
@media only screen and (max-width: 768px) {
  .candycane .sec01 {
    padding: 20px 0 0;
  }
  .candycane .sec01_block {
    margin-top: 40px;
  }
  .candycane .sec01_blockTxts {
    margin-bottom: 20px;
  }
  .candycane .sec01_blockTtl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .candycane .sec01_blockTtl::after {
    height: 3px;
    margin-top: 8px;
    display: block;
    background-image: linear-gradient(to right, rgb(216, 0, 0), rgb(216, 0, 0) 3px, transparent 3px, transparent 9px);
    background-size: 9px 3px;
  }
  .candycane .sec01_ic01 {
    width: 135px;
    top: -120px;
    left: -40px;
    right: inherit;
  }
  .candycane .sec01_ic02 {
    width: 98px;
    top: -40px;
    right: -20px;
    left: inherit;
  }
}

.candycane .sec02 {
  padding: 120px 0 40px; }
  .candycane .sec02 .secTxt {
    margin-bottom: 50px;
    text-align: center;
  }
  .candycane .sec02 .secList_itm dt {
    width: 190px;
    padding: 20px;
    font-size: 1.6rem;
    text-align: center;
    justify-content: center;
  }
  .candycane .sec02 .secList_itm dd {
    width: calc(100% - 190px);
    padding: 20px;
    font-size: 1.6rem;
  }
  .candycane .sec02_ic01 {
    width: 273px;
    aspect-ratio: 273 / 314;
    top: -125px;
    left: -225px;
    background-image: url(../img/2025/sec02_ic01.png);
  }
  .candycane .sec02_ic02 {
    width: 201.5px;
    aspect-ratio: 403 / 380;
    top: -80px;
    right: -190px;
    background-image: url(../img/2025/sec02_ic02.png);
  }
@media only screen and (max-width: 1400px) {
  .candycane .sec02_ic01 {
    left: inherit;
    right: calc(50% + 50vw - 160px);
  }
  .candycane .sec02_ic02 {
    right: inherit;
    left: calc(50% + 50vw - 130px);
  }
}
@media only screen and (max-width: 1080px) {
  .candycane .sec02_ic01 {
    width: 240px;
    right: calc(50% + 50vw - 140px);
  }
  .candycane .sec02_ic02 {
    width: 180px;
    left: calc(50% + 50vw - 120px);
  }
}
@media only screen and (max-width: 768px) {
  .candycane .sec02 {
    padding: 60px 0 80px;
  }
  .candycane .sec02 .secTxt {
    margin-bottom: 25px;
    text-align: left;
  }
  .candycane .sec02 .secList_itm dt {
    width: 100px;
    padding: 12px 15px;
    font-size: 1.4rem;
  }
  .candycane .sec02 .secList_itm dd {
    width: calc(100% - 100px);
    padding: 12px 15px;
    font-size: 1.4rem;
  }
  .candycane .sec02_ic01 {
    width: 115px;
    top: -105px;
    left: -40px;
  }
  .candycane .sec02_ic02 {
    display: none;
  }
}

.candycane .sec03 {
  padding: 55px 0 80px;
  margin-top: 12.8vw;
  position: relative; }
  .candycane .sec03::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1500 / 192;
    background: url(../img/2025/sec03_top.svg) no-repeat bottom center/100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
  }
  .candycane .sec03 .secInn {
    z-index: 2;
  }
  .candycane .sec03_itms {
    margin-top: 70px;
  }
  .candycane .sec03_itm {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 30px;
    background: #fff;
    position: relative;
  }
  .candycane .sec03_itm + .sec03_itm {
    margin-top: 80px;
  }
  .candycane .sec03_itmHead {
    width: 50%;
    position: relative;
  }
  .candycane .sec03_itmTtl {
    width: 355px;
    position: absolute;
    top: -70px;
    left: -36px;
  }
  .candycane .sec03_itmTtlImg {
    width: 100%;
    height: auto;
  }
  .candycane .sec03_itm .secFig + .secFig {
    margin-top: 30px;
  }
  .candycane .sec03_itmDtl {
    width: calc(50% - 30px);
  }
  .candycane .sec03_itmDtl .secList2 {
    margin-top: 30px;
  }
  .candycane .sec03_itmBtnWrap {
    margin-top: 30px;
  }
  .candycane .sec03_itmBtnWrap a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #bbb;
    padding: 18px 0;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 0;
    color: #000;
    font-size: 1.6rem;
  }
  .candycane .sec03_itmBtnWrap a:hover {
    background-color: #DD2828;
    color: #fff;
    border-color: #DD2828;
    text-decoration: none;
  }
  .candycane .sec03_itmBtnWrap a:before {
    top: 2px;
  }
  .candycane .sec03_itmBtnWrap a:hover:before {
    background-image: url("../../img/arrow-icon-wh.svg");
  }
  .candycane .sec03_ic01 {
    width: 356px;
    aspect-ratio: 356 / 298;
    top: calc(-12.8vw - 114px);
    right: -25px;
    z-index: 2;
    background-image: url(../img/2025/sec03_ic01.png);
  }
  .candycane .sec03_ic02 {
    width: 450px;
    aspect-ratio: 450 / 580;
    top: -270px;
    left: -280px;
    z-index: -1;
    background-image: url(../img/2025/sec03_ic02.png);
  }
@media screen and (max-width: 1280px) {
  .candycane .sec03_ic01 {
    right: inherit;
    left: calc(50% + 300px);
  }
}
@media screen and (max-width: 768px) {
  .candycane .sec03 {
    padding: 45px 0 0;
    margin-top: 24.9vw;
  }
  .candycane .sec03::before {
    aspect-ratio: 750 / 188;
    background-image: url(../img/2025/sec03_top_sp.svg);
  }
  .candycane .sec03_itms {
    margin-top: 40px;
  }
  .candycane .sec03_itm {
    padding: 20px;
    display: block;
    border-radius: 15px;
  }
  .candycane .sec03_itm + .sec03_itm {
    margin-top: 40px;
  }
  .candycane .sec03_itmHead {
    width: 100%;
  }
  .candycane .sec03_itmTtl {
    width: 225px;
    top: -38px;
    left: -30px;
  }
  .candycane .sec03_itm .secFig + .secFig {
    margin-top: 20px;
  }
  .candycane .sec03_itmDtl {
    width: 100%;
    margin-top: 20px;
  }
  .candycane .sec03_itmDtl .secList2 {
    margin-top: 20px;
  }
  .candycane .sec03_itmBtnWrap {
    margin-top: 20px;
  }
  .candycane .sec03_itmBtnWrap a {
    padding: 15px 0;
    border-radius: 2px;
    font-size: 1.6rem;
  }
  .candycane .sec03_itmBtnWrap a:before {
    width: 12px;
    height: 12px;
    top: 2px;
  }
  .candycane .sec03_ic01 {
    width: 199px;
    top: calc(-24.9vw - 35px);
    right: -25px;
    left: inherit;
  }
  .candycane .sec03_ic02 {
    display: none;
  }
}

.candycane .sec04 {
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden; }
  .candycane .sec04::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 15 / 8;
    background: url(../img/2025/sec04_top.svg) no-repeat top center/100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .candycane .sec04::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 50vw);
    background: #fff;
    position: absolute;
    top: 50vw;
    left: 0;
    z-index: 1;
  }
  .candycane .sec04 .secInn {
    z-index: 2;
  }
  .candycane .sec04_txt {
    margin-bottom: 50px;
    padding: 0 180px;
    text-align: center;
  }
  .candycane .sec04_ic01 {
    width: 290px;
    aspect-ratio: 290 / 600;
    top: 20px;
    left: -160px;
    background-image: url(../img/2025/sec04_ic01.png);
  }
  .candycane .sec04_ic02 {
    width: 209px;
    aspect-ratio: 209 / 170;
    top: 90px;
    right: -30px;
    background-image: url(../img/2025/sec04_ic02.png);
  }
  .candycane .sec04_ic03 {
    width: 190px;
    aspect-ratio: 190 / 362;
    top: 230px;
    right: -145px;
    background-image: url(../img/2025/sec04_ic03.png);
  }
@media screen and (max-width: 1280px) {
  .candycane .sec04_ic02 {
    right: inherit;
    left: calc(50% + 50vw - 220px);
  }
}
@media screen and (max-width: 768px) {
  .candycane .sec04 {
    padding: 140px 0 60px;
  }
  .candycane .sec04::before {
    aspect-ratio: 75 / 36;
    background-image: url(../img/2025/sec04_top_sp.svg);
    top: 70px;
  }
  .candycane .sec04::after {
    height: calc(100% - 45vw - 70px);
    top: calc(45vw + 70px);
  }
  .candycane .sec04_txt {
    margin-bottom: 25px;
    padding: 0;
    text-align: left;
  }
  .candycane .sec04_ic01 {
    width: 100px;
    aspect-ratio: 20 / 41;
    top: -110px;
    left: 0;
    background-image: url(../img/2025/sec04_ic04.png);
  }
  .candycane .sec04_ic02 {
    width: 135px;
    top: -105px;
    left: inherit;
    right: 15px;
  }
  .candycane .sec04_ic03 {
    width: 50px;
    aspect-ratio: 100 / 164;
    top: 20px;
    right: -5px;
    background-image: url(../img/2025/sec04_ic05.png);
  }
}

.candycane .sec05 {
  padding: 150px 0;
  background: url(../img/2025/sec05_bg.jpg) no-repeat center/cover; }
  .candycane .sec05_box {
    width: 545px;
    max-width: 100%;
    padding: 25px 30px;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
  }
  .candycane .sec05_ttl {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    color: #d80000;
    margin-bottom: 25px;
  }
  .candycane .sec05_ttl::after {
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 15px;
    display: block;
    background-image: linear-gradient(to right, rgb(216, 0, 0), rgb(216, 0, 0) 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;
    background-position: left;
    background-repeat: repeat-x;
  }
  .candycane .sec05_txt {
    line-height: 1.8;
  }
@media screen and (max-width: 768px) {
  .candycane .sec05 {
    padding: 60px 0;
    background-image: url(../img/2025/sec05_bg_sp.jpg);
  }
  .candycane .sec05_box {
    width: 100%;
    padding: 20px 20px 15px;
    border-radius: 10px;
  }
  .candycane .sec05_ttl {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .candycane .sec05_ttl::after {
    height: 3px;
    margin-top: 10px;
    display: block;
    background-image: linear-gradient(to right, rgb(216, 0, 0), rgb(216, 0, 0) 3px, transparent 3px, transparent 9px);
    background-size: 9px 3px;
  }
  .candycane .sec05_txt {
    line-height: 1.56;
  }
}

.candycane .sec06 {
  padding: 100px 0; }
  .candycane .sec06_list {
    margin: -3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .candycane .sec06_list::before,
  .candycane .sec06_list::after {
    content: "";
    width: 28.4%;
    aspect-ratio: 615 / 476;
    position: absolute;
    z-index: 1;
  }
  .candycane .sec06_list::before {
    background: url(../img/2025/sec06_ic01.png) no-repeat center/contain;
    top: 0;
    left: 0;
    transform: translate(-43%, -33.7%);
  }
  .candycane .sec06_list::after {
    background: url(../img/2025/sec06_ic02.png) no-repeat center/contain;
    bottom: 0;
    right: 0;
    transform: translate(43%, 33.7%);
  }
  .candycane .sec06_itm {
    width: calc(25% - 6px);
    margin: 3px;
    position: relative;
    z-index: 2;
  }
  .candycane .sec06_fig {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .candycane .sec06_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
@media screen and (max-width: 768px) {
  .candycane .sec06 {
    padding: 60px 0;
  }
  .candycane .sec06_list {
    margin: -3px;
  }
  .candycane .sec06_list::before,
  .candycane .sec06_list::after {
    width: 150px;
  }
  .candycane .sec06_list::before {
    transform: translate(-60px, -55px);
  }
  .candycane .sec06_list::after {
    transform: translate(60px, 55px);
  }
  .candycane .sec06_itm {
    width: calc(50% - 6px);
    margin: 3px;
  }
}
