@charset "UTF-8";
main {
  overflow-x: hidden; }

html {
  visibility: hidden; }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.pt_0 {
  padding-top: 0 !important; }

.pb_0 {
  padding-bottom: 0 !important; }

.pt_80 {
  padding-top: 80px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.bg_white {
  background-color: #fff !important; }

.bg_01 {
  background-color: #BED7FA; }

.bg_02 {
  background-color: #A0E1FA; }

.bg_03 {
  background-color: #C3EABE; }

.contents {
  width: 100%;
  padding: 104px 0; }
  .contents.bread, .contents.top {
    padding: 0; }
  .contents.last {
    padding: 80px 0 0; }
  .contents_innner {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
  .contents_img {
    width: 100%; }
  .contents_text {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: .04em;
    margin-top: 40px; }
    .contents_text.top {
      margin-top: 40px; }
  .contents img {
    width: 100%; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  width: 100%;
  position: relative;
  z-index: 0; }
  .main_visual img {
    width: 100%; }

.title_main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .08em; }
  .title_main_bottom {
    font-size: 24px;
    line-height: 2;
    margin-top: 24px;
    letter-spacing: .04em; }

.title_sub {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .08em; }
  .title_sub_text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .04em;
    margin-top: 24px; }

.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 640px;
  margin: 32px auto 0;
  padding: 10px 0;
  background-color: #002870;
  border-radius: 50px;
  display: block; }
  .btn_top.opposition {
    color: #002870 !important;
    background-color: #fff;
    border: 2px solid #002870;
    margin-top: 40px; }

.box_btn {
  text-align: center;
  width: 160px;
  margin: auto; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 10px 0;
    background-color: #002870;
    border-radius: 8px;
    display: block; }
    .box_btn .btn.not {
      background-color: #ccc; }
  .box_btn.long {
    width: 560px;
    margin-top: 40px; }

.box_price {
  margin-top: 16px; }

.navi {
  width: 100%;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  .navi_item {
    margin-left: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .navi_item:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2;
      margin-left: 0; }
    .navi_item:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .navi_item:nth-child(3) {
      grid-area: 1 / 3 / 2 / 4; }
    .navi_item:nth-child(n+4) {
      grid-area: 2 / 2 / 3 / 3;
      margin-top: 8px; }
    .navi_item:hover {
      -webkit-transform: translate3d(4px, 4px, 0);
      transform: translate3d(4px, 4px, 0); }

.column_layout {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .column_layout.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .column_layout.suit {
    width: 88%;
    margin-top: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .column_layout.suit .column_layout_item {
      width: calc(33% - 24px); }
      .column_layout.suit .column_layout_item:not(:first-child) {
        margin-left: 24px; }
      .column_layout.suit .column_layout_item:nth-child(n+4) {
        margin-top: 40px; }
  .column_layout_item.double {
    width: calc(50% - 20px); }
    .column_layout_item.double .column_layout.suit {
      width: 100%;
      margin-top: 16px; }
      .column_layout_item.double .column_layout.suit .column_layout_item {
        width: calc(50% - 12px); }
        .column_layout_item.double .column_layout.suit .column_layout_item:not(:has(.suit_color)) {
          margin-top: 18px; }

.single_lyaout {
  margin: 40px auto 0;
  width: 540px; }

.column_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 34%;
  margin: 0 auto; }

.text_price {
  font-size: 36px;
  font-weight: bold; }
  .text_price span {
    font-size: 18px;
    line-height: 1.3;
    font-style: normal; }
  .text_price_top {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .04em; }
  .text_price_before {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 28px;
    font-weight: bold;
    margin: 8px auto 0; }
    .text_price_before span {
      font-size: 16px;
      line-height: 1.3;
      font-style: normal; }
    .text_price_before::before {
      content: "";
      position: absolute;
      left: -7px;
      bottom: 10px;
      width: 110%;
      height: 2px;
      background: #333; }
    .text_price_before_flex {
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-size: 28px;
      font-weight: bold;
      font-weight: bold;
      margin: 8px auto 0; }
      .text_price_before_flex span {
        font-size: 16px;
        line-height: 1.3;
        font-style: normal; }
      .text_price_before_flex::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 80%;
        height: 2px;
        background: #333; }
  .text_price_discount {
    color: #E20014;
    font-size: 36px;
    font-weight: bold;
    line-height: 1; }
    .text_price_discount span {
      font-size: 18px;
      line-height: 1.3;
      font-style: normal; }

.box_btn {
  margin-top: 8px; }

.item_detail {
  width: calc(100% - 496px); }

.item_img {
  width: 416px; }
  .item_img_sub {
    margin-top: 40px; }
    .item_img_sub.mini {
      width: 240px;
      margin: 40px auto 0; }

.item_number {
  width: 102px;
  margin: 0 auto; }

.item_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.2;
  margin-top: 24px; }
  .item_title_top {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1.2;
    padding: 4px 16px;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 2px;
    position: relative; }
    .item_title_top::after {
      position: absolute;
      right: -4px;
      bottom: -4px;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #333;
      border-radius: 2px;
      z-index: -1; }

.item_text {
  margin-top: 48px;
  letter-spacing: .04em;
  line-height: 1.6;
  text-align: left; }

.list_icon {
  margin-top: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none; }
  .list_icon_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .08em;
    padding: 8px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333; }
  .list_icon li {
    list-style-type: none; }
  .list_icon_item {
    height: 102px;
    margin-left: 24px; }
    .list_icon_item:first-child {
      margin-left: 0; }
    .list_icon_item img {
      width: auto;
      height: 100%; }

.suit_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 96px 40px 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .08em; }
  .suit_title::before, .suit_title::after {
    content: '';
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #333; }
  .suit_title::before {
    margin-right: 1rem; }
  .suit_title::after {
    margin-left: 1rem; }

.suit_title02 {
  margin: 96px 40px 0;
  padding-bottom: 8px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .08em;
  border-bottom: 2px solid #333; }

.suit_color {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em; }

.suit_img {
  margin-top: 16px; }

.suit_price_box {
  width: 950px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .suit_price_box .text_price {
    width: 370px;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right; }
    .suit_price_box .text_price.sale {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .suit_price_box > .box_btn {
    margin-top: 0; }

.suit_name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: left;
  width: 400px; }

.lineup {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10;
  width: 180px; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .contents {
    padding: 40px 0; }
    .contents_innner {
      width: 92%; }
    .contents_text {
      font-size: 14px;
      margin-top: 24px; }
    .contents.last {
      padding: 40px 0 0; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .title_main {
    font-size: 24px; }
    .title_main_bottom {
      font-size: 16px; }
  .title_sub {
    font-size: 20px; }
    .title_sub_text {
      font-size: 14px;
      margin-top: 16px; }
  .btn_top {
    font-size: 16px;
    width: 80%;
    padding: 10px 8px; }
    .btn_top.opposition {
      margin-top: 24px; }
  .box_btn {
    width: 100%;
    max-width: 160px; }
    .box_btn .btn {
      font-size: 14px;
      padding: 8px; }
      .box_btn .btn.not {
        background-color: #ccc; }
  .box_price {
    margin-top: 16px; }
  .navi {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 24px; }
    .navi_item {
      width: 95%; }
      .navi_item:nth-child(1) {
        grid-area: 1 / 1 /2 / 2; }
      .navi_item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
        margin-left: 8px; }
      .navi_item:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
        margin: 8px 0 0 0px; }
      .navi_item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
        margin: 8px 0 0 8px; }
  .column_layout {
    margin-top: 24px; }
    .column_layout.suit {
      width: 100%;
      margin-top: 40px; }
      .column_layout.suit .column_layout_item {
        width: calc(50% - 16px); }
        .column_layout.suit .column_layout_item:not(:first-child) {
          margin-left: 16px; }
        .column_layout.suit .column_layout_item:nth-child(n+3) {
          margin-top: 24px; }
    .column_layout_item.double {
      width: 100%;
      margin: 0 auto; }
      .column_layout_item.double:nth-child(n+2) {
        margin-top: 32px; }
      .column_layout_item.double .column_layout.suit .column_layout_item {
        width: calc(50% - 16px); }
  .single_lyaout {
    width: 70%;
    margin-top: 24px; }
  .column_price {
    width: 80%; }
  .text_price {
    font-size: 24px; }
    .text_price_before {
      font-size: 18px;
      margin-top: 3px; }
    .text_price_discount {
      font-size: 24px; }
    .text_price span {
      font-size: 10px; }
    .text_price_top {
      font-size: 14px; }
  .item_detail {
    width: calc(50% - 8px); }
  .item_img {
    width: calc(50% - 8px); }
    .item_img_sub {
      margin-top: 24px; }
      .item_img_sub.mini {
        width: 54%;
        margin: 24px auto 0; }
  .item_number {
    width: 40px; }
  .item_title {
    font-size: 20px;
    margin-top: 16px; }
    .item_title_top {
      font-size: 14px;
      padding: 4px; }
  .item_text {
    margin-top: 24px; }
  .list_icon {
    margin: 24px 0 0 0; }
    .list_icon_title {
      font-size: 14px;
      width: auto;
      padding: 8px 4px; }
    .list_icon_item {
      height: 54px;
      margin-left: 8px; }
  .suit_title {
    font-size: 16px;
    margin: 40px 0 0; }
  .suit_title02 {
    font-size: 16px;
    margin: 40px 0 0; }
  .suit_color {
    font-size: 14px; }
  .suit_img {
    margin-top: 8px; }
  .suit_price_box {
    display: none;
    width: 100%;
    margin: 16px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .suit_price_box .text_price {
      width: 50%;
      padding: 8px 0 0 8px; }
  .suit_name {
    font-size: 14px;
    width: 100%; }
  .lineup {
    width: 120px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
