@charset "UTF-8";
/***↓レスポンシブ設定↓**********************************************************************/
/*タブレット以上*/
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #wrap_newworks {
    width: 100%;
    max-width: 1920px;
    margin: auto 0;
  }
  header .light_logo {
    width: 50px;
    position: absolute;
    z-index: 15000;
    top: 80px;
    right: 80px;
    display: none;
  }
  header .light_logo a {
    display: inline-block;
    transition: .3s;
  }
  header .light_logo a:hover {
    opacity: 0.2;
  }
  header .gnavi {
    position: fixed;
    z-index: 15002;
    width: 100px;
    height: 50px;
    top: 50px;
    right: 0;
    cursor: pointer;
    display: none;
  }
  /*ボタン内側*/
  header .gnavi span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #222;
  }
  header .gnavi span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  header .gnavi span:nth-of-type(2) {
    top: 32px;
    width: 50%;
  }
  header .gnavi span:nth-of-type(3) {
    top: 42px;
    width: 30%;
  }
  header .gnavi.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .gnavi.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .gnavi.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .content_new {
    width: 100%;
    margin: 0 0 0 0;
    display: none;
  }
  /***詳細ページ用***/
  .works_newmainimg_pc {
    width: 100%;
    height: auto;
  }
  .works_newmainimg_sp {
    display: none;
  }
  .works_newmainimg_pc img {
    width: 100%;
  }
  .works_title_new {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 100px 0 80px 0;
  }
  .caption_box_new {
    width: 90%;
    margin: 100px auto 0 auto;
    font-size: clamp(12px, 1.142vw, 16px);
    text-align: center;
  }
  .caption_box_new_nolink {
    width: 90%;
    margin: 100px auto;
    font-size: clamp(12px, 1.142vw, 16px);
    text-align: center;
  }
  .caption_box_new_link {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(12px, 1.142vw, 16px);
    text-align: center;
  }
  a.decoration {
    font-weight: 500;
    text-decoration: underline;
  }
  p.img_caption {
    font-size: clamp(10px, 0.5208vw, 10px);
    text-align: right;
    margin: 5px 5px 0 0;
  }
}
/*スマートフォン*/
@media screen and (max-width: 767px) {
  img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
  }
  #wrap_newworks {
    width: 100%;
    margin: auto 0;
  }
  header .light_logo {
    width: 7%;
    position: absolute;
    z-index: 15000;
    top: 30px;
    right: 5%;
    display: none;
  }
  header .gnavi {
    position: fixed;
    z-index: 15002;
    width: 20%;
    top: 10px;
    right: -20px;
    cursor: pointer;
    display: none;
  }
  /*ボタン内側*/
  header .gnavi span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #222;
  }
  header .gnavi span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  header .gnavi span:nth-of-type(2) {
    top: 32px;
    width: 50%;
  }
  header .gnavi span:nth-of-type(3) {
    top: 42px;
    width: 30%;
  }
  header .gnavi.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .gnavi.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .gnavi.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .content_new {
    width: 100%;
    margin: 0 0 0 0;
    display: none;
  }
  /***詳細ページ用***/
  .works_newmainimg_sp {
    width: 100%;
    height: auto;
  }
  .works_newmainimg_pc {
    display: none;
  }
  .works_newmainimg_sp img {
    width: 100%;
  }
  .works_title_new {
    margin: 50px 0;
  }
  .works_title_new p {
    font-size: clamp(12px, 3.7333vw, 14px);
    text-align: center;
  }
  .caption_box_new {
    width: 90%;
    margin: 0 auto;
    font-size: clamp(12px, 3.2vw, 12px);
    text-align: justify;
    word-break: break-all;
    /*text-align-last: left;*/
  }
  .caption_box_new br {
    display: none;
  }
  .caption_box_new_nolink {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(12px, 3.2vw, 12px);
    text-align: justify;
    word-break: break-all;
    /*text-align-last: left;*/
  }
  .caption_box_new_nolink br {
    display: none;
  }
  .caption_box_new_link {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(12px, 3.2vw, 12px);
    text-align: left;
    word-break: break-all;
    /*text-align-last: left;*/
  }
  a.decoration {
    font-weight: 500;
    text-decoration: underline;
  }
  p.img_caption {
    font-size: clamp(10px, 2.666vw, 10px);
    text-align: right;
    margin: 5px 5px 0 0;
  }
}
/*1920以上*/
@media screen and (min-width: 1920px) {
  #wrap_newworks {
    width: 100%;
    max-width: 1920px;
    margin: auto 0;
  }
  header .light_logo {
    width: 50px;
    position: absolute;
    z-index: 15000;
    top: 80px;
    right: 80px;
    display: none;
  }
  header .light_logo a {
    display: inline-block;
    transition: .3s;
  }
  header .light_logo a:hover {
    opacity: 0.2;
  }
  header .gnavi {
    position: fixed;
    z-index: 15002;
    width: 100px;
    height: 50px;
    top: 50px;
    right: 0;
    cursor: pointer;
    display: none;
  }
  /*ボタン内側*/
  header .gnavi span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #222;
  }
  header .gnavi span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  header .gnavi span:nth-of-type(2) {
    top: 32px;
    width: 50%;
  }
  header .gnavi span:nth-of-type(3) {
    top: 42px;
    width: 30%;
  }
  header .gnavi.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .gnavi.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .gnavi.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .content_new {
    width: 100%;
    margin: 0 0 0 0;
    display: none;
  }
  /***詳細ページ用***/
  .works_newmainimg_pc {
    width: 100%;
    height: auto;
  }
  .works_newmainimg_sp {
    display: none;
  }
  .works_newmainimg_pc img {
    width: 100%;
  }
  .works_title_new {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 100px 0 80px 0;
  }
  .caption_box_new {
    width: 90%;
    margin: 100px auto 0 auto;
    font-size: clamp(12px, 1.142vw, 16px);
    text-align: center;
  }
  .caption_box_new_nolink {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(12px, 1.142vw, 16px);
    text-align: center;
  }
  .caption_box_new_link {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(12px, 1.142vw, 16px);
    text-align: center;
  }
  a.decoration {
    font-weight: 500;
    text-decoration: underline;
  }
  p.img_caption {
    font-size: clamp(10px, 0.5208vw, 10px);
    text-align: right;
    margin: 5px 5px 0 0;
  }
}