
img, svg{
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/*====================================================================================================
BASE SETTINGS
====================================================================================================*/
:root {
	--ffEn: "Inter", sans-serif;
	--ffJa: "Noto Sans JP";
    --content-padding: 20px;
}

body {
	font-family: var(--ffJa), "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: var(--font-color);
	min-height: 100vh;
	background-color: var(--color-bg-white);
	color: var(--color-text-black);
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: clamp(14px, 16 / 1440 * 100vw, 16px);
    padding-top: 84px;
}
.ja{
    font-family: var(--ffJa);
}

.en{
    font-family: var(--ffEn);
}

/*====================================================================================================
管理ボタン
====================================================================================================*/

.wpEditBtn {
    z-index: 9999;
    position: fixed;
    bottom: 150px;
    right: -1px;
    display: grid;
    place-items: center;
    background-color: #333;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    border-radius: 10px 0 0 10px;
    line-height: 1.4;
    font-size: 14px;
    width: 80px;
    height: 80px;
    transition: all .3s;
}

.wpEditBtn:hover {
    background-color: #fff;
    color: #333;
    opacity: 1;
}

/*====================================================================================================
VARIABLES
====================================================================================================*/
:root {
	/* color */
	--color-black: #394654;
    --color-blue: #0744A0;
    --color-green: #06B0A7;
}

p{
    /*color: var(--color-black);*/
    margin-bottom: 20px;
}

.bgWhite{
    background: #ffffff;
}

.bgGray{
    background: #f5f5f5;
}
.bgBlue{
    background: #ECF8FF;
    /*background: #eff5ff;*/
}
.bgGreen{
    background: #D8F1F1;
}



/*====================================================================================================
header
====================================================================================================*/


.l-header{
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: transform 0.3s ease;
    z-index: 100;
}
.l-header{
    box-shadow: 0px 0px 100px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
}

.header--hidden {
    transform: translateY(-100%);
}

.l-header.isHide {
    translate: 0 -110%;
}



/*====================================================================================================
main nav
====================================================================================================*/

.main-nav {
    display: grid;
    grid-template-areas:
        "logo nav";
    gap: 9px;
    grid-template-columns: clamp(160px, 200 / 1440* 100vw, 180px) 1fr;
    align-items: center;
    padding: 0px 0 0 0;
}

.main-nav__logo{
    grid-area: logo;
    width: 200px;
}

.main-nav__logo a{
    display: flex;
    
}
.main-nav__logo img{
max-width: 100%;
  height: auto;
  width: auto;
  max-height: 76px; 
  padding: 4px 0 0 15px;
}
.main-nav__container{
    grid-area: nav;
    justify-self: end;
    display: flex;
}

.main-nav__list{
    display: flex;
    align-items: center;
    align-items: stretch;
}

.main-nav__list > li{
    position: relative;
    color: var(--color-black);
    font-weight: bold;
    position: relative;
}

.main-nav__list li:hover{
    color: var(--color-blue);
}

.main-nav__list > li:nth-child(1) > a,
.main-nav__list > li:nth-child(2) > a,
.main-nav__list > li:nth-child(3) > a,
.main-nav__list > li:nth-child(4) > a,
.main-nav__list > li:nth-child(5) > a,
.main-nav__list > li:nth-child(6) > a{
    display: block;
    width: 100%;
    height: auto;
    padding: 30px clamp(20px, 40 / 2000 * 100vw, 40px) 25px;
}


.main-nav__list > li:nth-child(1) > a::after,
.main-nav__list > li:nth-child(2) > a::after,
.main-nav__list > li:nth-child(3) > a::after,
.main-nav__list > li:nth-child(4) > a::after,
.main-nav__list > li:nth-child(5) > a::after,
.main-nav__list > li:nth-child(6) > a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #1c54a8;
    transition: width 0.3s ease, left 0.3s ease;*/
}

.main-nav__list > li:nth-child(1) a:hover::after,
.main-nav__list > li:nth-child(2) a:hover::after,
.main-nav__list > li:nth-child(3) a:hover::after,
.main-nav__list > li:nth-child(4) a:hover::after,
.main-nav__list > li:nth-child(5) a:hover::after,
.main-nav__list > li:nth-child(6) a:hover::after{
    width: 100%;
    left: 0;
}


.main-nav__list > li:nth-child(6){
    width: 81px;
    height: auto;
}

