@charset "UTF-8";

.page-article .section-article-inner{
    padding: 0;

}

.paper-summer-wrap{

  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
    font-size:var(--13px);
   --inner-width : 86%;
   --contents-margin : 15vw;
   --contents-s-margin : 10vw;
}

.contents-inner{
    width: var(--inner-width);
    margin: 0 auto;
     position: relative;
}

.serif {
    font-family: 'Noto Serif JP',serif;
}

.text-small{
    font-size: 10.5px;
    font-weight: 350;
    letter-spacing: .01em;
}

.text-small-wrap{
    margin: 10px 0;
    line-height: 1.7!important;
    display: block;
}

.contents-mv-txt .text-small-wrap{
    text-decoration: underline;
}

.mv-wrap{
    position: relative;
    margin-bottom: var(--contents-s-margin);
}


.mv-title {
    position: absolute;
    writing-mode: vertical-lr;
    font-size: var(--18px);
    letter-spacing: .3em;
    right: 30px;
    bottom: -60px;
}


.mv-title span{
    display: block;
    width: 9px;
    margin-top: 80px;
    margin-right: 3px;
}



.catch p{
    line-height: 2.3;
}

.catch p + p{
margin-top: 15px;
}


.ancer-wrap{
    margin-top: var(--contents-margin);
    margin-bottom: var(--contents-margin);
    flex-direction: column;
}

.ancer-wrap--make{

}



.ancer-box{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    font-size: var(--14px);
    letter-spacing: .1em;
    position: relative;
}


.ancer-box .num{
    width: 25px;
}

.ancer-box:after{
position: absolute;
    right: 20px;
    top: 40%;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: none;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate( 135deg);
    color: unset!important;
}


.ancer-box p{
    width: calc(100% - 30px - 13px);
}

.ancer-wrap .ancer-box--recipe{
    background-color: #f3f4f1;
    padding: 10px 40px;
    border-radius: 50px;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}


.ancer-wrap .ancer-box--recipe:last-child span{
      font-size: 10px;
    display: block;
}



.contents-mv-wrap{
    position: relative;
}

#contents1 .contents-mv-img{
    margin-left: 7%;
    position: relative;
}

.contents-mv-img img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: top;
}


.contents-mv-title{
    font-size: var(--16px);
    letter-spacing: .3em;
    z-index: 2;

}


#contents1 .contents-mv-wrap{
    padding-top: var(--contents-margin);
}


#contents1 .contents-mv-title{
    position: absolute;
    right: 25px;
    top: 0;

}

#contents2 .contents-mv-title{
    position: absolute;
    right: 45px;
    bottom: 20px;

}


.contents-mv-title .num{
width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.contents-mv-title .num img{
width: 40px;
}

.contents-mv-title p{
    position: relative;
    border-right: solid 1px;
    writing-mode: vertical-lr;
    height: fit-content;
    font-weight: 450;
}


.contents-wrap{
    flex-direction: column;
    margin-top: var(--contents-margin);
}




.contents-mv-txt{
    width: var(--inner-width);
    margin: 0 auto;
    margin-top: var(--contents-s-margin);
}

.contents-mv-txt p{
    line-height: 2.4;
    font-weight: 350;
}


.contents-howto{
margin-top: var(--contents-margin);
    position: relative;
    border-top: solid 1px;
    padding-top: 25px;
    border-bottom: solid 1px;
    padding-bottom: var(--contents-s-margin);
}

.contents-howto:after{
    content: "";
    position: absolute;
    background-image: url(https://etevos.live/contents/life/article/20230502_paper_summer/img/howto-icon.png?444);
    width: 70px;
    height: 30px;
    top: -15px;
    left: 0;
    background-size: calc(100% - 10px);
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 10px;

}


.howto-box + .howto-box {
    margin-top: var(--contents-s-margin);
}



.howto-img img{
width: 50%!important;
}

.howto-illust{
justify-content: space-between;
}


.howto-illust .box{
    justify-content: space-between;
    margin: 15px 0;
    align-items: center;
}


.howto-illust .box p{
width: calc(100% - 90px - 30px);
    font-size: var(--12px);
    font-weight: 350;
}


.howto-illust .box--item{
    width: 48%!important;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.5;
position: relative;
}

.howto-illust .box--item img{
    width: 50%;
}


.howto-illust .box--item .name{
    width: 100%;
    text-decoration: underline;
    font-size: 11px;
    margin-top: 5px;
}

.howto-illust .box--item .num{
    position: absolute;
    left: 0;
    width: 20px;
    border-radius: 50%;
    border: solid 1px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin: 0;
}



.howto-illust .box .illust{
    width: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howto-illust .box .illust img{ 
    width: auto;
    max-height: 120px;
    max-width: 90px;
}




#contents2 .contents-mv-img{
    margin-right: 20%;
    position: relative;

}

#contents3{
    background-color: #eef5f9;
    padding: 30px;
    width: var(--inner-width);
    margin: 0 auto;
    margin-top: var(--contents-margin);
}

.contents3-title-wrap{
    text-align: center;
    font-size: var(--12px);
width: 100%;
}

.contents3-title-wrap img{
    margin: 10px 0;
    width: 80%!important;
}

.contents3-title-make{
    text-align: center;
    border-top: solid 0.9px;
    margin: 20px 0;
    padding: 15px 0 0;
    font-weight: 450;
    font-size: var(--15px);
    width: 100%;
}

#contents3 .howto-illust .box--item{
    margin: 15px auto;
}

