@charset "UTF-8";

.main_inner {
  overflow-x: hidden;
}

/* ============================================================== */
/* ======================== fontArea ============================ */
/* ============================================================== */
/* F37 Ginger */
@font-face {
  font-family: "ginger";
  src: url("/Page/features/2024/0705/1009/F37GingerRegular.ttf");
}

@font-face {
  font-family: "KozGo";
  src: url("../../../../../font/KozGoPr6N-Regular.otf") format("truetype");
}

/* 游ゴシック体 */
.YuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* noto-sans-cjk-jp */
.font-noto {
  font-size: 1.9rem;
  line-height: 2.1;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* gloock */
.item_number {
  font-family: "gloock", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* alverata */
.alverata {
  font-family: "alverata", serif;
  font-weight: 700;
  font-style: normal;
}


.contents_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents_inner {
    max-width: none;
  }
}

.Barbour_1009_lp .js-rote {
  opacity: 1;
}
.Barbour_1009_lp .js-rote.is-rote {
  animation: rotation-y 2s linear infinite;
  animation-iteration-count: 1;
  animation-fill-mode:forwards;
}
@keyframes rotation-y {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}


/* ============================================================== */
/* ========================= レイアウト =========================== */
/* ============================================================== */

/* mainVisualBox Style
---------------------------------------- */
.mainVisualBox .main_inner {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
}
.mainVisualBox .mainVisual {
  width: 100%;
  height: 150rem;
  margin: 0 auto;
  position: relative;
}
.mainVisualBox .mainVisual .mainVisual01 {
  width: 60.4rem;
  position: absolute;
  top: -4.4rem;
  right: 14.2rem;
  z-index: 1;
}
.mainVisualBox .mainVisual .mainVisual02 {
  width: 60.4rem;
  position: absolute;
  top: 60rem;
  right: 17.9rem;
  z-index: 2;
}
.mainVisualBox .mainVisual .mainVisual03 {
  width: 55rem;
  position: absolute;
  top: 0.3rem;
  left: 19.4rem;
  z-index: 3;
}
.mainVisualBox .mainVisual .mainVisual04 {
  width: 60.4rem;
  position: absolute;
  top: 69.3rem;
  left: 12rem;
  z-index: 4;
}
.mainVisualBox .main_ttl {
  width: 62.1rem;
  margin: 3.4rem auto 0;
  pointer-events: none;
}
.main_ttl img {
  margin-left: 0.2rem;
}


.mainVisualBox .main_txt ul {
  margin-top: 4rem;
  text-align: center;
}
.mainVisualBox .main_txt ul li:nth-of-type(1) {
  font-size: 3rem;
}
.mainVisualBox .main_txt ul li:nth-of-type(2) {
  font-size: 4rem;
  margin-top: 1.8rem;
  letter-spacing: 0.03em;
  margin-left: -1rem;
}
.mainVisualBox .main_txt ul li:nth-of-type(3) {
  font-size: 1.6rem;
  line-height: 1.76;
  margin-top: 4rem;
}
.mainVisualBox .main_txt ul li:nth-of-type(1),
.mainVisualBox .main_txt ul li:nth-of-type(2) {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.mainVisualBox .main_txt ul li:nth-of-type(3) {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .mainVisualBox .mainVisual {
    width: auto;
    height: calc(620 * (100vw / 375));
    margin: 0;
  }
  .mainVisualBox .mainVisual .mainVisual01 {
    width: calc(246*(100vw / 375));
    top: calc(-10*(100vw / 375));
    right: calc(-42*(100vw / 375));
  }
  .mainVisualBox .mainVisual .mainVisual02 {
    width: calc(246*(100vw / 375));
    top: calc(251*(100vw / 375));
    right: calc(-26*(100vw / 375));
  }
  .mainVisualBox .mainVisual .mainVisual03 {
    width: calc(223*(100vw / 375));
    top: calc(10*(100vw / 375));
    left: calc(-15*(100vw / 375));
  }
  .mainVisualBox .mainVisual .mainVisual04 {
    width: calc(246*(100vw / 375));
    top: calc(288*(100vw / 375));
    left: calc(-46*(100vw / 375));
  }
  .mainVisualBox .main_ttl {
    width: calc(284*(100vw / 375));
    margin: calc(19*(100vw / 375)) auto 0;
  }
  .main_ttl img {
    margin-left: calc(1*(100vw / 375));
  }


  .mainVisualBox .main_txt ul {
    margin-top: calc(21 * (100vw / 375));
    text-align: center;
  }
  .mainVisualBox .main_txt ul li:nth-of-type(1) {
    font-size: calc(16 * (100vw / 375));
  }
  .mainVisualBox .main_txt ul li:nth-of-type(2) {
    font-size: calc(24*(100vw / 375));
    margin-top: calc(8*(100vw / 375));
    margin-left: calc(-13*(100vw / 375));
    letter-spacing: 0;
    line-height: 1.3;
  }
  .mainVisualBox .main_txt ul li:nth-of-type(3) {
    font-size: calc(13*(100vw / 375));
    width: calc(326*(100vw / 375));
    text-align: justify;
    margin: calc(25*(100vw / 375)) auto 0;
    line-height: 1.66;
  }
}


/* contents01 Style
------------------------------------------------------------------------------------------------------------------------ */
.contents01 {
  margin-top: 19.4rem;
}
.model_flxArea {
  width: 90rem;
  margin: 0 0 0 15rem;
  display: flex;
  justify-content: space-between;
}
.modelBox01 {
  margin-top: 10rem;
}
.modelBox01 .box1 {
  width: 42.5rem;
}
.modelBox01 .box2 {
  width: 42.5rem;
  margin-top: 20.2rem;
}
.model_txt {
  font-size: 1.6rem;
  line-height: 1.67;
  text-align: left;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.modelBox01 .model_txt {
  width: 42.5rem;
  margin-top: 1.4rem;
}
.buy_btn {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .contents01 {
    background: #FFFFE9;
    margin-top: calc(50*(100vw / 375));
    padding-top: calc(47*(100vw / 375));
    padding-bottom: calc(95 * (100vw / 750));
  }
  .model_flxArea {
    width: auto;
    margin: 0 0 0 0;
    display: block;
  }
  .modelBox01 {
    margin-top: calc(50 * (100vw / 375));
  }
  .modelBox01 .box1 {
    width: calc(325 * (100vw / 375));
    margin: 0 auto;
  }
  .modelBox01 .box2 {
    width: calc(325 * (100vw / 375));
    margin: calc(100 * (100vw / 750)) auto 0;
  }
  .model_txt {
    font-size: calc(13 * (100vw / 375));
    line-height: 1.5;
  }
  .modelBox01 .model_txt {
    width: calc(325 * (100vw / 375));
    margin-top: calc(10*(100vw / 375));
  }
}



/* PC - item箇所 
---------------------------------------- */
@media screen and (min-width: 768px) {
  .itemBox {
    width: 62.2rem;
    height: 33.3rem;
    background: #204128;
    border-radius: 15px;
    margin: 0 0 0 29.5rem;
  }
  .itemBox .itemBox__flex {
    display: flex;
    justify-content: flex-start;
  }
  .itemBox .itemBox__flex .box1 {
    width: 24.2rem;
    height: 32.4rem;
    background: #fff;
    position: relative;
    border-radius: 12px 0 0 12px;
    margin: 0.5rem 0 0 0.5rem;
  }
  .itemBox .itemBox__flex .box1 .item_number.number01 {
    font-size: 7rem;
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: 3rem;
    left: 1.7rem;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .itemBox .itemBox__flex .box1 .item.item01 {
    width: 19.8rem;
    position: absolute;
    top: 7.5rem;
    left: 2.2rem;
    z-index: 10;
  }
  .itemBox .itemBox__flex .box2 {
    position: relative;
    margin-left: 3rem;
  }
  .itemBox .itemBox__flex .box2 .item_txtBox {
    margin-top: 3rem;
  }
  .itemBox .itemBox__flex .box2 .item_txtBox ul {
    width: 31.5rem;
  }
  .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(1) {
    width: 31.5rem;
  }
  .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.7rem;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .buy_btn {
    font-size: 1.8rem;
    position: absolute;
    bottom: 2.6rem;
    right: 0;
  }
  .buy_btn a {
    width: 10rem;
    padding: 0.5rem 0 0.5rem 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    background: #204128;
    color: #fff;
    border-radius: 20px;
  }
  .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
}

/* SP - item箇所 
---------------------------------------- */
@media screen and (max-width: 767px) {
  .itemBox {
    width: calc(325 * (100vw / 375));
    height: calc(297 * (100vw / 375));
    background: #204128;
    border-radius: calc(7.5 * (100vw / 375));
    margin: 0 auto;
  }
  .itemBox__flex .box1 {
    position: relative;
    display: flex;
    padding-top: calc(5*(100vw / 375));
    margin: calc(0*(100vw / 375)) 0 0 calc(5*(100vw / 375));
  }
  .itemBox__flex .box1 .item_bg {
    width: calc(135 * (100vw / 375));
    height: calc(162.5 * (100vw / 375));
    background: #fff;
    position: relative;
    border-radius: calc(6 * (100vw / 375)) 0 0 calc(6 * (100vw / 375));
    margin: calc(0 * (100vw / 375)) 0 0 calc(0 * (100vw / 375));
  }
  .itemBox .itemBox__flex .box1 .item_number.number01 {
    font-size: calc(36*(100vw / 375));
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: calc(15*(100vw / 375));
    left: calc(9*(100vw / 375));
    letter-spacing: 0.03em;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .itemBox__flex .box1 .item_bg .item.item01 {
    width: calc(114*(100vw / 375));
    position: absolute;
    top: calc(35*(100vw / 375));
    left: calc(10*(100vw / 375));
    z-index: 10;
  }
  .itemBox__flex .box1 .item_txt {
    width: calc(145*(100vw / 375));
    margin: calc(14*(100vw / 375)) 0 0 calc(20*(100vw / 375));
  }
  .itemBox__flex .box1 .buy_btn {
    font-size: calc(18*(100vw / 375));
    position: absolute;
    bottom: calc(0*(100vw / 375));
    right: calc(20*(100vw / 375));
  }
  .itemBox__flex .box1 .buy_btn a {
    width: calc(100*(100vw / 375));
    padding: calc(5*(100vw / 375)) 0 calc(5*(100vw / 375)) 0;
    text-align: center;
    border: 1px solid #fff;
    background: #204128;
    color: #fff;
    border-radius: calc(20*(100vw / 375));
  }
  .itemBox__flex .box1 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
  .itemBox__flex .box2 {
    width: calc(285*(100vw / 375));
    margin: calc(13*(100vw / 375)) auto 0;
  }
  .itemBox__flex .box2 ul li:nth-of-type(1) {
    width: calc(45.3 * (100vw / 375));
  }
  .itemBox__flex .box2 ul li:nth-of-type(2) {
    font-size: calc(12*(100vw / 375));
    width: calc(285*(100vw / 375));
    margin-top: calc(6*(100vw / 375));
    line-height: 1.4;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}


/* contents02 Style
------------------------------------------------------------------------------------------------------------------------ */
.contents02 {
  margin-top: 20rem;
}
.modelBox02 {
  margin-top: 10rem;
}
.modelBox02 .box1 {
  width: 42.5rem;
}
.modelBox02 .box2 {
  width: 42.5rem;
  margin-top: 19.9rem;
}
.modelBox02 .model_txt {
  width: 42.5rem;
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contents02 {
    margin-top: calc(52*(100vw / 375));
    padding-top: calc(0*(100vw / 375));
    padding-bottom: calc(95*(100vw / 750));
  }
  .modelBox02 {
    margin-top: calc(46 * (100vw / 375));
  }
  .modelBox02 .box1 {
    width: calc(325 * (100vw / 375));
    margin: 0 auto;
  }
  .modelBox02 .box2 {
    width: calc(325 * (100vw / 375));
    margin: calc(100 * (100vw / 750)) auto 0;
  }
  .modelBox02 .model_txt {
    width: calc(325 * (100vw / 375));
    margin-top: calc(11*(100vw / 375));
  }
}



/* PC - item箇所 
---------------------------------------- */
@media screen and (min-width: 768px) {
  .contents02 .itemBox {
    width: 62.2rem;
    height: 33.3rem;
    background: #204128;
    border-radius: 15px;
    margin: 0 0 0 29rem;
  }
  .contents02 .itemBox .itemBox__flex {
    display: flex;
    justify-content: flex-start;
  }
  .contents02 .itemBox .itemBox__flex .box1 {
    width: 24.1rem;
    height: 32.4rem;
    background: #fff;
    position: relative;
    border-radius: 12px 0 0 12px;
    margin: 0.5rem 0 0 0.5rem;
  }
  .contents02 .itemBox .itemBox__flex .box1 .item_number.number02 {
    font-size: 7rem;
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: 3rem;
    left: 1.5rem;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents02 .itemBox .itemBox__flex .box1 .item.item02 {
    width: 19.5rem;
    position: absolute;
    top: 7.2rem;
    left: 2.1rem;
    z-index: 10;
  }
  .contents02 .itemBox .itemBox__flex .box2 {
    position: relative;
    margin-left: 3rem;
  }
  .contents02 .itemBox .itemBox__flex .box2 .item_txtBox {
    margin-top: 3rem;
  }
  .contents02 .itemBox .itemBox__flex .box2 .item_txtBox ul {
    width: 31.5rem;
  }
  .contents02 .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(1) {
    width: 31.5rem;
  }
  .contents02 .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.7rem;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents02 .buy_btn {
    font-size: 1.8rem;
    position: absolute;
    bottom: 2.6rem;
    right: -0.6rem;
  }
  .contents02 .buy_btn a {
    width: 10rem;
    padding: 0.5rem 0 0.5rem 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    background: #204128;
    color: #fff;
    border-radius: 20px;
  }
  .contents02 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
}

/* SP - item箇所 
---------------------------------------- */
@media screen and (max-width: 767px) {
  .contents02 .itemBox {
    width: calc(325 * (100vw / 375));
    height: calc(297 * (100vw / 375));
    background: #204128;
    border-radius: calc(7.5 * (100vw / 375));
    margin: 0 auto;
  }
  .contents02 .itemBox__flex .box1 {
    position: relative;
    display: flex;
    padding-top: calc(5*(100vw / 375));
    margin: calc(0*(100vw / 375)) 0 0 calc(5*(100vw / 375));
  }
  .contents02 .itemBox__flex .box1 .item_bg {
    width: calc(135 * (100vw / 375));
    height: calc(162.5 * (100vw / 375));
    background: #fff;
    position: relative;
    border-radius: calc(6 * (100vw / 375)) 0 0 calc(6 * (100vw / 375));
    margin: calc(0 * (100vw / 375)) 0 0 calc(0 * (100vw / 375));
  }
  .itemBox .itemBox__flex .box1 .item_number.number02 {
    font-size: calc(36*(100vw / 375));
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: calc(15*(100vw / 375));
    left: calc(9*(100vw / 375));
    letter-spacing: 0.03em;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents02 .itemBox__flex .box1 .item_bg .item.item02 {
    width: calc(115*(100vw / 375));
    position: absolute;
    top: calc(26*(100vw / 375));
    left: calc(9*(100vw / 375));
    z-index: 10;
  }
  .contents02 .itemBox__flex .box1 .item_txt {
    width: calc(145*(100vw / 375));
    margin: calc(10*(100vw / 375)) 0 0 calc(20*(100vw / 375));
  }
  .contents02 .itemBox__flex .box1 .buy_btn {
    font-size: calc(18*(100vw / 375));
    position: absolute;
    bottom: calc(4*(100vw / 375));
    right: calc(20*(100vw / 375));
  }
  .contents02 .itemBox__flex .box1 .buy_btn a {
    width: calc(100*(100vw / 375));
    padding: calc(5*(100vw / 375)) 0 calc(5*(100vw / 375)) 0;
    text-align: center;
    border: 1px solid #fff;
    background: #204128;
    color: #fff;
    border-radius: calc(20*(100vw / 375));
  }
  .contents02 .itemBox__flex .box1 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
  .contents02 .itemBox__flex .box2 {
    width: calc(285*(100vw / 375));
    margin: calc(13*(100vw / 375)) auto 0;
  }
  .contents02 .itemBox__flex .box2 ul li:nth-of-type(1) {
    width: calc(45.3 * (100vw / 375));
  }
  .contents02 .itemBox__flex .box2 ul li:nth-of-type(2) {
    font-size: calc(12*(100vw / 375));
    width: calc(285*(100vw / 375));
    margin-top: calc(6*(100vw / 375));
    margin-left: calc(3*(100vw / 375));
    line-height: 1.4;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}


/* contents03 Style
------------------------------------------------------------------------------------------------------------------------ */
.contents03 {
  margin-top: 20.3rem;
}
.modelBox03 {
  margin-top: 10rem;
}
.modelBox03 .box1 {
  width: 42.5rem;
}
.modelBox03 .box2 {
  width: 42.5rem;
  margin-top: 19.9rem;
}
.modelBox03 .model_txt {
  width: 42.5rem;
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contents03 {
    background: #FFFFE9;
    margin-top: calc(0*(100vw / 375));
    padding-top: calc(55*(100vw / 375));
    padding-bottom: calc(95*(100vw / 750));
  }
  .modelBox03 {
    margin-top: calc(50 * (100vw / 375));
  }
  .modelBox03 .box1 {
    width: calc(325 * (100vw / 375));
    margin: 0 auto;
  }
  .modelBox03 .box2 {
    width: calc(325 * (100vw / 375));
    margin: calc(100 * (100vw / 750)) auto 0;
  }
  .modelBox03 .model_txt {
    width: calc(325 * (100vw / 375));
    margin-top: calc(10*(100vw / 375));
  }
}



/* PC - item箇所 
---------------------------------------- */
@media screen and (min-width: 768px) {
  .contents03 .itemBox {
    width: 62.2rem;
    height: 33.3rem;
    background: #204128;
    border-radius: 15px;
    margin: 0 0 0 28.9rem;
  }
  .contents03 .itemBox .itemBox__flex {
    display: flex;
    justify-content: flex-start;
  }
  .contents03 .itemBox .itemBox__flex .box1 {
    width: 24.2rem;
    height: 32.4rem;
    background: #fff;
    position: relative;
    border-radius: 12px 0 0 12px;
    margin: 0.5rem 0 0 0.5rem;
  }
  .contents03 .itemBox .itemBox__flex .box1 .item_number.number03 {
    font-size: 7rem;
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: 3rem;
    left: 1.7rem;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents03 .itemBox .itemBox__flex .box1 .item.item03 {
    width: 15.8rem;
    position: absolute;
    top: 7.8rem;
    left: 4.3rem;
    z-index: 10;
  }
  .contents03 .itemBox .itemBox__flex .box2 {
    position: relative;
    margin-left: 3rem;
  }
  .contents03 .itemBox .itemBox__flex .box2 .item_txtBox {
    margin-top: 3rem;
  }
  .contents03 .itemBox .itemBox__flex .box2 .item_txtBox ul {
    width: 31.5rem;
  }
  .contents03 .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(1) {
    width: 31.5rem;
  }
  .contents03 .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.7rem;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents03 .buy_btn {
    font-size: 1.8rem;
    position: absolute;
    bottom: 2.6rem;
    right: 0;
  }
  .contents03 .buy_btn a {
    width: 10rem;
    padding: 0.5rem 0 0.5rem 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    background: #204128;
    color: #fff;
    border-radius: 20px;
  }
  .contents03 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
}

/* SP - item箇所 
---------------------------------------- */
@media screen and (max-width: 767px) {
  .contents03 .itemBox {
    width: calc(325 * (100vw / 375));
    height: calc(297 * (100vw / 375));
    background: #204128;
    border-radius: calc(7.5 * (100vw / 375));
    margin: 0 auto;
  }
  .contents03 .itemBox__flex .box1 {
    position: relative;
    display: flex;
    padding-top: calc(5*(100vw / 375));
    margin: calc(0*(100vw / 375)) 0 0 calc(5*(100vw / 375));
  }
  .itemBox .itemBox__flex .box1 .item_number.number03 {
    font-size: calc(36*(100vw / 375));
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: calc(16*(100vw / 375));
    left: calc(9*(100vw / 375));
    letter-spacing: 0.03em;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents03 .itemBox__flex .box1 .item_bg {
    width: calc(135 * (100vw / 375));
    height: calc(162.5 * (100vw / 375));
    background: #fff;
    position: relative;
    border-radius: calc(6 * (100vw / 375)) 0 0 calc(6 * (100vw / 375));
    margin: calc(0 * (100vw / 375)) 0 0 calc(0 * (100vw / 375));
  }
  .contents03 .itemBox__flex .box1 .item_bg .item.item03 {
    width: calc(89*(100vw / 375));
    position: absolute;
    top: calc(35*(100vw / 375));
    left: calc(20*(100vw / 375));
    z-index: 10;
  }
  .contents03 .itemBox__flex .box1 .item_txt {
    width: calc(145*(100vw / 375));
    margin: calc(14*(100vw / 375)) 0 0 calc(20*(100vw / 375));
  }
  .contents03 .itemBox__flex .box1 .buy_btn {
    font-size: calc(18*(100vw / 375));
    position: absolute;
    bottom: calc(0*(100vw / 375));
    right: calc(20*(100vw / 375));
  }
  .contents03 .itemBox__flex .box1 .buy_btn a {
    width: calc(100*(100vw / 375));
    padding: calc(5*(100vw / 375)) 0 calc(5*(100vw / 375)) 0;
    text-align: center;
    border: 1px solid #fff;
    background: #204128;
    color: #fff;
    border-radius: calc(20*(100vw / 375));
  }
  .contents03 .itemBox__flex .box1 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
  .contents03 .itemBox__flex .box2 {
    width: calc(285*(100vw / 375));
    margin: calc(13*(100vw / 375)) auto 0;
  }
  .contents03 .itemBox__flex .box2 ul li:nth-of-type(1) {
    width: calc(45.3 * (100vw / 375));
  }
  .contents03 .itemBox__flex .box2 ul li:nth-of-type(2) {
    font-size: calc(12*(100vw / 375));
    width: calc(285*(100vw / 375));
    margin-top: calc(6*(100vw / 375));
    line-height: 1.4;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}



/* contents04 Style
------------------------------------------------------------------------------------------------------------------------ */
.contents04 {
  margin-top: 20.1rem;
  padding-bottom: 20.3rem;
}
.modelBox04 {
  margin-top: 10rem;
}
.modelBox04 .box1 {
  width: 42.5rem;
}
.modelBox04 .box2 {
  width: 42.5rem;
  margin-top: 19.9rem;
}
.modelBox04 .model_txt {
  width: 42.5rem;
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contents04 {
    margin-top: calc(0*(100vw / 375));
    padding-top: calc(52*(100vw / 375));
    padding-bottom: calc(100*(100vw / 750));
  }
  .modelBox04 {
    margin-top: calc(50 * (100vw / 375));
  }
  .modelBox04 .box1 {
    width: calc(325 * (100vw / 375));
    margin: 0 auto;
  }
  .modelBox04 .box1 .model_txt {
    margin-top: calc(10 * (100vw / 375));
  }
  .modelBox04 .box2 {
    width: calc(325 * (100vw / 375));
    margin: calc(100 * (100vw / 750)) auto 0;
  }
  .modelBox04 .box2 .model_txt {
    margin-top: calc(10 * (100vw / 375));
  }
  .modelBox04 .model_txt {
    width: calc(325 * (100vw / 375));
    margin-top: calc(10*(100vw / 375));
  }
}



/* PC - item箇所 
---------------------------------------- */
@media screen and (min-width: 768px) {
  .contents04 .itemBox {
    width: 62.2rem;
    height: 33.3rem;
    background: #204128;
    border-radius: 15px;
    margin: 0 0 0 29rem;
  }
  .contents04 .itemBox .itemBox__flex {
    display: flex;
    justify-content: flex-start;
  }
  .contents04 .itemBox .itemBox__flex .box1 {
    width: 24.1rem;
    height: 32.4rem;
    background: #fff;
    position: relative;
    border-radius: 12px 0 0 12px;
    margin: 0.5rem 0 0 0.5rem;
  }
  .contents04 .itemBox .itemBox__flex .box1 .item_number.number04 {
    font-size: 7rem;
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: 2.8rem;
    left: 1.6rem;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents04 .itemBox .itemBox__flex .box1 .item.item04 {
    width: 17.5rem;
    position: absolute;
    top: 3.4rem;
    left: 3.8rem;
    z-index: 10;
  }
  .contents04 .itemBox .itemBox__flex .box2 {
    position: relative;
    margin-left: 3rem;
  }
  .contents04 .itemBox .itemBox__flex .box2 .item_txtBox {
    margin-top: 3rem;
  }
  .contents04 .itemBox .itemBox__flex .box2 .item_txtBox ul {
    width: 31.5rem;
  }
  .contents04 .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(1) {
    width: 31.5rem;
  }
  .contents04 .itemBox .itemBox__flex .box2 .item_txtBox ul li:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.7rem;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents04 .buy_btn {
    font-size: 1.8rem;
    position: absolute;
    bottom: 2.6rem;
    right: 0;
  }
  .contents04 .buy_btn a {
    width: 10rem;
    padding: 0.5rem 0 0.5rem 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    background: #204128;
    color: #fff;
    border-radius: 20px;
  }
  .contents04 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
}

/* SP - item箇所 
---------------------------------------- */
@media screen and (max-width: 767px) {
  .contents04 .itemBox {
    width: calc(325 * (100vw / 375));
    height: calc(297 * (100vw / 375));
    background: #204128;
    border-radius: calc(7.5 * (100vw / 375));
    margin: 0 auto;
  }
  .contents04 .itemBox__flex .box1 {
    position: relative;
    display: flex;
    padding-top: calc(5*(100vw / 375));
    margin: calc(0*(100vw / 375)) 0 0 calc(5*(100vw / 375));
  }
  .contents04 .itemBox__flex .box1 .item_bg {
    width: calc(135 * (100vw / 375));
    height: calc(162.5 * (100vw / 375));
    background: #fff;
    position: relative;
    border-radius: calc(6 * (100vw / 375)) 0 0 calc(6 * (100vw / 375));
    margin: calc(0 * (100vw / 375)) 0 0 calc(0 * (100vw / 375));
  }
  .itemBox .itemBox__flex .box1 .item_number.number04 {
    font-size: calc(36*(100vw / 375));
    color: #fff;
    -webkit-text-stroke: 1px #204128;
    position: absolute;
    top: calc(15*(100vw / 375));
    left: calc(9*(100vw / 375));
    letter-spacing: 0.03em;
    z-index: 8;
    pointer-events: none;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .contents04 .itemBox__flex .box1 .item_bg .item.item04 {
    width: calc(97*(100vw / 375));
    position: absolute;
    top: calc(8*(100vw / 375));
    left: calc(20*(100vw / 375));
    z-index: 10;
  }
  .contents04 .itemBox__flex .box1 .item_txt {
    width: calc(145*(100vw / 375));
    margin: calc(15*(100vw / 375)) 0 0 calc(20*(100vw / 375));
  }
  .contents04 .itemBox__flex .box1 .buy_btn {
    font-size: calc(18*(100vw / 375));
    position: absolute;
    bottom: calc(0*(100vw / 375));
    right: calc(20*(100vw / 375));
  }
  .contents04 .itemBox__flex .box1 .buy_btn a {
    width: calc(100*(100vw / 375));
    padding: calc(5*(100vw / 375)) 0 calc(5*(100vw / 375)) 0;
    text-align: center;
    border: 1px solid #fff;
    background: #204128;
    color: #fff;
    border-radius: calc(20*(100vw / 375));
  }
  .contents04 .itemBox__flex .box1 .buy_btn a:hover {
    background: #FFFFFF;
    color: #204128;
  }
  .contents04 .itemBox__flex .box2 {
    width: calc(285*(100vw / 375));
    margin: calc(12 *(100vw / 375)) auto 0;
  }
  .contents04 .itemBox__flex .box2 ul li:nth-of-type(1) {
    width: calc(45.3 * (100vw / 375));
  }
  .contents04 .itemBox__flex .box2 ul li:nth-of-type(2) {
    font-size: calc(12*(100vw / 375));
    width: calc(288*(100vw / 375));
    margin-top: calc(6*(100vw / 375));
    line-height: 1.4;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}


/* ============================================================== */
/* ====================== アニメーション ========================= */
/* ============================================================== */
.Barbour_1009_lp .jsFade {
  opacity: 0;
  transform: translateY(20px);
}
.Barbour_1009_lp .jsFade.isActive {
  opacity: 1;
  transform: translateY(0px);
  transition: all .7s;
}

.mainVisual01 img,
.mainVisual02 img,
.mainVisual03 img,
.mainVisual04 img {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.mainVisual01 img {
  animation: catch_anime 1.4s forwards 1s;
}
.mainVisual02 img {
  animation: catch_anime 1.4s forwards 2s;
  animation-delay: 2s;
}
.mainVisual03 img {
  animation: catch_anime 1.4s forwards 3s;
  animation-delay: 3s;
}
.mainVisual04 img {
  animation: catch_anime 1.4s forwards 4s;
  animation-delay: 4s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}