.main-nav__list > li:nth-child(6) a{
    padding:20px 16px 0;
    display: block;
    height: 84px;
}

.main-nav__list li:nth-child(7) a,
.main-nav__list li:nth-child(8) a{
    display: block;
    padding: 30px 40px 25px 60px;
}

.main-nav__list > li::after{
    background: #CED6E8;
    content: "";
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 1px;
    height: 30%;
}

.main-nav__list li:nth-child(7){
    background: #01BEB3;
    color: #fff;
}

.main-nav__list li:nth-child(8){
    background: #0744A0;
    color: #fff;
}

.main-nav__list li:nth-child(7)::before{
    content:"";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top:20px;
    left: 30px;
    background: url(../img/icon-note.png) no-repeat top left;
    background-size: 80% auto;
}

.main-nav__list li:nth-child(8)::before{
    content:"";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top:20px;
    left: 30px;
    background: url(../img/icon-cart.png) no-repeat top left;
    background-size: 80% auto;
}

.main-nav__list li:nth-child(6)::after,
.main-nav__list li:nth-child(7)::after,
.main-nav__list li:nth-child(8)::after{
    display: none;
}


@media screen and (max-width: 1490px) and (min-width: 992px) {
    body {
        padding-top: 80px;
    }
    .main-nav__list > li:nth-child(1) > a,
    .main-nav__list > li:nth-child(2) > a,
    .main-nav__list > li:nth-child(3) > a,
    .main-nav__list > li:nth-child(4) > a,
    .main-nav__list > li:nth-child(5) > a,
    .main-nav__list > li:nth-child(6) > a{
        display: block;
        width: 100%;
        height: auto;
        padding: 30px clamp(4px, 20 / 2000 * 100vw, 40px) 25px;
    }
    .main-nav__list > li:nth-child(6){
        width: 81px;
        height: 78px;
        padding: 0;
    }
    
    .main-nav__list > li:nth-child(6) a{
        padding:20px 16px 0;
        display: block;
        height: 78px;
    }

    .main-nav__list li:nth-child(7) a,
    .main-nav__list li:nth-child(8) a {
        padding: 30px 20px 25px 30px;
    }
}




.l-main{

    
}


.f120{
    font-size:120%;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

/*====================================================================================================
ドロップダウンメニュー
====================================================================================================*/

.main-nav__item a{
    position: relative;
    flex: 1; 
}

.main-nav__dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%; 
    left: 0; 
    width: 100vw; 
    z-index: 100;
    background:var(--color-blue);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.main-nav__item:hover .main-nav__dropdown {
    visibility: visible;
    opacity: 1;

}

.main-nav__dropdown .main-nav__dropdown-wrap{
    max-width:1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 0 20px;
}


.main-nav__dropdown ..main-nav__dropdown-wrap li {
    list-style: none;
    padding: 8px 16px;
}

.main-nav__dropdown li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px clamp(4px, 20 / 2000* 100vw, 20px) 10px;
    letter-spacing: 0.05em;
    flex-direction: column;
    transition: 0.5s;
    font-weight: 500;
    font-size: clamp(14px, 18 / 1440* 100vw, 18px);
}

.main-nav__dropdown li a:hover{
    opacity: 0.7;

}

.main-nav__dropdown li a img {
    margin: 8px 8px 20px;
    border-radius: 2px;
}

.main-nav__dropdown li a p {
    padding: 0 0 0 0px;
    
}

.main-nav__dropdown li a p span{
    position: absolute;
    opacity: 0.1;
    top: 132px;
    left: 78%;
    font-style: italic;
    font-size: 46px;
    font-family: var(--ffEn);
    letter-spacing: 0.16em;
    font-weight: bold;
}



/*====================================================================================================
footer
====================================================================================================*/


.l-footer{
    border-top:6px solid var(--color-blue) ;
    background: #fff;
}

.footer__inner{
    display: grid;
    grid-template-columns: 44% 24% 24%;
    gap:60px;
}

.footer__logo{
    width: 200px;
    height: auto;
}

.foot-link a{
    display: inline-block;
    border: 1px solid var(--color-blue);
    padding: 4px 30px;
    color:var(--color-blue);
    font-weight: bold;
    font-size: clamp(12px, 14 / 1440* 100vw, 14px);
    width: 280px;
    text-align: center;
    transition-duration: 0.2s;
}
.foot-link a:hover{
    background: var(--color-blue);
    color: #fff;
}

