@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */ }

/*=============================================
 * body
 *=============================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fafafa;
  color: #000;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
  letter-spacing: 0.1em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 30px; }

  .pc {
    display: none; }

  img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 999px) {
  .sp_ipad {
    display: none; } }
.navOpen #pagetop {
  opacity: 0; }

.txt-center {
  text-align: center; }

a {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active,
body.fix-scroll,
body.fix-scroll * {
  touch-action: none !important;
  pointer-events: none !important; }

body.navOpen #belt *,
body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation *,
body.navOpen .ft-bnr-fixed *,
body.fix-scroll #cboxOverlay,
body.fix-scroll #colorbox,
body.fix-scroll #colorbox *,
body.fix-scroll .remodal-is-opened,
body.fix-scroll .remodal-is-opened * {
  touch-action: auto !important;
  pointer-events: visible !important; }

.navOpen,
.fix-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important; }

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fnt-gothic {
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/ }

.fnt-Montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; }

/* Syntax: font format */
.fr {
  float: right; }

.fl {
  float: left; }

.object-fit-cover, .object-fit-cover-pc {
  position: relative; }

.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-position: 50% 20%;
	}

  .has_nav header #belt {
    background-color: #fafafa; } }
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 769px) {
  .pc_view {
    display: block; } }
.hamburger-btn {
  cursor: pointer;
  width: 55px !important;
  height: 55px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 105; }

.hamburger-btn i {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.hamburger-btn span {
  line-height: 1;
  background-color: #000;
  border-radius: 3px;
  height: 3px;
  width: 30px;
  position: absolute;
  top: 34px;
  left: calc(50% - 15px);
  display: block;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s; }

.hamburger-btn:before {
  content: '';
  position: absolute;
  width: 30px;
  top: 25px;
  left: calc(50% - 15px);
  background-color: #000;
  height: 3px;
  border-radius: 3px;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s; }

.hamburger-btn:after {
  content: '';
  position: absolute;
  width: 30px;
  top: 43px;
  border-radius: 3px;
  left: calc(50% - 15px);
  background-color: #000;
  height: 3px;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s; }

.hamburger-btn.is-active:before {
  transform: rotate(-45deg);
  width: 28px;
  top: 35px;
  left: 21px; }

.hamburger-btn.is-active:after {
  transform: rotate(45deg);
  width: 28px;
  top: 35px;
  left: 21px; }

.hamburger-btn.is-active span {
  opacity: 0;
  left: 64px; }

.hamburger-btn span:last-child {
  font-size: 11px;
  display: none !important;
  opacity: 1 !important;
  top: 13px;
  transform: none;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 100%; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent; }

.fc-form [class^='error'] {
  position: static !important; }

.i-custom {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 50px;
  margin-bottom: 40px; }

.i-custom input {
  opacity: 0;
  position: absolute; }

.i-custom .ico {
  padding-left: 60px;
  position: relative;
  display: inline-block; }

.i-custom .ico:before, .i-custom .ico:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s ease; }

.i-custom input[type="radio"] .ico:before, .i-custom input[type="radio"] .ico:after {
  border-radius: 100%; }

.i-custom .ico:before {
  width: 50px;
  height: 50px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 8px; }

.i-custom .ico:after {
  background: url(../img/shared/check.png) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 16px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 17px;
  left: 17px;
  opacity: 0; }

.i-custom:hover .ico:after {
  opacity: .5;
  transform: scale(1); }

.i-custom input:checked ~ .ico:after {
  opacity: 1;
  transform: scale(1); }

@media screen and (max-width: 767px) {
  .i-custom .ico {
    padding-left: 51px; }

  .i-custom .ico:before {
    width: 36px;
    height: 36px; }

  .i-custom {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px; }

  .i-custom .ico:after {
    width: 12px;
    top: 12px;
    left: 12px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-shared .item dl dt span {
    display: block; } }
a[href^="tel:"] {
  text-decoration: none !important; }

@media screen and (min-width: 768px) {
  .none_hover {
    pointer-events: none; }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: text; }

  .sp {
    display: none !important; } }
.fc-form [class^='error'] {
  position: static; }