#contents3 .contents-howto{
    border-bottom: none;
    padding-bottom: 0;
}


#recipe{
    background-color: #f3f4f1;
    padding-top: var(--contents-s-margin);
    padding-bottom: var(--contents-s-margin);
}

#recipe .youtube-link{
margin-top: 50px;
}

.recipe-series-title{
    text-align: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 20px 0;
    font-size: var(--17px);
    letter-spacing: .1em;
}

.recipe-series-title span{ 
    font-size: var(--12px);
    display: block;
    margin-bottom: 4px;
}



.recipe-mv{
    position: relative;
    margin-top: var(--contents-s-margin);
    margin-bottom: var(--contents-s-margin);

}


.recipe-mv img{
    height: 100%!important;
    object-fit: cover;
    object-position: center;

}


.recipe-menu-title .title1{
align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0;
    font-size: var(--15px);
    letter-spacing: .1em;
    flex-direction: column;
    text-align: center;
    margin-bottom: var(--contents-s-margin);
}


.recipe-menu-title .title1 img{
      width: 130px;
    margin: 10px 0;
}

.recipe-menu-title .title2{
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    font-size: var(--15px);
    letter-spacing: .1em;
}

.recipe-menu-title .title2 img{
    width: 50px;
 
}

.recipe-menu-title .title2 p{
     width: calc(100% - 50px - 15px);
 
}

.recipe-menu-title .title2 p span{
     font-size: var(--12px);
    display: block;
}