.footer__inner p{
    margin:0;
    font-size: clamp(12px, 14 / 1440 * 100vw, 14px);
}

.footer__inner ul li{
    font-size: clamp(13px, 15 / 1440 * 100vw, 15px);  
    font-weight: bold;
    margin-bottom: 10px;
    transition-duration: 0.2s;
}

.footer__inner ul li:hover{
    transform: translateX(10px); 
    
}

.footer__title{
    font-weight: bold;
    color: var(--color-blue);
    margin-bottom: 20px;
}

.footer__section--line{
    border-left:4px solid var(--color-blue) ;
    padding-left: 40px;;
}

.footer__bottom {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 10px;
    color: var(--color-black);
    background: #f5f5f5;
    text-align:center;
}



.back-to-top{
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
    margin-bottom: 0;
  }
  .back-to-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 28px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
  }
  .back-to-top a span{
    display: block;
    background: url(../img/icon_arrow-top.png) no-repeat top center;
    background-size:100% auto;
    width: 40px;
    margin: 10px auto;
    height: 30px;
  }
  .back-to-top a:hover {
    text-decoration: none;
    opacity: 0.8;
    transform: translateY(-10px);
  }


  .menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    background: none;
    border: none;
}


/*====================================================================================================
breadcrumb
====================================================================================================*/


.breadcrumb {
    display: flex;
    align-items: center;
  }
  
  .breadcrumb__list {
      max-width: 1440px;
      padding: 10px;
      display: flex;
      margin: 0 auto;
  }
  
  .breadcrumb__list li{
    font-size: 14px;
  }
  .breadcrumb__list li:nth-child(1){
      border-left:2px solid #E1E3E4;
  }
  
  .breadcrumb__list li a{
      position: relative;
      display: block;
      padding: 0 40px;
  }
  .breadcrumb__list li:nth-child(2) a{
        padding: 0 50px 0 20px;
  }


  
  .breadcrumb__list li a:after{
      position: absolute;
      content:"";
      background:url(../img/icon-arrow-small.png) no-repeat center center;
      background-size: 100% auto;
      width: 5px;
      height: 14px;
      top:6px;
      right:12px;
  }
  
  .breadcrumb__list li a:hover{
    color: var(--color-blue);
  }
  
  .breadcrumb__item {
    margin-right: 6px;
  }
/*
.main-nav__item a:focus,
.main-nav__item a:active {
    background-color: var(--color-blue); 
    color: #fff; 
}
*/


