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_meta_inner {
  display: none;
}

.fs-c-heading.fs-c-heading--page {
  display: none;
}

.layout_header_navi {
    display: none;
}

.re_gnavi_wrap {
    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;
  }
  

  .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';
}

.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: #000000;
    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: 10% 0% 0% 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 #000;
}


.magazine .footer h1 {
    line-height: 105%;
    font-size: 39px;
    /* text-transform: uppercase; */
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.001em;
    font-weight: 100;
    /* font-family: fantasy; */
    /* font-family: Meiryo, Verdana, Helvetica, Arial, sans-serif; */
    padding: 9% 2% 0% 2%;
    color: #000000;
    } 

  .magazine .footer ul {
    width: 80%;
    /* letter-spacing: -.4em; */
    /* font-size: 0; */
    margin: 0% 0% 0% 11.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: white;
  }
  .magazine .footer ul li {
    width: 32.8%;
    display: inline-block;
    /* margin: 0 auto; */
    margin-top: 5%;
  }

  .magazine .footer ul li p {
    font-size: 16px;
    line-height: 1.2em;
    /* margin-bottom: 1vw; */
    /* text-align: center; */
    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;
    /* margin-bottom: 1vw; */
    padding: 3% 0% 2% 0%;
    /* text-align: center; */
    letter-spacing: 0.01em;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #000;
    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 */



  .magazine .top {
    width: 100%;
    margin: 0 auto;
  }

  .magazine .topimg {
    width: 80%;
    margin: 0 auto;
  }

  .magazine .staff_comment {
    /* float: left; */
    width: 47%;
    line-height: 205%;
    margin: 4% auto 5%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 2%;
    position: relative;
  }
    
  .magazine .staff_comment::before {
  background-color: #fff;
  color: #333;
  content: "COMMENT";
  font-weight: bold;
  left: 30px;
  padding: 3px 10px;
  position: absolute;
  top: -15px;
  }

  .magazine .staff_comment .main {
    float: left;
    width: 78%;
  }

  .magazine .staff_comment .main p {
    font-size: 1.6rem;
    line-height: 1.95;
    /* width: 96%; */
    padding: 8% 0% 0% 5%;
  }

  .magazine .staff_comment .main p span {
    background: linear-gradient(transparent 50%, #ededed 50%);
    font-weight: bold;
    color: black;
  }

  .magazine .arrange {
    width: 70%;
    margin: 2% auto 0%;
  }

  .magazine .arrange .img {
    float: left;
    width: 43%;
    margin: 0% 2% 0% 0%;
  }

  .magazine .arrange .sub {
    float: left;
    width: 50%;
    padding: 8% 0% 0% 2%;
  }

  .magazine .arrange .sub .kai {
    font-size: 1.47rem;
    line-height: 1.95;
    /* width: 96%; */
    padding: 0% 16% 0% 5%;
  }

  .magazine .arrange .sub .kai span {
    background: linear-gradient(transparent 50%, #efecdf 50%);
  }

  .magazine .arrange .sub h1 {
    font-size: 1.9rem;
    padding: 0% 2% 0% 0%;
    color: #000000;
    text-align: left;
    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';
  }

  .magazine .arrange .sub .profile {
    /* float: left; */
    /* width: 16%; */
    display: block;
  }

  .magazine .arrange .sub .profile img {
    width: 9%;
    float: left;
    display: none;
    margin: 0% 0% 1% 0%;
  }

  .magazine .arrange .sub .profile .name {
    font-size: 1.2rem;
    float: left;
    display: block;
    line-height: 166%;
    background: #ffffff;
    color: black;
    font-weight: bold;
    border-radius: 7px;
    padding: 9% 0% 0% 5%;
    width: 97%;
    /* display: inline-block; */
    text-align: left;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-bottom: 0%;
    display: block;
  }

  .magazine .arrange .sub .name .full {
    font-size: 1.2rem;
    font-weight: bold;
    /* text-align: right; */
    background: none;
    color: rgb(0 0 0);
    /* margin-right: 19%; */
    padding-left: 0%;
    letter-spacing: 0.1rem;
    /* text-align: center; */
  }


  .magazine .arrange2 {
    width: 70%;
    margin: 2% auto 0%;
  }

  .magazine .arrange2 .img {
    float: left;
    width: 43%;
    margin: 0% 0% 0% 1%;
  }

  .magazine .arrange2 .sub {
    float: left;
    width: 42%;
    padding: 13% 3% 0% 0%;
    margin-left: 0%;
  }

  .magazine .arrange2 .sub .kai {
    font-size: 1.47rem;
    line-height: 1.95;
    /* width: 96%; */
    padding: 0% 0% 0% 12%;
  }

  .magazine .arrange2 .sub .kai span {
    background: linear-gradient(transparent 50%, #efecdf 50%);
  }

  .magazine .arrange2 .sub h1 {
    font-size: 1.8rem;
    padding: 0% 2% 0% 0%;
    color: #000000;
    text-align: right;
    line-height: 1.3;
    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';
  }

  .magazine .arrange2 .sub .profile {
    /* float: left; */
    /* width: 16%; */
    display: block;
  }

  .magazine .arrange2 .sub .profile img {
    width: 9%;
    float: left;
    display: none;
    margin: 0% 0% 1% 0%;
  }

  .magazine .arrange2 .sub .profile .name {
    font-size: 1.2rem;
    float: left;
    display: block;
    line-height: 166%;
    background: #ffffff;
    color: black;
    font-weight: bold;
    border-radius: 7px;
    padding: 9% 0% 0% 12%;
    width: 97%;
    /* display: inline-block; */
    text-align: left;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-bottom: 0%;
    display: block;
  }

  .magazine .arrange2 .sub .name .full {
    font-size: 1.2rem;
    font-weight: bold;
    /* text-align: right; */
    background: none;
    color: rgb(0 0 0);
    /* margin-right: 19%; */
    padding-left: 3%;
    letter-spacing: 0.1rem;
    /* text-align: center; */
  }



  .magazine .staff_comment .profile {
    float: left;
    width: 18%;
    /* display: inline-block; */
  }

  .magazine .staff_comment .profile img {
    width: 100%;
    margin: 14% 0% 6% 0%;
  }

  .magazine .staff_comment .profile .name {
    font-size: 1.3rem;
    display: inline-block;
    line-height: 166%;
    background: #ffffff;
    color: black;
    font-weight: bold;
    border-radius: 7px;
    /* padding: 0.3% 0.9%; */
    /* width: 109%; */
    /* display: inline-block; */
    text-align: center;
    letter-spacing: 0.1rem;
    margin-left: 0%;
    margin-bottom: 0%;
    display: block;
  }

  .magazine .staff_comment .profile .name span {
    font-size: 1.4rem;
    font-weight: bold;
    /* text-align: right; */
    background: none;
    color: rgb(0 0 0);
    /* margin-right: 19%; */
    padding-left: 3%;
    letter-spacing: 0.1rem;
    /* text-align: center; */
  }


    .magazine .main-title {
        float: left;
        width: 22%;
        /* display: none; */
        position: absolute;
        /* top: 32%; */
        /* left: 11%; */
        margin: 34% 0% 0% 31%;
    }

    .magazine .sub-title {
        float: left;
        width: 25%;
    }

    .magazine .sub-title .text1 {
        font-family:Optima-Regular,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 4.63543vw;
        position: absolute;
        top: 3%;
        left: 41%;
        /* text-align: right; */
    }

    .magazine .sub-title .text2 {
        font-family:Optima-Regular,sans-serif;
        font-weight: 500;
        font-style: normal;
        position: absolute;
        top: 11%;
        left: 55%;
        font-size: 3.95315vw;
    }

    .magazine .sub-title .text3 {
        font-family:Optima-Regular,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.4981vw;
        writing-mode:vertical-rl;
        position: absolute;
        /* display: none; */
        top: 4%;
        left: 95%;
    }

    .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: 45%;
        margin: 9% auto 10%;
    }

    .magazine .top_comment p {
        font-size:1.6rem;
        line-height: 1.75;
    }

    .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 {
      width: 86%;
      margin: 5% auto 0%;
    }

    .magazine .snap01 img {
      width: 49%;
      margin: 0% 0.5% 0% 0%;
    }

    .magazine .group01 {
        margin: 1% auto 0%;
        width: 51%;
    }

    .magazine .group {
      margin: 1% auto 0%;
      width: 68%;
  }

    .magazine .memo {
        float: left;
        width: 51%;
        display: none;
        line-height: 1.75;
    }

    .magazine .memo p span {
        font-size: 1.1rem;
        display: block;
        text-align: right;
        font-weight: bold;
        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';
        padding-bottom: 10%;
    }
    
    .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: .05rem;
        color: #000;
        background-color: #e8eaeb;
        /* border: 1px solid #666; */
      }
    
    .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 p {
        /* margin-top: 13%; */
        /* margin-bottom: 4%; */
        margin: 5% auto 1%;
        line-height: 1.5;
        text-align: center;
        /* font-weight: 600; */
        width: 30%;
        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: 3.6rem;
        font-weight: 600;
    }
    
    .magazine .title02 span {
        font-size: 1.6rem;
        display: block;
        font-weight: normal;
    }

    .magazine .staff_snap ul {
        margin: 2% auto 0%;
        width: 80%;
    }

    .magazine .staff_snap ul li {
        width: 25.1%;
        margin-bottom: 2%;
        padding-right: 2%;
        display: inline-block;
        position: relative;
    }

    .magazine .staff_snap ul li p {
        font-size: 1.2rem;
        color: #000000;
        position: absolute;
        top: 91%;
        text-align: center;
        left: 6%;
        width: 45%;
        background: white;
        padding: 2%;
        border-radius: 4px;
    }

    .magazine .staff_snap ul li p span {
        font-weight: 800;
        padding-right: 6%;
        /* text-align: left; */
    }



    .magazine .staff_snap ul li img {
        border-radius: 18px;
    }

    .magazine .staff_snap ul li:nth-child(4) {
        padding-right: 0%;
        width: 23.1%;
    }

    .magazine .staff_snap ul li:nth-child(8) {
      padding-right: 0%;
      width: 23.1%;
  }





  


      

    















@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-c-heading.fs-c-heading--page {
    display: none;
  }

  .layout_header_meta_inner {
    display: none;
  }
  
  .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: #efefef;
}

.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: #ffffff;
    color: #000;
    border: 1px solid #dbdbdb;
}

