@charset "utf-8";

/* 共通 */
body {
  font-family: "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  box-sizing: border-box;
  display: flex;
}

/* #top */
body {
  width: 100%;
  height: 100vh;
}

.outwrapper {
  min-height: 100vh;
  max-width: 980px;
  background-color: #fff;
  margin: auto;
  box-sizing: border-box;
}
.pc_off{
  display: none;
}
h2{
  font-size: 40px;
  font-weight: bold;
}
/* pcメイン */
.main_pc{
  position: relative;
  width: 100%;
}
.ink_marker_logo{
  width: 50%;
  position: absolute;
  left: 20px;
}
.ink_marker_logo img{

}
.ink_maker_main{

}
.ink_maker_main img{

}
.feature_wrap{
  max-width: 1100px;
  margin: 80px auto 0px auto;
  display: flex;
}
.ink_feature_left{

}
.ink_feature_left h2{
  color: #00A0E9;
}
.ink_feature_left p{
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin-top: 20px;
}
.feature_txt{
  margin-bottom: 30px;
}
.ink_feature_right{
  width: 40%;
}
.ink_feature_right ul{
  display: flex;
      gap: 20px;
}
.recommend_wrap{
  max-width: 1100px;
  margin: 80px auto 0px auto;
}
.recommend_wrap h2{
  text-align: center;
  font-size: 29px;
  position: relative;
}
.recommend_wrap h2 span{
  font-weight: bold;
  font-size: 40px;
}
.recommend_wrap h2::before{
  content: "";
  display: block;
  width: 395px;
  height: 50px;
  background-image: url(../img/youto_line.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  background-size: contain;
  bottom: -60px;
}
.recommend_wrap ul{
  display: flex;
      gap: 20px;
      margin-top: 80px;
}
.recommend_wrap ul li{
  position: relative;
}
.recommend_wrap ul li img{

}
.reco_txt{
  padding: 15px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
}
.reco_txt p{
  font-weight: bold;
  color: #00A0E9;
  background: linear-gradient(transparent 70%, #ffb666 70%);
  font-size: 17px;
}
.recommend_wrap h3{
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-top: 40px;
}
.sozai_list{

}
.sozai_list table{
  max-width: 750px;
  margin: 30px auto 0px auto;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 3px solid #00A0E9;
}
.sozai_list th{
  border: 3px solid #00A0E9;
  padding: 10px 48px;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #00A0E9;
}
.sozai_list td{
  border: 3px solid #00A0E9;
  padding: 20px 39px;
  font-size: 50px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #00A0E9;
}
.sozai_txt{
  max-width: 750px;
  margin: 15px auto 0px auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.howto_wrap{
  max-width: 1100px;
  margin: 80px auto 0px auto;
}
.howto_wrap h2{
  text-align: center;
}
.howto_wrap ul{
  display: flex;
      gap: 20px;
      margin-top: 40px;
}
.howto_wrap ul li{

}
.howto_wrap ul li img{

}
.howto_wrap ul li p{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 20px;
}
.howto_kaeshin{
  max-width: 1100px;
  margin: 44px auto;
  text-align: center;
}
.howto_kaeshin img{
  max-width: 550px;
  position: relative;
  z-index: -1;
}
.kaeshin_txt{
  width: 433px;
  margin: -90px 0px 0px auto;
  background-color: #fff;
  padding: 25px 20px;
  border: dashed 3px #ffb666;
  text-align: left;
}
.kaeshin_txt h3{
  font-weight: bold;
  color: #00A0E9;
  font-size: 25px;
}
.kaeshin_txt p{
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: bold;
}
.shop_wrap{
  max-width: 750px;
  margin: 40px auto;
}
.shop_wrap h2{

}
.shop_link{
  display: flex;
      margin-top: 25px;
      align-items: center;
      justify-content: space-between;
}
.shop_link img{
  max-width: 450px;
}
.shop_link a{
  display: flex;
      width: 240px;
      height: 60px;
      border: solid 3px #000;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
}
/* footer */
footer {
  text-align: center;
  margin-top: 70px;
}

footer ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

footer a {
  display: block;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.3;
}

footer li:nth-child(1) a {
  margin-right: 30px;
  background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer li:nth-child(2) a {
  margin-right: 30px;
  background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer li:nth-child(3) a {
  margin-right: 30px;
  background: url(../img/icon_yt.png) no-repeat center/contain;
}

footer li:nth-child(4) a {
  background: url(../img/icon_ln.png) no-repeat center/contain;
}

footer .foo_text {
  font-size: 15px;
  margin-bottom: 30px;
}

footer .last_text {
  font-size: 10px;
  margin-bottom: 10px;
}
/* サイズ別設定 */


@media screen and (max-width: 574px) {
  .pc_off {
    display: block;
  }
  .sp_off {
    display: none;
  }
  h2 {
    font-size: 25px;
    font-weight: bold;
}
  .main_pc{
    position: relative;
    width: 100%;
  }
  .ink_marker_logo{
    width: 50%;
    position: absolute;
  }
  .ink_marker_logo img{
  
  }
  .ink_maker_main{
  
  }
  .ink_maker_main img{
  
  }
  .feature_wrap{
    max-width: 92%;
    margin: 40px auto 0px auto;
    display: flex;
    flex-direction: column;
  }

  .ink_feature_left{
  
  }
  .ink_feature_left h2{
    color: #00A0E9;
  }
  .recommend_wrap h2::before{
    content: "";
    display: block;
    width: 79%;
    height: 50px;
    background-image: url(../img/youto_line.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    background-size: contain;
    bottom: -60px;
  }
  .ink_feature_left p{
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 10px;
  }
  .feature_txt{
    margin-bottom: 20px;
  }
  .ink_feature_right{
    width: 100%;
    margin-top: 20px;
  }
  .ink_feature_right ul{
    display: flex;
        gap: 20px;
  }
  .recommend_wrap{
    max-width: 92%;
    margin: 40px auto 0px auto;
  }
  .recommend_wrap h2{
    text-align: center;
    font-size: 20px;
  }
  .recommend_wrap h2 span{
    font-weight: bold;
    font-size: 30px;
  }
  .recommend_wrap ul{
    display: flex;
            gap: 20px;
            margin-top: 50px;
            flex-direction: column;
  }
  .recommend_wrap ul li{
    position: relative;
  }
  .recommend_wrap ul li img{
  
  }
  .reco_txt{
    padding: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
  }
  .reco_txt p{
    font-weight: bold;
    color: #00A0E9;
    background: linear-gradient(transparent 70%, #ffb666 70%);
    font-size: 17px;
  }
  .recommend_wrap h3{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-top: 40px;
  }
  .sozai_list{
  
  }
  .sozai_list table{
    max-width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 3px solid #00A0E9;
  }
  .sozai_list th{
    border: 3px solid #00A0E9;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #00A0E9;
  }
  .sozai_list td{
    border: 3px solid #00A0E9;
    padding: 20px 32px;
    font-size: 21px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #00A0E9;
  }
  .sozai_txt{
    max-width: 100%;
    margin: 15px auto 0px auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
  }
  .howto_wrap{
    max-width: 92%;
    margin: 40px auto 0px auto;
  }
  .howto_wrap h2{
    text-align: center;
  }
  .howto_wrap ul{
    display: flex;
            gap: 20px;
            margin-top: 20px;
            flex-direction: column;
  }
  .howto_wrap ul li{
  
  }
  .howto_wrap ul li img{
  
  }
  .howto_wrap ul li p{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 20px;
  }
  .howto_kaeshin{
    max-width: 100%;
    margin: 44px auto;
    text-align: center;
  }
  .howto_kaeshin img{
    max-width: 100%;
    position: relative;
    z-index: -1;
  }
  .kaeshin_txt{
    width: 100%;
    margin: 20px 0px 0px auto;
    background-color: #fff;
    padding: 25px 20px;
    border: dashed 3px #ffb666;
    text-align: left;
    box-sizing: border-box;
  }
  .kaeshin_txt h3{
    font-weight: bold;
    color: #00A0E9;
    font-size: 25px;
  }
  .kaeshin_txt p{
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: bold;
  }
  .shop_wrap{
    max-width: 92%;
    margin: 40px auto;
  }
  .shop_wrap h2{
  
  }
  .shop_link{
    display: flex;
            margin-top: 25px;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
            gap: 15px;
  }
  .shop_link img{
    max-width: 100%;
  }
  .shop_link a{
    display: flex;
            width: 200px;
            height: 50px;
            border: solid 2px #000;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            font-weight: bold;
  }
}