/** Shopify CDN: Minification failed

Line 1178:16 Expected identifier but found whitespace
Line 1178:17 Unexpected "100%"

**/
/* common */
html {
    font-size: 1.038961039vw;
  }
  
  @media screen and (max-width:991px){
    html{
        font-size: calc(16 / 650 * 100vw);
    }
  }
  
  @media screen and (max-width:650px){
    html{
        font-size: calc(16 / 390 * 100vw);
    }
  }
  
  .header-logo{
    margin-top: calc(30 / 16 * 1rem);
    width: 100%;
  }
  
  .header-logo img{
    max-width: calc(359.16 / 16 * 1rem);
  
  }
  
  .header-fixed-logo{
    max-width: 250px;
    width: 100%;
  }
  
  .merge-header {
    /* position: sticky; */
    top: 0;
    height: var(--header-height);
    display: flex;
    align-items: center;
    background: transparent;
    z-index: 11;
    pointer-events: none;
    padding-left: calc(50 / 16 * 1rem);
  }
  .merge-header .page-width {
    width: 100%;
  }
  
  @media screen and (max-width: 1200px) {
    .merge-header {
      padding-left: calc(15 / 16 * 1rem);
    }
  }
  
  
  
  @media screen and (max-width: 480px) {
    .merge-header {
      padding-left: calc(10 / 16 * 1rem);
    }
  }
  
  
  /* --------------------------------------- common */
  /* header-typeB.liquid */
  html .shopify-section-group-header-group {
    position: static;
    z-index: unset;
  }
  
  /* .for-article #header-typeB-outer {
    display: none !important;
  } */
  
  #header-typeB {
    background: #F4F1ED;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 10;
  }

  #header-typeB .right {
    
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    height: calc(56 / 16 * 1rem);
  }
  #header-typeB .menu1, #header-typeB .menu2 {
    border: 1px solid #363582;
    font-size: 1rem;
    font-weight: 500;
    line-height: calc(54 / 16 * 1rem);
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 0 calc(16 / 16 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(20 / 16 * 1rem);
  }
  #header-typeB .menu1 {
    color: #363582;
    background: #fff;
  }
  #header-typeB .menu2 {
    color: #fff;
    background: #363582;
  }
  #header-typeB #drawer-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #363582;
    padding: 0 1.6875rem;
    background: #fff;
    cursor: pointer;
  }
  #header-typeB #drawer-button span {
    display: block;
    width: 1.875rem;
    height: 1px;
    background: #363582;
    transition: all 0.3s ease;
  }
  #drawer-button.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #drawer-button.active span:nth-child(2) {
    opacity: 0;
  }
  #drawer-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  #header-typeB-outer {
    position: absolute;
    
  }
  #header-typeB-outer h1 {
    margin: 0;
  }
  
  /* drawer */
  #drawer-menu {
    position: fixed;
    top: calc(56 / 16 * 1rem);
    right: -100%;
    z-index: 999;
    transition: right 0.3s ease;
    background: #F4F1ED;
  }
  
  #drawer-menu.active {
    right: 0;
  }
  
  #drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    opacity: .5;
    background-color: #F4F1ED;
  }
  
  #drawer-overlay.active {
    display: block;
  }
  
  
  /* drawer-items */
  #drawer-menu{
    width: 63.64%;
  }
  .header__left{
    border: 1px solid #CECBD8;
  }
  
  .header__items{
    display: flex;
    flex-wrap: wrap;
    padding: calc(50 / 16 * 1rem);
    gap: calc(60 / 16 * 1rem) 0;
    justify-content: left;
  }

  
  .header__items li{
    width: 33.3333333333%;
  }
  
  .header__items li:nth-of-type(3n){
    width: fit-content;
  }
  
  .header__heading{
    font-family: Noto Sans JP;
    font-size: calc(18 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(26.06 / 16 * 1rem);
    letter-spacing: calc(1.7999999523162842 / 16 * 1rem);
    color: #231815;
    margin-bottom: 20px;
    display: block;
    margin-bottom: calc(20 / 16 * 1rem);
  }
  
  .header__item{
    display: flex;
    flex-direction: column;
    gap: calc(15 / 16 * 1rem);
  }
  
  .header__item li{
    width: 100%;
  }
  
  .header__item li a{
    font-family: Noto Sans JP;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(23.17 / 16 * 1rem);
    letter-spacing: calc(0.800000011920929 / 16 * 1rem);
    color: #696969;
    display: block;
    width: 100%;
  }
  
  .header__copy{
    font-family: "Domine", serif;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 400;
    line-height: calc(18.24 / 16 * 1rem);
    letter-spacing: calc(1.399999976158142 / 16 * 1rem);
    text-align: center;
    padding: calc(30 / 16 * 1rem) 0;
    border-top: 1px solid #CECBD8;
    color: #363582;
  }
  
  @media screen and (min-width: 992px) {
    .header-fixed-logo {
    margin-left: 3.125rem;
    }
  }
  @media screen and (max-width: 991px) {

      .footer__items li:nth-of-type(2),.header__items li:nth-of-type(2){
order: 3;
  }
  .footer__items li:nth-of-type(3),.header__items li:nth-of-type(3){
order: 2;
  }
  .footer__items li:nth-of-type(4),.header__items li:nth-of-type(4){
order: 5;
  }
  .footer__items li:nth-of-type(5),.header__items li:nth-of-type(5){
order: 4;
  }
    .header__box{
      display: flex;
      flex-direction: column;
      border-left: 1px solid #CECBD8;
      border-right: 1px solid #CECBD8;
    }
  
    .header__right{
      width: 100%;
      padding-top: calc(50 / 16 * 1rem);
      padding-left: 0;
      padding-bottom: calc(50 / 16 * 1rem);
      padding-left: calc(15 / 16 * 1rem);
    }
  
    .header-links{
      display: none !important;
    }
  
    .header__left {
      width: 100%;
      height: 100%;
      border-left: none;
      border: 0;
      padding-top: 0;
    }
  
    .header__items {
      border-left: none;
      padding-top: 0;
      padding-left: calc(15 / 16 * 1rem);
      padding-right: calc(15 / 16 * 1rem);
      gap: calc(15 / 16 * 1rem);
      padding-bottom: calc(80 / 16 * 1rem);
    }
  
    .header__items li{
      width: calc(50% - calc(15 / 16 * 1rem) * 1 / 2);
    }
  
    .header__heading {
      font-size: calc(14 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(20.27 / 16 * 1rem);
      letter-spacing: calc(1.399999976158142 / 16 * 1rem);
      margin-bottom: calc(15 / 16 * 1rem);
    }
  
    .header__item {
      gap: calc(15 / 16 * 1rem);
    }
  
    .header__item-link{
      font-size: calc(11 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(17.38 / 16 * 1rem);
      letter-spacing: calc(0.6000000238418579 / 16 * 1rem);
    }
  
    .header__item li{
      width: 100%;
    }
  
    .header__item li a{
      font-size: calc(12 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(17.38 / 16 * 1rem);
      letter-spacing: calc(0.6000000238418579 / 16 * 1rem);
    }
  }
  
  
  @media screen and (max-width: 991px) {
    #drawer-menu{
      display: none;
    }
  
  
    /* #sp-drawer::after {
      position: absolute;
      content: "";
      width: calc(30 / 16 * 1rem);
      height: 1px;
      background: #363582;
      bottom: calc(23.5 / 16 * 1rem);
      left: 50%;
      transform: translateX(-50%);
    }
  
    #sp-drawer::before{
      position: absolute;
      content: "";
      width: calc(30 / 16 * 1rem);
      height: 1px;
      background: #363582;
      bottom: calc(15.5 / 16 * 1rem);
      left: 50%;
      transform: translateX(-50%);
    } */
  
    #sp-drawer {
      display: block;
      position: fixed;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 0;
      transition: all 0.3s ease;
      z-index: 999;
      background: #F4F1ED;
      /* border-top: 1px solid #363582; */
    }
  
    #sp-drawer.active {
      width: 100%;
      height: 100vh;
      border-radius: 0;
      background: #f4f1ed;
      z-index: 999;
      overflow-y: auto;
      bottom: 0;
      border-top: 0;
    }
    #sp-drawer.active::before{
      display: none;
    }
  
    #sp-drawer.active::after{
      display: none;
    }
  
    .sp-close{
      position: relative;
      display: block!important;
      width: 100%;
      height: calc(40 / 16 * 1rem);
      border-top: 1px solid #363582;
      transition: all 0.3s ease;
    }
  
    .sp-close.active{
      height: calc(50 / 16 * 1rem);
    }
  
    .sp-close::before{
      position: absolute;
      content: "";
      width: calc(30 / 16 * 1rem);
      height: 1px;
      background: #363582;
      top: calc(15.5 / 16 * 1rem);
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.3s ease;
    }
  
    .sp-close::after{
      position: absolute;
      content: "";
      width: calc(30 / 16 * 1rem);
      height: 1px;
      background: #363582;
    bottom: calc(15.5 / 16 * 1rem);
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.3s ease;
    }
  
    .sp-close.active::before{
      transform: translateX(-50%) rotate(45deg);
      top: 50%;
    }
  
    .sp-close.active::after{
      position: absolute;
      content: "";
      width: calc(30 / 16 * 1rem);
      height: 1px;
      background: #363582;
      bottom: calc(23.5 / 16 * 1rem);
      left: 50%;
      transform: translateX(-50%) rotate(-45deg);
      top: 50%;
    }
  
    .drawer-menu__inner{
      opacity: 0;
      transition: opacity 0.3s ease;
    }
  
    #sp-drawer.active .drawer-menu__inner{
      opacity: 1;
      height: 100vh;
    }
  
    #sp-drawer a{
      pointer-events: none;
    }
  
    #sp-drawer.active a{
      pointer-events: auto;
      width: 100%;
      text-align: left;
    }
    .header__items li:nth-of-type(3n){
      width: calc(50% - calc(15 / 16 * 1rem) * 1 / 2);
    }
  }
  
  
  /* --------------------------------------- header-typeB.liquid */
  /* main-article-metafield.liquid */
  .for-article #header-typeB {
    background: #F4F1ED;
    border-bottom: 1px solid #CECBD8;
  }
  .for-article h1 {
    font-family: "Domine";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.08125rem;
    text-align: left;
    color: #363582;
    display: flex;
    align-items: center;
    gap: 3.125rem;
  }
  .for-article h1 span {
    color: #231815;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.0625rem;
    letter-spacing: 0.0375rem;
    text-align: left;
  }
  
  .section-main-article-metafield > div {
    display: grid;
    grid-template-columns: 443fr 176fr 921fr;
    /* border-bottom: 1px solid #CECBD8; */
  }
  .section-main-article-metafield .copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3.125rem;
    border-left: 1px solid #CECBD8;
    border-right: 1px solid #CECBD8;
  }
  .section-main-article-metafield .copy h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 3.125rem;
    letter-spacing: 0.1875rem;
    text-align: center;
  }
  .section-main-article-metafield h3 {
    padding: 1.875rem 3.125rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
    border-bottom: 1px solid #363582;
    color: #363582;
    margin: 0;
  }
  .section-main-article-metafield .job {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375rem;
    letter-spacing: 0.05rem;
    padding: 3.125rem;
    padding-top: 11.0625rem;
    border-bottom: 1px solid #CECBD8;
    display: block;
  }
  .section-main-article-metafield .qa_block {
    padding: 3.125rem;
  }
  .section-main-article-metafield .qa_block h4 {
    margin: 0;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #CECBD8;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.125rem;
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
  }
  .section-main-article-metafield .qa_block h4 span {
    font-family: "Domine";
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.375rem;
    letter-spacing: 0.1em;
    color: #363582;
  }
  .section-main-article-metafield .qa_block p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    letter-spacing: 0.05rem;
    text-align: left;
  }
  .section-main-article-metafield .qa_block p:not(:last-child) {
    margin-bottom: 4.375rem;
  }
  
  /* --------------------------------------- main-article-metafield.liquid */
  /* footer-typeB.liquid */
  #footer-typeB .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 2.5rem;
  }
  #footer-typeB .footer-links a {
    display: flex;
    align-items: center;
    color: #231815;
    gap: 0.5rem;
    text-decoration: none;
  }
  #footer-typeB .footer-links a svg {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* --------------------------------------- footer-typeB.liquid */
  
  .footer__box{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #CECBD8;
    border-right: 1px solid #CECBD8;
    border-left: 1px solid #CECBD8;
  }
  
  .footer__right{
    width: 31.89%;
    padding-top: calc(50 / 16 * 1rem);
    padding-left: calc(50 / 16 * 1rem);
    padding-right: calc(20 / 16 * 1rem);
  }
  
  .footer__left{
    width: 68.11%;
    border-left: 1px solid #CECBD8;
  }
  
  .footer__items{
    display: flex;
    flex-wrap: wrap;
    padding: calc(50 / 16 * 1rem);
    gap: calc(60 / 16 * 1rem) 0;
  }
  
  .footer__items li{
    width: 33.3333333333%;
  }
  
  .footer__heading{
    font-family: Noto Sans JP;
    font-size: calc(18 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(26.06 / 16 * 1rem);
    letter-spacing: calc(1.7999999523162842 / 16 * 1rem);
    color: #231815;
    margin-bottom: 20px;
    display: block;
    margin-bottom: calc(20 / 16 * 1rem);
  }
  
  .footer__item{
    display: flex;
    flex-direction: column;
    gap: calc(15 / 16 * 1rem);
  }
  
  .footer__item li{
    width: 100%;
  }
  
  .footer__item li a{
    font-family: Noto Sans JP;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(23.17 / 16 * 1rem);
    letter-spacing: calc(0.800000011920929 / 16 * 1rem);
    color: #696969;
    display: block;
    width: 100%;
  }
  
  .footer__copy{
    font-family: "Domine", serif;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: calc(18.24 / 16 * 1rem);
  letter-spacing: calc(1.399999976158142 / 16 * 1rem);
    text-align: center;
    padding: calc(30 / 16 * 1rem) 0;
    border-top: 1px solid #CECBD8;
    color: #363582;
  }
  
  @media screen and (max-width: 991px) {
    .footer__box{
      display: flex;
      flex-direction: column;
      border-left: 1px solid #CECBD8;
      border-right: 1px solid #CECBD8;
    }
  
    .footer__right{
      width: 100%;
      padding-top: calc(50 / 16 * 1rem);
      padding-left: 0;
      padding-bottom: calc(50 / 16 * 1rem);
      padding-left: calc(15 / 16 * 1rem);
    }
  
    .footer-links{
      display: none !important;
    }
  
    .footer__left{
      width: 100%;
      border-left: none;
      border-top: 1px solid #CECBD8;
      padding-top: calc(15 / 16 * 1rem);
    }
  
    .footer__items{
      border-left: none;
      padding-top: 0;
      padding-left: calc(15 / 16 * 1rem);
      padding-right: calc(15 / 16 * 1rem);
      gap: calc(30 / 16 * 1rem) calc(15 / 16 * 1rem);
    }
  
    .footer__items li{
      width: calc(50% - calc(15 / 16 * 1rem) * 1 / 2);
    }
  
    .footer__heading {
      font-size: calc(14 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(20.27 / 16 * 1rem);
    letter-spacing: calc(1.399999976158142 / 16 * 1rem);
    margin-bottom: calc(15 / 16 * 1rem);
  }
  
  .footer__item {
    gap: calc(15 / 16 * 1rem);
  }
  
  .footer__item-link{
    font-size: calc(11 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(17.38 / 16 * 1rem);
    letter-spacing: calc(0.6000000238418579 / 16 * 1rem);
  }
  
    .footer__item li{
      width: 100%;
    }
  
  .footer__item li a{
    font-size: calc(12 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(17.38 / 16 * 1rem);
    letter-spacing: calc(0.05 / 16 * 1rem);
  }
  .footer__copy{
    font-size: calc(10 / 16 * 1rem);
    font-weight: 400;
    line-height: calc(11.4 / 16 * 1rem);
    letter-spacing: calc(1 / 16 * 1rem);
    padding: calc(15 / 16 * 1rem) 0;
  }
  }
  
  .header-entry{
    display: none;
  }

  #MainContent {
    padding-top: 46.7px;
  }
  
  @media screen and (min-width: 991px) {
    .headerBottom {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    .header__icon-list {
      width: 24px;
    }
    .header__icon-list path {
      fill: #000000;
    }
    .list-menu--inline > li span {
      font-weight: 500;
      font-size: 16px;
    }
    .list-menu--inline {
    display: inline-flex
;
    flex-wrap: wrap;
}
summary.list-menu__item {
    padding-inline: 1.0rem;
}
.js details>.header__submenu {
  background: #343582;
  position: absolute;
  width: 100%;
}
.header__submenu .header__menu-item {
  width: 100%;
  text-align: center;
          font-size: 10px;
        color: #fff;
        padding-inline: 2px;
}
    #header-typeB {
          justify-content: space-between;
    }
    #header-typeB-outer {
      display: none;
      padding-top: 46.7px;
    }
  }
  @media screen and (max-width: 991px) {
    #MainContent {
      padding-top: 39.9px;
    }
    #header-typeB-outer{
      background: #F4F1ED;
      position: fixed;
      width: 100%;
      z-index: 10;
    }
    #header-typeB-outer .wrap{
      display: flex;
    justify-content: center;
    }
  
    .header-logo{
      
      width: 160px!important;
      margin-top: unset!important;
    }
    .header-logo a {
          display: flex
;
    align-items: center;
    height: 39px;
    }
  
    
  
    .header-logo img{
      width: 100%;
    }
  
    .header-entry{
      display: block;
      position: fixed;
      right: calc(15 / 16 * 1rem);
      top: 0;
      z-index: 10;
      }
  
      .header-entry a{
        font-size: calc(10 / 16 * 1rem);
        font-weight: 700;
        line-height: calc(41 / 16 * 1rem);
        letter-spacing: calc(1 / 16 * 1rem);
        font-family: "Noto Sans JP", sans-serif;
        color: #363582;
        position: relative;
        padding-right: calc(42 / 16 * 1rem);
      }
  
      .header-entry a::after{
        content: '';
        display: block;
        width: calc(22 / 16 * 1rem);
        height: calc(22 / 16 * 1rem);
        background-image: url(/cdn/shop/files/Frame_8.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
  }
  
  .images-sp{
    display: none;
  }
  @media screen and (max-width: 991px) {
    .images-sp{
      display: block;
    }
  }
  .images-pc{
    display: block;
  }
  @media screen and (max-width: 991px) {
    .images-pc{
      display: none;
    }
  }
  .image-box{
    position: relative;
    width: 100%;
    height: 33.6rem;
    overflow: hidden;
  }
  
  
  .images .image-box:nth-of-type(n+2){
    opacity:0.2
  }
  .images .image-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    animation: fade 15s linear infinite 0s;
  }
  
  
  .image-box .image-item1:nth-child(1) {
    animation-delay: 0s;
  }
  .image-box .image-item2:nth-child(2) {
    animation-delay: 0s;
  }
  .image-box .image-item3:nth-child(3) {
    animation-delay: 0s;
  }
  
  .image-box .image-item1:nth-child(2) {
    animation-delay: 5s;
  }
  .image-box .image-item2:nth-child(3) {
    animation-delay: 5s;
  }
  .image-box .image-item3:nth-child(1) {
    animation-delay: 5s;
  }
  
  .image-box .image-item1:nth-child(3) {
    animation-delay: 10s;
  }
  .image-box .image-item2:nth-child(1) {
    animation-delay: 10s;
  }
  .image-box .image-item3:nth-child(2) {
    animation-delay: 10s;
  }
  
  
  @keyframes fade {
    0%, 5% {
      opacity: 0;
    }
    10%, 40% {
      opacity: 1;
    }
    45%, 100% {
      opacity: 0;
    }
  }
  
  .blog-sp-wrap{
    display: contents;
  }
  
  @media screen and (max-width: 991px) {
    .section-main-article-metafield .copy{
      padding-top: calc(30 / 16 * 1rem);
  
    }
    .section-main-article-metafield .copy h2{
      font-size: 20px;
      letter-spacing: 6px;
      margin: 0 15px;
      line-height: 30px;
    }
    .bloc__wrap{
      width: calc(100% - calc(100 / 20 * 1rem));
    }
    .blog-sp-wrap{
      display: flex;
    }
    .section-main-article-metafield .job{
      font-size: calc(12 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(17.38 / 16 * 1rem);
      letter-spacing: calc(1.2000000476837158 / 16 * 1rem);
      padding: calc(30 / 16 * 1rem) calc(15 / 16 * 1rem);
    }
    .section-main-article-metafield h3{
  font-size: calc(18 / 16 * 1rem);
  font-weight: 700;
      line-height: calc(27 / 16 * 1rem);
      letter-spacing: calc(0.6000000238418579 / 16 * 1rem);
      padding: calc(30 / 16 * 1rem) calc(15 / 16 * 1rem);
    }
    .section-main-article-metafield .qa_block{
      font-size: calc(16 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(24 / 16 * 1rem);
      letter-spacing: calc(0.800000011920929 / 16 * 1rem);
      padding: calc(30 / 16 * 1rem) calc(15 / 16 * 1rem);
    }
    .section-main-article-metafield .qa_block p{
      font-size: calc(12 / 16 * 1rem);
      font-weight: 400;
      line-height: calc(18 / 16 * 1rem);
      letter-spacing: calc(0.6000000238418579 / 16 * 1rem);
    }
    .section-main-article-metafield .qa_block h4{
      font-size: calc(16 / 16 * 1rem);
      font-weight: 500;
      line-height: calc(24 / 16 * 1rem);
      letter-spacing: calc(0.800000011920929 / 16 * 1rem);
    }
    .section-main-article-metafield .qa_block p:not(:last-child){
      margin-bottom: calc(40 / 16 * 1rem);
    }
  }
  
  .section-main-article-metafield>div{
    align-items: start;
  }
  
  .images-pc{
    position: sticky;
    top: calc(56 / 16 * 1rem);
  }
  
  .section-main-article-metafield .copy{
    height: 100%;
  }
  
  .section-main-article-metafield h3{
    /* position: sticky; */
    top: calc(56 / 16 * 1rem);
    background: #F4F1ED;
  }
  
  .section-main-article-metafield .copy h2{
    margin-bottom: calc(20 / 16 * 1rem);
  }
  
  @media screen and (max-width: 991px) {
    .section-main-article-metafield h3{
      top: 0;
      z-index: 1;
    }
  
    .blog__wrap{
      border-left: 1px solid #CECBD8;
    }
  
    .section-main-article-metafield .copy{
      position: sticky;
      top: 39px;
      border: 0;
    }
  
    .blog-sp-wrap {
      border-left: 1px solid #CECBD8;
      margin-left: calc(15 / 16 * 1rem);
    }
    .section-main-article-metafield>div{
      border-top: 1px solid #CECBD8;
    }
    .sp-close{
      position: fixed;
      bottom: 0;
      z-index: 999;
      background: #F4F1ED;
    }
  }
  
  #sp-drawer__entry{
    display: block;
    background: #363582;
    text-align: center!important;
    margin-bottom: calc(30 / 16 * 1rem);
  }
  
  #sp-drawer__entry span{
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: calc(14 / 16 * 1rem);
    font-weight: 700;
    line-height: calc(50 / 16 * 1rem);
    letter-spacing: calc(0.699999988079071 / 16 * 1rem);
    display: inline-block;
    position: relative;
    text-align: center;
    padding-right: calc(48 / 16 * 1rem);
  }
  
  #sp-drawer__entry span::before{
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/Frame_8.svg);
      background-size: cover;
      background-repeat: no-repeat;
      width: calc(28 / 16 * 1rem);
      height: calc(28 / 16 * 1rem);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid #fff;
  }
  
  #sp-drawer{
    display: none;
  }
  
  @media screen and (max-width: 991px) {
    #sp-drawer{
      display: block;
    }
    .section-main-article-metafield>div{
      grid-template-columns:auto; 
    }
  }
  
  
  @media screen and (max-width: 991px) {
    .images-sp .image-box{
      height: calc(546 / 16 * 1rem);
    }
  }
  
  @media screen and (max-width: 650px) {
    .images-sp .image-box{
      height: 19rem;
    }
  }
  
  @media screen and (max-width: 991px) {
    #sp-drawer{
      padding-top: 0;
    }
    .sp-drawer__logo{
      width: calc(210 / 16 * 1rem);
      padding: calc(30 / 16 * 1rem) 0;
      padding-left: calc(15 / 16 * 1rem);
    }
  }
  
  /* 井上追加分 */
  .rte {
      text-align: center;
  }
  
  .shopify-policy__title{
  display:none!important;
  }
  
  .ttl-h3 , .def-num{
      margin: 4% 0%!important;
  }
  @media (min-width: 992px) {
    .for-article #MainContent {
    padding-top: unset!important;
}
  .shopify-policy__container {
      max-width: 80%!important;
  }
  
  #dcms_layoutPageBlock{
      margin-top: 7%;
      margin-bottom: 2%;
  }
  }
  
  @media (max-width: 991px) {
  .shopify-policy__container{
      max-width: 100%!important
    
    #dcms_layoutPageBlock{
      margin-top: 0%;
      margin-bottom: 2%;
  };
  }
  }
  
  @media (max-width: 765px) {
      .candidate .candidate__box{
          width: 100%;
      }
      .candidate .departments__box-content{
          width: 82%;
      }
      .candidate .departments__title{
          width: 18%;
      }
  }
  
  section.pico[data-theme="light"] form fieldset label, section.pico[data-theme="light"] form fieldset input {
      transform: scale(1)!important;
  }
  
  .sp__bottom__menu{
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 999;
  }
  
  .sp__bottom__menu ul{
      display: flex;
      flex-wrap: wrap;
  }
  
  .sp__bottom__menu ul li{
      width: 50%;
      padding: 16px;
      position: relative;
  }
  
  .sp__bottom__menu ul li:nth-of-type(1){
      background-color: #F4F1ED;
  }
  
  .sp__bottom__menu ul li:nth-of-type(2){
      background-color: #363582;
  }

  .sp__bottom__menu ul li:nth-of-type(1)::before{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(/cdn/shop/files/Frame_325_1.svg?v=1742527128);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 16px;
    z-index: 99;
    transform: translateY(-50%);

  }

  .sp__bottom__menu ul li:nth-of-type(2)::before{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(/cdn/shop/files/Frame_325_2.svg?v=1742527127);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 16px;
    z-index: 99;
    transform: translateY(-50%);

  }
  
  .sp__bottom__menu ul li a{
      font-weight: 500;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.05em;
      color: #363582;
      display: block;
  }
  
  .sp__bottom__menu ul li:nth-of-type(2) a{
      color: #fff;
  }