.f_cl1 {
  color: #151B51; }

.f_cl2 {
  color: #0068B7; }

.txt_r {
  text-align: right; }

i {
  font-style: normal; }

/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.brk_in {
  display: inline-block; }

.box_shadown {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63); }

.img_shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43); }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
section * {
  box-sizing: border-box; }

section {
  position: relative;
  overflow: hidden;
  padding-bottom: 125px; }
  section:after {
    content: '';
    background: url("../img/shared/section_decor.png") no-repeat 0 0/100%;
    width: 770px;
    height: 1121px;
    position: absolute;
    bottom: -320px;
    left: 0;
    z-index: -1; }
  section img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    section {
      padding-bottom: 70px; }
      section:after {
        background: url("../img/shared/section_decor_sp.png") no-repeat 0 bottom/100%;
        width: 375px;
        left: auto;
        right: 0;
        bottom: -60px; } 
}

.wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }
  .wrap > * {
    box-sizing: border-box; }
  @media screen and (max-width: 1360px) {
    .wrap {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .wrap {
      padding-left: 15px;
      padding-right: 15px; } }

#pagetop {
  right: 20px;
  bottom: 30px;
  width: 111px;
  cursor: pointer;
  position: fixed;
  z-index: 999; }
  #pagetop:hover {
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    #pagetop {
      width: 55px; }
      #pagetop img {
        width: 100%;
        height: auto; } }

* {
  box-sizing: border-box; }

header {
  position: relative; }
  header #belt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 15px; }
    @media screen and (max-width: 1100px) {
      header #belt {
        padding: 0; } }
  header .hamburger {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px; }
  header .logo {
    position: fixed;
    top: 25px;
    left: 41px;
    width: 148px;
    z-index: 999; }
    header .logo img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 999px) {
    header .logo {
      width: 128px;
      left: 20px; } }
  @media screen and (max-width: 767px) {
    header {
      padding: 70px 0 0; }
      header .logo {
        position: absolute;
        width: 80px;
        top: 10px;
        left: 15px; }
      header .wrap {
        padding: 0; }
      header #belt {
        position: absolute !important; } }