.magazine .last h2 {
  margin: 15% 0% 0%;
  padding-bottom: 20%;
  background: #efefef;
}


.magazine .footer {
    background: #efefef;
    margin-top: 8%;
    padding-top: 16%;
}

.magazine .footer h1 {
    padding: 0% 0% 0% 0%;
    font-size: 26px;
    font-weight: bold;
}


.magazine .footer ul {
    width: 100%;
    /* letter-spacing: -.4em; */
    /* font-size: 0; */
    margin: 0% 0% 0% 0%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* font-weight: bold; */
    background: #efefef;
}
  
  .magazine .footer ul li {
    width: 50%;
    margin-top: 6%;
  }
  

  .magazine .footer ul li p {
    font-size: 12px;
    line-height: 1.6em;
    /* margin-bottom: 1vw; */
    /* text-align: center; */
    font-weight: bold;
    padding: 2% 10% 0% 5%;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #2c2c2c;
}

.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: #00365b;
    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-block;
  }

    /* set */


    .magazine .topimg {
      width: 100%;
      margin: 0 auto;
  }


    .magazine .top-slide {
      width: 100%;
      margin-top: 0%;
    }

    .magazine .sub-title .text1 {
      font-size: 6.63543vw;
      position: absolute;
      top: 3%;
      color: black;
      left: 58%;
      background: #ffffff75;
    }

    .magazine .sub-title .text2 {
      top: 9%;
      left: 60%;
      font-size: 10.95315vw;
      background: #ffffff75;
    }

    .magazine .sub-title .text3 {
      font-size: 4.281vw;
      top: 18%;
      left: 92%; 
    }

    .magazine .main-title {
      margin: 121% 0% 0% 2%;
      width: 55%;
      display: none;
    }

    .magazine .top_comment {
      width: 100%;
      padding: 12% 9% 0%;
      background: #fdfdfd;
      margin: 0% auto 15%;
    }

    .magazine .top_comment p {
      font-size: 1.65rem;
      /* font-weight: bold; */
      line-height: 1.98;
    }

    .magazine .snap01 img {
      width: 100%;
      margin: 0% auto 3%;
    }

    .magazine .title01 ul img {
      width: 30%;
    }

    .magazine .number {
      display: block;
      font-size: 3.5rem;
      margin-left: 3%;
      display: none;
      font-weight: bold;
      margin-top: 28%;
    }

    .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 .group01 {
      margin: 2% auto 0%;
      width: 50%;
    }

    .magazine .memo {
      float: none;
      width: 100%;
      margin-bottom: 0%;
      /* border: solid 1px #ffffff; */
      padding: 0%;
    }

    .magazine .memo p {
      font-weight: bold;
      line-height: 223%;
      color: #000000;
      background: #ebebeb;
      padding: 8%;
      }

    .magazine .memo p span {
      text-align: left;
      padding: 0% 0% 0% 0%;
      font-weight: 300;
      color: #7c7c7c;
    }

    .magazine .credit {
      float: none;
      background: #ffffff;
    }

    .magazine .credit ul {
      text-align: center;
      margin-right: 0%;
      padding-bottom: 8%;
      }

      .magazine .credit ul li {
        /* padding-bottom: 10%; */
      }

    .magazine .credit ul li a {
      font-size: 14px;
      font-size: 1.25rem;
      /* line-height: 24px; */
      /* display: inline-block; */
      /* width: 150px; */
      margin-top: 4%;
      margin-left: 0;
      height: 5%;
      width: 98%;
      padding: 1%;
      /* height: 26px; */
      /* margin-left: 10px; */
      text-align: center;
      /* text-decoration: none; */
      letter-spacing: .05rem;
      color: #000;
      background-color: #ffffff;
      border: 1px solid #666;
    }


    .magazine .title02 p {
      margin: 11% auto 5%;
      width: 100%;
      line-height: 1.2;
      color: #000000;
      font-size: 2.9rem;
      font-weight: 600;
    }

    .magazine .title02 span {
      font-size: 1.5rem;
    }

    .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(4) {
      width: 49.3%;
    }

    .magazine .staff_snap ul li p {
      top: 1%;
      left: 1%;
      width: 68%;
      padding: 0%;
      background: #ffffff9c;
      border-radius: 4px;
    }

    .magazine .staff_snap ul li img {
      border-radius: 5px;
    }





    .magazine .group {
      margin: 2% auto 0%;
      width: 50%;
  }

  .magazine .staff_comment {
    /* float: left; */
    width: 97%;
    line-height: 205%;
    margin: 0% auto 9%;
    background: white;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 2%;
    position: relative;
}

