@charset 'UTF-8';
.align-center{
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 2rem;
}
a.btn-red{
  padding: .5rem 2rem;
  padding: .5rem 2rem;
  color: #fff;
  background: #9e2a2e;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}
a.btn-red:visited{
  color: #fff;
}
.note{
  font-size: .75rem;
}
.misolp-head{
  margin: 0 auto 2rem;
  background: #000;
  text-align: center;
}
.misolp-head__inner{
  width: 1000px;
  height: 400px;
  position: relative;
  background: url(https://image.raku-uru.jp/01/21460/654/misolp-main_1655998503840.png);
  background-size: cover;
}
.misolp-head__inner .misolp-head__title{
  display: inline-block;
  position: absolute;
  top: 5rem;
  right: 3rem;
  bottom: 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 3rem;
}

.misolp-head__takumi{
  display: block;
  margin: 1rem 0;
  text-align: right;
}

.misolp-pr{
  margin: 2rem 0 0;
  background: #faf8f6;
}
.misolp-pr__inner{
  display: flex;

  justify-content: space-between;
}
.misolp-pr *{
  flex: 1;
}
.misolp-pr--link{
  padding: 10px;
  text-align: center;
}
.misolp-pr--link img{
  margin: 40px 0 0 40px;
  width: 290px;
  height: auto;
}
.misolp-pr--link-text{
  margin: 1.5rem;
  color: #613939;
  font-size: .875rem;
  text-align: center;
  line-height: 1.8;
}
.misolp-pr--img img{
  width: 500px;
  height: auto;
}
.misolp-report{
  padding: 5rem 0 0;
  background: url(https://image.raku-uru.jp/01/21460/661/misolp-repo-bg1%402x_1655998532903.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1000px;
}
.misolp-report__head-title{
  margin-bottom: 3rem;
  padding: 2rem;
  background: url(https://image.raku-uru.jp/01/21460/660/misolp-fukidashi1%402x_1655998506551.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.6;
}
.misolp-report__head-title span{
  display: block;
  font-size: 1rem;
}

.misolp-report__ready{
  display: flex;
  margin: 2rem 0 0;
  background: #faf8f6;
  line-height: 1.6;

  justify-content: space-between;
}
.misolp-report__ready *{
  flex: 1;
}
.misolp-report__ready-imgcontainer img{
  width: 464px;
  height: 336px;
}
.misolp-report__ready-listcontainer{
  padding: 20px;
}
.misolp-report__ready-list{
  margin: .5rem 1.5rem 1.5rem;
  font-size: .875rem;
}
.misolp-report__user{
  margin-bottom: 2rem;
  padding: 100px 0 40px;
  background: url(https://image.raku-uru.jp/01/21460/639/misolp-userbottom%402x_1655998496130.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  border-bottom: 10px solid #f9e2d8;
}
.misolp-report__user__inner{
  display: flex;
  margin: auto;
  width: 600px;
}
.misolp-report__user-facecontainer{
  position: relative;
}.misolp-report__user-facecontainer:before{
  padding: 80px 50px 20px;
  width: 217px;
  height: 105px;
  position: absolute;
  top: -70px;
  left: -130px;
  background: url(https://image.raku-uru.jp/01/21460/640/misolp-user-fukidashi%402x_1655998496591.png);
  background-repeat: no-repeat;
  background-size: 217px;
  content: '';
}
.misolp-report__user-facecontainer img{
  width: 126px;
  height: auto;
}

.misolp-report__user-comment{
  padding-left: 2rem;
  font-size: .75rem;
}

.misolp-report__section--title{
  margin-bottom: 2rem;
  padding: 40px;
  min-height: 200px;
  color: #805e3c;
  background: url(https://image.raku-uru.jp/01/21460/643/misolp-repotitle-bg%402x_1655998497591.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 265px 152px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
.misolp-report__step{
  display: flex;
  margin-bottom: 1.5rem;
}

.misolp-report__step dd{
  min-width: 0;

  flex: 1;
}
.misolp-report__step-img{
  margin-right: 1.5rem;
  width: 240px;
}
.misolp-report__step-img img{
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.misolp-report__step-title{
  display: block;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.125rem;
}
.misolp-report__step-paragraph{
  margin-bottom: 1rem;
  line-height: 1.8;
}
.misolp-report__user-report{
  display: flex;
  margin-bottom: 2rem;
  padding: 20px;
  background: #fef2ed;
}
.misolp-report__user-report--img{
  margin-right: 1.5rem;
}
.misolp-report__user-report--img img{
  width: 150px;
  height: auto;
  border-radius: 4px;
}
.misolp-report__user-report div:last-child{
  flex: 1;
}
.misolp-report__user-report--title{
  display: block;
  margin-bottom: .5rem;
  font-weight: bold;
}
.lp-bottom{
  display: block;
  text-align: center;
}

.lp-bottom .lp-bottomimg1{
  margin-bottom: 2rem;
  width: 180px;
  height: auto;
}
.lp-bottom .lp-bottomimg2{
  margin-bottom: 2rem;
  padding-left: 45px;
  width: 329px;
  height: auto;
}
/*スマホ設定*/
@media screen and (max-width: 768px){
  .main-body{
    padding: 0 ;
  }
  .align-center{
    margin: 0 20px;
  }
  .misolp-read{
    padding: 0;
  }
  .misolp-read br{
    display: none;
  }
  .misolp-head__inner{
    width: 100%;
    background-position: -100px;
    background-size: cover;
  }
  .misolp-head__inner .misolp-head__title{
    padding: 10px;
    padding-top: 240px;
    position: relative;
    top: auto;
    right: auto;
    font-size: .875rem;
    line-height: 1.4;
  }
  .misolp-report{
    background-size: contain;
  }
  .misolp-report__user__inner{
    width: 100%;
    background-position: top left;
    background-size: auto;
  }

  .misolp-pr__inner,
  .misolp-report__ready,
  .misolp-report__user-report{
    display: block;
  }
  .btn-red{
    display: block;
    margin: 2rem;
  }
  .misolp-report__user__inner{
    display: block;
    text-align: center;
  }
  .misolp-report__user-facecontainer:before{
    top: -80px;
    left: 30px;
  }
  .misolp-report__user-comment{
    padding: 20px;
    text-align: left;
  }
  .misolp-report__section--title{
    font-size: 1rem;
  }
  .misolp-report__section--title{
    padding: 70px 0;
  }
  .misolp-report__step{
    display: block;
    padding: 20px;
  }
  .misolp-report__step-img{
    margin: 0 auto 1.5rem;
    text-align: center;
  }
  .misolp-report__user-report--img{
    margin: 0 auto 1.5rem;
    text-align: center;
  }
  .item-2column{
    padding: 20px;
  }
}
<!--ここから宮島醤油ショートムービーランディングページ-->
.movie2023-wrapper{
 max-width:1200px;
  margin:0 auto;
  padding:0 4%;
}
.movie2023-header{
  text-align:center;
}
.movie2023-header-title{
  text-align:center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
padding:30px;
}
.movie2023-youtube {
position: relative;
height: 0;
padding: 10px 0 56.25%;
}

.movie2023-youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.movie2023-story {
 text-align:center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
}
.movie2023-story p {
 text-align:left;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:20px;
font-size: 18px;
}
.movie2023-cast{
    text-align:center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:20px;
font-size: 20px;
}
.cast-container-cast1{
   display:flex;
  flex-direction:row-reverse;
}
#movie2023-main{
  font-size: 30px;
  text-align:center;
padding:30px;
font-weight: 500;
}
.main1{margin:10px;
padding:10px;
width:400px;}
.movie2023-director{
      text-align:center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
}
/*ボタン装飾*/
.hidden_box1 label {
  display: inline-block;
  padding:  0.5em 1em;
  text-decoration: none;
  background: #a8c1f7;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #9bb0de;
  border-radius: 3px;
	font-family: "游明朝","YuMincho",serif;
}

/*ボタンホバー時*/
.hidden_box1 label:hover {
     opacity: 0.6;
}

/*チェックは見えなくする*/
.hidden_box1 input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box1 .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box1 input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.movie2023-director{
font-size:18px;
      text-align: center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
}
.movie2023-music{
font-size:18px;
      text-align: center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
}

.recipe-container{
display: grid;
grid-template-columns:1fr 1fr 1fr;
gap:10px;
grid-template-rows:500px 350px;
}
.item-recipe{
      text-align: left;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
font-size:13px;
}
.movie2023-recipe{
text-align:center;
  color:#008080;
  font-family: "游明朝","YuMincho", serif;
  padding:20px;
font-size: 20px;
}
.recipe-group {
    list-style-type: none;
    padding-left: 1em;
}
#recipe-title {
text-align: left;
  font-family: "游明朝","YuMincho", serif;
  padding:10px;
font-size:20px;
font-weight:800;
}
.movie2023-big-bg{
  background-size: cover;
  background-position: center top;
}
.director-container{
display: grid;
grid-template-columns:1fr 1fr;
gap:10px;
}
.item-director{
      text-align: left;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
font-size:18px;
}
.music-container{
display: grid;
grid-template-columns:1fr 1fr;
gap:10px;
}
.item-music{
 text-align: left;
  padding:30px;
font-size:18px;
}
 #movie2023-credit{ background: url(https://image.raku-uru.jp/01/21460/746/movie2023-credit-pc_1673179344397.jpg);
height:1050px;
margin-bottom:40px;
margin-top:40px;
padding:10px;
}
.credit-container{
display: grid;
grid-template-columns:1fr 1.5fr 1fr;
gap:5px;
font-size:18px;
text-align: center;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
}
.item-credit{
      text-align: left;
  font-family: "游明朝","YuMincho", serif;
  padding:30px;
}
.movie2023-header-img{
padding:20px 0px;
}
/*スマホ設定*/
@media screen and (max-width: 768px){
.recipe-container{
grid-template-columns:1fr;
gap:2px;
grid-template-rows:400px 350px 350px;
}
.director-container{
grid-template-columns:1fr;
grid-template-rows:300px 350px;

}
.item-director{
  padding:20px;
font-size:13px;
}
.music-container{
grid-template-columns:1fr;
grid-template-rows:500px 500px;
}
.item-music{
  padding:20px;
font-size:13px;
}
.movie2023-cast{
padding:30px 5px 30px;
}
.movie2023-story{
padding:30px 5px 30px;
}
.movie2023-director{
padding:30px 5px 30px;
}
.item-recipe{
  padding:30px 5px 30px;
}
#recipe-title {
padding:5px;
font-size:15px;
}
.movie2023-music{
padding:30px 5px 30px;
}
.main1{
margin:5px;
padding:10px;
}
.credit-container{
grid-template-columns:1fr;
gap:2px;
grid-template-rows:250px 380px 600px;
}
.item-credit{
  padding:30px;
font-size:13px;
text-align: left;
}
#movie2023-credit{ background: url(https://image.raku-uru.jp/01/21460/745/movie2023-credit-s_1673176719466.jpg);
height:1400px;
margin-bottom:40px;
background-repeat: no-repeat;
}

｝