#navigation {
  padding: 20px 30px; }
  #navigation .nav {
    display: flex;
    justify-content: flex-end;
    gap: 50px; }
    #navigation .nav li {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0; }
      #navigation .nav li a {
        display: block;
        padding: 20px 0; }
        #navigation .nav li a:hover {
          opacity: 0.8; }
    #navigation .nav .sub .ico {
      position: relative;
      padding: 20px 0 20px 17px;
      display: block;
      letter-spacing: 0;
      cursor: pointer; }
      #navigation .nav .sub .ico:before {
        content: '';
        background: url("../img/shared/sub.svg") no-repeat 0 center/100%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 33px;
        transform-origin: center;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease; }
    #navigation .nav .sub dl {
      position: absolute;
      left: 0;
      right: 0;
      top: 90px;
      padding: 90px 0;
      z-index: 9;
      opacity: 0;
      pointer-events: none;
      transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      #navigation .nav .sub dl:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        z-index: -1; }
      #navigation .nav .sub dl dt {
        pointer-events: none;
        color: #03567F;
        font-weight: 600;
        font-size: 46px;
        position: absolute;
        text-align: left;
        line-height: 1;
        width: 50%;
        right: 50%;
        top: 50%;
        transform: translateY(-50%);
        max-width: 650px; }
    #navigation .nav .sub dd {
      max-width: 1300px;
      margin: 0 auto; }
    #navigation .nav .sub ul {
      display: flex;
      justify-content: flex-end;
      gap: 10px; }
      #navigation .nav .sub ul li {
        width: 230px; }
        #navigation .nav .sub ul li a {
          display: flex;
          text-align: center;
          justify-content: center;
          align-items: center;
          gap: 15px;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 40px;
          padding: 14px 0px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          #navigation .nav .sub ul li a:after {
            content: '';
            background: url("../img/shared/arow1.png") repeat 0 0/100%;
            width: 20px;
            height: 20px; }
    #navigation .nav .sub:hover .ico:before {
      transform: rotate(45deg); }
    #navigation .nav .sub:hover dl {
      opacity: 1;
      pointer-events: all; }
    @media screen and (max-width: 1360px) {
      #navigation .nav .sub dl dd {
        padding: 0 30px; }
      #navigation .nav .sub dl dt {
        width: auto;
        left: 30px; } }
    @media screen and (max-width: 999px) {
      #navigation .nav .sub dl {
        top: 70px;
        padding: 40px 0; }
        #navigation .nav .sub dl dd {
          padding: 0 30px; }
        #navigation .nav .sub dl dt {
          position: static;
          padding: 0 30px;
          transform: none;
          margin-bottom: 30px; } }
  @media screen and (max-width: 999px) {
    #navigation {
      padding: 10px 20px; }
      #navigation .nav {
        gap: 17px; }
        #navigation .nav .sub ul {
          justify-content: flex-start; }
        #navigation .nav li a {
          font-size: 15px; } }
  @media screen and (max-width: 767px) {
    #navigation {
      padding: 0;
      background: #fff;
      width: 100%;
      box-sizing: border-box;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      overflow: auto;
      opacity: 0;
      visibility: hidden;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      #navigation .nav {
        padding: 100px 35px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0; }
        #navigation .nav li {
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.08em;
          text-align: left;
          width: 100%;
          padding-bottom: 17px; }
          #navigation .nav li a {
            display: block;
            padding: 10px 0; }
            #navigation .nav li a:hover {
              opacity: 0.8; }
          #navigation .nav li.ext {
            border-bottom: 1px solid #8D8D8D;
            position: relative;
            width: 125px;
            padding: 0;
            margin-bottom: 18px; }
            #navigation .nav li.ext a {
              padding: 0; }
            #navigation .nav li.ext:before {
              content: '';
              z-index: 1;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 20px;
              border-top: 1px solid #03567F; }
        #navigation .nav .sub {
          padding-bottom: 0;
          margin-bottom: 18px; }
          #navigation .nav .sub .ico {
            position: relative;
            padding: 0;
            display: none; }
            #navigation .nav .sub .ico:before {
              display: none; }
          #navigation .nav .sub dl {
            position: static;
            text-align: left;
            padding: 0px 0;
            opacity: 1;
            pointer-events: auto; }
            #navigation .nav .sub dl:before {
              display: none; }
            #navigation .nav .sub dl dt {
              color: #000;
              font-weight: 500;
              font-size: 15px;
              padding: 0 0 10px;
              margin: 0 0 10px;
              letter-spacing: 0.04em;
              border-bottom: 1px solid #8D8D8D;
              position: relative;
              left: auto;
              top: auto;
              right: auto;
              text-transform: lowercase; }
              #navigation .nav .sub dl dt:first-letter {
                text-transform: uppercase; }
              #navigation .nav .sub dl dt:before {
                content: '';
                z-index: 1;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 20px;
                border-top: 1px solid #03567F; }
            #navigation .nav .sub dl dd {
              padding: 0; }
          #navigation .nav .sub ul {
            display: block; }
            #navigation .nav .sub ul li {
              width: auto;
              padding-bottom: 0; }
              #navigation .nav .sub ul li a {
                display: block;
                text-align: left;
                font-size: 12px;
                line-height: 30px;
                padding: 0px 0px;
                border: none;
                color: #8D8D8D; }
                #navigation .nav .sub ul li a:after {
                  display: none; } }

@media screen and (max-width: 767px) {
  .navOpen header .logo {
    position: fixed; }
  .navOpen #navigation {
    opacity: 1;
    visibility: visible;
    -moz-transition: all .75s ease;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; } }