.magazine .staff_comment .main {
  float: none;
  width: 100%;
}

.magazine .staff_comment .profile {
  float: none;
  width: 100%;
  /* display: inline-block; */
}

.magazine .staff_comment .profile img {
  width: 18%;
  margin: 5% 0% 0% 19%;
}

.magazine .staff_comment .profile .name {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 166%;
  background: #ffffff;
  color: black;
  font-weight: bold;
  border-radius: 7px;
  /* padding: 0.3% 0.9%; */
  width: 36%;
  /* display: inline-block; */
  text-align: center;
  letter-spacing: 0.1rem;
  margin-left: 0%;
  margin-bottom: 0%;
  display: inline-block;
}

.magazine .staff_comment .main p {
  font-size: 1.6rem;
  line-height: 1.95;
  /* width: 96%; */
  padding: 3% 2% 5% 2%;
}

.magazine .arrange .img {
  float: none;
  width: 100%;
  margin: 0% 0% 0% 0%;
}

.magazine .arrange {
  width: 100%;
  margin: 0% auto 0%;
}

.magazine .arrange .sub {
  float: none;
  width: 100%;
  padding: 6% 0% 0% 0%;
}

.magazine .arrange .sub .kai {
  font-size: 1.6rem;
  line-height: 1.95;
  /* width: 96%; */
  padding: 0% 12% 0% 12%;

}

