@charaset utf-8;

html {
height: 100%;
    /* ルートのフォントサイズを10pxに設定しておく */
font-size: 62.5%;
}

body {
width: 100%;
height: 100%;
margin: 0 auto;
color: #323136;
font-size: 1.6em;
text-align: center;
line-height: 150%; /*字間*/
font-family: 'Noto Sans JP', sans-serif;/*Google Font*/
}

/*font-family: 'Kosugi Maru', sans-serif;*/

/*------------------------------
    共通
------------------------------*/

.top {
width: 100%;
height: auto;
padding:0 auto 8%;
background-color: #afa1ee;
}

.osrdtop {
  width: 100%;
  height: auto;
  padding-bottom:8%;
  background-color: #afa1ee;
  }

.logo {
max-width: 480px;
width: auto;
height: auto;
margin: 4% 4% 0;
}

.sendlogo {
max-width: 240px;
width: auto;
height: auto;
margin: 4% 4% 0;
}

/*SNS*/
.container {
margin: 0 auto;
padding: 4% 0;
}

.container img {
width: 48px;
padding: 1rem;
}

.malo {
max-width: 100%;
width: 160px;
border-radius: 50%;
  }

footer {
width: 100%;
height: auto;
margin: 0 auto;
background-color: #afa1ee;
color: white;
font-size: 1.2rem;
}

footer p.contact {
padding: 4% 0;
}

footer p.copyright {
padding-bottom: 1.6%;
}
/* ---------------------------------
メインストーリー
------------------------------------*/
.msbody {
    width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
    color: #3e2c2c;
    font-size: 1.6em;
    text-align: center;
    background: #fdbdbd;
    line-height: 150%; /*字間*/
    font-family: 'Noto Sans JP', sans-serif;/*Google Font*/
    }

.big-bg img {
  max-width: 100%;
}

.msbody h1 {
    color: #c58d07;
    margin-bottom: 4%;
    font-size: large;
}

.ms1 {
    max-width: 100%;
    width: auto;
    margin: 8%;
    padding: 4% 1.6% 8%;
    border-bottom: 1px solid #c58d07;
}

.ms1 p {
    display: inline-block;
    text-align: left;
    font-size: 0.9em;
    margin: 0 4%;
}

.ms2 {
    max-width: 100%;
    width: auto;
    margin: 8%;
    padding: 4% 1.6% 8%;
    border-bottom: 1px solid #c58d07;
}

.ms2 p {
    display: inline-block;
    text-align: left;
    font-size: 0.9em;
    margin: 0 4%;
}

.ms3 {
    max-width: 100%;
    width: auto;
    margin: 8%;
    padding: 4% 1.6% 8%;
    border-bottom: 1px solid #c58d07;
}

.ms3 p {
    display: inline-block;
    text-align: left;
    font-size: 0.9em;
    margin: 0 4%;
}

.mstype {
    max-width: 100%;
    width: auto;
    margin: 8%;
    padding: 8% 1.6%;
    background-color: #dbf5e6;
    border-radius: 25px;
}

.mstype p {
    display: inline-block;
    text-align: left;
    font-size: 0.9em;
    margin: 0 4%;
}

.msbody h2 {
    color: #c19a31;
    margin-bottom: 8%;
    font-size: 124%;
}

.btn-gradient-radius {
    display: inline-block;
    margin: 0 auto 8%;
    padding: 7px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #3e2c2c;
    background-color: #dbf5e6;
    transition: .4s;
  }
  
  .btn-gradient-radius:hover {
    background-color: #dbf5e6;
  }

.ms3flex{
    max-width: 560px;
    display: flex;
    margin: 4% auto;
}

