@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  box-sizing: border-box;
  display: flex;
}

/* #top */
body {
  width: 100%;
  height: 100vh;
}

.outwrapper {
  min-height: 100vh;
  max-width: 980px;
  background-color: #fff;
  margin: auto;
  box-sizing: border-box;
}

/* navi */
nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 18px;
  justify-content: space-between;
  z-index: 900;
  box-sizing: border-box;
  align-items: center;
  transition: all 0.3s;
}

nav li {
  margin: 0 10px;
}

nav .left {
  justify-content: left;
  padding-left: 45px;
}

nav .right {
  justify-content: right;
}

nav .left a,
nav .right a {
  display: block;
  transition: 0.3s;
  box-sizing: border-box;
}

nav .left a {
  width: 25px;
  height: 25px;
}

nav .left a:hover,
nav .right a:hover,
.icon_style:hover {
  opacity: 0.4;
}

.icon_style {
  background: url(../img/icon_style.png) no-repeat center/contain;
  position: fixed;
  top: 5px;
  left: 10px;
  z-index: 1000;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}

nav .icon_fb {
  background: url(../img/icon_fb.png) no-repeat center/contain;
}

nav .icon_ig {
  background: url(../img/icon_ig.png) no-repeat center/contain;
}

nav .icon_yt {
  background: url(../img/icon_yt.png) no-repeat center/contain;
}

nav .icon_ln {
  background: url(../img/icon_ln.png) no-repeat center/contain;
}

nav .right li {
  display: flex;
  align-items: center;
}

nav .online_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  flex-wrap: wrap;
}

nav .online_link img {
  width: 30px;
}



/* header */
.header {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
}

/* .slider */
.header .slide {
  padding: 60px 20px;
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: center;
}

.header .slide01 {
  background: url(../img/top01_1980.jpg) no-repeat left top/cover;
}

.header .slide02 {
  background: url(../img/top03_1980.jpg) no-repeat top/cover;
}

.header .slide03 {
  background: url(../img/morumoru_okunai_bg.webp) no-repeat left top/cover;
}

.header .slide04 {
  background: url(../img/top04_1980.jpg) no-repeat center/cover;
}

.item_link {
  width: 50%;
}