footer {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  padding: 147px 30px 60px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
  z-index: 9; }
  footer .wrap {
    padding: 0 0  113px; }
  footer .banner-download {
    border-bottom: 1px solid #818181;
    padding: 0 0 100px;
    margin-bottom: 65px; }
    footer .banner-download li {
      width: calc(50%  - 20px);
      background: url("../img/shared/bnr_bg.jpg") no-repeat 0 0/100% 100%;
      padding: 1px;
      border-radius: 10px; }
      footer .banner-download li a {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        color: #000;
        border-radius: 10px;
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        padding: 93px 20px 86px;
        position: relative; }
        footer .banner-download li a:after {
          content: '';
          background: url("../img/shared/arow3.svg") no-repeat 0 0/100%;
          width: 56px;
          height: 56px;
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%); }
        footer .banner-download li a i {
          width: 100%; }
        footer .banner-download li a .fnt-Montserrat {
          font-size: 34px; }
        footer .banner-download li a .t {
          font-weight: 600;
          display: inline-block;
          padding: 5px 0 7px; }
        footer .banner-download li a:hover {
          color: #fff;
          background-color: rgba(255, 255, 255, 0); }
        @media screen and (max-width: 999px) {
          footer .banner-download li a {
            padding: 30px 0; }
            footer .banner-download li a:after {
              position: static;
              margin: 20px auto 0;
              display: block;
              transform: none; } }
  footer .shopinfo {
    order: -1;
    width: 330px; }
    footer .shopinfo .logo {
      width: 285px;
      margin-bottom: 80px; }
      footer .shopinfo .logo img {
        width: 100%;
        height: auto; }
  footer .nav {
    width: calc(100% - 350px);
    max-width: 800px;
    padding: 25px 0 0 0;
    justify-content: flex-start;
    gap: 50px; }
    footer .nav .main {
      padding: 0 0 0 82px; }
      footer .nav .main li {
        padding-bottom: 42px; }
        footer .nav .main li a {
          font-size: 16px; }
          footer .nav .main li a:hover {
            opacity: 0.8; }
    footer .nav dt {
      color: #fff;
      font-size: 16px;
      padding-bottom: 20px; }
    footer .nav dd li {
      position: relative;
      padding: 0 0 11px 20px; }
      footer .nav dd li:before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #b2b2b2;
        position: absolute;
        transform: rotate(45deg);
        left: 2px;
        top: 13px; }
      footer .nav dd li a {
        color: #b2b2b2;
        position: relative;
        font-size: 14px;
        letter-spacing: 0; }
        footer .nav dd li a:hover {
          opacity: 0.8; }
  footer address {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: 400; }
  footer .tit {
    color: #b2b2b2;
    font-size: 23px;
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: 0.04em; }
  @media screen and (max-width: 1200px) {
    footer .nav {
      justify-content: flex-end; }
      footer .nav .main {
        padding-left: 0; } }
  @media screen and (max-width: 999px) {
    footer {
      text-align: center; }
      footer .wrap {
        padding-bottom: 0; }
      footer .group {
        display: block; }
      footer .nav {
        text-align: left;
        width: 100%;
        max-width: 100%;
        justify-content: space-between; }
      footer .shopinfo {
        width: 100%; }
        footer .shopinfo .logo {
          margin: 40px auto 40px; }
      footer address {
        text-align: center;
        position: static; }
      footer .tit {
        position: static;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 60px 15px 20px;
      font-size: 14px;
      line-height: 30px; }
      footer .banner-download {
        padding-bottom: 60px;
        margin-bottom: 25px; }
        footer .banner-download ul {
          gap: 10px; }
        footer .banner-download li {
          width: 100%; }
          footer .banner-download li a {
            font-size: 13px;
            line-height: 20px;
            padding: 35px 0 27px;
            letter-spacing: 0.04em; }
            footer .banner-download li a:after {
              margin: 22px auto 0; }
            footer .banner-download li a .fnt-Montserrat {
              font-size: 23px;
              letter-spacing: 0.04em; }
            footer .banner-download li a .t {
              padding: 1px 0 9px;
              font-size: 14px;
              letter-spacing: 0.14em; }
      footer .nav {
        justify-content: flex-start;
        gap: 35px 20px; }
        footer .nav .main {
          padding: 0 0 0;
          width: 100%; }
          footer .nav .main li {
            padding-bottom: 23px; }
            footer .nav .main li a {
              font-size: 14px; }
        footer .nav dt {
          font-size: 13px;
          padding-bottom: 17px; }
        footer .nav dd li {
          position: relative;
          padding: 0 0 10px 15px; }
          footer .nav dd li:before {
            left: 2px;
            top: 13px; }
          footer .nav dd li a {
            font-size: 12px; }
      footer .txt {
        letter-spacing: 0.08em; }
      footer .tit {
        font-size: 18px;
        line-height: 27px;
        padding: 75px 0 56px; }
      footer address {
        font-size: 10px;
        padding: 10px 0 23px;
        letter-spacing: 0.08em; }
      footer .shopinfo .logo {
        width: 250px;
        margin-bottom: 20px; } }