.magazine .arrange .sub h1 {
  font-size: 1.7rem;
  padding: 0% 0% 0% 0%;
  color: #000000;
  text-align: center;
  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';
}

.magazine .arrange .sub .profile .name {
  font-size: 1.2rem;
  float: none;
  display: block;
  line-height: 166%;
  background: #ffffff;
  color: black;
  font-weight: bold;
  border-radius: 7px;
  padding: 5% 0% 0% 12%;
  /* width: 97%; */
  /* display: inline-block; */
  text-align: left;
  letter-spacing: 0.1rem;
  margin-left: 0%;
  margin-bottom: 0%;
  display: block;
}






.magazine .arrange2 .img {
  float: none;
  width: 100%;
  margin: 0% 0% 0% 0%;
}

.magazine .arrange2 {
  width: 100%;
  margin: 0% auto 0%;
}

.magazine .arrange2 .sub {
  float: none;
  width: 100%;
  padding: 6% 0% 0% 0%;
}

.magazine .arrange2 .sub .kai {
  font-size: 1.6rem;
  line-height: 1.95;
  /* width: 96%; */
  padding: 0% 12% 5% 12%;
}

.magazine .arrange2 .sub h1 {
  font-size: 1.7rem;
  padding: 0% 0% 0% 0%;
  color: #000000;
  text-align: center;
  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';
}

.magazine .arrange2 .sub .profile .name {
  font-size: 1.2rem;
  float: none;
  display: block;
  line-height: 166%;
  background: #ffffff;
  color: black;
  font-weight: bold;
  border-radius: 7px;
  padding: 5% 0% 0% 12%;
  /* width: 97%; */
  /* display: inline-block; */
  text-align: left;
  letter-spacing: 0.1rem;
  margin-left: 0%;
  margin-bottom: 0%;
  display: block;
}

.magazine .snap01 {
  width: 86%;
  margin: 0% auto 0%;
}

.magazine .staff_snap ul li:nth-child(8) {
  width: 49.3%;
}

}
