@charset "utf-8";

/* 共通 */
body {
  font-family: "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
    background-color: #FFFCF8;
}
.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;
  text-decoration: underline;
}
/* pcメイン */
.main_wrap{
  padding: 60px 60px;
  box-sizing: border-box;
  justify-content: left;
  align-items: center;
  display: flex;
  background: url(../img/kabegami_bg.jpg);
  background-size: cover;
  background-position: right;
  position: relative;
}
.main_cont{
  width: 100%;
}
.main_item{

} 
.style_logo{
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 73px;
  width: 14%;
}
.nurukabegami_title{
  background: url(../img/nurukabegami_titile.png) no-repeat center / contain;
  height: 0;
  padding-bottom: 17%;
  box-sizing: border-box;
  background-position: left;
  max-width: 750px;
}
.item_img{
  max-width: 290px;
  width: 24%;
}
.item_img img{
  display: block;
}
.main_bottom{
    display: flex;
    gap: 20px;
    align-content: flex-end;
    align-items: baseline;
    margin-top: 22px;
}
.main_img_01{

}
.main_rola {
  max-width: 390px;
  width: 30%;
}

/* about */
#about{
  margin-top: 100px;
}
.about_wrap{
  max-width: 1100px;
  margin: 0 auto;
}
.about_txt{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_ti_txt{
  font-size: 35px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 60px;
}
.about_ti p{
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
.about_txt img{
  max-width: 435px;
}
.about_wrap ul{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about_wrap ul li {
  max-width: 314px;
}
.about_wrap ul li figure{

}
.about_wrap ul li h3{
font-size: 18px;
font-weight: bold;
margin-top: 25px;
}
.about_wrap ul li p{
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}

/* example */
.ex_wrap{
  margin-top: 100px;
}
.ex_inner{
  max-width: 1100px;
  margin: 0 auto;
}
.ex_wall{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.ex_wall li{

}
.ex_wall li figure{

}
.ex_wall li p{
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 15px;
}
.ex_wall li:first-child{
  max-width: 414px;
}
.ex_wall li:nth-child(2){
  max-width: 80px;
  margin-top: 150px;
}
.ex_wall li:last-child{
  max-width: 510px;
}
.ex_first{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.ex_first li{
    width: 29%;
}
.ex_first li:nth-child(2){
      width: 40%;
}
.ex_first li img{
    max-height: 395px;
}
.ex_first li span{
    margin-top: 10px;
    color: #ff1e1e;
    font-weight: bold;
    line-height: 19px;
}

/* howto */
.howto_wrap{
  margin-top: 100px;
}
.howto_inner{
  max-width: 1100px;
  margin: 0 auto;
}
.video_cont{
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 30px;
}
.movie_wrap {
  width: 70%;
  min-height: 460px;  
}
.movie_wrap iframe {
  width: 100%;
  min-height: 460px;
  display: block;
}
.video_cont img{
  width: 26%;
  max-width: 260px;
}
.howto_inner ul{
    margin-top: 80px;
}
.howto_inner ul li{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.howto_inner ul li img{
    width: 50%;
}
.howto_txt{
    padding: 40px 40px;
    background-image: url(../img/howto_txt_bg.jpg);
    height: 210px;
    width: 560px;
    background-size: contain;
    margin-left: -40px;
}
.howto_txt_02{
    margin-left: 0px;
    margin-right: -40px;
    position: relative;
}
.howto_txt h3{
    font-size: 35px;
    font-weight: bold;
    padding-left: 32px;
    position: relative;
}
.howto_txt h3::before{
    content: "";
    display: block;
    width: 44px;
    height: 35px;
    position: absolute;
    background-image: url(../img/howto_icon_rola.png);
    background-repeat: no-repeat;
    left: 0px;
    background-size: contain;
    bottom: 0px;
}
.howto_txt h3::after{
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    position: absolute;
    background-color: #000;
    left: 0px;
    bottom: -13px;
}
.howto_txt p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    line-height: 27px;
}

/* detail */
.detail_wrap{
  margin-top: 100px;
}
.detail_inner{
  max-width: 1100px;
  margin: 0 auto;
}
.detail_inner p{
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.con03_info {
  max-width: 1100px;
  margin: 20px 0px 0px 0px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #000;
}

.con03_info th,
.con03_info td {
  border: 1px solid #000;
  padding: 20px 33px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}

.con03_info span {
  font-size: 0.6em;
}

/* shop */
.shop_wrap{
  margin-top: 100px;
}
.shop_inner{
  max-width: 1100px;
  margin: 0 auto;
}
.shop_inner h2{
  max-width: 530px;
  margin: 0 auto;
}
.shop_inner ul{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: baseline;
}
.shop_inner ul li{
  max-width: 240px;
}
.shop_inner ul li:nth-child(2){
  max-width: 250px;
}
.shop_inner ul li:nth-child(3){
  max-width: 234px;
}
.shop_inner ul li:last-child{
  max-width: 210px;
}
.shop_inner ul li img{

}
.shop_inner ul li a{
  width: 160px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  margin: 15px auto 0px auto;

}
/* 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;
  }
  #about {
    margin-top: 40px;
}
.about_wrap {
  max-width: 92%;
  margin: 0 auto;
}
h2 {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
}
.about_ti_txt {
  font-size: 23px;
  font-weight: bold;
  margin: 20px 0px;
  line-height: 38px;
}
.about_ti p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
} 
.about_txt img {
  max-width: 100%;
}
.about_wrap ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.about_wrap ul li {
  max-width: 47%;
}
.about_wrap ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 25px;
}
.about_wrap ul li p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.ex_wrap {
  margin-top: 40px;
}
.ex_inner {
  max-width: 92%;
  margin: 0 auto;
}
.ex_wall {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.ex_wall li:first-child {
  max-width: 60%;
}
.ex_wall li:nth-child(2) {
  max-width: 12%;
  margin-top: 5px;
  margin-left: 30%;
}
.ex_wall li:last-child {
  max-width: 510px;
}
.ex_inner p {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  margin-top: 15px;
}
.howto_wrap {
  margin-top: 40px;
}
.howto_inner {
  max-width: 92%;
  margin: 0 auto;
}
.video_cont {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.movie_wrap {
  width: 100%;
  min-height: auto;
}
.movie_wrap iframe {
  width: 100%;
  height: 210px;
  display: block;
  min-height: auto;
}
.howto_inner ul{
        margin-top: 60px;
}
.howto_inner ul li{
        display: flex;
        align-items: center;
        margin-bottom: 70px;
        flex-direction: column;
}
.howto_inner ul li:nth-child(2n){
  flex-direction: column-reverse;
}
.howto_inner ul li img{
        width: 100%;
}
.howto_txt{
        padding: 30px 20px;
        background-image: url(../img/howto_txt_bg.jpg);
        height: auto;
        width: 90%;
        background-size: contain;
        margin-left: 0px;
        box-sizing: border-box;
        margin-top: -20px;
}
.howto_txt_02 {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}
.howto_txt h3{
        font-size: 25px;
        font-weight: bold;
        padding-left: 32px;
        position: relative;
}
.howto_txt h3::before{
content: "";
        display: block;
        width: 23px;
        height: 30px;
        position: absolute;
        background-image: url(../img/howto_icon_rola.png);
        background-repeat: no-repeat;
        left: 0px;
        background-size: contain;
        bottom: 0px;

}
.howto_txt h3::after{
        content: "";
        display: block;
        width: 106px;
        height: 3px;
        position: absolute;
        background-color: #000;
        left: 0px;
        bottom: -13px;
}
.howto_txt p{
        font-size: 14px;
        font-weight: bold;
        margin-top: 26px;
        line-height: 24px;
}

.video_cont img {
  width: 26%;
  max-width: 260px;
  display: none;
}
#detail td, #detail th {
  font-size: 17px;
  line-height: 21px;
  padding: 2rem 25px;
  text-align: center;
}
.detail-table {
  border-collapse: collapse;
  margin-top: 20px;
}
#detail td, #detail th {
  border: 2px solid #000;
}
.detail_inner {
  max-width: 92%;
  margin: 0 auto;
}
.detail_inner p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 25px;
}
.detail-table_padding span {
  display: block;
  font-size: 12px;
  line-height: 2rem;
}
.shop_wrap {
  margin-top: 40px;
}
.shop_wrap {
  margin-top: 40px;
}
.shop_inner {
  max-width: 92%;
  margin: 0 auto;
}
.shop_inner h2 {
  max-width: 80%;
  margin: 0 auto;
}
.shop_inner ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.shop_inner ul li {
  max-width: 48%;
}
.shop_inner ul li:nth-child(2) {
  max-width: 48%;
}
.shop_inner ul li:nth-child(3) {
  max-width: 45%;
}
.shop_inner ul li:last-child {
  max-width: 35%;
}
.shop_inner ul li a {
  width: 135px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  margin: 15px auto 0px auto;
  font-size: 14px;
}
.detail_wrap {
  margin-top: 40px;
}
.ex_first{
    display: block;
    justify-content: space-between;
    margin-top: 40px;
}
.ex_first li{
        width: 100%;
        margin-bottom: 20px;
}
.ex_first li:nth-child(2){
        width: 100%;
}
.ex_first li img{
        max-height: none;
}
.ex_first li span{
    margin-top: 10px;
    color: #ff1e1e;
    font-weight: bold;
    line-height: 19px;
}
}