/*********************************/
/* control bar         */
/*********************************/
.com-regi .controlBar-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* controlBar-left */
.com-regi .controlBar-left {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.com-regi .controlBar-center {
  color: rgba(235, 159, 11, 1);
  letter-spacing: .08em;
  font-size: 15px;
  font-weight: 500;
}
.com-regi .arrow {
  font-size: 18px;
  cursor: pointer;
  color:rgba(235, 159, 11, 1);
  margin-right: 20px;
}
.com-regi .arrow-inactive {
  opacity: 0.5;
  cursor: default;
}

/*********************************/
/* control Bar         */
/*********************************/
.com-regi .control-bar {
  background: rgba(235, 159, 11, 0.1);
  /* height: 1.5vw; */
  height: 40px;
  display: flex;
  align-items: center;
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  /* padding-top: 1vw;
  padding-bottom: 1vw; */
}
.com-regi .controlBar-right {
  display: flex;
  align-items: center;
  padding-right: 15px;
  min-width: 45px;
  gap: 20px;
  justify-content: center;
}
.com-regi .fa-share-alt,
.com-regi .fa-expand,
.com-regi .fa-compress {
  color: rgb(235, 159, 11);
  cursor: pointer;
  transition: 0.2s;
  font-size: 25px;
  display: none;
}
.com-regi .fa-share-alt:hover,
.com-regi .fa-expand:hover,
.com-regi .fa-compress:hover {
  opacity: 0.6;
  transition: 0.2s;
}
/*********************************/
/* progressBar         */
/*********************************/
.com-regi .progressBar {
  width: 100%;
  height: 4px;
  background: rgba(221, 221, 221, 1);
  /* position: absolute;
  bottom: 0; */
}
.com-regi .progressBar__progress {
  background: rgba(235, 159, 11, 1);
  /* width: 20%; */
  /* height: 0.5vw; */
  height: 4px;
  transition: 0.3s;
}
/*********************************/
/* shareBox         */
/*********************************/
.com-regi .shareBox {
  position: absolute;
  min-width: 224px;
  background: white;
  border-radius: 8px;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 700;
  padding: 8px 16px;
  box-sizing: border-box;
}

.com-regi .shareBox_links a {
  width: 100%;
  display: block;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: #F0F0F0 solid 1px;
  box-sizing: border-box;
}

.com-regi .shareBox_links a p {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 10px;
}

.com-regi .shareBox_links a:last-child {
  border-bottom: none;
}

.com-regi .shareBox_links a svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.com-regi .batsu {
  display: block;
  width: 14px;
  height: 14px;
  fill: rgba(22, 27, 31, 1);
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

/*********************************/
/* player         */
/*********************************/
.com-regi .player {
  height: calc(100vh - 44px);
  height: calc(100dvh - 44px);
}
.com-regi .slides {
  width: 300%;
  height: 100%;
  position: relative;
  right: 100vw;
}
.com-regi .slide {
  width: 100vw;
  display: none;
  height: 100%;
  position: absolute;
  right: 0px;
  transition: .6s;
}
.com-regi .active {
  display: block;
  right: 100vw;
}
.com-regi .active_last {
  display: block;
  right: 100vw;
}
.com-regi .dis-active_last {
  visibility: none;
  right: 100vw;
}
.com-regi .prev_ready {
  display: block;
  right: 200vw;
}
.com-regi .next_ready {
  display: block;
}
.com-regi .slide_no_anime {
  transition: unset;
}
.com-regi .slide_no_anime.slide_anime {
  transition: .6s;
}
.com-regi .slide_no_anime.main_active {
  right: 100vw;
}
.com-regi .slide_no_anime.next_ready {
  display: none;
  right: 0;
}
.com-regi .slide_no_anime.prev_ready {
  display: none;
  right: 200vw;
}
/*********************************/
/* playerMask         */
/*********************************/
.com-regi .playerMask {
  height: calc(100vh - 44px);
  height: calc(100dvh - 44px);
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
}
.com-regi .playerMask__half {
  width: 50%;
}

.com-regi #gfj_slideplayer_inline_frame {
  display: none;
}

@media (max-width: 768px) {
  .com-regi .control-bar {
    height: 32px;
  }

  .com-regi .player {
    height: calc(100vh - 36px);
    height: calc(100dvh - 36px);
  }

  .com-regi .playerMask {
    height: calc(100vh - 36px);
    height: calc(100dvh - 36px);
  }

  .com-regi .arrow {
    font-size: 18px;
    margin-right: 10px;
  }

  .com-regi .controlBar-right {
    padding-right: 20px;
  }

  .com-regi .controlBar-left {
    padding-left: 20px;
  }

  .com-regi .arrow-prev {
    margin-right: 15px;
  }

  .com-regi .fa-copy,
  .com-regi .fa-expand,
  .com-regi .fa-compress {
    font-size: 25px;
  }

  .com-regi .shareBox {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    padding: 8px 16px;
  }
}

.com-regi .inner {
  text-align: center;
  max-width: 838px;
  margin-inline: auto;
}
.com-regi h2 {
margin-bottom: 10px
}
.com-regi p {
margin-bottom: 30px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .com-regi .inner {
  text-align: left;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
  
}
.com-regi h2 {
margin-bottom: 10px;
font-size: 20px;
}
.com-regi p {
margin-bottom: 20px;
  font-size: 14px;
}
}

  

@media (min-width: 768px) {
 .hdrBottom {
    
    position: relative;
 }
.hdrBottom .hdrInner {
  gap: 10px;
  align-items: center;
    justify-content: space-between;
    display: flex;
            max-width: 1200px;
            
            box-sizing: border-box;
                margin: 0 auto;
}
.hdrBottom .hdrInner .downMenu ul {
  flex-direction: column;
}
.hdrBottom .hdrInner .gNav ul {
  display: flex;
    justify-content: flex-start;
}
.gNav > ul > li {
    padding-inline: 20px;
}
.gNav li.hasChildren {
  position: static;
}
.gNav .downMenu {
    position: relative;
}
.gNav li.hasChildren > a {
  color: #1b1b1b;
    
}
.gNav > ul > li > a {
  position: relative;
    display: flex
;
gap: 5px;
    align-items: center;
    text-align: center;
    min-height: 60px;
    font-size: 14px;
    letter-spacing: 0;
}

.hasChildren.downMenu {
  position: relative!important;
}
li.hasChildren > a::after {
    transform: rotate(135deg) translateY(-50%);
}

.gNav li.hasChildren:hover > a::after, li.hasChildren > a.open::after {
    transform: rotate(-45deg) translateY(-50%);
}
.gNav li.hasChildren > ul, .gNav li.hasChildren > .megaMenu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    inset: 100% 0 auto 0;
    opacity: 0;
    pointer-events: none;
    background: #363582;
}

.gNav .downMenu ul {
  padding-block: 10px;
    right: auto !important;
    
    display: block;
    min-width: 120%;
}
.gNav li.hasChildren > ul.open, .gNav li.hasChildren > .megaMenu.open {
    pointer-events: all;
    opacity: 1;
    transition: 0.3s;
}
.gNav .downMenu ul a {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
    color: #fff;
    padding: 2px 3px;
    line-height: 24px;
    display: block;
}
.hdrBottom .hdrInner .gNav ul {
    justify-content: flex-start;
}

.gNav .megaMenu .row {
  display: flex;
  flex-wrap: wrap;
    gap: 20px 0;
}
.gNav .megaMenu__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gNav .megaMenu {
    padding: 30px 0px;
    border-bottom: 1px solid #dfdfdf;
}
.gNav .megaMenu .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
}
.gNav .megaMenu li a {
  display: block;
    width: 100%;
    color: #1b1b1b;
    font-weight: 500;
    text-align: left;
}
.megaMenu__button::after {
      content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
        right: 15px;
}
.megaMenu__button {
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    padding: 10px 30px 10px 15px;
        position: relative;
    padding-right: 15px;
        width: 100%;
    color: #1b1b1b;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
        line-height: 27px;
        background: #fff;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-1_5 {
    flex: 0 0 20%;
    max-width: 20%;
}
 [class*="iconButton"] span:first-child, a[class*="iconButton"] span:first-child {
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
[class*="iconButton"] span:first-child img, a[class*="iconButton"] span:first-child img {
height: 100%;
}
[class*="iconButton"] span:nth-child(2), a[class*="iconButton"] span:nth-child(2) {
    padding: 0 10px;
    max-width: calc(100% - 40px);
}
.bnr, .bnrBox img {
      height: 40px;
    
    object-fit: cover;
    display: inline-block;
    max-width: 100% !important;
    margin: auto;
}
}