.flexicon {
  max-height: 280px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.age {
  font-size: 0.8em;
}

.sicon {
  width: 120px;
  max-width: 120px;
}

.flexp {
  width: 100%;
  /* max-width: 400px; */
  text-align: left;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 4%;
  /* background-color: white; */
}

.msfooter {
    width: 100%;
    height: auto;
    max-height: 240px;
    margin: 0 auto;
    padding: 4% 0 0;
    background: #3e2c2c;
    color: #dfdfdf;
    font-size: 1.2rem;
    }


    .msfooter nav {
      width: 100%;
      height: 100%;
      max-width: 320px;
      margin: 0 auto;
    }
    
    .msfooter nav ul {
      display: flex;
      justify-content: space-between;
      list-style: none;
    }
    
    .msfooter nav ul li {
      position: relative;
      flex: 1 0 auto;
      height: auto;
      text-align: center;
      line-height: 24px;
      border-right: 1px solid #fac54b;
    }

    .msfooter nav ul li:last-child{
      border: none;
    }
    
    .msfooter nav ul li a {
      display: block;
      width: 100%;
      height: 100%;
    }
    
.msfooter p {
  padding-top: 4%;
}

.msfooter p.copy {
  padding: 4% 0;
}

/*------------------------------
    HOME
------------------------------*/

header {
width: 100%;
height: auto;
}

.home h1 img {
max-width: 560px;
}

/*BG動画*/
.video-container{
  position: relative;
  overflow-x: hidden;
}

video {
width: 100%;
height: auto;
margin: 0 auto;
vertical-align: middle;
}

.home {
background: linear-gradient(#aabfef, #c7bbfe,#f4cdca,#fff);
  padding: 8%;
}
  
  .hometext {
  font-size: 2.4rem;
  font-weight: bold;
  }

.circle img {
  max-width: 560px;
  width: 100%;
  height: auto;
  margin: 4% auto 8%;
  }

/*prof*/

.prf {
width: 100%;
height: auto;
margin: 0 auto 8%;
}

.prf h2 {
margin: 4% auto;
font-size: 2em;
color: #f4999f;
letter-spacing: 0.4em;
}

.test {
display: flex;
align-items: center;
justify-content: center;
padding: 0 8%;
}

.test p {
font-size: 1.6em;
color: #f4999f;
letter-spacing: 0.24em;
margin: 2.4% auto 8%;
}

.test img {
width: 240px;
margin-top: 4%;
}

.test li {
width: 100%;
text-decoration: none;
list-style:none;
}

/*ホバーエフェクト*/
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*モーダルウィンドウ*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 1.6%;
  border-radius: 2px;
/*
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
*/
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
/*  max-height: 80vh;*/
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
/*閉じるボタン*/
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  color: #efefef !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
/*閉じるボタンアクション*/
.modal-wrapper .modal-close:hover {
  color: #f4999f !important
}

.modal-content img {
width: 100%;
}

.contents {
margin-top: 4%;
}

.contents h2 {
margin: 4% auto;
font-size: 2em;
color: #f4999f;
letter-spacing: 0.4em;
}

.banner {
  margin-bottom: 8%;
}

.banner img {
max-width: 640px;
width: 100%;
padding: 0 auto;
}

.guideline {
max-width: 100%;
width: 800px;
height: auto;
margin: 4% auto 0;
}

/*全体*/
.hidden_box {
    margin: 2em 0 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 2.4% 8%;
    font-weight: bold;
    color: #aeaeae;
    border: solid 4px #aeaeae;
    border-radius: 25px;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
max-width: 720px;
    height: 0;
    margin: 8% auto;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    border: solid 2.4px #aeaeae;
    border-radius: 25px;
}

.hidden_show h4 {
padding-top: 2.4%;
font-size: 1.1em;
}

.hidden_show p {
text-align: left;
padding: 2.4% 4% 4%;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*全体*/
.hidden_box2 {
  margin: 2em 0 0;/*前後の余白*/
  padding: 0;
}

/*ボタン装飾*/
.hidden_box2 label {
  padding: 2.4% 6%;
  font-weight: bold;
  color: #aeaeae;
  border: solid 4px #aeaeae;
  border-radius: 25px;
  cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box2 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box2 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box2 .hidden_show2 {
max-width: 720px;
  height: 0;
  margin: 8% auto 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  border: solid 2.4px #aeaeae;
  border-radius: 25px;
}

.hidden_show2 h4 {
padding-top: 2.4%;
font-size: 1.1em;
}

.hidden_show2 p {
text-align: left;
padding: 2.4% 4% 4%;
}

/*クリックで中身表示*/
.hidden_box2 input:checked ~ .hidden_show2 {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

/*------------------------------
    おしラジcontact
------------------------------*/

.conbody {
width: 100%;
max-height: 100%;
height: auto;
margin: 0 auto;
color: #323136;
font-size: 1.6em;
text-align: center;
background: linear-gradient(#aabfef, #c7bbfe,#f4cdca,#fff) fixed;
line-height: 150%; /*字間*/
font-family: 'Noto Sans JP', sans-serif;/*Google Font*/
}

.planform {
max-width: 100%;
width: auto;
height: auto;
margin: 8% auto;
/*background-color: #ffdf96;*/
}

.sendtitle {
max-width: 100%;
width: auto;
height: auto;
margin: 8% auto;
padding: 0 8%;
/*background-color: #ffdf96;*/
}

.sendtitle h1 {
max-width: 560px;
min-width: 200px;
width: auto;
margin: 0 auto;
padding: 2.4%;
background-color: white;
border-radius: 50px;
color: #323136;
letter-spacing: 2px;
font-size: 2rem;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

/*------------------------------
    おしらじＴＯＰ
------------------------------*/

.wrap {
overflow: hidden;
margin: 0 auto;
}

.text h2 {
max-width: 100%;
width: auto;
margin: 0 auto;
padding: 2.4%;
background-color: #f4999f;
border-radius: 20px;
font-size: 2.4rem;
}

.text {
max-width: 100%;
width: auto;
height: auto;
margin: 4%;
padding: 4% 4% 0;
background-color: #fcd6e9;
border: solid 10px #f4999f;
border-radius: 50px;
}

dl.flex {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 justify-content: space-around;
 align-items: center;
 width: 100%;
 height: auto;
 margin: 0 auto;
 float: none;
}

.flex dt {
max-width: 300px;
width: auto;
text-align: left;
margin: 0 auto;
}

.text img {
max-width: 100%;
width: auto;
max-height: 320px;
height: auto;
margin: 0 auto;
}

.radio {
height: auto;
margin: 4%;
}

.radio div {
height: auto;
}

.radio h2 {
max-width: 560px;
width: auto;
margin: 4% auto;
padding: 1.6% 2.4%;
background-color: #fac54b;
border-radius: 20px;
font-size: 2rem;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

/*動画*/
.youtube {
max-width: 720px;
width: auto;
margin: 0 auto;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movie-wrap img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 16px;
     margin: 0 auto;
}

.youtube iframe {
border-radius: 16px;
}

.share {
margin: 4% auto;
}

.plan {
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto;
padding-top: 4%;
background-color: #ffdf96;
}

.wraptop {
max-width: 720px;
width: 100%;
height: auto;
margin: 0 auto;
}

dt,dd {
vertical-align: middle;
}

dl.flex dd {
& {
display: -ms-flexbox;
display: flex;
}
position: relative;
text-align: center;
}

.plan article {
max-width: 100%;
width: auto;
margin: 8% 4%;
padding: 4% 1.6%;
background-color: white;
border-radius: 25px;
}

.plan h2 {
max-width: 480px;
width: auto;
min-width: 200px;
margin: 1.6% auto 4%;
padding: 1.6%;
background-color: #f4999f;
border-radius: 50px;
color: white;
letter-spacing: 0.8rem;
font-size: 2.4rem;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

/*ハッシュタグ*/

.tweet h3.tags {
max-width: 400px;
width: auto;
margin: 4% auto;
padding: 1.6% 0;
font-size: 1.6rem;
/*border-bottom: solid 4px #00aced;*/
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

.hash {
  position: relative;
  background: #00aced;
  margin: 4% auto;
  padding: 6px 16px 6px 24px;
  font-size: 1.6rem;
  color: white;
  border-radius: 0 10px 10px 0;
}

.hash:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  display: inline-block;
  line-height: 32px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #00aced;
  font-weight: 400;
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

.ask {
max-width: 480px;
width: auto;
min-width: 240px;
margin: 1.6% auto;
padding: 0.8% 0.8%;
border: solid 4px #f4999f;
border-radius: 25px;
font-size: 1.4rem;
}

.ask h3 {
margin: 1.6% auto;
font-size: 1.8rem;
}

.ask h3 i {
color: #afa1ee;
}

.plantext {
position: relative;
text-align: center;
margin: 4% 2.4%;
}

.sendbox {
max-width: 240px;
width: 100%;
margin: 4% auto 2.4%;
color: #afa1ee;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
border: solid 6px #afa1ee;
border-radius: 50px;
font-size: 1.8rem;
}

.osrdbox {
max-width: 240px;
width: 100%;
margin: 4% auto 2.4%;
color: #f4999f;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
border: solid 4px #f4999f;
border-radius: 50px;
font-size: 1.8rem;
}

.returnbox {
max-width: 320px;
width: 100%;
margin: 8% auto 4%;
color: #afa1ee;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
border: solid 6px #afa1ee;
background-color: white;
border-radius: 50px;
font-size: 2rem;
}

.returnbox i {
font-size: 1.2em;
}

p.send {
margin: 2.4%;
}

aside {
max-width: 100%;
height: auto;
margin: 4%;
padding: 2.4% 0.8%;
border: solid 4px white;
border-radius: 25px;
}

dl {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 justify-content: space-around;
 align-items: center;
 width: 100%;
 height: auto;
 margin: 0 auto;
 float: none;
}


dl.mugi dd {
& {
display: -ms-flexbox;
display: flex;
}
position: relative;
text-align: center;
}

.mugi_icon {
max-width: 100%;
width: 160px;
border-radius: 50%;
border: solid 6px #afa1ee;
}

.mugi h4 {
width: 100%;
font-size: 2.2rem;
margin: 0 auto;
padding: 0.8%;
border-bottom: solid 3px #afa1ee;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

/*----------------------
       投稿フォーム
------------------------*/

.req {
font-size: 1rem;
color: red;
}

.sendbody {
width: 100%;
max-height: 100%;
height: auto;
margin: 0 auto;
color: #323136;
font-size: 1.6em;
text-align: center;
background-color: #ffdf96;
line-height: 150%; /*字間*/
font-family: 'Noto Sans JP', sans-serif;/*Google Font*/
}

main.send {
  max-width: 880px;
  margin: 0 auto;
  }

.radioform {
max-width: 560px;
margin: 8% auto;
padding: 0 8%;
color: #323136;
}

.planform {
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto;
/*background-color: #ffdf96;*/
}

.planform article {
max-width: 100%;
width: auto;
height: auto;
margin: 8% auto;
padding: 4% 2.4% 2.4%;
background-color: white;
border-radius: 25px;
}

.planform h2 {
max-width: 480px;
width: auto;
margin: 0 auto;
padding: 1.6% 2.4%;
background-color: #f4999f;
border-radius: 50px;
color: white;
letter-spacing: 2px;
font-size: 2rem;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

dl {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 justify-content: space-around;
 align-items: center;
 width: 86%;
 height: auto;
 margin: 0 auto;
 float: none;
}

dt,dd {
padding: 0.9rem 0;
vertical-align: middle;
}

dl dd {
& {
display: -ms-flexbox;
display: flex;
}
position: relative;
text-align: left;
}

.sendmugi img {
width: 150px;
border-radius: 50%;
border: solid 4px #afa1ee;
}

.sendtable {
max-width: 100%;
width: auto;
margin: 0 auto;
padding: 0 auto 0.8%;
}

.sendtable p {
position: relative;
text-align: left;
padding: 0.8%;
}

.sendtable span {
font-size: 0.8em;
}

.sendmail {
max-width: 100%;
width: 240px;
margin: 8% auto 0;
background-color: white;
border: solid 6px #afa1ee;
border-radius: 50px;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

select {
max-width: 560px;
width: 100%;
height: 2.4vw;
min-height: 32px;
}

input[type="name"],
input[type="text"],
input[type="email"] {
width: 100%;
max-width: 570px;
height: 2.4vw;
min-height: 24px;
}

textarea {
width: 100%;
max-width: 570px;
}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
border: none;
padding: 2.4%;
color: #afa1ee;
background-color: white;
font-size: 2rem;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
line-height: 150%; /*字間*/
cursor: alias;
}

/*------------------------------
    thxpage
------------------------------*/

.wrapper{
min-height: 100vh;
position: relative;/*←相対位置*/
padding-bottom: 100px;/*←footerの高さ*/
box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

h1.thx {
max-width: 100%;
width: auto;
margin: 8% auto;
padding: 0.4rem 0.8rem;
font-size: 2rem;
background-color: #f4999f;
border-radius: 50px;
color: white;
letter-spacing: 0.4rem;
font-family: 'kosugi maru', sans-serif;/*Google Font*/
}

.thx2{
max-width: 360px;
width: auto;
margin: 0 auto;
padding-bottom: 4%;
}

.plantext span {
font-size: 1.2rem;
}

.thxft {
width: 100%;
height: auto;
margin: 0 auto;
padding: 1.6% 0;
background-color: #afa1ee;
color: white;
font-size: 1rem;
position: absolute;/*←絶対位置*/
bottom: 0; /*下に固定*/
}


/*リンク擬似クラス*/

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #ffdf96;
    text-decoration: none;
    /*    font-size: 20px;*/
}

p.send a:link {
    color: #afa1ee;
    text-decoration: none;
}

p.send a:visited {
    color: #afa1ee;
    text-decoration: none;
}

.send a:hover {
    color: #ffdf96;
    text-decoration: none;
    /*    font-size: 20px;*/
}

aside.guideline a:link {
    color: #afa1ee;
    text-decoration: none;
}

.guideline a:visited {
    color: #afa1ee;
    text-decoration: none;
}

.guideline a:hover {
    color: #ffdf96;
    text-decoration: none;
    /*    font-size: 20px;*/
}

.msback a:link {
  color: #3e2c2c;
  text-decoration: none;
}

.msback a:visited {
  color: #3e2c2c;
  text-decoration: none;
}

.msback a:hover {
  color: #fdbdbd;
  text-decoration: none;
  /*    font-size: 20px;*/
}


/*------------------------------
    レスポンシブ
------------------------------*/


@media screen and (min-width:480px) {
/*画面サイズが480px以上の時に適用*/
  .br-sp {
  display: none;
  }
  
  .br-pc {
  display: block;
  }
  
  .img-sp {
    display: none;
}

.img-pc {
display: block;
}
  
  }


@media screen and (max-width:600px) {
/*画面サイズが600px以下の時に適用*/

/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb	{ display:inline!important; }

.test {
display: block;
}

.img-pc {
        display: none;
    }

.img-sp {
        display: block;
    }

/* --------------------------------
ストーリーページ
---------------------------------*/

.ms3flex{
  display: block;
  justify-content:space-between;
}

.flexp h3 {
  margin-bottom: 1em;
}

.msbody h2 {
  font-size: 1.3em;
}

.plantext {
  font-size: 1em;
  position: relative;
  text-align: left;
  margin: 4% 14%;
  }

/*------------------------------
    共通
------------------------------*/

  body {
  font-size: 16px;
  }
  
  hz {
  margin: 1vw 0 0.8vw 0;
  }

h1 {
  float: none;
  text-align: center;
  }
  
  .flex dt {
  display: block;
width: 100%;
}
  
/*
  .planform {
  width: 100%;
  padding: 2vw;
  }
*/
  
  img {
  max-width: 100%;
  height: auto;
  float: none;
  }
  
.circle img {
width: 100%;
font-size: 100%;
}

/*モーダル*/
.modal-wrapper .modal-window {
  padding-top: 8%;
}

/*ガイドライン*/
.hidden_box .hidden_show {
width: 92%;
}
.hidden_box label {
  padding: 2.4% 10%;
}

.hidden_box2 .hidden_show2 {
  width: 92%;
  }

.planform h2 {
margin: 0 auto;
padding: 1.6% 2.4%;
letter-spacing: 0rem;
font-size: 112%;
}

h1.thx {
width: auto;
margin: 0 auto;
padding: 1.6% 2.4%;
font-size: 96%;
}

div.ask {
width: auto;
margin: 4% auto;
}

div.ask h3 {
font-size: 1.1em;
}

.planform article {
margin: 8%;
font-size: 108%;
}

.planform article.thx2 {
margin: 8% auto;
font-size: 108%;
}

.thxform article {
width: 100%;
height: auto;
margin: 0 auto;
padding: 4% 2.4% 4%;
}

.thxtext {
font-size: 5vw;
}

.sendmail {
width: 100%;
}
  
.sendbox {
width: auto;
margin: 4% auto 2.4%;
font-size: 100%;
}

.returnbox {
width: 90%;
margin: 0 auto;
font-size: 116%;
}

.plan h2 {
margin: 0 auto;
padding: 1.6% 2.4%;
font-size: 116%;
}

/*送信完了ページ*/
.sendtitle h1 {
font-size: 96%;
}

/*  SNS*/
  div.container {
  line-height: 3.2%;
  }
  
  div.container img.icon {
  width: 16%;
  height: auto;
  }
  
  footer {
  line-height: 3.2%;
  padding: 4% 0;
  }
  
  footer p {
  padding: 4%;
  }