.moru_maintitle {
  background: url(../img/icon_morumain.png) no-repeat center/contain;
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  margin: 20px auto 30px;
  box-sizing: border-box;
}
.moru_maintitle_okunaigai{
  background: url(../img/morumoru_okugai_logo.webp) no-repeat center / contain;
  padding-bottom: 41%;
}
.moru_maintitle_okunai{
  background: url(../img/morumoru_okunai_logo.webp) no-repeat center / contain;
  padding-bottom: 47%;
}
.moru_subtitle {
  background: url(../img/icon_morusub.png) no-repeat center/contain;
  width: 60%;
  height: 0;
  padding-bottom: 10.84%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.img_box {
  width: 100%;
  margin: 0 auto 20px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
}

.moru_img {
  width: 30%;
}
.moru_img_okunaigai{
  width: 72%;
}
.moru_img_okunai{
  width: 30%;
}
.moru_text {
  display: block;
  font-weight: bold;
  font-size: 2vw;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.moru_text span {
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  padding-right: 0.05em;
  box-sizing: border-box;
}
.moru_okunai_main_txt{

}
.moru_okunai_main_txt ul{
  display: flex;
  gap: 10px;
}
.moru_okunai_main_txt ul li{
  padding: 6px 10px;
  background-color: #000;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  border-radius: 5px;
}
.moru_okunai_main_txt p{
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.moru_okunai_main_txt p span{
  font-size: 2vw;
  font-weight: bold;
}
.moru_link a {
  display: block;
  background: #f4f4f4;
  padding: 20px;
  margin: 10px auto 0;
  box-sizing: border-box;
  width: 80%;
  border-radius: 3px;
  transition: 0.3s;
  border: 1px solid #000;
  font-size: 26px;
}

.moru_link a:hover {
  opacity: 0.6;
}

.moru_link .moru_link_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.moru_link img {
  width: 1em;
}

.scroll {
  text-align: center;
}

.scroll a {
  transition: 0.3s;
  display: inline-block;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}

.scroll a:hover {
  opacity: 0.6;
}

/* 巣飾り追加 */
.slider_wrap {
  position: relative;
}

.slider_wrap .posi_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.slider_wrap .posi_icon a {
  display: block;
  width: 80px;
  height: 80px;
  transition: 0.3s;
}

.slider_wrap .posi_icon a:hover {
  opacity: 0.6;
}

/* .icon_nami_white */
.header {
  position: relative;
}

.nami_img {
  width: 100%;
  background: url(../img/icon_nami_white.png) repeat-x center bottom/cover;
  background-size: 20px;
  height: 15px;
  position: absolute;
  bottom: 44px;
}
.okunaigai_nanmi{
  bottom: -3px;
}
/* .line */
.line {
  width: 100%;
  background: url(../img/icon_nami_gray.png) repeat-x center/cover;
  background-size: 20px;
  height: 15px;
  margin: 60px 0 30px;
}

/* .con_title */
.con_title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
}

.con_title .title_span {
  display: block;
  font-size: 0.6em;
  line-height: 1.7;
  font-weight: bold;
}

/* .con01 */
.con01 {
  width: 100%;
  height: auto;
  justify-content: center;
}

.con01 .left {
  width: 50%;
  max-width: 980px;
  background: url(../img/bg_02.jpg) no-repeat center/cover;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
}

.con01 .left_text {
  max-width: 500px;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 2em;
}

.con01 .left_text h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.con01 .left_text p {
  font-size: 15px;
  line-height: 1.7;
}

.con01 .right {
  width: 50%;
  max-width: 980px;
}

/* .con02,.con06 */
.con02,
.con06 {
  padding: 0 10px;
  box-sizing: border-box;
}

.con02 .text_box,
.con06 .text_box {
  border: 1px solid #bebebe;
  padding: 2em;
  width: 40%;
  max-width: 400px;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
}

.con02 .img_box,
.con06 .img_box {
  width: 80%;
  max-width: 600px;
  margin: 2em 0 0 0;
  z-index: 99;
  box-sizing: border-box;
}

.con02 .text_box p,
.con06 .text_box p {
  font-size: 15px;
  line-height: 1.7;
}

.con02 .text_box p::before,
.con06 .text_box p::before {
  content: '　';
}

.con02 .abso_box,
.con06 .abso_box,
.con07 .abso_box {
  width: 100%;
  max-width: 980px;
  height: 440px;
  box-sizing: border-box;
  margin: auto;
}

.con06 .abso_box,
.con07 .abso_box {
  height: 570px;
}

.con0201,
.con0601,
.con0701 {
  position: relative;
}

.con0201 .text_box,
.con0601 .text_box,
.con0701 .text_box {
  position: absolute;
  top: 0;
  left: 0;
}

.con0201 .img_box,
.con0601 .img_box,
.con0701 .img_box {
  position: absolute;
  top: 0;
  right: 40px;
}

.con0202,
.con0602 {
  position: relative;
}

.con0202 .text_box {
  position: absolute;
  top: 0;
  right: 0;
}

.con0602 .text_box {
  position: absolute;
  top: 0;
  left: 0;
}

.con0202 .img_box {
  position: absolute;
  top: 0;
  left: 40px;
}

.con0602 .img_box {
  position: absolute;
  top: 0;
  right: 40px;
}

.con0203,
.con0603 {
  position: relative;
}

.con0203 .text_box,
.con0603 .text_box {
  position: absolute;
  top: 0;
  left: 0;
}

.con0203 .img_box,
.con0603 .img_box {
  position: absolute;
  top: 0;
  right: 40px;
}

.con02 .hoka_box {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.con02 .hoka_text {
  width:100%;
  max-width: 180px;
  height: 100px;
  background: url(../img/icon_iroiro.png) no-repeat center/contain;
  margin-bottom: 30px;
}

.con02 .hoka_list {
  justify-content: space-around;
  flex-wrap: nowrap;
}

.con02 .hoka_list li {
  margin-right: 20px;
  max-width: 100%;
  width: 100%;
}

.con02 .hoka_list li:last-child {
  margin-right: 0;
}

.con02 .hoka_list li img {
  margin-bottom: 5px;
}

.con02 .hoka_list li p {
  font-size: 15px;
}

.con06 figure figcaption {
  text-align: right;
  margin-top: 8px;
  font-size: 18px;
}

.con06 figure figcaption a {
  font-weight: bold;
  color: rgb(87, 50, 255);
}

/* .con03 */
.con03 {
  width: 100%;
  max-width: 980px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}

.con03 .con03_box {
  margin: auto;
  margin-bottom: 50px;
}

.con03 .con03_box p {
  font-size: 20px;
  line-height: 1.4;
}

.con03_info {
  max-width: 980px;
  margin: 0 10px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #000;

}

.con03_info th,
.con03_info td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}

.con03_info span {
  font-size: 0.6em;
}

.con03_att {
  margin-top: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}

.con03_att p {
  font-size: 20px;
  line-height: 1.4;
}

/* iframe */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

/* .con04 */
.con04 {
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.con04 .item {
  max-width: 980px;
  position: relative;
}

.con04 .item_title {
  position: absolute;
  top: -20px;
  left: -5px;
}

.con04 .title {
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
  width:100%;
  max-width: 170px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: #fff;
}

.con04 .tejun {
  max-width: 980px;
  position: relative;
}

.con04 .tejun_title {
  position: absolute;
  top: -20px;
  left: -5px;
}

.con04 .box {
  flex-wrap: nowrap;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 0 auto 60px;
}

.con04 .item_list {
  justify-content: space-between;
  align-items: baseline;
}

.con04 .tejun_list {
  justify-content: space-around;
  align-items: flex-start;
}

.con04 .item_list li {
  margin-right: 20px;
  max-width: 100%;
  width: 100%;
}

.con04 .item_list li:last-child {
  margin-right: 0;
}

.con04 .item_list figure {
  margin: 5px 0;
}

.con04 .item_list p {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}

.con04 .item_list span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin: 5px 0;
  line-height: 1.4;
}

.con04 .item_list a {
  display: block;
  transition: 0.3s;
}

.con04 .item_list a:hover {
  opacity: 0.3;
}

.con04 .tejun_list li {
  box-sizing: border-box;
}

.con04 .tejun_list li:last-child {
  margin-right: 0;
}

.con04 .tejun_list li:nth-child(2n) {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 24px;
  margin-top: 40px;
}

.con04 .tejun_list p {
  line-height: 1.4;
  font-size: 20px;
}

.con04 .tejun_list img {
  width: 24px;
}

.con04 .tejun_list span {
  display: block;
  background: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  margin-bottom: 15px;
}

.con04 .item_list .item_kounyu span {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}

.con04 .item_list .item_kounyu span {
  text-align: right;
  line-height: 0.8;
}

.con04 .item_list .item_kounyu span:before {
  content: "\0ab";
  font-size: 25px;
}

.con04 .item_list .item_kounyu span:after {
  content: "\0bb";
  font-size: 25px;
}

.con04 .item_list .item_name {
  height: 4em;
}

/* .shosai */
.shosai {
  background: #f4f4f4;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #747474;
}

.shosai_box {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 10px 10px 20px;
  box-sizing: border-box;
}

.shosai_box:first-of-type {
  margin-top: 10px;
}

.shosai_box:last-of-type {
  margin-bottom: 10px;
}

.shosai_box ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.shosai_box li:nth-child(2n) {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-bottom: 3em;
  box-sizing: border-box;
  width: 100%;
  max-width: 40px;
}

.shosai_box li:nth-child(2n+1) {
  width: calc((100% - 80px - 20px - 2px) / 3);
  box-sizing: border-box;
}

.shosai_box figure {
  border: 1px solid #474747;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}

.shosai_box li:nth-child(2n) img {
  max-width: 40px;
}

.shosai_box h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.shosai_box h4 span {
  display: inline-block;
  text-align: center;
  background: #474747;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 15px;
  margin: 5px;
  box-sizing: border-box;
  border-radius: 50%;
}

.shosai_box ul p {
  line-height: 1.4;
}

/* .shosai_btn */
.shosai_btn {
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  padding: 10px;
}

.shosai_btn:hover {
  opacity: 0.3;
}

.shosai_btn img {
  width: 1em;
  transition: 0.3s;
}

.shosai_btn.btn_on img {
  transform: rotate(180deg);
}

/* .con05 */
.con05 {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

.con05 .right {
  width: 50%;
}

.con05 .right p:nth-child(1) {
  background: url(../img/icon_morumain.png) no-repeat center/contain;
  width: 100%;
  height: 0;
  padding-bottom: 32%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.con05 .right p:nth-child(2) {
  background: url(../img/icon_morusub.png) no-repeat center/contain;
  width: 100%;
  height: 0;
  padding-bottom: 19%;
  box-sizing: border-box;
}

.con05 .kounyu {
  border: 1px solid #000;
  background: #f4f4f4;
  border-radius: 3px;
  margin: 15px auto;
  padding: 20px 40px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 26px;
  width: fit-content;
}

.con05 .kounyu figure {
  width: 20px;
}

.con05 a:hover {
  opacity: 0.3;
}

/* Q&A */
.qanda_con {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.qanda_list {
  background: #f4f4f4;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #747474;
  margin-bottom: 20px;
}

.qanda_btn {
  display: block;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  padding: 15px calc(2em + 10px);
  position: relative;
}

.qanda_btn:before {
  position: absolute;
  content: "Q.";
  left: calc(1em + 5px);
}

.qanda_btn:hover {
  opacity: 0.3;
}

.qanda_btn img {
  width: 1em;
  transition: 0.3s;
  position: absolute;
  right: calc(2em - 10px);
  top: 1em;
}

.qanda_btn.btn_on img {
  transform: rotate(180deg);
}

.anser_text {
  position: relative;
  line-height: 1.7;
  font-size: 18px;
}

.anser_text:before {
  position: absolute;
  content: "A.";
  left: calc(-1em - 5px);
}

.qanda_con .and {
  font-size: 25px;
  font-weight: bold;
  padding: 0 5px;
}

.qanda_hide_box {
  margin: 0 10px 10px 10px;
  box-sizing: border-box;
  padding: 15px 1em 15px calc(2em + 5px);
  background: #fff;
  border-radius: 3px;
  display: none;
}

.qanda_list03 table {
  border-collapse: collapse;
  margin: 20px auto 10px;
}

.qanda_list03 table th,
.qanda_list03 table td {
  border: 1px solid #000;
  padding: 10px 5px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  width: calc(100% / 5);
}

.qanda_hide_box a {
  color: #eb6100;
  text-decoration: underline;
}

/* gallery */
.gallery_con {
  width: 100%;
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.gallery_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.instagram-media {
  width: 99% !important;
  box-sizing: border-box !important;
  min-width: inherit !important;
  margin: 0 auto !important;
  border: none !important;
}

.gallery_area li {
  width: calc((100% / 3) - 30px);
  opacity: 1;
  transition: all 0.8s ease 0s;
  margin: 0 10px 20px;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 3px;
}

.gallery_area li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.more_btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 300px;
  text-align: center;
  z-index: 890;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0);
  position: absolute;
  bottom: 0;
}

.more_btn p {
  font-size: 16px;
  width: 200px;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 10px 40px;
  box-sizing: border-box;
}

/* other */
.other_con {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.other_con .flex,
.con07 .flex {
  margin: 0 auto 60px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.other_con figure {
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
}
.con07 figure {
  width: 100%;
  max-width: 480px;
  margin:0 20px 20px 0;
}

.other_con .sub,
.con07 .sub {
  font-size: 1em;
  margin-bottom: 10px;
}

.other_con .name,
.con07 .name {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.other_con .text,
.con07 .text {
  font-size: 0.8em;
  line-height: 1.4;
}

.other_katamari {
  margin-bottom: 60px;
}

.con07 .other_katamari {
  margin: 0 auto 60px;
  max-width:900px;
}

.other_katamari .top_qanda_btn {
  max-width: 350px;
  margin: 0 0 0 auto;
}

.katamari02 figure {
  text-align: center;
  margin-bottom:20px;
}

.katamari02 img {
  max-width: 250px;
  margin: auto;
}




/* footer */
footer {
  text-align: center;
}

footer ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

footer a {
  display: block;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.3;
}

footer li:nth-child(1) a {
  margin-right: 30px;
  background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer li:nth-child(2) a {
  margin-right: 30px;
  background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer li:nth-child(3) a {
  margin-right: 30px;
  background: url(../img/icon_yt.png) no-repeat center/contain;
}

footer li:nth-child(4) a {
  background: url(../img/icon_ln.png) no-repeat center/contain;
}

footer .foo_text {
  font-size: 15px;
  margin-bottom: 30px;
}

footer .last_text {
  font-size: 10px;
  margin-bottom: 10px;
}

/* topへ */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 5px;
  bottom: 10px;
  opacity: 0.6;
  z-index: 900;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

/* ふわっと表示 */
.fadein_01 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}

.fadein_01.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_02 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}

.fadein_02.active {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s;
}

.fadein_03 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}

.fadein_03.active {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s;
}

.fadein_04 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}

.fadein_04.active {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.6s;
}


.sp_on {
  display: none;
}

.sp_off {
  display: block;
}

/* movie.html */
.movie_page .header {
  margin-bottom: 30px;
}

.movie_con {
  width: 100%;
  max-width: 980px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}

.movie_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.movie_area .left {
  width: 36%;
  max-width: 350px;
  margin-right: 20px;
  box-sizing: border-box;
}

.movie_area .text_area {
  box-sizing: border-box;
  border: 1px solid #bebebe;
  padding: 1em;
}

.movie_area p {
  line-height: 1.7;
  font-size: 15px;
}

.movie_area .left_name {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.movie_area .left_name span {
  font-size: 15px;
  margin-left: 0.5em;
}

.movie_area .left_text::before {
  content: '　';
}

.movie_area .right {
  width: 60%;
  max-width: 600px;
}

.movie_page .movie-wrap {
  margin-bottom: 5px;
  padding-bottom: 56.45%;
}

.movie_page .movie-wrap iframe {
  width: 100%;
  height: 100%;
}

.movie_area .right .right_title {
  font-size: 12.3px;
  line-height: 1.4;
}

/* indexのmovie_area */
.top_qanda_btn {
  padding: 0;
}

.movie_btn {
  margin: 0 10px;
  box-sizing: border-box;
}

.top_gallery_btn {
  margin: 20px 10px 0;
  box-sizing: border-box;
}

.movie_btn a,
.top_qanda_btn a,
.top_gallery_btn a {
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #747474;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.movie_btn a img,
.top_qanda_btn a img,
.top_gallery_btn a img {
  transform: rotate(-90deg);
  width: 1em;
}

#top .movie_area .movie-wrap {
  margin-bottom: 10px;
}

.movie_btn a:hover,
.top_qanda_btn a:hover,
.top_gallery_btn a:hover {
  opacity: 0.3;
}

/* moruカラーバナー追加 */
.morucolor_banner {
  width:100%;
  max-width:700px;
  margin:20px auto;
}

/* 240321改修 */
.lineup_con{
  width: 100%;
  max-width: 980px;
  margin: auto;
  justify-content: center;

}
.lineup_cont{
  display: flex;
  /* align-items: center; */
  margin-bottom: 80px;
}
.figure_lineup{
  max-width: 612px;
      width: 64%;
}
.line_txtbox{
  max-width: 500px;
  width: 45%;
  background-color: #ffffffe0;
  box-shadow: 7px 6px 11px -9px #000000;
  box-sizing: border-box;
  padding: 65px 10px 65px 40px;
  opacity: 0.6;
  margin-left: -80px;
  margin-top: 160px;
  border: solid 1px #ccc;
}
.line_txtbox h3{
  font-size: 1.7em;
  margin-bottom: 1em;
  font-weight: bold;
}
.line_txtbox p{
  line-height: 1.8;
  font-size: 17px;
  margin-bottom: 30px;
}
.line_txtbox a{
  display: block;
  width: 60%;
  background: #f4f4f4;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #747474;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.line_txtbox a img{
  transform: rotate(-90deg);
  width: 1em;
}
.line_txtbox02{
  margin-left: 0px !important;
  margin-right: -90px;
  position: relative;
  z-index: 10;
}
.line_okunai_ti{
  position: relative;
}
/* .line_okunai_ti::after{
  display: block;
  content: "";
  max-width: 97px;
  height: 42px;
  background-image: url(../img/new_icon.webp);
  position: absolute;
  right: 7%;
  top: -40px;
  width: 100%;
  background-size: contain;
} */
.con03_hikaku {
  max-width: 980px;
  margin: 0 ;
  box-sizing: border-box;
  border-collapse: collapse;
}

.con03_hikaku th,
.con03_hikaku td {
  border: 1px solid #000;
  padding: 10px 23px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.con03_hikaku span{
  color: #ce0303;
}
.con03_hikaku tr>*:empty{
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000 50%, #000 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.hikaku_okunai {
  font-size: 0.8em;
  font-weight: bold;
  color: #000 !important;
  white-space: nowrap;
}
.con03_hikaku td figure{
  max-width: 114px;
  width: 100%;
}
.con03_att {
  margin-top: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
.hikaku_sp_wrap{
  overflow-x: scroll;
}
.con03_att p {
  font-size: 20px;
  line-height: 1.4;
}
.line_hikaku_ti{
  display: block;
  font-size: 1.3em;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.moru_shop_logo{
  width: 50% !important;
  margin: 0 auto;
}
.moru_top_shop{
  margin-top: 50px;
}
.moru_top_shop ul{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.moru_top_shop ul li{
  width: 48%;
}
.moru_top_shop ul li h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.moru_top_shop ul li figure{
  max-height: 425px;
  width: 90% ;
  margin: auto;
}
.moru_shop_okunai_img{
  width: 74% !important;
  margin: -70px auto 0px 31px !important;
}
/* 屋内外兼用 */
.okunaigai_shop{
  width: 100%;
  max-width: 1020px;
  margin: 60px auto;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.okunaigai_hikaku{
  margin: 40px auto 0px auto;
  max-width: 980px;
  width: 100%;
}
.okunaigai_shop_img{
  width: 55%;
}
.okunaigai_shop_btn{
  border: 1px solid #000;
  background: #f4f4f4;
  border-radius: 3px;
  margin: 20px auto;
  padding: 20px 40px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 26px;
  width: 80%;
}
.okunaigai_shop_btn figure{
  width: 20px;
}
.okunaigai_shop_left{

}

/* 屋内用 */
.okunai_about{
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 1000px;
  gap: 40px;
  margin: 0px auto 40px auto;
}
.okunai_about figure{

}
.okunai_about_right{
  width: 50%;
}
.okunai_about_right h3{
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}
.okunai_about_right p{
  font-size: 20px;
  line-height: 35px;
  margin: 30px 0px;
}
.okunai_about_right a{
  display: block;
  width: fit-content;
  padding-left: 40px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
.okunai_about_right a::after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 4%;
  z-index: 1;
}
.okunai_about_right a::before{
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  border: solid 1px #000;
  border-radius: 40px;
  position: absolute;
  left: 0px;
}
.okunai_about_right p span{
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ce0303;
  margin-top: 10px;
}
.okunai_shop{
  width: 100%;
  max-width: 700px;
  margin: 60px auto;
}
.shop_okunai_img{
  display: flex;
  align-items: baseline;
}
.shop_okunai_logo{
  max-width: 460px;
}
.okunai_shop_btn{

}
.okunai_shop_btn {
  border: 1px solid #000;
  background: #f4f4f4;
  border-radius: 3px;
  margin: 40px auto;
  padding: 20px 40px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 26px;
  width: 50%;
}
.okunai_shop_btn figure {
  width: 20px;
}
.moru_hassou_img{
  width: 100%;
  margin: auto;
  max-width: 490px;
}


/* カラーモルモル */
.color_main{
  position: relative;
}
.color_main_img{
  display: flex;
  align-items: flex-end;
  gap: 70px;
}
.moruccolor_main{
  width: 85%;
  object-fit: cover;
  display: block;
}
.moruccolor_main{

}
.scroll_img{
  display: block;
  height: 16vw;
}
.color_main p{
  font-size: 5vw;
  color: #999;
  font-weight: bold;
  font-family: "Yu Gothic", "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", YuGothic, sans-serif;
  margin-top: 20px;
}

.color_about{
  margin-top: 40px;
}
.color_about_wrap{
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.color_about_left{
  width: 60%;
}
.color_about_left h2{
  font-size: 35px;
  font-weight: bold;
}
.color_about_left h2 span{
  font-size: 20px;
  font-weight: bold;
}
.color_about_left p{
  font-size: 18px;
  line-height: 35px;
  margin: 25px 0px;
}
.color{
  margin-top: 80px;
}
.color_wrap{
  max-width: 1000px;
  margin: 110px auto 0px auto;
}
.color_wrap h2{
  font-size: 35px;
  font-weight: bold;
  position: relative;
}
.color_wrap h2::before{
  content: "";
  display: block;
  width: 197px;
  height: 100px;
  position: absolute;
  left: 230px;
  top: -90px;
  background: url(../img/color_hukidashi.png) no-repeat;
}
.color_wrap ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
.color_wrap ul li{
  width: 47%;
}
.color_wrap ul li figure{
  height: 320px;
}
.color_wrap ul li p{
  font-size: 18px;
  padding: 0px 0px 0px 10px;
  margin-top: 15px;
  line-height: 25px;
}
.color_wrap ul li:nth-child(2n) p{
  padding: 0px 0px 0px 18px; 
}
.color_howto{
  display: block;
  margin: 80px 0px;
  position: relative;
  min-height: 530px;
}
.color_how_wrap{
  max-width: 1000px;
  margin: auto;
  padding: 140px 0px;
}
.color_how_txt{
  width: 40%;
  margin: 0px auto 0px 0px;
}
.color_how_txt h2{
  font-size: 35px;
  font-weight: bold;
}
.color_how_txt p{
  font-size: 18px;
  line-height: 31px;
  margin: 30px 0px;
}
.color_how_txt a{
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: solid 1px #000;
  font-weight: bold;
}
.color_howto::before{
  content: "";
  display: block;
  background: url(../img/howto_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 48vw;
  min-height: 590px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-position: left center;
}
.color_shop{
  margin-top: 50px;
}
.color_shop_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 580px;
  margin: 0px auto 0px auto;
  padding-left: 60px;
  gap: 30px;
}
.color_shop_left{
  justify-content: space-between;
  align-items: flex-end;
  max-width: 92%;
  margin: 0px auto 0px auto;
  padding-left: 0px;
  gap: 0px;
  align-items: center;
}
.color_shop_left figure{

}
.color_shop_left a{
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: solid 1px #000;
  font-weight: bold;
  margin: 20px auto;
}



/* サイズ別設定 */
@media screen and (max-width: 940px) {
  .con0701 .img_box {
    top:160px;
  }
}


@media screen and (max-width: 850px) {
  .header .slide01 {
    background: url(../img/top01_980.jpg) no-repeat left top/cover;
  }

  .header .slide02 {
    background: url(../img/top03_980.jpg) no-repeat left top/cover;
  }

  .header .slide03 {
    background: url(../img/morumoru_okunai_bg.webp) no-repeat left top/cover;
  }

  .header .slide04 {
    background: url(../img/top04_980.jpg) no-repeat center/cover;
  }

  nav .right {
    padding-right: 60px;
  }

  nav {
    opacity: 0;
    visibility: hidden;
  }

  nav.menu_on {
    opacity: 1;
    visibility: visible;
  }

  /* .hunber */
  .hunber {
    display: block;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 10px;
    border-radius: 5px;
    z-index: 1000;
    box-sizing: border-box;
    transition: 0.3s;
  }

  .hunber:hover {
    opacity: 0.3;
  }

  .hunber span {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
  }

  .hunber span:before {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
  }

  .hunber span:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 4px;
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
  }

  .hunber.btn_on span {
    background: rgba(0, 0, 0, 0);
  }

  .hunber.btn_on span:before {
    transform: rotate(-45deg);
    top: 0;
  }

  .hunber.btn_on span:after {
    transform: rotate(45deg);
    bottom: 0;
  }

  .con01 .left_text {
    margin-right: 0;
  }

  .con04 .item_list .item_name {
    height: 6em;
  }

  /* movie.html */

  .movie_area .left {
    margin-right: 10px;
  }

  .movie_area .text_area {
    padding: 10px;
  }

  .movie_page br {
    display: none;
  }

  #top .movie_area br {
    display: none;
  }

}

@media screen and (max-width: 768px) {
  .header .slide01 {
    background: url(../img/top01_768.jpg) no-repeat left top/cover;
  }

  .header .slide02 {
    background: url(../img/top03_768.jpg) no-repeat left top/cover;
  }

  .header .slide03 {
    background: url(../img/morumoru_okunai_bg.webp) no-repeat left top/cover;
  }

  .header .slide04 {
    background: url(../img/top04_768.jpg) no-repeat center/cover;
  }

  .con02 .text_box,
  .con06 .text_box {
    padding: 1em;
  }

  .con01 .left_text p {
    font-size: 13px;
  }

  .gallery_area li {
    width: calc((100% / 2) - 30px);
  }
}

@media screen and (max-width: 574px) {
  .sp_on {
    display: block;
  }

  .sp_off {
    display: none;
  }

  .more_btn {
    display: none;
  }

  .flex {
    display: block;
  }

  nav {
    background: rgba(255, 255, 255, 0.9);
    flex-wrap: wrap;
    width: 100%;
  }

  nav li {
    padding: 5px 0 10px 0;
    box-sizing: border-box;
  }

  nav .online_link br {
    display: none;
  }

  nav .left {
    width: 100%;
    padding-left: 0;
    padding: 30px 0;
    order: 2;
    display: flex;
    justify-content: center;
  }

  nav .right {
    order: 1;
    width: 100%;
    padding-right: 0;
  }

  nav .right li {
    border-bottom: 1px solid #000;
  }

  nav .left a,
  nav .right a {
    margin: auto;
  }

  nav .left a {
    width: 40px;
    height: 40px;
  }

  nav .right a {
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
  }

  .hunber:hover {
    opacity: 1;
  }

  nav .right .sp_on {
    display: block;
    font-size: 0.6em;
    margin-bottom: 0;
  }

  nav .right .online_link .sp_on {
    width: 100%;
  }


  /* .slider */
  .header {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  /* .slider */
  .header .slide {
    height: 0;
    padding-bottom: 112%;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
  }

  .nami_img {
    bottom: 44px;
  }
  .okunaigai_nanmi {
    bottom: -2px !important;
}

  /* トップモルモルリンク */
  .sp_on {
    margin-bottom: 30px;
  }

  .sp_on .item_link {
    width: 100%;
    margin: auto;
  }

  .sp_on .img_box {
    display: flex;
  }

  /* .con01 */
  .con01 .left {
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .con01 .right {
    width: 100%;
  }

  /* .con02 */
  .con0201,
  .con0201 .text_box,
  .con0201 .img_box,
  .con0202,
  .con0202 .text_box,
  .con0202 .img_box,
  .con0203,
  .con0203 .text_box,
  .con0203 .img_box,
  .con0601,
  .con0601 .text_box,
  .con0601 .img_box,
  .con0602,
  .con0602 .text_box,
  .con0602 .img_box,
  .con0603,
  .con0603 .text_box,
  .con0603 .img_box,
  .con07,
  .con07 .text_box,
  .con07 .img_box {
    position: inherit;
    top: 0;
    right: 0;
    left: 0;
  }

  .con02 .text_box,
  .con06 .text_box,
  .con07 .text_box {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
  }

  .con02 .img_box,
  .con06 .img_box,
  .con07 .img_box {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .con02 .abso_box,
  .con06 .abso_box,
  .con07 .abso_box {
    height: auto;
    margin-bottom: 60px;
  }

  .con02 .hoka_list {
    display: flex;
    flex-wrap: wrap;
  }

  .con02 .hoka_list li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }

  .con02 .hoka_list li:nth-child(2n) {
    margin-right: 0;
  }

  /* .con03 */
  .con03 .con03_box {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .con03 .con03_box p {
    font-size: 15px;
  }

  .con03 dl {
    padding: 25px 20px 0;
    box-sizing: border-box;
  }

  .con03 dt {
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .con03 dd {
    margin: 0 0 20px 2em;
    line-height: 1.4;
  }

  .con03_att p {
    font-size: 15px;
  }

  /* .con04 */
  .con04 .tejun_list span {
    display: inline;
    color: #000;
    width: auto;
    height: auto;
    line-height: inherit;
    border-radius: inherit;
    background: none;
  }

  .con04 .tejun_list span:after {
    content: '. ';
  }

  .con04 .tejun_list li:nth-child(2n) {
    display: none;
  }

  .con04 .tejun_list br {
    display: none;
  }

  .con04 .item_list {
    display: flex;
    flex-wrap: wrap;
  }

  .con04 .item_list li {
    width: calc((100% - 40px) / 2);
  }

  /* .shosai */
  .shosai_box li:nth-child(2n) {
    display: none;
  }

  .shosai_box li:nth-child(2n+1) {
    width: 100%;
    margin-bottom: 20px;
  }

  /* .con05 */
  .con05 {
    padding: 0 10px;
  }

  .con05 .kounyu {
    display: flex;
    font-size:16px;
    padding:20px;
  }
  .moru_shop_logo {
    width: 80% !important;
    margin: 0 auto;
}
.moru_top_shop ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.moru_top_shop ul li{
  width: 100%;
}
.moru_shop_okunai_img {
  width: 58% !important;
  margin: -50px auto 0px auto !important;
}
.moru_top_shop ul li h3{
  margin-bottom: 30px;
}
  /* footer */
  footer .flex {
    display: flex;
  }

  /* movie.html */
  .movie_area {
    display: inherit;
  }

  .movie_area .left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .movie_area .right {
    width: 95%;
    max-width: 95%;
    padding: 10px;
  }

  .movie_area .text_area {
    border: none;
  }

  /* qanda */
  .qanda_list03 table th,
  .qanda_list03 table td {
    font-size: 15px;
    padding: 10px;
  }
  .okunaigai_shop_img {
    width: 95% !important;
}
.okunaigai_shop_btn {
  border: 1px solid #000;
  background: #f4f4f4;
  border-radius: 3px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 18px;
  width: 55%;
  display: flex;
}
.okunai_shop_btn {
  border: 1px solid #000;
  background: #f4f4f4;
  border-radius: 3px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 18px;
  width: 55%;
  display: flex;
}
.con03_hikaku th, .con03_hikaku td {
  border: 1px solid #000;
  padding: 10px 25px;
  font-size: 17px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.moru_img img{
  margin: auto;
  display: block;
}
.okunai_about{
  flex-direction: column;
  gap: 20px;
}
.okunai_about_right {
  width: 100%;
}
.okunai_about_right h3{
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
.okunai_about_right p {
  font-size: 17px;
  line-height: 25px;
  margin: 20px 0px;
}
.okunai_about:nth-of-type(2){
  flex-direction: column-reverse;
}
.sp_okunai_img{
  display: flex;
  align-items: flex-end;
}
.okunai_about_right a{
  font-size: 20px;
}
.lineup_cont{
  flex-direction: column;
}
.figure_lineup {
  width: 95%;
  margin: auto;
}
.line_txtbox{
  max-width: 500px;
  width: 90%;
  background-color: #ffffffe0;
  box-shadow: 7px 6px 11px -9px #000000;
  box-sizing: border-box;
  padding: 20px 20px;
  opacity: 0.6;
  border: solid 1px #ccc;
  margin: -60px auto 0px auto;
}
.line_txtbox h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: bold;
}
.line_txtbox p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}
.lineup_cont:nth-of-type(2){
  flex-direction: column-reverse;
}
.line_txtbox02{
  margin: -30px auto 0px auto !important;
}
.lineup_cont{
  margin-bottom: 40px;
}
.line_txtbox a{
  margin: auto;
}
.hikaku_sp_wrap_top{
  padding: 0px 10px;
}
.okunai_about_right p span{
  margin-top: 10px;
}
/* .line_okunai_ti::after {
  display: block;
  content: "";
  max-width: 74px;
  height: 38px;
  background-image: url(../img/new_icon.webp);
  position: absolute;
  right: 8%;
  top: -26px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
} */
.moru_shosai_img_sp{
  width: 95%;
  margin: 0 auto;
}

/* カラーモルモル */
.moruccolor_main {
  width: 97%;
  object-fit: cover;
  display: block;
}
.color_main p {
  font-size: 5.5vw;
  color: #999;
  font-weight: bold;
  font-family: "Yu Gothic", "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", YuGothic, sans-serif;
  margin-top: 15px;
}
.color_about_wrap {
  max-width: 92%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.color_about_wrap figure{
  width: 60%;
}
.color_about_left {
  width: 100%;
}
.color_about_left h2 {
  font-size: 25px;
  font-weight: bold;
}
.color_about_left h2 span {
  font-size: 17px;
  font-weight: bold;
}
.color_about_left p {
  font-size: 17px;
  line-height: 24px;
  margin: 20px 0px;
}
.color_wrap {
  max-width: 92%;
  margin: 70px auto 0px auto;
}
.color_wrap h2 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
}
.color_wrap h2::before {
  content: "";
  display: block;
  width: 147px;
  height: 60px;
  position: absolute;
  left: 170px;
  top: -50px;
  background: url(../img/color_hukidashi.png) no-repeat;
  background-size: contain;
}
.color_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px 0px;
}
.color_wrap ul li {
  width: 48%;
}
.color_wrap ul li figure {
  height: auto;
}
.color_wrap ul li p {
  font-size: 14px;
  padding: 0px 0px 0px 5px;
  margin-top: 14px;
  line-height: 20px;
}
.color_wrap ul li:nth-child(2n) p{
  padding: 0px 0px 0px 0px;
}
.color_howto {
  display: block;
  margin: 30px 0px;
  position: relative;
}
.color_howto::before {
  content: "";
  display: block;
  background: url(../img/howto_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 78vw;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-position: left center;
  min-height: auto;
}
.color_how_wrap {
  max-width: 92%;
  margin: auto;
  padding: 120px 0px 0px 0px;
}
.color_how_txt {
  width: 100%;
  margin: 100px auto 0px 0px;
}
.color_how_txt h2 {
  font-size: 25px;
  font-weight: bold;
}
.color_how_txt p {
  font-size: 15px;
  line-height: 31px;
  margin: 20px 0px;
}
.color_shop_left {
  display: flex;
  justify-content: space-between;
  align-items:center;
  max-width: 92%;
  margin: 0px auto 0px auto;
  padding-left: 0px;
  gap: 0px;
}
.color_shop_wrap_sp a{
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: solid 1px #000;
  font-weight: bold;
  margin: 20px auto;
}
}

@media screen and (max-width: 500px) {
  .gallery_area li {
    width: 100%;
  }

}

@media screen and (max-width: 420px) {

  /* .con01 */
  .sp_on .img_box {
    display: inherit;
  }

  .moru_img {
    width: 100%;
    margin: auto;
  }

  .moru_text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 7vw
  }

  .moru_link a {
    width: 80%;
    font-size: 7vw;
  }

  /* .con02 */
  .con02 .hoka_list {
    display: inherit;
  }

  .con02 .hoka_list li {
    width: 100%;
    margin-right: 0;
  }

  .con02 .hoka_list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  #page_top {
    width: 75px;
    right: 5px;
    bottom: 0;
  }

  .con04 .item_list .item_name {
    height: inherit;
  }

  .con04 .item_list li {
    width: 100%;
  }

  .katamari02 img {
    max-width: 100%;
  }
}

@media screen and (max-width: 420px) {
  nav .left,footer .flex {
    flex-wrap:wrap;
    gap:20px; 
  }
  nav .left li,footer .flex li {
    width:calc((100% - 20px) / 2);
  }
  footer a,nav .left a {
    margin:auto;
    width:100%;
    max-width:43px;
  }
  footer li:nth-child(1) a,footer li:nth-child(2) a,footer li:nth-child(3) a,footer li:nth-child(4) a {
    margin:auto;
  }
}

