@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;
}
.sp_on {
    display: none;
}
html {
    word-break: break-word;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 62.5%;
    letter-spacing: 0.04em;
}
/* #top */
body {
    width: 100%;
    background: linear-gradient(90deg, #000 0%, #000 50%, #fff 50%, #fff 100%);
    padding: 30px 0px;
}

.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{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.nippe_black_main{
    width: 50%;
    text-align: center;
}
.main_logo{
    display: block;
    margin: 0 auto;
    max-height: 350px;
}
.nippe_black_main a{
    display: flex
;
    width: 240px;
    height: 65px;
    background-color: #fff;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 15px auto 0px auto;
}
.nippe_white_main{
    width: 50%;
    text-align: center;
}
.nippe_white_main a{
    display: flex
;
    width: 240px;
    height: 65px;
    background-color: #000000;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    margin: 29px auto 0px auto;
}
.main_catch{
    max-width: 1100px;
    margin: 30px auto 0px auto;
}
/* 特長 */
.feature_wrap{
    max-width: 1100px;
    display: flex;
    margin: 0px auto;
}
.feature_left{
    width: 50%;
    color: #fff;
}
.feature_left h2{
    text-align: center;
}
.feature_left p{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 20px;
}
.feature_right{
    width: 50%;
}
.feature_right h2{
    text-align: center;
}
.feature_right p{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 20px;
}

/* 商品情報 */
.detail_wrap{
    max-width: 900px;
    margin: 40px auto 0px auto;
}
.detail-table{
    border-collapse: collapse;
    margin: 0 auto 40px;
}
.detail-table th{
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: #ffe208;
    line-height: 4rem;
    border: 2px solid #000;
}
.detail-table td{
    background-color: #fff;
    border: 2px solid #000;
    line-height: 4rem;
    padding: 1.5rem 2rem;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
}
.detail-table_padding span{
    display: block;
    font-size: 12px;
    line-height: 2rem;
    font-weight: bold;
}

/* サイズ別設定 */


@media screen and (max-width: 574px) {
.sp_on {
        display: block;
    }
  .sp_off {
    display: none;
  }
  h2 {
    font-size: 25px;
    font-weight: bold;
}
.nippe_black_main {
    width: 44%;
    text-align: center;
}
.nippe_white_main {
    width: 44%;
    text-align: center;
}
.main_pc {
    max-width: 1100px;
    margin: 0 auto;
    display: flex
;
    justify-content: space-around;
}
.nippe_black_main a {
    display: flex
;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 15px auto 0px auto;
}
.nippe_white_main a {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #000;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 17px auto 0px auto;
    counter-reset: #fff;
}
.main_catch {
    max-width: 92%;
    margin: 30px auto 0px auto;
}
.feature_left p {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 20px;
}
.feature_right p {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 20px;
}
.detail_wrap {
    max-width: 92%;
    margin: 40px auto 0px auto;
}
.detail-table td {
    background-color: #fff;
    border: 2px solid #000;
    line-height: 3rem;
    padding: 1.5rem 2rem;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
}
.detail-table th {
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #ffe208;
    line-height: 4rem;
    border: 2px solid #000;
}
}