header .fixed .fix_logo {
  opacity: 1;
  visibility: visible; }

.bnr-shared {
  max-width: 285px;
  width: 90%; }
  .bnr-shared a {
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 64px;
    padding: 0 32px;
    position: relative; }
    .bnr-shared a:before {
      content: '';
      background: url("../img/shared/arow2.svg") no-repeat 0 center/100%;
      position: absolute;
      right: 23px;
      top: 0;
      bottom: 0;
      width: 10px;
      z-index: 1; }
    .bnr-shared a:hover {
      opacity: 0.8; }
    .bnr-shared a.white {
      background-color: #fff;
      color: #000; }
  @media screen and (max-width: 767px) {
    .bnr-shared {
      margin: 0 auto;
      max-width: 220px; }
      .bnr-shared a {
        line-height: 50px;
        font-size: 10px;
        padding: 0 28px; }
        .bnr-shared a:before {
          right: 20px;
          width: 9px; } }

#key {
  position: relative; }
  #key:before {
    content: '';
    background: url("../img/shared/key_decor.png") no-repeat 0 0/100%;
    width: 780px;
    height: 863px;
    position: absolute;
    left: calc(50% - 754px);
    top: -102px;
    z-index: 2; }
    @media screen and (max-width: 1080px) {
      #key:before {
        width: 610px;
        height: 823px;
        left: -140px;
        top: 8px; } }
  #key .wrap {
    text-align: right;
    align-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 520px;
    padding-bottom: 40px; }
  #key .txt {
    width: 100%;
    font-size: 18px;
    margin: 7px 0 0 0;
    letter-spacing: 0.04em; }
  @media screen and (max-width: 767px) {
    #key {
      padding-bottom: 30px; }
      #key:before {
        width: 430px;
        height: 823px;
        left: -83px;
        top: -59px; }
      #key .wrap {
        padding: 12px 15px 0px;
        height: 240px;
        align-content: center; }
      #key .txt {
        font-size: 15px;
        line-height: 24px;
        margin: -3px 0 -19px; } }

.h1-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 0 10px 0;
  letter-spacing: 0.1em;
  width: 100%; }
  .h1-title .t1 {
    font-size: 90px;
    letter-spacing: 0;
    display: inline-block;
    padding: 8px 0 0; }
  .h1-title .t2 {
    font-size: 18px;
    letter-spacing: 0.04em; }
  @media screen and (max-width: 767px) {
    .h1-title {
      font-size: 18px; }
      .h1-title .t1 {
        font-size: 50px;
        line-height: 56px; }
      .h1-title .t2 {
        font-size: 13px; } }

.h2-tt {
  font-size: 65px;
  line-height: 1.55;
  padding-bottom: 44px; }
  .h2-tt span {
    letter-spacing: 0.08em; }
  .h2-tt .ico {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    background-image: url("../img/shared/shape.svg");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0 center;
    padding: 0 0 0 20px; }
    .h2-tt .ico.ext {
      background-image: url("../img/shared/shape1.svg"); }
  @media screen and (max-width: 999px) {
    .h2-tt {
      font-size: 65px; } }
  @media screen and (max-width: 767px) {
    .h2-tt {
      font-size: 40px;
      padding-bottom: 10px;
      line-height: 40px; }
      .h2-tt .ico {
        font-size: 14px;
        background-size: 10px;
        background-position: 3px center;
        padding: 0 0 0 18px;
        letter-spacing: 0.08em; } }

