@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name,p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    font-family: "Noto Sans JP", sans-serif , "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
    color: #333;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0em;
    line-height: 1.6;
}
p{
    margin: 5px 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #fff;
}
.wrapper{
    background: #fff;
}
.area-header img {
    width: 100%;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 30px); /*fadein_height*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.area-body{
    /* max-width: 982px; */
    margin: 0 auto;
    width: 100%;
}
.bodyWrap{
    background: #fff;
}
.main_lead{
    max-width: 590px;
    margin: 0 auto 80px;
}
.main_lead_ttl{
    text-align: center;
    font-size: 30px;
    padding: 60px 0;
    border-bottom: solid 1px #000;
    font-weight: 700;
    line-height: 1.7;
    color: #000000;
}
.area-title {
   text-align: center;
}
.logo_area{
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    column-gap: 36px;
    font-size: 30px;
    font-weight: 700;
}
.logo_area img{
    width: 130px;
}
.logo_text{
    text-align: center;
    font-size: 16px;
    margin: 40px auto 80px;
}
.line_up{
    max-width: 982px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.line_up a{
    display: block;
    font-family: "Georgia", sans-serif;
    background: #000000;
    color: #fff;
    width: 200px;
    margin: 10px auto;
    padding: 10px 0;
    border: solid 2px #000000;
    transition: .6s;
    text-decoration: none;
}
.line_up a:hover{
    background: #fff;
    color: #000000;
}
.credit_area{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: -100px auto 120px;
}
.credit_area2{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0px auto 120px;
}
.check_btn{
    font-family: "Georgia", sans-serif;
    text-align: center;
    display: block;
    width: 400px;
    margin: 20px auto 0;
    background: #000000;
    color: #fff;
    padding: 20px 0;
    transition: .6s;
    border: solid 2px #000000;
    font-size: 16px;
}
a.check_btn{
    text-decoration: none!important;
}
a.check_btn:hover{
    background: #fff;
    border: solid 2px #000000;
    color: #000000;
}
.sec_06 a.check_btn:hover{
    background: #e7e9f1;
    border: solid 2px #000000;
    color: #000000;
}
.sec_00{
    padding: 80px 0 0;
    background: #fff;
}
.sec_01{
    background: #fff;
    padding-bottom: 120px;
}
.sec_02{
    background: #e6e6e6;
    padding: 120px 0;
}
.sec_inner{
    max-width: 982px;
    margin: 0 auto;
}
.detail_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}
.detail_area a{
    font-size: 12px;
    text-decoration: underline;
    color: #000000;
    transition: .6s;
}
.detail_area a:hover{
    opacity: .7;
}
.section_ttl{
    font-size: 16px;
    width: 700px;
    margin: 0 auto 68px;
}
.section_ttl_main{
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}
.detail_area{
    font-family: "Noto Sans JP", sans-serif , "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_01 .detai_img{
width: 975px;
}
.detail_img_1col{
    width: 500px;
    margin: 10px auto 0;
}
.detail_img{
    width: 47%;
}
.detail_img p{
    text-align:center;
    margin: 5px 0 0;
    font-size: 12px;
}


.product_name {
  font-size: 20px;
  font-weight: bold;
}


.area-wrapper nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 100px;
}
.area-wrapper nav ul li {
  width: 160px;
  /* border-right: 1px solid #ccc; */
}
.view_all{
display: flex;
display: -webkit-flex;
align-items: center;
text-align: center;
justify-content: center;
grid-column-gap: 20px;
    margin-bottom: 60px;
    text-decoration: none!important;
}
.view_all a{
    text-decoration: none!important;
    transition: .6s;
}
.view_all a:hover{
    opacity: .7;
}
.sec_04{
    padding: 120px 0;
}

