@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/*common
----------------------------------------------------------------------*/

.wrap {
  max-width: 957px;
  margin: 67px auto 0;
  padding: 0 25px;
}

.inner {
  max-width: 957px;
  width: 90%;
  margin: 0 auto;
}

main {
  color: #4D4D4D;
  background-color: white;
}

figure {
  position: relative;
} 

.cap_Txt {
position: absolute;
font-size: 10px;
bottom: 5px;
transform: rotate(.028deg);
}
.cap_R { right: 5px;}
.cap_L { left: 5px;}
.cap_Btm { 
  left: 0;
  right: auto;
  bottom: -15px;
}
.cap_W { color: #fff;}
.cap_B { color: #333;}
.cap_Shw { text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;}
.cap_ShW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}


.attention {
  font-size: 12px;
}

.block .f-12 { 
  font-size: 12px
}
.sq {
  display: flex;
  align-items: center;
}
.sq-topline .square {
  transform: translateY(.1rem);
}

.sq-topline {
  line-height: 1.4rem;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

.square {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #3e3a39;
  margin-right: .2em;
}

.square.bk {
  background: #3e3a39;
}

.mv {
  background-image: url("../img/equipment/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}

.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 246px;
}


.sec01,.sec02,.sec03,.sec04 {
  padding: 80px 0 0 0;
}

.intro {
  text-align: center;
  margin-bottom: 60px;
}

.sec_lead {
    font-size: 24px;
    line-height: 2.25rem;
    margin: 80px auto 1.5rem;
    letter-spacing: 0.15em;
}

.column1,.column2,.column3,.column4 {
  margin-bottom: 30px;
}

.flex_block {
  display: flex;
  flex-wrap: wrap;
   align-items: stretch
}

.column {
  flex-direction: column;
  justify-content: space-between;
}

.flex_block .flex_block.column {
  flex-wrap: nowrap;
}


.flex_block.column > .block {
  width: 100%; 
}

.fcolumn_reverse {
  flex-direction: column-reverse;
}

.flex_block {
  gap: 2%;
}

.flex_block .block {
  width: 49%;
}

.flex_block.column3 {
  gap: 2%;
}

.flex_block.column3 > .block {
  width: 32%;
}

.flex_block.column4 {
  gap: 2%;
}

.flex_block.column4 > .block {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 23.5%;
}

.block .item_text {
  margin-bottom: 10px;
}

.block .item_img {
  margin-bottom: 10px;
}

h3 {
  text-align: center;
  padding: 10px 0;
  margin: 10px 0 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

h4 {
  margin-bottom: 10px;
}

.block p {
  font-size: 14px;
  line-height: 1.4rem;
}

.entry {
    padding: 34px 0 44px;
}

.other .inner .notes {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.notes p {
  color: #000;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
}

.notes {
  padding: 30px 0 80px 0;
}

/*微調整*/

.u-bottom {
  margin-top: 25px;
}

.u-bottom2 {
  margin-top: 18px;
}


/*MAIN MENU 
--------------------------------------------------------------------------*/
.main_menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 80px auto 40px auto;
}

.main_menu li {
  width: 300px;
  height: 40px;
  background: url('../img/equipment/menu_btn_off.png') no-repeat center / cover;
  border-radius: 15px;
}

.main_menu li.on {
  background: url('../img/equipment/menu_btn_on.png') no-repeat center / cover;
}

.main_menu li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  color: #1a2652;
}
.main_menu li.on a {
  pointer-events: none;
  color: #fff;
}

/* line01
--------------------------------------------------------------------------*/

.line01 .row01 {
  width: 59%;
}

.line01 .row02 {
  width: 39%;
}

.line01 .row02 .flex_block .row01 {
  width: 74%;
}

.line01 .row02 .flex_block .row02 {
  width: 24%;
}

.u-pos-btm {
  margin-bottom: -10px;
}


/* line03
--------------------------------------------------------------------------*/

.line03 .flex_block.column4 .wide {
  width: 49%;
}

.line03 .flex_block.column4 .wide .flex_block .block.col01 {
  width: 35.5%;
}
.line03 .flex_block.column4 .wide .flex_block .block.col02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62.5%;
}

.u-flex-btm {
  display: flex;
  align-items: end;
}

.line03 .u-pos2 {
  right: 50%;
}

.line03 .u-mgbt-cap {
  margin-bottom: 15px;
}

.line03 .u-pos-shoes01 {
  right: 12%;
  bottom: -12px;
}

.line03 .u-pos-shoes02 {
  right: auto;
  left: 0;
  bottom: -12px;
}

/* line04
--------------------------------------------------------------------------*/

.line04 > .flex_block .col01 {
  width: 33%;
}

.line04 > .flex_block .col02 {
  width: 65%;
}

.line04 > .flex_block .col02 > p {
 margin-bottom: 10px;
 font-size: 16px;
}
.line04 > .flex_block .col02 .flex_block.column3 {
 row-gap: 10px;
}

.line04 h4 {
  background: #efefef;
  padding: 5px 10px;
  color: #604c3f;
}

/* line05
--------------------------------------------------------------------------*/

.line05 .flex_block .col01 {
  width: 20%;
}
.line05 .flex_block .col02 {
  width: 33%;
}
.line05 .flex_block .col02 .item_text {
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 64%;
}
.line05 .flex_block .col02 .item_img {
  width: 34%;
}
.line05 .flex_block .col03 {
  width: 42%;
}
.line05 .flex_block .col03 .item_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 39%;
}
.line05 .flex_block .col03 .item_img {
  width: 59%;
}
p.attention {
  font-size: 12px;
}

.line05 .u-pos2 {
  right: 55%;
}
.line05 .col02 .u-pos1 {
  right: 22%;
  bottom: -6%;
}

.line05 .col02 .u-pos2 {
  right: 0;
  bottom: 48%;
}

/* line06
--------------------------------------------------------------------------*/

.line06 .u-pos2 {
  right: 55%;
}

/* line07
--------------------------------------------------------------------------*/

.line07 .u-pos2 {
  right: 55%;
}

.line07 .flex_block.column4 > .block.col01,
.line07 .flex_block.column4 > .block.col03 {
  width: 18%;
}

.line07 .flex_block.column4 > .block.col02,
.line07 .flex_block.column4 > .block.col04 {
  width: 29%;
}

.line07 .flex_block.column4 > .block.col02 h3,
.line07 .flex_block.column4 > .block.col03 h3,
.line07 .flex_block.column4 > .block.col04 h3{
  padding: 19px 0;
}

.line07 .flex_block.column4 > .block.col03 .item_img {
  margin-top: 0px;
}
.line07 .flex_block.column4 > .block.col01 .item_img {
  margin-top: 18px;
}

.line07 .flex_block.column4 > .block.col04 .item_img {
  margin-top: -2px;
}



/* line08
--------------------------------------------------------------------------*/

.line08 .column2 .col01 .item_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29%;

}
.line08 .column2 .col01 .item_img {
  width: 69%;
}
.line08 .column2 .col01 .item_img .left{
  width: 30%;
}
.line08 .column2 .col01 .item_img .right{
  width: 68%;
}