.recipe-detail-wrap .mate{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.recipe-detail-wrap .mate p:first-child{
    width: 100%;
}


.recipe-detail-wrap .mate p:not(:first-child){
    font-size: var(--12px);
    width: 50%;
    margin-bottom: 15px;
}


.recipe-detail-wrap .mate p:not(:first-child) span{
    width: 100%;
    border-left: solid 1px;
    padding-left: 10px;
}

.recipe-detail-wrap .recipe-icon{
    border-left: none!important;
    border-radius: 50px;
    border: solid 1px;
    width: fit-content!important;
    padding: 0 10px;
    margin: 10px 0;
    line-height: 1.6;
    font-size: 11px;
    background-color: #fff;
}



.recipe-detail-wrap .mate-img{
    width: 45%;
    margin-bottom: 15px;
}


.step-box{
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}


.step-box p{
    width: 50%;
    font-size: var(--12px);
    letter-spacing: normal;
    line-height: 1.8;
}


.step-box p span{
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}

.step-box img{
    width: 45%!important;
}

.step-box p span img{
width: 100%!important;
}

.recipe-topic{
border: solid 10px #fff;
padding: 40px 20px 20px;
    margin-top: var(--contents-margin);
    position: relative;
}


.recipe-topic img:first-child{
    position: absolute;
    top: -20px;
    width: 150px;
    left: -15px;
}


.recipe-topic .title{
    width: 100%;
    font-size: var(--15px);
    text-align: center;
    margin-bottom: 13px;
    letter-spacing: .1em;
}


.recipe-topic img:last-child{
    width: 60%;
    margin: 0 auto;
}



.recipe-teacher{
margin-top: var(--contents-s-margin);
    justify-content: space-between;
    align-items: center;
}


.recipe-teacher .img{
    width: 40%;
}

.recipe-teacher .name{
    width: 55%;
    font-size: var(--12px);
}

.recipe-teacher .text-small{
    margin: 10px 0 20px;
}

.misopota-info{
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    align-items: center;
}

.misopota-info .logo{
    width: 100px!important;
}

.misopota-info a{
    font-size: var(--12px);
    text-decoration: underline;
}




.youtube-link{
    border: solid 1px;
    height: 45px;
    width: 70%;
    display: block;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
    font-size: var(--12px);
position: relative;
}

.youtube-link:after{
    position: absolute;
    right: 20px;
    top: 40%;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: none;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate( 45deg);
    color: unset!important;
}



.page-article .section-article-bottom {
    margin-top: 0;
}


.section-article-common-image{
    display: none;
}


.page-article .section-article-common .section-article-common-title h1{
    display: none;
}


.paper{
margin: 20px;
    justify-content: space-between;
    align-items: center;
    border: solid 1px;
    padding: 20px;
}

.paper img{
     width: 24%!important;
}

.paper p{
       width: 65%;
    font-size: var(--12px);
}

@media print, screen and (min-width: 781px){



.paper-summer-wrap

{       --contents-margin: 100px;
    --contents-s-margin: 80px;
    font-size: var(--14px);
}

.page-article .pc_article_mv_wrap .pc_article_clm_wrap {
    width: 100%;
}


.page-article .section-article-inner{
    width: 100%;
}

.mv-wrap {
    position: relative;
    margin-bottom: 60px;
    width: 60%;
}

.mv-title {
    position: absolute;
    writing-mode: vertical-lr;
    font-size: var(--18px);
    letter-spacing: .3em;
    left: 40px;
    bottom: -60px;
}

.mv-title span{
    margin-top: 110px;
}

.catch{
    width: fit-content!important;
    display: flex;
    align-items: flex-start;
justify-content: center;
    flex-direction: column;
}


.sp-block{
display: none;
}

.pc-block{
display: block;
}


.text-small{
    font-size: 11px;
}


.ancer-wrap{
width: 100%!important;
    margin-top: var(--contents-s-margin)!important;
    margin-bottom: var(--contents-s-margin)!important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ancer-wrap--make{
    flex-direction: column;
    align-items: center;
    width: 45%;
}

.ancer-wrap--make .ancer-box:last-child{
    margin-bottom: 0;
}

.ancer-box{
    justify-content: space-between;
border-bottom: solid 1px #909090;
    padding-bottom: 10px;
}

.ancer-box p {
    width: calc(100% - 25px);
    text-align: center;
}

.ancer-box:after{
     right: 5px;
}


.ancer-wrap .ancer-box--recipe{
    padding: 15px 40px;
margin-top: 0;
    width: 50%;
    border-bottom: none;
    margin-left: 0;
    margin-bottom: 0;
}

.ancer-wrap .ancer-box:last-child:after{
     right: 20px;
}

.contents-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pc-flex{
    justify-content: space-between;
}


 .contents-mv-wrap{
width:52%;
}

#contents3 .contents-mv-wrap{
width: 45%;
}

#contents1 .contents-mv-img {
    margin-left: 0;
    margin-top: calc(var(--contents-s-margin) + 5px);


}

.contents-mv-title{
    font-size: 20px;
}

.contents-mv-txt {
    margin-top: 0;
    width: fit-content;
}

.contents-inner {
        width: 40%;
    margin: 0;}

.contents-howto{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}


.contents-howto:after{
    width: 100px;
}

#contents1 .contents-mv-wrap{
padding-top: 0;
}

.howto-illust{
justify-content: space-between;
}

.howto-box{
    width: 45%;
}

.howto-box + .howto-box {
    margin-top: 0;
}


#contents1 .contents-mv-title{

}

.text-small-wrap {
    margin: 20px 0;
}

.howto-illust{
    justify-content: space-between;
    margin: 30px 0;
}

.howto-illust .box{
    margin: 15px 0 20px;
    width: 100%;
}


.howto-illust .box p{
    width: 65%;
    font-size: unset;
line-height: 2;
}

.howto-illust .box .illust{
    width: 30%;
}

#contents2 {
    flex-direction: row-reverse;
}

#contents2 .howto-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--contents-s-margin);
}

#contents2 .howto-img{
    width: 45%;
}

#contents2 .howto-box p{
width: 45%;
    font-size: unset;
    line-height: 2.4;
}