/*
    area-product
=========================================*/
.area-product {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  
  .area-product .area-slider {
    /* margin-right: 100px; */
    margin: 0px;
    text-align: center;
  }
  
  .area-product .area-slider .color-name {
    margin: 0 0 10px;
  }
  
  .area-product .area-info {
    font-family: 'Roboto Condensed', sans-serif;
  }
  
  .area-product .area-info .name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .area-product .area-info .name a {
    color: #000;
    text-decoration: none;
  }
  
  .area-product .area-info .name .pri {
    font-size: 28px;
    font-weight: 300;
  }
  
  .area-product .area-info .size {
    font-size: 20px;
  }
  
  .area-product .area-info .btn {
    display: block;
  }
  
  .area-product .area-info .btn a {
    margin: 40px 0 0;
    font-size: 15px;
    line-height: 1;
    display: block;
    background: #000;
    color: #fff;
    padding: 20px 50px;
    box-sizing: border-box;
    text-decoration: none;
  }
  
  .area-product .thumb-item {
    width: 540px;
    margin: 0 auto;
  }
  
  .area-product .thumb-item .image {
    width: 540px;
    margin: 0 14px;
  }
  
  .area-product .prev-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    left: -50px;
    z-index: 1;
  }
  
  .area-product .next-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    right: -50px;
    z-index: 1;
  }
  
  .area-product .thumb-item-nav {
    width: 210px;
    margin: 0 auto;
  }
  
  .area-product .thumb-item-nav li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  
  .area-product .thumb-item-nav li.BLACK {
    background: #000;
  }
  
  .area-product .thumb-item-nav li.WHITE {
    background: #ebebeb;
  }
  
  .area-product .thumb-item-nav li.TRQBLUE {
    background: #5af6d9;
  }
  
  .area-product .thumb-item-nav li.NAVY{
    background: #2d2d6c;
  }
  
  .area-product .thumb-item-nav li.LTBLUE {
    background: #4355b8;
  }
  


  /*
    area-color
=========================================*/
.area-color {
    margin: 100px 0 0;
  }
  
  .area-color h2 {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 35px 0;
  }
  
  .area-color .line-top {
    display: block;
    width: 58%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
  }
  
  .area-color .line-bottom {
    display: block;
    width: 58%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
  }
  
  .area-color .area-color-sider {
    margin: 0 auto;
    padding-bottom: 200px;
  }
  
  .area-color .area-color-sider .area-emb {
    width: 350px;
    margin: 50px auto 100px;
  }
  
  .area-color .area-color-sider .area-emb h3 {
    margin: 0;
    padding: 0;
  }
  
  .area-color .area-color-sider .area-emb .emb-image {
    width: 350px;
  }
  
  .area-color .thumb-item {
    width: 100%;
    margin: 0 auto;
  }
  
  .area-color .thumb-item li {
    display: flex;
    display: -webkit-flex;
  }
  
  .area-color .thumb-item .image {
    width: 540px;
    margin: 0 80px;
  }
  
  .area-color .thumb-item .detail-image {
    width: 250px;
  }
  
  .area-color .color-name {
    margin: 0 0 10px;
  }
  
  .area-color .slider-arrow {
    position: relative;
    width: 540px;
    margin: 0 auto;
    top: -370px;
  }
  
  .area-color .slider-arrow .prev {
    cursor: pointer;
    position: absolute;
    top: -50%;
    left: -50px;
  }
  
  .area-color .slider-arrow .next {
    cursor: pointer;
    position: absolute;
    top: -50%;
    right: -50px;
  }
  
  .area-color .prev-arrow {
    display: none;
  }
  
  .area-color .next-arrow {
    display: none;
  }
  
  .area-color .thumb-item-nav {
    width: 210px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  .area-color .thumb-item-nav li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  
  .area-color .thumb-item-nav li.BLACK {
    background: #000;
  }
  
  .area-color .thumb-item-nav li.WHITE {
    background: #ebebeb;
  }
  
  .area-color .thumb-item-nav li.TRQBLUE {
    background: #5af6f1;
  }
  
  .area-color .thumb-item-nav li.NAVY {
    background: #2d2d6c;
  }
  
  .area-color .thumb-item-nav li.LTBLUE {
    background: #3976c5;
  }
  

  
  .area-color .area-info {
    margin-top: 40px;
    font-family: 'Roboto Condensed', sans-serif;
  }
  
  .area-color .area-info .name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .area-color .area-info .name a {
    color: #000;
    text-decoration: none;
  }
  
  .area-color .area-info .name .pri {
    font-size: 28px;
    font-weight: 300;
  }
  
  .area-color .area-info .size {
    font-size: 20px;
  }
  
  .area-color .area-info .btn {
    display: block;
  }
  
  .area-color .area-info .btn a {
    margin: 40px 0 0;
    font-size: 15px;
    line-height: 1;
    display: block;
    background: #000;
    color: #fff;
    padding: 20px 50px;
    box-sizing: border-box;
    text-decoration: none;
  }
  
  @media screen and (max-width: 896px) {
    .area-color {
      margin: 90px 0 0;
    }
    .area-color h2 {
      font-size: 15px;
      padding: 15px 0;
    }
    .area-color .line-top {
      width: 65%;
    }
    .area-color .line-bottom {
      width: 65%;
    }
    .area-color .area-color-sider {
      width: 100%;
      margin: 0 auto;
      display: block;
      padding-bottom: 50px;
    }
    .area-color .area-color-sider .area-emb {
      width: 200px;
      margin: 30px auto;
    }
    .area-color .area-color-sider .area-emb .emb-image {
      width: 200px;
      margin-right: 0px;
    }
    .area-color .thumb-item {
      width: 100%;
      margin: 0 auto;
    }
    .area-color .thumb-item li {
      display: flex;
      display: -webkit-flex;
    }
    .area-color .thumb-item .image {
      width: 230px;
      margin: 0 20px;
    }
    .area-color .slider-arrow {
      position: relative;
      width: 250px;
      margin: 0 auto;
      top: -160px;
    }
    .area-color .slider-arrow .prev {
      cursor: pointer;
      position: absolute;
      top: -50%;
      left: -20px;
      zoom: .5;
    }
    .area-color .slider-arrow .next {
      cursor: pointer;
      position: absolute;
      top: -50%;
      right: -20px;
      zoom: .5;
    }
    .area-color .prev-arrow {
      zoom: .5;
    }
    .area-color .next-arrow {
      zoom: .5;
    }
    .area-color .thumb-item-nav {
      width: 189px;
      margin: 0 auto 30px;
    }
    .area-color .thumb-item-nav .slick-track li {
      width: 15px;
      height: 15px;
      margin: 0 6px;
    }
    .area-color .area-info .name {
      font-size: 20px;
    }
    .area-color .area-info .name .pri {
      font-size: 15px;
    }
    .area-color .area-info .size {
      font-size: 14px;
    }
    .area-color .area-info .btn {
      display: block;
    }
    .area-color .area-info .btn a {
      margin: 20px 72px 0;
      font-size: 12px;
      }
     .view_all{
          margin-bottom: 30px;
      }
  }


  .area-wrapper nav ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 100px;
}
.area-wrapper nav ul li {
  width: 200px;
}
.area-wrapper nav ul li:last-child {
  border-right: none;
}
  
  .all-btn a {
    font-size: 18px;
    display: block;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    border: 1px solid #000;
    width: auto;
    padding: 20px;
    line-height: 1;
    max-width: 1050px;
    margin: 40px auto;
    text-decoration: none;
    transition: 0.3s ease 0s;
  }
  
  .all-btn a:hover {
    color: #fff;
    background: #000;
  }
  
  .all-btn a:hover.sample5-2::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  
  @media screen and (max-width: 896px) {
    .all-btn a {
      font-size: 14px;
      color: #fff;
      background: #000;
      margin: 40px 25px;
    }
    .all-btn a.sample5-2::after {
      right: -86%;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
  }
  
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  
  .sample5-2::after {
    right: -90%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  @media screen and (max-width: 896px) {
    .btn-all {
      margin: 0 30px;
    }
  }
  
  .inview {
    opacity: 0;
  }
  
  .up {
    -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
    animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  }
  
  /*VisualImage*/
  @-webkit-keyframes VisualImage {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes VisualImage {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .VisualImage {
    -webkit-animation-name: VisualImage;
    animation-name: VisualImage;
  }
  



.check_area{
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    margin: 30px 0 0 auto;
    font-weight: 600;
    width: 480px;
}
.check_area a{
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 200px;
    margin-left: 20px;
    background: #000000;
    color: #fff;
    padding: 10px 0;
    border: solid 2px #000000;
    transition: .6s;
    text-decoration: none;
}
.check_area a:hover{
    background: #fff;
    border: solid 2px #000000;
    color: #000000;
}
.sec_03 .check_area a:hover{
    background: #E7E9F1;
    border: solid 2px #000000;
    color: #000000;
}
.style_ttl{
    font-family: "Georgia", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-left: -30px;
    display: inline-block;
    margin-bottom: 5px;
}
.sec_02 .check_area a:hover{
    background: #fff;
}
.color{
    font-family: "roboto", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}
.sec_03{
    background: #E7E9F1;
    padding: 120px 0;
}

.sec_03 {
    background: #e6e6e6;
    padding: 120px 0;
    text-align: center;
}
.sec_03 .ttl{
    font-family: "Georgia", sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
}
.sec_05{
    background: #E7E9F1;
    padding: 60px 0;
    margin: 120px 0 0;
}
.sec_05 .sec_inner{
    margin: -120px auto 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 680px;
}
.sec_05 .credit_area {
    margin:  60px auto 0px;
}
.credit_area2 {
    margin:  0px auto 0px;
}
.snap_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.snap_area li{
    width:calc((100% / 3 ) - 10px) ;
}
.snap_area a{
    font-size: 12px;
    color: #000000;
    transition: .6s;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.snap_area a:hover{
    opacity: .7;
    text-decoration: none;
}
.archive .ttl{
    font-family: "Georgia", sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}
.archive{
    background: #E7E9F1;
    padding: 120px 0;
    text-align: center;
    margin-bottom: 70px;

}
.archive_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.archive_list li{
    width:calc((100% / 4 ) - 10px) ;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}
.archive_list li p{
    margin: 5px 0 0;
    font-weight: 600;
}
.archive_list a{
  text-decoration: none;
    transition: .6s;
    color: #000000;
}
.archive_list a:hover{
    opacity: .6;
}

@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    html{
      scroll-behavior: smooth;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .main_lead {
        margin: 40px auto;
    }
    .main_lead_ttl{
        font-size: 20px;
        margin: 0 auto;
        font-weight: 600;
        text-align: center;
        padding: 0px 0 40px;
}
    .logo_area{
        flex-flow: column;
        grid-gap: 10px;
        width: 33%;
    }
    .logo_text{
        font-size: 14px;
        line-height: 1.6;
        margin: 40px auto;
        width: 84%;
    }
    .line_up{
        width: 84%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .credit_area{
        font-size: 12px;
        margin: -50px auto 16%;
    }
    .credit_area2{
        font-size: 12px;
        margin: -50px auto 16%;
    }
    .check_btn{
        width: 84%;
        padding: 14px 0;
    }
    .sec_00 {
        /* padding: 6% */
    }
    .sec_01{
        padding: 16% 8%;
    }
    .sec_02{
        padding: 16% 8%;
    }
    .sec_03{
        padding: 16% 8% 19%;
    }
    .section_ttl{
        width: 100%;
        font-size: 14px;
        margin: 0 auto 30px;
    }
    .section_ttl_main{
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
    .detail_area{
        flex-wrap: wrap;
    }
    .detai_img{
        width: 100%;
        margin: 10px auto 0;
    }
    .detail_area a{
        margin-bottom: 10px;
        font-size: 12px
    }
    .area-product {
        display: block;
      }
      .area-product .area-slider {
        margin-right: 0px;
      }
      .area-product .thumb-item {
        width: auto;
        margin: 0 0px;
      }
      .area-product .thumb-item .image {
        width: 300px;
        margin: 0 0px;
      }
      .area-product .prev-arrow {
        cursor: pointer;
        position: absolute;
        top: 43%;
        left: -50px;
        z-index: 1;
        zoom: .5;
      }
      .area-product .next-arrow {
        cursor: pointer;
        position: absolute;
        top: 43%;
        right: -50px;
        z-index: 1;
        zoom: .5;
      }
      .area-product .thumb-item-nav {
        width: 189px;
        margin: 0 auto 30px;
      }
      .area-product .thumb-item-nav .slick-track li {
        width: 15px;
        height: 15px;
        margin: 0 6px;
      }
      .area-product .area-info .name {
        font-size: 20px;
      }
      .area-product .area-info .name .pri {
        font-size: 15px;
      }
      .area-product .area-info .size {
        font-size: 14px;
      }
      .area-product .area-info .btn {
        display: block;
      }
      .area-product .area-info .btn a {
        margin: 20px 72px 0;
        font-size: 12px;
      }

      .area-wrapper nav ul li {
        width: 150px;
    }

    .area-wrapper nav ul {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      margin: 50px 0 50px;
  }

    .check_area{
        font-size: 14px;
        margin:20px auto;
    }
    .color{
        font-size: 18px;
        margin: 10px 0 5px 0;
        display: inline-block;
    }
    .check_area a{
    width: 120px;
        font-size:12px;
        padding: 4px 0;
        margin: 10px auto 0;
    }
    .style_ttl{
        margin-left: 0;
    }
    .sec_04{
        margin:0;
        padding:16% 0;
    }
    .sec_04 .sec_inner{
        padding: 6%;
    }
    .sec_04 p{
        margin: 10px 0 0;
    }
    .sec_04 .sec_inner{
        display: block;
        text-align: center;
    }
    .sec_04 .sec_inner .name_detail_wrap{
        width: 100%;
    }
    .sec_04 .sec_inner .name_detail_wrap:first-child{
        margin-bottom: 5%;
    }
    .sec_04 .sec_inner .name_detail_wrap p{
        text-align: center;
        font-size: 12px;
    }
    .sec_05{
        padding: 16% 8%;
    }
    .sec_05 .ttl{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .snap_area li {
        width: calc((100% / 2 ) - 5px);
    }
    .sec_06 .sec_inner{
        width: 100%;
        padding: 6%;
    }
    .sec_06{
        padding: 16% 0;
        margin: 16% 0 0;
    }
    .archive_list li {
        width: calc((100% / 2 ) - 5px);
    }
    .archive{
        padding: 16% 0;
    }
    .archive_list li p{
        font-size: 11px;
    }
    .sec_06 .credit_area {
        margin: 30px auto 0px;
    }
    .credit_area2 {
        margin: 30px auto 0px;
    }
    .check_area{
     display: block;
        text-align: right;
        margin: 0 0 0 auto;
        width: 84%;
        text-align: center;
        margin: 10px auto 0;
        font-size: 12px;
    }
    .snap_area{
        justify-content: center;
    }
    .style_ttl{
        display: block;
        text-align: center;
        margin: 0 auto 20px;
        font-size: 12px;
    }
    .detail_img{
        width: 100%;
        padding-bottom: 30px;
    }
    .detail_img p{
        margin: 10px 0 20px;
        text-align: left;
    }
    .archive_list{
        flex-wrap: wrap;
    }
    .detail_img_1col {
        width: 100%;
        margin: 0px auto 40px;
    }
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}