.h3-tt {
  border-top: 1px solid rgba(141, 141, 141, 0.15);
  position: relative;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.12;
  position: relative;
  padding: 50px 50px 60px; }
  .h3-tt:before {
    content: '';
    background-color: #3C68C7;
    width: 8px;
    height: 8px;
    display: block;
    margin: 0 0 38px 3px; }
  .h3-tt span {
    font-size: 16px;
    letter-spacing: 0.06em; }
  @media screen and (max-width: 1360px) {
    .h3-tt {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 999px) {
    .h3-tt {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .h3-tt {
      font-size: 18px;
      letter-spacing: 0.08em;
      padding: 40px 15px 20px;
      line-height: 30px; }
      .h3-tt span {
        font-size: 12px;
        padding: 0 0 0 4px; }
      .h3-tt:before {
        width: 7px;
        height: 7px;
        margin: 0 0 14px 5px; } }

.blog-shared {
  gap: 55px 40px;
  padding: 25px 0 60px;
  justify-content: flex-start; }
  .blog-shared .item {
    width: calc((100% - 80px)/3); }
    .blog-shared .item .photo {
      border-radius: 20px;
      overflow: hidden;
      padding-top: 55%; }
    .blog-shared .item a:hover {
      opacity: 0.8; }
    .blog-shared .item dt {
      justify-content: space-between;
      align-items: center;
      display: flex;
      padding: 20px 0 15px; }
      .blog-shared .item dt .date {
        color: #8D8D8D;
        font-size: 14px; }
      .blog-shared .item dt .cate {
        display: flex;
        gap: 10px; }
      .blog-shared .item dt a {
        background-color: #fff;
        line-height: 28px;
        width: 114px;
        text-align: center;
        border-radius: 20px;
        font-size: 11px; }
        .blog-shared .item dt a:hover {
          opacity: 0.8; }
    .blog-shared .item dd a {
      max-height: 102px;
      overflow: hidden;
      -webkit-line-clamp: 3;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal; }
  @media screen and (max-width: 1080px) {
    .blog-shared {
      gap: 55px 30px; }
      .blog-shared .item {
        width: calc((100% - 60px)/3); } }
  @media screen and (max-width: 999px) {
    .blog-shared {
      gap: 55px 15px; }
      .blog-shared .item {
        width: calc((100% - 30px)/3); } }
  @media screen and (max-width: 767px) {
    .blog-shared {
      justify-content: space-between;
      gap: 17px 0px; }
      .blog-shared .item {
        width: calc((100% - 10px)/2);
        font-size: 13px;
        line-height: 20px; }
        .blog-shared .item .photo {
          padding-top: 64%;
          border-radius: 10px; }
        .blog-shared .item dt {
          padding: 8px 0 6px; }
          .blog-shared .item dt .date {
            font-size: 10px;
            letter-spacing: 0.04em; }
          .blog-shared .item dt a {
            width: 80px;
            line-height: 18px;
            font-size: 10px;
            border-radius: 10px; } }

.cate-blog {
  background-color: #fff;
  border-radius: 20px;
  padding: 54px 72px;
  align-content: center;
  display: flex;
  gap: 0 70px;
  margin-bottom: 75px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
  .cate-blog h3 {
    background-image: url(../img/shared/shape.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    font-size: 25px;
    letter-spacing: 0;
    padding: 5px 0px 5px 29px;
    font-weight: 600; }
  .cate-blog .cate-list {
    display: inline-flex;
    gap: 20px;
    justify-content: flex-start; }
    .cate-blog .cate-list li {
      background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
      padding: 1px;
      border-radius: 24px; }
      .cate-blog .cate-list li a {
        display: block;
        text-align: left;
        background-color: #fff;
        color: #03567F;
        font-size: 16px;
        line-height: 60px;
        border-radius: 24px;
        font-weight: 600;
        padding: 0 40px;
        line-height: 47px;
        position: relative;
        font-size: 18px;
        letter-spacing: 0.08em; }
        .cate-blog .cate-list li a:hover, .cate-blog .cate-list li a .active {
          background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
          color: #fff; }
  @media screen and (max-width: 1360px) {
    .cate-blog {
      padding: 50px 35px; } }
  @media screen and (max-width: 999px) {
    .cate-blog {
      display: block;
      padding: 50px 30px; }
      .cate-blog h3 {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .cate-blog {
      padding: 22px 20px;
      border-radius: 10px;
      margin-bottom: 35px; }
      .cate-blog h3 {
        font-size: 15px;
        background-size: 10px;
        padding: 0px 0px 0px 16px;
        margin-bottom: 8px; }
      .cate-blog .cate-list {
        gap: 10px; }
        .cate-blog .cate-list li a {
          font-size: 14px;
          line-height: 36px;
          border-radius: 18px;
          padding: 0 31px; } }