.line08 .u-pos {
  bottom: -10px;
}

/* line09
--------------------------------------------------------------------------*/
.line09 .flex_block .col01 {
  width: 47%;
}
.line09 .flex_block .col01 .item_text {
  width: 34%;
}
.line09 .flex_block .col01 .item_img {
  width: 64%;
}
.line09 .flex_block .col02 {
  width: 29%;
}
.line09 .flex_block .col02 .item_text {
  width: 59%;
}
.line09 .flex_block .col02 .item_img {
  width: 39%;
}
.line09 .flex_block .col03 {
  width: 20%;
}

/* line10
--------------------------------------------------------------------------*/

.line10 .col01 .flex_block.column {
  gap: 0px;
}


.line10 .col02 .flex_block.column {
  gap: 30px;
}

.line10 .col03 .item_img { 
    position: relative;
    width: 50%;
    margin-left: auto;
    transform: translateY(-8px);
}

.line10 .col03 { 
    position: relative;
}

.line10 .col03 p.attention { 
    position: absolute;
    bottom: 30px;
    left: 0;
}

.line10 h3 {
  line-height: 1.4em;
}

/*微調整*/

.line10 .col02 h3,
.line10 .col03 h3,
.line10 .col04 h3 {
  padding: 21px 0;
}
.line10 .u-pos {
  bottom: -8px;
}
.font-small {
  font-size: 13px;
}



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

