@charset "UTF-8";
#Newin_220127 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: ivypresto-display, serif;
  font-style: normal;
  max-width: 1400px;
  margin: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
  margin-top: calc(40 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 {
    margin-top: calc(35 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 {
    margin-top: 35px;
  }
}

#Newin_220127 a {
  display: block;
  position: relative;
}

#Newin_220127 img, #Newin_220127 source, #Newin_220127 svg {
  width: 100%;
  height: auto;
  position: relative;
}

.image_hover_bg {
  position: relative;
  opacity: 1;
  background-color: #fff;
}

.image_hover_bg:hover {
  opacity: 1;
}

.image_hover_bg img::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.image_hover_bg img:hover {
  opacity: .7;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .bredlist.lp {
    width: calc(1200 *(100vw / 1400));
    max-width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .bredlist.lp {
    max-width: calc(700 *(100vw / 750));
  }
}

#Newin_220127 picture,
#Newin_220127 video {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.fade {
  opacity: 0;
}

.fade_in {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.main-area {
  max-width: 100vw;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-weight: 400;
}

#Newin_220127 .key {
  text-align: center;
}

#Newin_220127 .key__ttl {
  font-size: calc(96 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .key__ttl {
    font-size: calc(72 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .key__ttl {
    font-size: 72px;
  }
}

#Newin_220127 .key__sub_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  margin-top: calc(40 *(100vw / 750));
  font-size: calc(30 *(100vw / 750));
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .key__sub_ttl {
    font-size: calc(19 *(100vw / 1400));
    margin-top: calc(30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .key__sub_ttl {
    font-size: 19px;
    margin-top: 30px;
  }
}

#Newin_220127 .key__text {
  margin-top: calc(68 *(100vw / 750));
  font-size: calc(26 *(100vw / 750));
  line-height: 1.76923;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .key__text {
    font-size: calc(16 *(100vw / 1400));
    margin-top: calc(44 *(100vw / 1400));
    -webkit-font-feature-settings: "none";
            font-feature-settings: "none";
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .key__text {
    font-size: 16px;
    margin-top: 44px;
  }
}

#Newin_220127 .item_section {
  margin-top: calc(148 *(100vw / 750));
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section {
    margin-top: calc(132 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section {
    margin-top: 132px;
  }
}

#Newin_220127 .item_section__bg {
  width: calc(700 *(100vw / 750));
  margin: auto;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__bg {
    width: calc(800 *(100vw / 1400));
    max-width: 800px;
  }
}

#Newin_220127 .item_section__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(220 *(100vw / 750));
  left: calc(0 *(100vw / 750));
  width: 100%;
  height: calc(1365 *(100vw / 750));
  border: 2px solid #000;
  z-index: -2;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__bg::before {
    top: calc(45 *(100vw / 1400));
    height: calc(500 *(100vw / 1400));
    max-height: 500px;
    left: calc(-4 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__bg::before {
    top: 45px;
    left: -4px;
  }
}

#Newin_220127 .item_section__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(234 *(100vw / 750));
  left: calc(14 *(100vw / 750));
  width: calc(673 *(100vw / 750));
  height: calc(1339 *(100vw / 750));
  border: 1px solid #000;
  z-index: -2;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__bg::after {
    width: calc(783 *(100vw / 1400));
    max-width: 783px;
    height: calc(483 *(100vw / 1400));
    max-height: 483px;
    top: calc(55 *(100vw / 1400));
    left: calc(4 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__bg::after {
    top: 55px;
    left: 4px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#Newin_220127 .item_section__man_img_box {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__man_img_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

#Newin_220127 .item_section__man_img01 {
  width: calc(580 *(100vw / 750));
  margin: auto;
  margin-bottom: calc(44 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__man_img01 {
    width: calc(400 *(100vw / 1400));
    max-width: 400px;
    margin-left: auto;
    margin-bottom: calc(15 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__man_img01 {
    margin-bottom: 15px;
  }
}

#Newin_220127 .item_section__num_text {
  position: absolute;
  z-index: 4;
  top: calc(50 *(100vw / 750));
  right: calc(23 *(100vw / 750));
  font-size: calc(30 *(100vw / 750));
  letter-spacing: 0.12em;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__num_text {
    font-size: calc(21 *(100vw / 1400));
    top: calc(40 *(100vw / 1400));
    right: calc(-30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__num_text {
    font-size: 21px;
    top: 40px;
    right: -30px;
  }
}

#Newin_220127 .item_section__num {
  display: block;
  font-size: calc(110 *(100vw / 750));
  letter-spacing: 0em;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__num {
    font-size: calc(78 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__num {
    font-size: 78px;
  }
}

#Newin_220127 .item_section__num_left {
  right: auto;
  left: calc(-30 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__num_left {
    left: calc(-26 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__num_left {
    left: -26px;
  }
}

#Newin_220127 .item_section__num_right {
  right: calc(-36 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__num_right {
    right: calc(-30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__num_right {
    right: -30px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__num_text_pc_left {
    right: auto;
    left: calc(-30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__num_text_pc_left {
    left: -30px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__num_text_pc_right {
    left: auto;
    right: calc(-26 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__num_text_pc_right {
    right: -26px;
  }
}

#Newin_220127 .item_section__tax_list {
  font-family: ivypresto-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(22 *(100vw / 750));
  line-height: 1.63636;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__tax_list {
    font-size: calc(13 *(100vw / 1400));
    line-height: 1.53846;
    text-align: right;
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__tax_list {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__tax_list_left {
    text-align: left;
    margin-left: calc(-6 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__tax_list_left {
    margin-left: -6px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__tax_list_center {
    text-align: center;
  }
}

#Newin_220127 .item_section__tax {
  padding-left: calc(15 *(100vw / 750));
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__tax {
    padding-left: calc(6 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__tax {
    padding-left: 6px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__item_img_box {
    width: calc(190 *(100vw / 1400));
    max-width: 190px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

#Newin_220127 .item_section__item_img01 {
  width: calc(250 *(100vw / 750));
  margin: auto;
  margin-top: calc(73 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__item_img01 {
    width: auto;
    margin: 0;
  }
}

#Newin_220127 .item_section__item_text {
  font-size: calc(20 *(100vw / 750));
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  margin-top: calc(20 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__item_text {
    line-height: 1.33333;
    font-size: calc(12 *(100vw / 1400));
    margin-top: calc(15 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__item_text {
    font-size: 12px;
    margin-top: 15px;
  }
}

#Newin_220127 .item_section__item_text_tax {
  display: block;
  font-size: calc(21 *(100vw / 750));
  font-weight: 300;
  font-family: ivypresto-display, serif;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__item_text_tax {
    font-size: calc(13 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__item_text_tax {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn01__item_img_box {
    margin-top: calc(140 *(100vw / 1400));
    margin-left: calc(114 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn01__item_img_box {
    margin-top: 140px;
    margin-left: 114px;
  }
}

#Newin_220127 .item_section01.item_ptn01.fade {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#Newin_220127 .item_section01.item_ptn01.fade_in {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#Newin_220127 .item_ptn02 {
  margin-top: calc(246 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn02 {
    margin-top: calc(96 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn02 {
    margin-top: 96px;
  }
}

#Newin_220127 .item_ptn02__man_img02 {
  width: calc(520 *(100vw / 750));
  margin: auto;
  margin-bottom: calc(44 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn02__man_img02 {
    max-width: 420px;
    width: calc(420 *(100vw / 1400));
    margin-bottom: calc(19 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn02__man_img02 {
    margin-bottom: 19px;
  }
}

#Newin_220127 .item_ptn02__item_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(725 *(100vw / 750));
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn02__item_img_box {
    width: calc(600 *(100vw / 1400));
    max-width: 600px;
  }
}

#Newin_220127 .item_ptn02__item_img {
  width: calc(235 *(100vw / 750));
  margin-top: calc(30 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn02__item_img {
    width: calc(180 *(100vw / 1400));
    max-width: 180px;
    margin-top: calc(25 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn02__item_img {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section_03 {
    margin-top: calc(136 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section_03 {
    margin-top: 136px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section_03__bg {
    width: calc(825 *(100vw / 1400));
    max-width: 825px;
  }
}

#Newin_220127 .item_section_03__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(220 *(100vw / 750));
  left: calc(0 *(100vw / 750));
  width: 100%;
  height: calc(1325 *(100vw / 750));
  border: 2.5px solid #000;
  z-index: -2;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section_03__bg::before {
    max-width: 800px;
    width: calc(800 *(100vw / 1400));
    height: calc(500 *(100vw / 1400));
    max-height: 500px;
    top: calc(49 *(100vw / 1400));
    left: calc(0 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section_03__bg::before {
    top: 49px;
    left: 0px;
  }
}

#Newin_220127 .item_section_03__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(234 *(100vw / 750));
  left: calc(14 *(100vw / 750));
  width: calc(673 *(100vw / 750));
  height: calc(1299 *(100vw / 750));
  border: 1px solid #000;
  z-index: -2;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section_03__bg::after {
    width: calc(783 *(100vw / 1400));
    max-width: 783px;
    height: calc(483 *(100vw / 1400));
    max-height: 483px;
    top: calc(59 *(100vw / 1400));
    left: calc(11 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section_03__bg::after {
    top: 59px;
    left: 11px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section_03__man_img_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section_03__item_img_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: calc(135 *(100vw / 1400));
    margin-right: calc(140 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section_03__item_img_box {
    margin-top: 135px;
    margin-right: 140px;
  }
}

#Newin_220127 .item_ptn03 {
  margin-top: calc(244 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03 {
    margin-top: calc(140 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn03 {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__box {
    width: calc(896 *(100vw / 1400));
    max-width: 896px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#Newin_220127 .item_ptn03__man_img_box02 {
  margin-top: calc(152 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__man_img_box02 {
    margin: 0;
  }
}

#Newin_220127 .item_ptn03__item {
  position: relative;
  width: calc(480 *(100vw / 750));
  margin-right: auto;
  margin-left: calc(60 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__item {
    width: calc(380 *(100vw / 1400));
    max-width: 380px;
    margin: 0;
    margin: auto;
  }
}

#Newin_220127 .item_ptn03__item02 {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__item02 {
    margin: 0;
    margin: auto;
  }
}

#Newin_220127 .item_ptn03__man_img02 {
  width: calc(480 *(100vw / 750));
  margin: 0;
  position: relative;
  margin-bottom: calc(50 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__man_img02 {
    max-width: 380px;
    width: calc(380 *(100vw / 1400));
    margin: 0;
    margin: auto;
    margin-bottom: calc(15 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn03__man_img02 {
    margin-bottom: 15px;
  }
}

#Newin_220127 .item_ptn03__item_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(520 *(100vw / 750));
  margin: auto;
  margin-top: calc(70 *(100vw / 750));
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__item_img_box {
    width: calc(380 *(100vw / 1400));
    max-width: 380px;
    margin-top: calc(60 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn03__item_img_box {
    margin-top: 60px;
  }
}

#Newin_220127 .item_ptn03__item_text {
  margin-top: calc(15 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__item_text {
    margin-top: calc(15 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_ptn03__item_text {
    margin-top: 15px;
  }
}

#Newin_220127 .item_ptn03__item_img {
  width: calc(235 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_ptn03__item_img {
    width: calc(180 *(100vw / 1400));
    max-width: 180px;
  }
}

#Newin_220127 .item_section04_05__man_img02 {
  margin-left: auto;
  margin-right: calc(60 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section04_05__man_img02 {
    margin: 0;
    margin-bottom: calc(15 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section04_05__man_img02 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__06 {
    margin-top: calc(140 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__06 {
    margin-top: 140px;
  }
}

#Newin_220127 .item_section__06__bg::before {
  height: calc(1338 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__06__bg::before {
    width: calc(800 *(100vw / 1400));
    max-width: 800px;
    height: calc(500 *(100vw / 1400));
    max-height: 500px;
    top: calc(55 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__06__bg::before {
    top: 55px;
  }
}

#Newin_220127 .item_section__06__bg::after {
  height: calc(1312 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__06__bg::after {
    width: calc(783 *(100vw / 1400));
    max-width: 783px;
    height: calc(483 *(100vw / 1400));
    max-height: 483px;
    top: calc(64 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__06__bg::after {
    top: 64px;
  }
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__06__man_img01 {
    margin: 0;
    margin-top: calc(150 *(100vw / 1400));
    margin-right: calc(100 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__06__man_img01 {
    margin-top: 150px;
    margin-right: 100px;
  }
}

#Newin_220127 .item07section {
  margin-top: calc(256 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item07section {
    margin-top: calc(122 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item07section {
    margin-top: 122px;
  }
}

#Newin_220127 .item07section__item_img_box {
  width: calc(520 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item07section__item_img_box {
    width: calc(390 *(100vw / 1400));
    max-width: 390px;
    margin: auto;
  }
}

#Newin_220127 .item_section__08_09 {
  margin-top: calc(142 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__08_09 {
    margin-top: calc(132 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__08_09 {
    margin-top: 132px;
  }
}

#Newin_220127 .item_section__08_09__man_img01 {
  margin-left: auto;
  margin-right: calc(60 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__08_09__man_img01 {
    margin: 0;
  }
}

#Newin_220127 .item_section__08_09__man_img {
  margin-bottom: calc(44 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #Newin_220127 .item_section__08_09__man_img {
    margin-bottom: calc(15 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Newin_220127 .item_section__08_09__man_img {
    margin-bottom: 15px;
  }
}

.all_item_btn {
  letter-spacing: 0.06em;
  font-size: calc(28 *(100vw / 750));
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  width: calc(675 *(100vw / 750));
  margin: auto;
  margin-top: calc(190 *(100vw / 750));
  margin-bottom: calc(200 *(100vw / 750));
  height: calc(125 *(100vw / 750));
  line-height: calc(125 *(100vw / 750));
  border: 1px solid #000;
}

@media only screen and (min-width: 768px), print {
  .all_item_btn {
    font-size: calc(18 *(100vw / 1400));
    width: calc(380 *(100vw / 1400));
    max-width: 380px;
    height: calc(64 *(100vw / 1400));
    line-height: calc(64 *(100vw / 1400));
    margin-top: calc(150 *(100vw / 1400));
    margin-bottom: calc(160 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .all_item_btn {
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    margin-top: 150px;
    margin-bottom: 160px;
  }
}

.slick-dots li button:before {
  content: ""  !important;
}

.slick-dots {
  bottom: calc(14 *(100vw / 750)) !important;
  right: calc(-237 *(100vw / 750));
  z-index: 10;
}

@media only screen and (min-width: 768px), print {
  .slick-dots {
    bottom: calc(27 *(100vw / 1400)) !important;
    right: calc(-180 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .slick-dots {
    bottom: 27px !important;
    right: -180px;
  }
}

.item_ptn03__item .slick-dots {
  bottom: calc(12 *(100vw / 750)) !important;
  right: calc(-212 *(100vw / 750));
  z-index: 10;
}

@media only screen and (min-width: 768px), print {
  .item_ptn03__item .slick-dots {
    bottom: calc(26 *(100vw / 1400)) !important;
    right: calc(-162 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .item_ptn03__item .slick-dots {
    bottom: 26px !important;
    right: -162px;
  }
}

.slick-dots li {
  border-radius: 50%;
  margin: 0 6px !important;
  width: calc(11 *(100vw / 750)) !important;
  height: calc(11 *(100vw / 750)) !important;
}

@media only screen and (min-width: 768px), print {
  .slick-dots li {
    width: calc(7 *(100vw / 1400)) !important;
    max-width: 7px !important;
    height: calc(7 *(100vw / 1400)) !important;
    max-height: 7px !important;
  }
}

.slick-dots li button:before {
  content: '';
  border-radius: 50%;
  width: calc(11 *(100vw / 750)) !important;
  height: calc(11 *(100vw / 750)) !important;
  background: #000 !important;
  opacity: .4 !important;
}

@media only screen and (min-width: 768px), print {
  .slick-dots li button:before {
    width: calc(7 *(100vw / 1400)) !important;
    max-width: 7px !important;
    height: calc(7 *(100vw / 1400)) !important;
    max-height: 7px !important;
  }
}

.slick-dots li.slick-active button:before {
  border-radius: 50%;
  background: #000 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button {
  background: transparent;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=style.css.map */