.contents3-title-wrap{

    font-size: var(--15px);
}

.contents3-title-wrap img{
    width: 300px!important;
}

.youtube-link{
    height: 65px;
    width: 300px;
    font-size: var(--14px);
}

.youtube-link:after{
    top: 47%;
}

.ancer-wrap .ancer-box:hover,
.ancer-wrap .ancer-box:active{
    opacity: 0.7;
}

.ancer-wrap .ancer-box--recipe:hover,
.ancer-wrap .ancer-box--recipe:active{
    opacity: 1;
    background-color: #e4e5e2;
}

#contents1 .youtube-link:hover,
#contents1 .youtube-link:active{
    opacity: 1;
    background-color: #f3f4f1;
}

#contents2 .youtube-link:hover,
#contents2 .youtube-link:active{
    opacity: 1;
    background-color: #f3f4f1;
}

#recipe .youtube-link:hover,
#recipe .youtube-link:active{
    background-color: #fff;
opacity: 1;
}



#contents2 .contents-howto{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}


#contents2 .contents-mv-img {
    margin-right: 0;
    position: relative;
    margin-top: calc(var(--contents-s-margin) + 5px);

}

#contents2 .contents-mv-title{
    bottom: unset;
    top: 0;
    right: unset;
    left: 30px;
}

#contents3{
margin-top: var(--contents-margin);
    padding: 60px;
    width: 100%;
    align-items: unset;
}

#contents3 .contents-mv-img {
      margin-left: 0;
    height: 100%;

}

#contents3 .contents-mv-title {
    position: absolute;
    left: 55px;
    top: -80px;
    flex-direction: column;
    transform: unset;
}

#contents3 .contents-mv-title p span{
bottom: 0px;
}

#contents3 .contents-howto {
    margin-top: 0;
    width: 50%;
}

.contents3-title-make{
border-top: none;
    margin-bottom: 60px;
}

#recipe .contents-inner{
width: var(--inner-width);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.recipe-series-title{
    width: 100%;
}

.recipe-mv{
    width: 60%;
}

.recipe-menu-title{
width: 37%;
}

.recipe-menu-title .title1{
    margin-bottom: 60px;
}

.recipe-menu-title .title1 img{
    width: 160px;
}

.recipe-menu-title .title2{
    justify-content: center;
}

.recipe-menu-title .title2 img {
    width: 70px;
    margin-bottom: 15px;
}

.recipe-menu-title .title2 p{
text-align: center;
}

.recipe-menu-title .title2 p span {
    font-size: unset;

}

.recipe-detail-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.recipe-detail-wrap .mate{
flex-direction: row-reverse;
    margin-bottom: 80px;
}

.recipe-detail-wrap .mate-img {
    width: 30%;
}

.recipe-detail-wrap .mate p:first-child {
    width: 100%;
    margin-bottom: 20px;
    font-size: var(--16px);
}


.recipe-detail-wrap .mate p:not(:first-child){
width: 60%;
    font-size: unset;
    padding-left: 40px;
}

.recipe-detail-wrap .recipe-icon-wrap{
    margin: 60px 0 30px;
}

.recipe-detail-wrap .recipe-icon{
    font-size: var(--15px);
}

.step-box{
    flex-direction: row-reverse;
}

.step-box img {
    width: 30%!important;
}

.step-box p {
    width: 60%;
    font-size: unset;
    letter-spacing: normal;
    line-height: 2;
padding-left: 37px;
position: relative;
}

.step-box p span {
width: 27px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

#recipe .youtube-link{
    margin-top: 60px;
}

.recipe-topic{
    margin-top: var(--contents-s-margin);
    width: 50%;
}

.recipe-topic img:first-child{
width: 180px;
}

.recipe-topic p{
line-height: 2;
}

.recipe-topic img:last-child {
    width: 50%;
    margin: 20px auto 0;
}

.recipe-teacher{
    width: 45%;
}

.recipe-teacher .name {
    width: 55%;
    font-size: var(--13px);
    line-height: 2.3;
}

.recipe-teacher .text-small {
    margin: 20px 0;
    line-height: 2.2;
    font-size: 12px;
    font-weight: unset;
}

.paper {
    margin: 50px 0;
    border: unset;
    padding: 20px;
}


.paper img {
    width: 16%!important;
border: solid 1px #e7e7e7;
}

.paper p {
    font-size: unset;
}

}
       