@media screen and (max-width: 992px) {

    body {
        padding-top: 74px;
    }

/*====================================================================================================
header sp
====================================================================================================*/

    .l-header{
      height: 74px;
    }


    .main-nav__logo img{
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 70px; 
        padding: 6px 0 0 15px;
    }
 
    .main-nav__container {
        display: none;
        flex-direction: column;
        width: 100%;
        background:rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 70px;
        left: 0;
        transition: 0.3s ease;
    }
    .main-nav__list li::after{
        display: none;
    }
    .main-nav__list li:nth-child(1),
    .main-nav__list li:nth-child(2),
    .main-nav__list li:nth-child(3),
    .main-nav__list li:nth-child(4),
    .main-nav__list li:nth-child(5),
    .main-nav__list li:nth-child(6){
        border-bottom: 1px solid #ddd;
    }

    /*
    .main-nav__list li:nth-child(1) a,
    .main-nav__list li:nth-child(2) a,
    .main-nav__list li:nth-child(3) a,
    .main-nav__list li:nth-child(4) a,
    .main-nav__list li:nth-child(5) a,
    .main-nav__list li:nth-child(6) a {
        display: block;
        width: 100%;
        height: auto;
        padding: 30px clamp(20px, 40 / 2000* 100vw, 40px) 25px;
        position: relative;
        cursor: pointer;
        z-index: 1100;
        background: #ff0000;
    }*/
        
    .main-nav__list {
        flex-direction: column;
        display: block;
    }
    .main-nav__list > li:nth-child(6) {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .main-nav__list > li:nth-child(6) a{
        padding: 0;
        padding: 15px clamp(4px, 40 / 2000* 100vw, 40px) 15px;
        height: auto;
    }
    .main-nav__list > li:nth-child(6) a img{
        width: 40px;
        height: auto;
    }

    .main-nav__list li:nth-child(7)::before{
        content:"";
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        top:18px;
        left: 20px;
        background: url(../img/icon-note.png) no-repeat top left;
        background-size: 80% auto;
    }
    
    .main-nav__list li:nth-child(8)::before{
        content:"";
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        top:20px;
        left: 20px;
        background: url(../img/icon-cart.png) no-repeat top left;
        background-size: 80% auto;
    }

    .main-nav__item {
        margin: 0px 0;
    }
    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top:10px;
    }
    .main-nav__container.active {
        display: flex;
    }
    .menu{
        width: 50px;
        height: 50px;
        cursor: pointer;
        margin: 0 auto;
        position: relative;
    }
    .menu span{
        display: block;
        margin: 0;
        border: none;
        width: 50%;
        height: 3px;
        background: #000;
        transform-origin:0% 50%;
        position: absolute;
        top: 12px;
        left: 25%;
        transition: .3s;
    }
    .menu span:nth-of-type(2){
        top: 21px;
    }
    .menu span:nth-of-type(3){
        top: 30px;
    }


    /*====================================================================================================
    ドロップダウンメニュー SP
    ====================================================================================================*/

    /* ドロップダウンメニューの初期状態 */
    .main-nav__dropdown {
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
        white-space: normal;
        cursor: pointer;
    }

   

    /* メニューが表示されているときのスタイル */
    .main-nav__dropdown.visible {
        visibility: visible;
        opacity: 1;
        height: auto; /* 自動的にコンテンツの高さに広がる */
    }

    .main-nav__dropdown .main-nav__dropdown-wrap{
        max-width:1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }

    .main-nav__dropdown .main-nav__dropdown-wrap li {
        list-style: none;
        padding: 8px 16px;
        min-height: 80px;
    }
    .main-nav__dropdown .main-nav__dropdown-wrap li a{
        position: relative;
        z-index: 1120;
    }

    .main-nav__dropdown li a {
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 10px clamp(4px, 20 / 2000* 100vw, 20px) 10px;
        letter-spacing: 0.05em;
        flex-direction: column;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
        z-index: 2000;
        display: block;
        position: relative;
    }
    .main-nav__dropdown li a:hover{
        opacity: 1;
    }

    .main-nav__dropdown li a img {
        display: none;
    }

    .main-nav__dropdown li a p {
        padding: 0 0 0 0px;
        margin-bottom: 0;
    }

    .main-nav__dropdown li a p span{
        position: absolute;
        opacity: 0.1;
        top: -20%;
        left: 60%;
        font-style: italic;
        font-size: 46px;
        font-family: var(--ffEn);
        letter-spacing: 0.16em;
        font-weight: bold;
    }



    .close span{
        left: 30%;        
    }   
    .close span:nth-of-type(1){
        transform: rotate(45deg);
        width: 52%;
    }
    .close span:nth-of-type(2){
        opacity: 0;
    }
    .close span:nth-of-type(3){
        top: 30px;
        transform: rotate(-45deg);
        width: 52%;
    }
    .footer__inner{
        display: block;
    }


    /*====================================================================================================
    breadcrumb SP
    ====================================================================================================*/

    .breadcrumb__list {
        padding: 10px 0;
    }
    .breadcrumb__list li {
        font-size: 13px;
    }
    .breadcrumb__list li a {
        padding: 0 20px 0 10px;
    }
    .breadcrumb__list li:nth-child(2) a {
        padding: 0 20px 0 0px;
        white-space: nowrap;
    }
    .breadcrumb__list li a:after {
        top: 4px;
        right: 6px;
    }


    /*====================================================================================================
    footer sp
    ====================================================================================================*/

    .footer__logo{
        width: 150px;
    }
    .footer__section--company{
        margin-bottom: 20px;
    }
    .footer__section--line {
        padding-left: 20px;
    }
    .footer__title,
    .footer__inner ul li {
        margin-bottom: 0px;
    }
    .footer__section--line{
        margin-top: 20px;
    }
    .footer__bottom{
        font-size:3vw;
    }



      .back-to-top a {
        width: 80px;
        padding: 16px 5px;
      }


}



/*footerあたりにでてくる編集モードへのリンク*/

.edit-link{
    display: none;
}