@media (min-width:761px) and (max-width:1400px){


  html{
    font-size: 62.5%;
    font-feature-settings: "palt"
  }
  body{
    font-family: 'Noto Serif JP', serif;
    color: #000000;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  img{
    max-width: 100%;
    height: auto;
  }
  a{
    text-decoration: none;
  }
  a.no-click{
    pointer-events: none;
  }
  .SP{
    display: none;
  }
  .section_wrapp{
    width: 62.5vw;
    padding: 3.571vw 5.208vw;
    background-color: rgba(255,255,255,0.8);
    margin: 0 auto;
  }
  .section_tit{
    text-align: center;
    padding-top: 7.143vw;
  }
  .section_tit p{
    font-size: 1.786vw;
  }
  h2{
    font-size: 6.214vw;
    text-align: center;
    padding: 2.143vw 0 3.571vw 0;
    font-weight: 900;
    line-height: 1.3em;
  }
  .section_inner{
    width: 64.286vw;
    margin: 135px auto;
  }
  .section_caution{
    width: 64.286vw;
    margin: 5.714vw auto 1.429vw auto;
  }
  .section_caution a{
    color: #000;
    border-bottom: solid 1px #000;
  }
  .section_caution span{
    font-weight: bold;
  }
  .section_caution dt{
    text-align: center;
    width: 100%;
    padding: 0.714vw 0;
    border: solid 1px #000;
    margin-bottom: 2.143vw;
  }
  .section_caution ul{
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .section_caution li{
    line-height: 2em;
    font-size: 1.071vw;
  }
  .section_caution + img{
    display: block;
    margin: 4.286vw auto;
  }
  /*header*/
  .header_box{
    position: relative;
    height: 51.286vw;
  }
  .header_box .new_open{
    position: absolute;
    top: 35%;
    right: 10%;
    z-index: 500;
  }
  /*footer*/
  footer{
    background-color: #919da2;
    padding: 7.143vw 0;
    text-align: center;
    color: #fff;
    font-size: 1.429vw;
    font-weight: 400;
    line-height: 2em;
  }
  footer p{
    margin: 3.571vw 0;
  }
  footer img{
    padding: 2.143vw 0;
  }
  footer .foot_open{
    text-align: right;
    width: fit-content;
    margin: 0 auto;
  }
  /*sidebar*/
  main{
    margin-top: -55.714vw;
  }
  .sidebar{
    position: sticky;
    margin-bottom: 0;
    top: 0.714vw;
    z-index: 1;
    width: fit-content;
  }
  .sidebar img,
  .sidebar a{
    display: block;
    margin: 1.429vw 0;
  }
  /*------------------
  section count
  --------------------*/
  .sec_count{
    margin: 10.714vw 0 12.857vw 0;
  }
  .sec_count dt{
    text-align: center;
    font-size: 4.286vw;
  }
  .sec_count dt p{
    padding: 3.571vw 0;
    letter-spacing: 0.5rem;
    font-weight: bold;
  }
  .sec_count dt span{
    display: block;
    border-bottom: solid 2px #000;
    width: 17.857vw;
    margin: 0 auto;
  }
  .sec_count dd:first-of-type{
    margin: 5vw auto;
  }
  .sec_count dd:last-of-type p{
    text-align: center;
    font-size: 1.429vw;
    line-height: 2em;
  }
  .countDown{
    width: 20.714vw;
    height: 20.714vw;
    background-color: #f2ebd9;
    border-radius: 50%;
    margin: 0 auto;
  }
  .countDown span{
    color: #fff;
    font-size: 19.286vw;
  }
  .countDown p{
    text-align: right;
    font-size: 2.143vw;
    display: block;
    width: 27.143vw;
  }
  /*------------------
  section event
  --------------------*/

  .sec_event table{
    margin: 0 auto;
    font-size: 1.429vw;
  }
  .sec_event th{
    padding: 0.714vw 1.429vw;
  }
  .sec_event tr{
    display: block;
    margin: 0.714vw 0;
  }
  .sec_event table tr:nth-of-type(odd) th{
    background-color: #b5a57d;
    color: #fff;
  }
  .sec_event td{
    padding-left: 1.786vw;
  }
  /*------------------
  section present
  --------------------*/

  .sec_present .section_inner{
    text-align: center;
  }
  .sec_present .section_inner img{
    padding-bottom: 5vw;
  }
  .sec_present .section_inner p{
    line-height: 2em;
    font-weight: bold;
  }
  .present_txt{
    font-size: 2.286vw;
  }
  .sec_present .section_caution{
    text-align: left;
    width: fit-content;
  }
  /*------------------
  section campaign
  --------------------*/

  .campaign_pliceBoxInner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .campaign_pliceBoxInner:first-of-type span{
    font-size: 6.214vw;
    font-weight: 900;
  }
  .campaign_pliceBoxInner:first-of-type div span{
    font-size: 1.286vw;
    display: block;
    padding-top: 1.071vw;
  }
  .campaign_pliceBoxInner:first-of-type p{
    font-size: 2.857vw;
    padding-top: 0.786vw;
    font-weight: bold;
  }
  .campaign_pliceBoxInner:last-of-type{
    margin-top: 4.286vw;
  }
  .campaign_pliceBoxInner:last-of-type p{
    font-size: 1.286vw;
  }
  .campaign_pliceBoxInner:last-of-type > p{
    font-size: 1.429vw;
    background-color: #b5a57d;
    color: #fff;
    padding: 1.071vw;
    line-height: 1.2em;
  }
  .campaign_pliceBoxInner:last-of-type div p{
    padding-left: 2.143vw;
    line-height: 2em;
  }
  /*------------------
  section cont
  --------------------*/
  .section_contInner dt{
    margin-bottom: 5.714vw;
  }
  .cont_tit{
    position: relative;
    width: 100%;
  }
  .cont_tit p{
    position: static;
    font-size: 2.143vw;
    font-weight: 900;
    left: 1.429vw;
    bottom: 3.571vw;
    line-height: 2em;
  }
  .cont_tit p span{
    font-size: 1.514vw;
    font-weight: 400;
  }
  .section_contInner dd{
    display: block;
  }
  .cont_about{
    width: 35.714vw;
  }
  .cont_about li{
    font-size: 1.429vw;
    line-height: 2em;
  }
  .cont_about li span{
    color: #b5a57d;
  }
  .iconBox{
    margin-top: 1.071vw;
  }
  .iconBox img{
    padding: 0.357vw 0.143vw;
  }
  /*------------------
  section photoplan
  --------------------*/
  h3{
    font-size: 1.786vw;
    line-height: 2em;
    font-weight: bold;
  }
  .cont_about li span:nth-of-type(2){
    color: #000;
    font-size: 1.143vw;
    padding-left: 6.071vw;
  }
  .small_cont_tit p {
      left: 3.571vw;
      bottom: -0.714vw;
      line-height: 1.5em;
  }
  .small_cont_about{
    width: 28.571vw;
  }
  /*------------------
  section caution
  --------------------*/
  .sec_caution{
    margin-top: 7.143vw;
  }
  .sec_caution_tit{
    width: 15.786vw;
    margin: 0 auto;
    position: relative;
    margin-top: -7.143vw;
  }
  .sec_caution_tit span{
    color: #000;
    font-size: 2.429vw;
    font-weight: bold;
    position: absolute;
    left: 2.857vw;
    top: 6.429vw;
  }
  .sec_caution_about{
    background-color: #b5a57d;
    color: #fff;
    margin-top: -7.143vw;
    padding: 14.286vw 0;
  }
  .sec_caution_about dt,h4{
    text-align: center;
    font-size: 1.429vw;
  }
  .sec_caution_about dt{
    margin-bottom: 7.143vw;
  }
  h4{
    border: solid 1px #fff;
    padding: 0.714vw;
    width: 22.857vw;
    margin: 7.143vw auto 3.571vw auto;
  }
  .sec_caution_about li{
    font-size: 1.143vw;
    line-height: 2em;
    text-indent: -3.5rem;
    padding-left: 3.5rem;
  }
  .sec_caution_about ul{
    width: 60vw;
    margin: 0 auto;
  }
  /*------------------
  section contact
  --------------------*/

  .sec_contact_inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_contact_inner li span{
    font-size: 1.643vw;
    font-weight: 900;
    display: inline-block;
    width: 8.571vw;
  }
  .sec_contact_inner li span:nth-of-type(2){
    width: fit-content;
  }
  .sec_contact_inner li{
    line-height: 4em;
  }
  .sec_contact_inner li a{
    background-color: #b5a57d;
    color: #fff;
    padding: 0.714vw 1.429vw;
  }
  .link_yoyaku{
    display: block;
    width: 28.571vw;
    padding: 1.071vw;
    color: #fff;
    background-color: #b5a57d;
    text-align: center;
    margin: 0 auto 3.571vw auto;
    font-size: 1.429vw;
  }
  .sec_contact_inner iframe{
    width: 28.571vw;
    height: 23.571vw;
  }
  /*------------------
  section form
  --------------------*/
  h5{
    text-align: center;
    font-size: 2.143vw;
    font-weight: 900;
    padding: 10.714vw 0 3.571vw 0;
  }
  h5 + p{
    text-align: center;
    line-height: 2em;
  }
  h5 + p a{
    color: #000;
  }
  
  form#mail_form {
    width: 68.571vw;
    margin: 3.571vw auto;
    padding: 0.714vw 0;
  }
  
  form#mail_form dl {
    width: 39.286vw;
    margin: 0 auto 1.429vw auto;
    overflow: hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  
  form#mail_form dl dt {
    width: 10vw;
    padding: 1.071vw;
    text-align: left;
    overflow: hidden;
    color: #fff;
    background-color: #919da2;
  }
  
  form#mail_form dl dd {
    width: 65%;
    padding: 0;
    padding-left: 2.143vw;
  }
  
  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    display: none;
    float: left;
    color: #ffffff;
    line-height: 1;
    padding: 0.571vw 0.643vw;
    border-radius: 0.214vw;
  }
  
  form#mail_form dl dt span.required {
    background: #d9534f;
    border: 1px solid #d43f3a;
  }
  
  form#mail_form dl dt span.optional {
    background: #337ab7;
    border: 1px solid #2e6da4;
  }
  
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    display: block;
    color: #ff0000;
    margin-top: 0.214vw;
  }
  
  
  span.loading {
    width: 3.571vw;
    height: 3.571vw;
    border-radius: 50%;
    border-top: 5px solid rgba( 255, 255, 255, 0.2 );
    border-right: 5px solid rgba( 255, 255, 255, 0.2 );
    border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ( 0 );
    -ms-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.143vw;
    margin-left: -2.143vw;
  }
  
  @-webkit-keyframes load-circle {
    0% {
      -webkit-transform: rotate( 0deg );
      transform: rotate( 0deg );
    }
    100% {
      -webkit-transform: rotate( 360deg );
      transform: rotate( 360deg );
    }
  }
  
  @keyframes load-circle {
    0% {
      -webkit-transform: rotate( 0deg );
      transform: rotate( 0deg );
    }
    100% {
      -webkit-transform: rotate( 360deg );
      transform: rotate( 360deg );
    }
  }
  
  
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
  
  
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    height: 2em;
    padding: 2px 2%;
    border: 1px solid #000;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
    margin-top: 0.357vw;
    width: 23.571vw;
  }
  
  form#mail_form input[type="text"]:focus,
  form#mail_form input[type="email"]:focus,
  form#mail_form input[type="tel"]:focus,
  form#mail_form textarea:focus {
    box-shadow: 0px 0px 5px #55ccff;
    border: 1px solid #55ccff;
    background: #ffffff;
  }
  form#mail_form select {
    font-size: 100%;
    font-family: inherit;
    margin-top: 0.714vw;
    width: 24.643vw;
  }
  
  form#mail_form textarea {
    display: block;
    width: 23.571vw;
    height: 14.286vw;
    padding: 2px 2%;
    resize: vertical;
    border: 1px solid #000;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
  }
  
  
  form#mail_form ul {
    list-style-type: none;
  }
  
  form#mail_form ul li label:hover {
    cursor: pointer;
  }
  
  form#mail_form input#mail_address,
  form#mail_form input#mail_address_confirm {
    width: 23.571vw;
  }
  
  form#mail_form p#form_submit {
    width: 27.5vw;
    margin: 5vw auto;
  }
  
  input[type="button"]{
    border: none;
    background-image: url(../img/btn_contact.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 27.5vw;
    margin: 0 auto;
    padding: 1.071vw 0;
  }
  
  /*-------------------
   page thanks
  ----------------------*/
  .tnk_main{
    margin-top: 0;
    padding: 10.714vw 0;
    text-align: center;
    font-size: 1.429vw;
    line-height: 2em;
  }
  .tnk_main a{
    background-color: #919da2;
    color: #fff;
    display: block;
    margin: 10.714vw auto 0 auto;
    width: 14.286vw;
  }
  
  
  
  /*image size setting*/
  .header_box .new_open {
     width: 33.214vw;
  }
  .sidebar img:first-of-type{
    width: 6vw;
  }
  .sidebar a img{
    width: 4.929vw;
  }
  .section_tit>img{
    width: 6.857vw;
  }
  .sec_contact .section_tit>img{
    width: 33.214vw;
  }
  .iconBox img{
    width: 6.286vw;
  }
  footer img{
    width: 25.357vw;
  }
  .small_cont_tit img{
    width: 9.214vw;
  }
  .sec_toppage ul li {
    width: 20.714vw;
    position: relative;
    height: 21.429vw;
    text-align: center;
  }
  nav.PC {
    width: 85.714vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_toppage ul li div {
    position: absolute;
    top: 0;
    left: 2vw;
    opacity: 0;
  }
  .sec_toppage ul li span {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.786vw;
    display: inline-block;
    width: 13vw;
    height: 11.071vw;
    padding: 1.071vw;
    text-align: left;
  }
  .sec_toppage ul li img{
    width: 16.714vw;
    height: 15.071vw;
  }
  .sec_studio dd {
    width: 60.714vw;
    border: solid 1px #b5a57d;
    padding: 14.286vw 3.571vw 7.143vw 3.571vw;
    text-align: center;
    margin: 0 auto;
    margin-top: -6.429vw;
  }
  .sec_studio_tit {
    width: 57.143vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
  }
  .sec_studio_tit img {
    display: block;
    height: 10.5vw;
    width: 4.071vw;
    margin-top: 4.643vw;
    background-color: #fff;
    padding: 0 2.143vw;
  }
  .sec_studio h4 {
    font-size: 3.571vw;
    font-weight: bold;
    width: 47.143vw;
    background-color: #fff;
  }
  .sec_studio h4 span {
    display: inline-block;
    font-size: 1.786vw;
  }
  .sec_studio dd p {
    font-size: 1.429vw;
    line-height: 2em;
  }
  .sec_stu_camera{
    width: 147px;
    height: 102px;
  }
  .sec_stu_camera{
    width: 10.5vw;
    height: 7.286vw;
  }
  }
  