/*
Theme Name: arms
Theme URI: https://a-r-m-s.net/latest
Description: armsdesign
Version: 1
Author: yuji kobayashi
Author URI: https://a-r-m-s.net/
*/

article > h1{
  max-width: 1000px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 auto 25px;
  padding: 0 20px;
  box-sizing: border-box;
}

article > h1 span{
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 11px;
  letter-spacing: normal;
  color: #b9b9b9;
  padding-left: 10px;
}

.categories_box{
  padding: 20px;
  background: #f7f7f7;
}

.categories_box .inner{
  display: flex;
  justify-content: center;
}

.categories_box h3{
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  line-height: 1;
  margin-right: 20px;
  color: #000;
}

.categories_box ul{
  display: flex;
  justify-content: flex-start;
}

.categories_box li{
  font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #B7B7B7;
}

.categories_box li + li{
  margin-left: 15px;
}

.categories_box li a{
  color: #323232;
}

.block{
  font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 50px;
}

.block + .block{
  margin-top: 80px;
}

.block h2{
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  line-height: 1.5;
  padding: 0 10px 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.block p{
  font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.opts {
  margin-bottom: 15px;
}

.block .opts p{
  font-size: 12px;
  line-height: 1;
  text-align: right;
  color: #8A8A8A;
  padding: 0 15px;
}

.block i{
  margin-right: 5px;
}

.block img{
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 750px !important;
  display: block;
  margin: 0 auto 30px;
}

.block img.bd{
  border: 1px solid #afafaf;
  box-sizing: border-box;
}

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

.block p + p{
  margin-top: 20px
}

.block .mov{
  width: 90%;
  margin: 30px auto;
  aspect-ratio: 16 / 9;
}

.block .mov iframe {
  width: 100%;
  height: 100%;
}


.tag{
  margin-top: 20px;
}

.tag a{
  font-size: 12px;
}

.navigation{
  text-align: center;
  margin-top: 120px;
  padding-top: 60px;
  border-top: 1px solid #000;
}

.navigation ul{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 0 35px;
}

.navigation ul li{
  min-width: 25px;
  min-height: 25x;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.navigation ul li.current{
  font-size: 13px;
  color: #FFF;
}
.navigation ul li.current::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #323232;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left:  50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.navigation a{
  color: #323232;
  font-weight: normal;
}


.btn_box{
  text-align: center;
}

.btn_box a.btn_top{
  font-size: 14px;
	line-height: 1;
  color: #FFF;
  background: #858484;
  text-align: center;
	padding: 15px 20px;
  margin-top: 140px;
  border-radius: 50px;
  display: inline-block;
}


@media screen and (max-width: 860px) {
  
   article > h1{
    font-size: 5vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto 5vw;
    padding: 0 6vw;
  }

  article > h1 span{
    font-size: 3vw;
    padding-left: 1em;
  }
  
  .categories_box{
    padding: 4vw;
  }

  .categories_box .inner{
    display: block;
  }

  .categories_box h3{
    font-size: 4.5vw;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 5vw;
    color: #000;
  }

  .categories_box ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .categories_box li{
    width: 48%;
    font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 2.8vw;
    line-height: 1;
    display: block;
  }

  .categories_box li + li{
    margin-left: 0;
  }
  
  .categories_box li:nth-of-type(n+3){
    margin-top: 4vw;
  }

  .categories_box li a{
    display: inline-block;
    box-sizing: border-box;
  }

  .block{
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 10vw;
  }
  
 .block + .block{
    margin-top: 15vw;
  }

  .block h2{
    font-size: 4.5vw;
    line-height: 1.5;
    padding: 0 2vw 1vw;
    margin-bottom: 3vw;
  }
  
  .opts {
    margin-bottom: 5vw;
  }

  .block .opts p{
    font-size: 3vw;
    padding: 0;
  }

  .block i{
    margin-right: 1vw;
  }

  .block img{
    max-width: 100%;
    max-height: 100vw;
    display: block;
    margin: 0 auto 5vw;
  }
  
  .block img + br{
    display: none;
  }

  .block p{
    font-size: 3.5vw;
    line-height: 1.8;
  }

  .block p + p{
    margin-top: 8vw
  }
  
  .block .mov{
    width: 100%;
    margin: 10vw auto;
  }
  
  .tag{
    margin-top: 8vw;
  }

  .tag a{
    font-size: 3vw;
  }

  .navigation{
    margin-top: 15vw;
    padding-top: 10vw;
  }
  
  .navigation ul{
    gap: 0 4vw;
  }

  .navigation ul li{
    min-width: 5vw;
    min-height: 5vw;
    font-size: 3.6vw;
    line-height: 5vw;
  }
  
  .navigation ul li span{
    display: none;
  }

  .navigation ul li.current{
    font-size: 3.3vw;
    color: #FFF;
  }

  .btn_box{
    text-align: center;
  }

  .btn_box a.btn_top{
    font-size: 3.8vw;
    line-height: 1;
    padding: 3vw 4vw;
    margin-top: 15vw;
    border-radius: 10vw;
  }
  


}






