
CSS


@charset "UTF-8";




/* reset */


html, body {
  height: 100%;
}

#synalio-iframe {
  display:none;
}
.sideBtn_cart {
  display: none;

}
.sideBtn_link {
  display: none;
}

.FS2_Sort {
    display: none;
}

.layout_header_navi {
    display: none;
}

.re_gnavi_wrap {
    display: none;
}

.fs-c-heading.fs-c-heading--page {
  display: none;
}

.layout_header_meta_inner {
  display: none;
} 


.h1.FS2_PageTitle {
  color: white;
  display: none;
  display: block;
  font-size: 0.4rem;
  line-height: 1.4;
  padding: 0 0 5px 0!important;
  font-weight: normal;
  margin: 25px 10px 10px!important;
  border-bottom: 4px double #ffffff;
}

body {
    min-width: auto;
  }
  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fs-l-pageMain {
    width: 100%;
    max-width: none;
  }
  
  .magazine {
    overflow-x: hidden;
    /* background: #363636d1; */
  }
  

  .layout_menu {
    display: none;
  }
  
  .fs-l-footer {
      display: none;
  }
  
  .layout_header_delivery {
    display: none;
  }
  
/* reset */









/* set */

.magazine p {
    /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','?q???M?m?p?S?V?b?N',YuGothic,'Yu Gothic','???C???I', Meiryo,'?l?r ?o?S?V?b?N','MS PGothic'; */
    /* color: #ffffff; */
    display: inline-block;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

    
.magazine .last img {
    width: 25%;
    margin: 5% 0% 40% 34%;
  }

  .magazine .last p {
    font-size: 31px;
    text-align: center;
    line-height: normal;
    margin: 1% 18% 6% 18%;
    background: linear-gradient(transparent 50%, #a8eaff 50%);
  }
  

.magazine .last h2 {
    color: #1c1c1c;
    font-size: 12px;
    /* font-weight: bold; */
    letter-spacing: 0.05em;
    text-align: center;
    margin: 7% 0% 6%;
  }

  .magazine .last h2 span {
    font-weight: bold;
    margin-right: 1%;
  }



    .magazine .last ul {
      text-align: center;
  }

    .magazine .last ul li, .magazine .last ul li .pc {
      font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
      font-size: 0.7rem;
      /* margin-bottom: 1vw; */
      letter-spacing: 0.05rem;
      padding: 4% 0% 3% 0%;
      /* width: 55%; */
      /* text-transform: uppercase; */
      color: #000;
  }

  .magazine .last ul li a {
    font-size: 12px;
    /* font-size: .875rem; */
    line-height: 24px;
    /* display: inline-block; */
    width: 50px;
    height: 24px;
    margin-left: 10px;
    padding: 2% 8%;
    text-align: center;
    /* text-decoration: none; */
    letter-spacing: .05rem;
    /* background: #efefef; */
    color: #000;
    border: 1px solid #bfbfbf;
}


.magazine .footer h1 {
    line-height: 105%;
    font-size: 1.5em;
    /* text-transform: uppercase; */
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.13rem;
    font-weight: bold;
    /* font-family: fantasy; */
    /* font-family: Meiryo, Verdana, Helvetica, Arial, sans-serif; */
    padding: 9% 2% 0% 2%;
    color: #050505;
    } 

  .magazine .footer ul {
    width: 60%;
    /* letter-spacing: -.4em; */
    /* font-size: 0; */
    margin: 0% 0% 0% 20%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background: #e1d4bd; */
  }
  .magazine .footer ul li {
    width: 32.8%;
    display: inline-block;
    /* margin: 0 auto; */
    margin-top: 5%;
  }

  .magazine .footer ul li p {
    font-size: 0.86em;
    line-height: 1.2em;
    /* margin-bottom: 1vw; */
    /* text-align: center; */
    line-height: 180%;
    padding: 2% 10% 0% 5%;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    /* color: #000; */
  }

  .magazine .footer ul li p span {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    /* font-size: 13px; */
    font-size: 0.3em;
    letter-spacing: 0.13rem;
    /* margin-bottom: 1vw; */
    padding: 0% 0% 0% 0%;
    /* line-height: 110%; */
    /* text-align: center; */
    /* letter-spacing: 0.01em; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    color: #707070;
    display: block;
  }

  .magazine .footer ul li img {
    width: 92%;
    margin: 0% 0% auto;
  }

  .magazine .footer .new {
    width: 29%;
    /* font-weight: bold; */
    font-size: 20px;
    border-radius: 8px;
    text-align: center;
    padding: 2% 0%;
    margin: 0% 36% 0%;
    color: black;
    /* height: 30%; */
    background: linear-gradient(to right, #e9e9e9 0%, #b0c8d7 100%);
  } 

  .magazine .footer .new a {
    color: #163d6c;
    /* font-weight: bold; */
  }

  .sp {
    display: none;
  }

  .pc {
    display: inline;
  }

  /* set */



  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }

  .magazine .title_design {
    padding: 2% 0% 1.5% 0%;
    display: block;
    position: fixed;
    background: #f6f6f6e6;
    width: 100%;
    z-index: 5;
  }
  
  .magazine .fuwafuwa {
    /* animation: 3.5s fuwafuwa infinite; */
    width: 6%;
    margin: 2% 0% -1% 44%;
    /* display: inherit; */
  }

  .magazine .fuwafuwa2 {
    /* animation: 3.5s fuwafuwa infinite; */
    width: 6%;
    /* margin: 2% 0% -1% 40%; */
    /* display: inherit; */
  }

  .magazine .title_design .tc {
    /* display: inline-block; */
    /* margin: 0 auto; */
    /* width: 49%; */
    text-align: center;
  }
  
  .magazine .title_design .tc p {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

  .magazine .title_design .tc img {
    /* display: inline-block; */
    /* margin: 0 auto; */
    width: 32%;
    margin-left: 1%;
  }


  .magazine .top {
    width: 100%;
    margin: 0 auto;
  }

  .magazine .ev {
    display: none;
    margin: auto;
    width: 17%;
  }

  .magazine .roll {
    display: inline-block;
    width: 15%;
    margin: 0% 0% 1% 68%;
    /* font-size: 3em; */
    z-index: 2;
  }
   
  .magazine .roll1 {
    animation: r1 10s linear infinite;
    display: none;
    z-index: 2;
  }

  .magazine .snap02 {
    width: 39.5%;
    /* margin: 0 auto; */
    margin-left: 30.5%;
    /* display: inline-block; */
  }

  .magazine .snap02 img {
    /* display: inline-block; */
    width: 49%;
    margin-top: 0.7%;
  }
   
  @keyframes r1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .magazine .number {
    font-size: 2.3em;
    margin: 0.5% 0% 4% 0%;
    text-align: center;
    display: block;
    /* font-family: revert; */
    color: #101010;
    /* color: #f7f7f7; */
  }



  .magazine .top-slide {
    width: 30%; 
    max-width: 100%; 
    margin: 0px auto; 
    position: relative;
    float: left;
    margin-top: 1%;
    }
    
    .magazine .top-slide img {
    animation: show 12s infinite; 
    max-width: 100%;
    height: auto;
    opacity: 0;
    position: absolute; 
    left: 0;
    top: 0;
    }
    
    @keyframes show {
    0% {opacity: 0}
    17% {opacity: 1}
    33% {opacity: 1}
    50% {opacity: 0}
    }
    
    .magazine .top-slide img:nth-of-type(1) {
    position: relative;
    }
    
    .magazine .top-slide img:nth-of-type(2) {
    animation-delay: 0s;
    }
    
    .magazine .top-slide img:nth-of-type(3) {
    animation-delay: 4s;
    }
    
    .magazine .top-slide img:nth-of-type(4) {
    animation-delay: 8s;
    }






    .magazine .top-slide_right {
        width: 30%; 
        max-width: 100%; 
        margin: 0px auto;
        position: relative;
        float: right;
        margin-top: 1%;
        display: none;
        }
        
    .magazine .top-slide_right img {
        animation: show 12s infinite;
        max-width: 100%;
        height: auto;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        }
    
        
    .magazine .top-slide_right img:nth-of-type(1) {
    position: relative;
    }
    
    ..magazine .top-slide_right img:nth-of-type(2) {
    animation-delay: 0s;
    }
    
    .magazine .top-slide_right img:nth-of-type(3) {
    animation-delay: 4s;
    }
    
    .magazine .top-slide_right img:nth-of-type(4) {
    animation-delay: 8s;
    }

    .magazine .main-title {
        float: left;
        width: 22%;
        /* display: none; */
        position: absolute;
        /* top: 32%; */
        /* left: 11%; */
        margin: 34% 0% 0% 31%;
    }

    .magazine .sub-title {
      width: 72%;
      margin: 10% auto 0%;
    }


    .magazine .sub-title .text1 {
        font-family:Optima-Regular,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2.2vw;
        display: none;
        position: absolute;
        top: 4%;
        left: 57%;
        /* text-align: right; */
    }

    .magazine .sub-title .text2 {
        font-family:Optima-Regular,sans-serif;
        font-weight: 500;
        font-style: normal;
        position: absolute;
        display: none;
        top: 9%;
        left: 63%;
        font-size: 1.95315vw;
    }

    .magazine .sub-title .text3 {
        font-family:Optima-Regular,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 0.9vw;
        display: none;
        writing-mode:vertical-rl;
        position: absolute;
        /* display: none; */
        top: 4%;
        left: 72%;
    }

    .magazine .line {
        height: 2px;
        /* background-color: #000; */
        width: 38%;
        position: absolute;
        top: 2%;
        left: 31%;
    }

    .magazine .line_2 {
        height:1px;
        background-color: #000;
        width: 16%;
        /* margin: 18% 2%; */
        position: absolute;
        top: 16%;
        left: 53%;
        display: none;
    }

    .magazine .top_comment {
        width: 28%;
        margin: 5% auto 0%;
    }

    .magazine .top_comment p {
        /* font-size:1.6rem; */
        font-size: 1.05em;
        letter-spacing: 0.02em;
        line-height: 1.75;
        /* font-weight: bold; */
        /* color: white; */
    }

    .eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

    .magazine .title01 p {
        /* margin-top: 13%; */
        /* margin-bottom: 4%; */
        margin: 13% auto 2%;
        line-height: 1.5;
        text-align: center;
        /* background: #edeaea; */
        /* font-weight: 600; */
        color: black;
        width: 64%;
        font-weight: bold;
        font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','?q???M?m?p?S?V?b?N',YuGothic,'Yu Gothic','???C???I', Meiryo,'?l?r ?o?S?V?b?N','MS PGothic';
        font-size: 2.6rem;
    }

    .magazine .fade {
        opacity : 0;
        transition: opacity 3s;
      }
       
    .magazine  .fade.view {
        opacity: 1;
      }

      .magazine .snap01 {
        /* display: inline-block; */
        margin: 0 auto;
        width: 39%;
        /* margin-left: 31%; */
      }

    .magazine .snap01 img {
        /* width: 40%; */
        /* text-align: center; */
        /* display: inline-block; */
        margin: 0 auto;
        /* position: absolute; */
        /* z-index: 1; */
    }

    .magazine .group01 {
        margin: 2% auto 7%;
        width: 40%;
    }

    .magazine .memo {
        /* float: left; */
        /* width: 40%; */
        /* background: #f4f4f4; */
        /* border: 2px solid #7e7e7e; */
        /* font-weight: bold; */
        padding: 6%;
        margin-top: 7%;
        font-size: 1.05em;
        letter-spacing: 0.02em;
        /* margin-left: -8%; */
        line-height: 1.75;
        z-index: 4;
        /* color: #ffffff; */
        /* position: absolute; */
    }

    .magazine .memo p span {
        font-size: 1.1rem;
        display: block;
        text-align: right;
        font-weight: bold;
        /* border: 1px solid #666; */
        padding: 0% 0% 1% 0%;
        /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','?q???M?m?p?S?V?b?N',YuGothic,'Yu Gothic','???C???I', Meiryo,'?l?r ?o?S?V?b?N','MS PGothic'; */
    }
        

    .magazine .credit {
        padding: 0% 0% 0% 0%;
        /* float: right; */
        /* width: 50%; */
        /* text-align: left; */
      }
    
      .magazine .credit .only {
        margin: 0% 0% 0% 33.5%;
      }
    
      .magazine .credit ul {
        text-align: right;
      }

    .magazine .credit ul li {
        /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','?q???M?m?p?S?V?b?N',YuGothic,'Yu Gothic','???C???I', Meiryo,'?l?r ?o?S?V?b?N','MS PGothic'; */
        font-size: 0.9em;
        letter-spacing: 0.07em;
        padding-bottom: 1%;
        /* color: white; */
    }
    
    .magazine .credit ul li a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        display: inline-block;
        width: 150px;
        height: 26px;
        margin-left: 10px;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.4em;
        /* letter-spacing: .05rem; */
        /* color: #ffffff; */
        /* background-color: #667474; */
        border: 1px solid #d3d3d3;
      }
    
    .magazine .credit ul li span {
          font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 1vw;
          letter-spacing: .05rem;
          text-transform: uppercase;
          color: #666;
      }
    
    
    
      .magazine .credit ul li .sp {
        display: none;
      }

      .magazine .title02 {
        /* display:inline-block; */
      }

      .magazine .title02 p {
        /* margin-top: 13%; */
        /* margin-bottom: 4%; */
        margin: 0% auto 0%;
        line-height: 1.3;
        text-align: center;
        /* font-weight: 600; */
        /* width: 30%; */
        display: block;
        letter-spacing: 0.07em;
        /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','?q???M?m?p?S?V?b?N',YuGothic,'Yu Gothic','???C???I', Meiryo,'?l?r ?o?S?V?b?N','MS PGothic'; */
        font-size: 1.8rem;
        /* color: #fbf4e1; */
        font-weight: 600;
    }
    
    .magazine .title02 span {
        font-size: 0.7rem;
        letter-spacing: 0.006em;
        display: block;
        font-weight: normal;
        /* color: #ffffff; */
    }

    .magazine .staff_snap ul {
        margin: 1% auto 9%;
        width: 56%;
    }

    .magazine .staff_snap ul li {
        width: 32.9%;
        margin-bottom: 2%;
        padding-right: 2%;
        display: inline-block;
        position: relative;
    }


    .magazine .staff_snap ul li p {
        font-size: 1.1rem;
        color: #000000;
        position: absolute;
        top: 2%;
        text-align: center;
        left: 6%;
        width: 50%;
        background: #ffffffa6;
        padding: 1%;
        border-radius: 1px;
    }

    .magazine .staff_snap ul li p span {
        /* font-weight: 800; */
        padding-right: 6%;
        /* text-align: left; */
    }



    .magazine .staff_snap ul li img {
        border-radius: 4px;
    }

    .magazine .staff_snap ul li:nth-child(3n) {
        padding-right: 0%;
        width: 30.9%;
    }


  


      

    
    .magazine .itemlist ul {
      margin: 1% auto 9%;
      width: 82%;
  }

  .magazine .itemlist ul li {
      width: 24.9%;
      margin-bottom: 2%;
      text-align: center;
      padding-right: 2%;
      display: inline-block;
      position: relative;
  }

  .magazine .itemlist ul li p {
      font-size: 1.2rem;
      font-weight: bold;
      color: #ffffff;
      position: absolute;
      top: 91%;
      text-align: center;
      left: 0%;
      width: 92%;
      margin: 0 auto;
      /* background: #00000087; */
      /* background: #565552; */
      padding: 2%;
      border-radius: 0px;
  }

  .magazine .itemlist ul li p span {
      /* font-weight: 800; */
      padding-right: 6%;
      font-size: 0.9rem;
      text-align: center;
  }



  .magazine .itemlist ul li img {
      border-radius: 4px;
  }
 
  .magazine .itemlist ul li:nth-child(4n){
      padding-right: 0%;
      width: 23.1%;
  }

  .magazine .itemlist ul li:nth-child(4n) p {
    font-size: 1.2rem;
    /* background: #00000087; */
    border-radius: 0px;
    color: #ffffff;
    /* color: #000000; */
    position: absolute;
    top: 91%;
    text-align: center;
    left: 0%;
    width: 100%;
    margin: 0 auto;
    /* background: #ffffffa6; */
    padding: 2%;
    border-radius: 0px;
}


  .magazine .sub_com {
    margin: 2% 0% 0% 21%;
    font-weight: bold;
  }

  hr {
    color: #d5d5d5;
    width: 17%;
    margin: 11% auto;
  }













@media only screen and (max-width: 767px) {

  /* reset */
  body {
    min-width: auto;
  }

  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fs-l-pageMain {
    width: 100%;
  }


  
  .fs-l-pageMain {
    padding-left: 0px;
    padding-right: 0px;
}

.fs-c-heading--page {
    margin: 0;
    padding: 0;
}

.header {
    display: none;
}

.fs-l-footer {
    display: none;
}

  /* reset */











  /* set */

.magazine .last {
    /* margin-top: 15%; */
    /* background: #e3e3e3; */
    padding: 1% 0% 3%;
    background: none;
    padding: 0% 0% 0%;
  }

  .magazine .last ul {
    text-align: center;
    /* background: #c7b597; */
}

.magazine .last
    ul li p {
  font-size: 15px;
}

.magazine .last
    ul li, .magazine .last ul li .pc {
  font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  /* margin-bottom: 1vw; */
  letter-spacing: 0.05rem;
  padding: 11% 0% 5% 0%;
  /* width: 55%; */
  margin-bottom: 0%;
  /* text-transform: uppercase; */
  color: #000;
}

.magazine .last
    ul li a {
  font-size: 12px;
  /* font-size: .875rem; */
  line-height: 24px;
  /* display: inline-block; */
  width: 50px;
  height: 24px;
  margin-left: 10px;
  padding: 6% 22%;
  text-align: center;
  /* text-decoration: none; */
  letter-spacing: .05rem;
  background: #5a5a5a;
  color: #fff;
  border: 1px solid #ffffff;
}

.magazine .last h2 {
  margin: 15% 0% 0%;
  padding-bottom: 20%;
  /* background: #c7b597; */
}


.magazine .footer {
    /* background: #c7b597; */
    margin-top: 8%;
    padding-top: 16%;
}

.magazine .footer h1 {
    padding: 0% 0% 0% 0%;
    font-size: 17px;
    font-weight: bold;
}


.magazine .footer ul {
    width: 96%;
    /* letter-spacing: -.4em; */
    /* font-size: 0; */
    margin: 0% 0% 0% 4%;
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    /* font-weight: bold; */
    /* background: #c7b597; */
}
  
  .magazine .footer ul li {
    width: 50%;
    margin-top: 6%;
  }
  

  .magazine .footer ul li p {
    font-size: 11px;
    line-height: 1.4em;
    /* margin-bottom: 1vw; */
    /* text-align: center; */
    /* font-weight: bold; */
    padding: 1% 10% 0% 5%;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #1e1e1e;
}

.magazine .footer ul li p span {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    /* margin-bottom: 1vw; */
    padding: 3% 0% 0% 0%;
    /* text-align: center; */
    letter-spacing: 0.01em;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #7e7e7e;
    display: block;
}


.magazine .footer .new {
    width: 90%;
    font-weight: 100;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 3% 0%;
    margin: 10% 5% 0%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }

    /* set */


    .magazine .snap01 {
      width: 88%;
      margin-left: 6%;
    }

    .magazine .snap02 {
      width: 88%;
      margin-left: 6%;
    }

    .magazine .snap02 img {
      width: 49%;
      margin-top: 1.3%;
    }


    .magazine .title_design .tc p {
      /* text-align: left; */
      /* display: inline-block; */
      /* width: 13%; */
      margin-left: 2%;
      /* margin-right: 0%; */
      /* margin-top: -1%; */
      font-size: 1.05rem;
      /* line-height: 0.003em; */
      /* margin-bottom: -10%; */
    }

    .magazine .title_design .tc .tp {
      display: inline-block;
      width: 48%;
      padding-bottom: 0.8%;
    }
  

    .magazine .title_design .tc p span {
      font-weight: bold;
      font-size: 1.29em;
      color: #ffffff;
    }
  

  

    .magazine .top-slide {
      width: 100%;
      margin-top: 0%;
    }

    .magazine .sub-title {
      width: 100%;
      margin: 9% auto 0%;
    }

    .magazine .sub-title .text1 {
      font-size: 22px;
      position: absolute;
      letter-spacing: 0.06em;
      top: 3%;
      color: black;
      left: 3%;
      /* background: #ffffff75; */
    }

    .magazine .sub-title .text2 {
      top: 6%;
      left: 3%;
      letter-spacing: 0.06em;
      font-size: 15px;
      /* background: #ffffff75; */
    }

    .magazine .sub-title .text3 {
      font-size: 12px;
      top: 14%;
      left: 93%;
      letter-spacing: 0.2em;
    }

    .magazine .main-title {
      margin: 121% 0% 0% 2%;
      width: 55%;
      display: none;
    }

    .magazine .top_comment {
      width: 100%;
      padding: 13% 13% 0%;
      /* background: #e1d4bd; */
      margin: 0% auto 0%;
    }

    .magazine .top_comment p {
      /* font-size: 1.2rem; */
      font-weight: normal;
      /* line-height: 1.75; */
      letter-spacing: 0.03em;
      font-size: 1.05em;
    }

    .magazine .snap01 img {
      width: 100%;
      margin: 0% 0% auto;
    }

    .magazine .title01 p {
      /* margin: 0% auto 2%; */
      font-weight: bold;
      font-size: 1.8rem;
      width: 100%;
      text-align: left;
      margin: 0% 0% 1% 2%;
    }

    .magazine .number {
      /* display: block; */
      font-size: 1.6em;
      text-align: center;
      /* margin-left: 2%; */
      font-weight: bold;
      margin: 8% 0% 3% 0%;
      /* margin-top: 32%; */
    }


    .magazine .group01 {
      margin: 0% auto 0%;
      width: 100%;
    }

    .magazine .memo {
      float: none;
      width: 88%;
      margin-left: 6%;
      /* display: none; */
      margin-bottom: 0%;
      background: #ffffff38;
      /* border: solid 1px #ffffff; */
      margin-top: 0%;
      padding: 4%;
    }

    .magazine .memo p {
      font-weight: normal;
      line-height: 167%;
      color: #000000;
      letter-spacing: 0.03em;
      font-size: 1.05em;
      /* background: #ebebeb; */
      padding: 3%;
      }

    .magazine .memo p span {
      text-align: left;
      padding: 0% 0% 0% 0%;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #959595;
    }

    .magazine .credit {
      float: none;
      margin-top: 19%;
      /* background: #e1d4bd; */
    }

    .magazine .credit2 {
      margin-top: 4%;
    }

    .magazine .credit ul {
      text-align: right;
      /* margin-top: 32%; */
      margin-right: 7%;
      padding-bottom: 0%;
      }

      .magazine .credit ul li {
        padding-bottom: 6%;
        font-size: 1.01em;
        letter-spacing: 0.02em;
      }

    .magazine .credit ul li a {
      font-size: 14px;
      font-size: 1.25rem;
      line-height: 24px;
      display: inline-block;
      width: 150px;
      height: 26px;
      margin-left: 10px;
      text-align: center;
      text-decoration: none;
      letter-spacing: .05rem;
      color: #000000;
      /* background-color: #000000; */
      border: 1px solid #646464;
      /* color: #000; */
      /* background-color: #e8ddcb; */
      /* border: 1px solid #666; */
    }


    .magazine .title02 p {
      margin: 3% auto 4%;
      width: 100%;
      line-height: 1.2;
      letter-spacing: 0.05em;
      color: #000000;
      font-size: 1.79rem;
      font-weight: 300;
    }

    .magazine .title02 span {
      font-size: 1.1rem;
      color: #838383;
    }

    .magazine .staff_snap ul {
      margin: 0% auto 0%;
      width: 87%;
    }

    .magazine .staff_snap ul li {
      width: 49.3%;
      margin-bottom: 2%;
      padding-right: 0%;
    }

    .magazine .staff_snap ul li:nth-child(3n) {
      padding-right: 0%;
      width: 49.3%;
  }

    .magazine .staff_snap ul li:nth-child(4) {
      width: 49.3%;
    }

    .magazine .staff_snap ul li p {
      top: 91%;
      left: 29%;
      width: 68%;
      background: #ffffff69;
      border-radius: 4px;
    }

    .magazine .staff_snap ul li img {
      border-radius: 2px;
    }





    

    .magazine .itemlist ul {
      margin: 0% auto 0%;
      width: 87%;
    }

    .magazine .itemlist ul li {
      width: 49.3%;
      margin-bottom: 1%;
      padding-right: 0%;
    }

    .magazine .itemlist ul li:nth-child(4n) {
      width: 49.3%;
    }

    .magazine .itemlist ul li p {
      top: 91%;
      left: 0%;
      width: 100%;
      /* background: #00000087; */
      border-radius: 0px;
      color: #ffffff;
    }

    .magazine .itemlist ul li img {
      border-radius: 1px;
    }



    
    .magazine .sub_com {
      margin: 9% 0% 4% 6%;
    }


    hr {
      color: #d5d5d5;
      /* padding: 2% 2%; */
      margin-top: 9%;
      width: 86%;
    }
  


    .magazine .title_design {
      padding-top: 2%;
    }
  


  


}