/*COMMON
----------------------------------------------------------------------*/


.entry {
    background-color: white;
    padding: 20px 0 17px;
}

.mark {
  left: -40px;
}

/*COLOR
----------------------------------------------------------------------*/


  .notes {
    padding: 60px 0;
  }

  }

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

  /*common
  ----------------------------------------------------------------------*/

  .wrap {
    margin-top: 0;
  }

  .mv {
    min-height: 67px;

  }

  .mv figure {
    width: clamp(129px, 36.8571428571vw, 246px);
  }

  .sec_ttl {
    margin: 40px 0 20px;
  }


  .sec_ttl h2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 33px 0 20px;
  }

  .sec_lead p {
    text-align: left;
    padding: 0 50px;
    line-height: 26px;
    letter-spacing: 0.09em;
  }
    .intro {
        text-align: center;
        margin-bottom: 20px;
    }

    .sec_ttl {
      letter-spacing: 0;
      font-size: clamp(13px, 3.7vw, 15px);
    }

    .sec_lead {
      font-size: 20px;
      font-size: 1.1rem;
      line-height: 1.875rem;
      margin: 0px;
      letter-spacing: 0em;
    }

    .sec01 {
      padding: 40px 0;
    }
    .sec02,.sec03,.sec04 {
      padding: 0 0 40px 0;
    }
    .sec_premium {
      margin-top: 40px;
      padding: 40px 0;
    }
    .sec_premium .premium_ttl {
      font-size: 16px;
      margin-bottom: 30px;
    }
    .column1 {
      margin-bottom: 40px;
    }
    .column2,.column3,.column4 {
      margin-bottom: 20px;
    }

    .flex_block {
      gap: none;
    }

    .flex_block:not(:last-child) {
      margin-bottom: 20px;
    }

    .flex_block .block {
      width: 100%;
    }

    .flex_block.column3 {
      gap: none;
    }

    .flex_block.column3 > .block {
      width: 100%;
    }

    .flex_block.column4 {
      gap: none;
    }

    .flex_block.column4 > .block {
      width: 100%;
    }

    /*微調整*/

    .u-bottom {
      margin-top: 0px;
    }

    .u-bottom2 {
      margin-top: 0;
    }

    .long-img-sizing {
      position: relative;
      text-align: center;
      overflow: hidden;
      width: 100%;      
    }
    .long-img-sizing img {
        width: 38%;
    }

    .back-img-blur01::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../img/other/other_img06.jpg") center / cover no-repeat;
      filter: blur(10px);
      transform: scale(2); /* ぼかしのはみ出し防止 */
      z-index: 0;
    }
      .back-img-blur02::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../img/other/other_img07.jpg") center / cover no-repeat;
      filter: blur(10px);
      transform: scale(2); /* ぼかしのはみ出し防止 */
      z-index: 0;
    }
    .back-img-blur03::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../img/other/other_img27.jpg") center / cover no-repeat;
      filter: blur(10px);
      transform: scale(2); /* ぼかしのはみ出し防止 */
      z-index: 0;
    }

    /* line01
    --------------------------------------------------------------------------*/

    .line01 .row01 {
      width: 100%;
    }

     .line01 .row01 .item_img .flex_block .block:nth-child(1) {
      width: 59%;
     }
      .line01 .row01 .item_img .flex_block .block:nth-child(2) {
      width: 39%;
     }

    .line01 .row02 {
      width: 100%;
    }

    .line01 .row02 .flex_block .row01 {
      width: 100%;
    }

    .line01 .row02 .flex_block .row02 {
      width: 100%;
    }

    /* line03
    --------------------------------------------------------------------------*/

    .line03 .flex_block.column4 .wide {
      width: 100%;
    }

    .line03 .flex_block.column4 .wide .flex_block .block.col01 {
      width: 100%;
    }
    .line03 .flex_block.column4 .wide .flex_block .block.col02 {
      width: 100%;
    }
    .line03 .flex_block.column4 .wide .flex_block .block.col02 p:not(.attention) {
      margin-bottom: 10px;
    }
    .line03 .u-pos2 {
      right: 53%;
    }

    .line03 .u-pos-shoes01 {
      right: 33%;
      bottom: -12px;
    }

    .line03 .u-pos-br {
      margin-top: 15px;
    }

    /* line04
    --------------------------------------------------------------------------*/

    .line04 > .flex_block .col01 {
      width: 100%;
    }

    .line04 > .flex_block .col02 {
      width: 100%;
    }

    /* line05
    --------------------------------------------------------------------------*/

    .line05 .flex_block .col01 {
      width: 100%;
    }
    .line05 .flex_block .col02 {
      width: 100%;
    }
    .line05 .flex_block .col02 .item_text {
        display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 64%;
    }
    .line05 .flex_block .col02 .item_img {
      width: 34%;
    }
    .line05 .flex_block .col03 {
      width: 100%;
    }
    .line05 .flex_block .col03 .item_text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 39%;
    }
    .line05 .flex_block .col03 .item_img {
      width: 59%;
    }
    p.attention {
      font-size: 12px;
    }


    /* line07
    --------------------------------------------------------------------------*/

    .line07 .flex_block.column4 > .block.col01,
.line07 .flex_block.column4 > .block.col03 {
  width: 100%;
}

.line07 .flex_block.column4 > .block.col02,
.line07 .flex_block.column4 > .block.col04 {
  width: 100%;
}

.line07 .flex_block.column4 > .block.col02 h3,
.line07 .flex_block.column4 > .block.col03 h3,
.line07 .flex_block.column4 > .block.col04 h3{
  padding: 10px 0;
}

.line07 .flex_block.column4 > .block.col03 .item_img {
  margin-top: 0px;
}
.line07 .flex_block.column4 > .block.col01 .item_img {
  margin-top: 0px;
}

.line07 .flex_block.column4 > .block.col04 .item_img {
  margin-top: 0px;
}
    /* line08
    --------------------------------------------------------------------------*/

    .line08 .column2 .col01 .item_text {
      width: 100%;

    }
    .line08 .column2 .col01 .item_img {
      width: 100%;
    }

    .line08 .u-sp-pos {
      bottom: -12px;
      right: 10px;
    }

    /* line09
    --------------------------------------------------------------------------*/
    .line09 .flex_block .col01 {
      width: 100%;
    }
    .line09 .flex_block .col01 .item_text {
      width: 100%;
    }
    .line09 .flex_block .col01 .item_img {
      width: 100%;
    }
    .line09 .flex_block .col02 {
      width: 100%;
    }
    .line09 .flex_block .col02 .item_text {
      width: 100%;
    }
    .line09 .flex_block .col02 .item_img {
      width: 100%;
    }
    .line09 .flex_block .col03 {
      width: 100%;
    }

    /* line10
    --------------------------------------------------------------------------*/

    .line10 .flex_block {
      margin-bottom: 10px;
    }

    .line10 .flex_block .col03 .flex_block{
      margin-bottom: 0;
    }

    .line10 .col01 .flex_block.column {
      gap: 0px;
    }

    .line10 .col02 .flex_block.column {
      gap: 10px;
    }

    .line10 .col03 .item_img { 
        position: relative;
        width: 50%;
        margin-left: auto;
        transform: translateY(0px);
    }

    .line10 .col03 { 
        position: relative;
    }

    .line10 .col03 p.attention { 
        position: absolute;
        bottom: 30px;
        left: 0;
    }

    .line10 .col04 .flex_block .block:nth-child(1) {
      width: 39%;
    }
    .line10 .col04 .flex_block .block:nth-child(2) {
      width: 59%;
    }

    .line10 .col02 h3,
    .line10 .col03 h3,
    .line10 .col04 h3 {
      padding: 10px 0;
}


  /* MAIN MENU
  ------------------------------------------------------------*/
    .main_menu {
      margin: 40px auto;
    }
    .main_menu li {
      width: 48%;
      gap: 4%;
    }


/* KITCHEN SPACE 
--------------------------------------------------------------------------*/

  .notes {
    padding: 20px 0 50px 0;
  }

}
