@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");

/* -----------------------------------------------------------------
urarie_collabo
----------------------------------------------------------------- */

/*---------- 共通 ----------*/
body {
  overflow: visible; /* sticky使用のため */
  overflow-y: visible; /* sticky使用のため */
}
main {
  overflow: visible; /* sticky使用のため */
  padding: 0;
}
main .inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
video{
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  main .inner {
    margin-right: 30px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1179px) {
  main .inner {
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 800px;
  }
}

/*---------- bg ----------*/
.wrap_bg {
  background: url(../img/bg_food.jpg) repeat-y;
  background-size: contain;
}
.wrap_bg_bl {
  background-color: #eaf2f9;
  background: linear-gradient(0deg, rgba(234, 242, 249, 1) 0%, rgba(234, 242, 249, 1) 82%, rgba(255, 255, 255, 1) 83%);
}
/* フッターの背景変更 */
.ft {
  background: url(../img/bg_food.jpg) repeat-y;
  background-size: contain;
}
@media screen and (max-width: 1179px) {
  .wrap_bg_bl {
    background: linear-gradient(0deg, rgba(234, 242, 249, 1) 0%, rgba(234, 242, 249, 1) 74%, rgba(255, 255, 255, 1) 75%);
  }
}
@media screen and (max-width: 767px) {
  .wrap_bg {
    background: url(../img/bg_food_sp.jpg) repeat-y;
    background-size: contain;
  }
  .ft {
    background: url(../img/bg_food_sp.jpg) repeat-y;
    background-size: contain;
  }
}

/*---------- btn ----------*/
.btn_wrap {
  padding-top: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
}
.item_btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg); /* ギザギザ対策 */
  -webkit-transform: rotateZ(0.03deg);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  width: 250px;
  padding: 30px 0 10px;
  border: 1px solid #147cb1;
  background-color: #147cb1;
  border-radius: 50px;
  margin-right: 15px;
}
.item_btn:last-child {
  margin-right: 0;
}
.item_btn:hover {
  border: 1px solid #147cb1;
  background-color: #50a6d3;
}
.btn_insta {
  color: #198bc5;
  text-align: left;
  background-color: #f5f9fc;
  position: relative;
  padding: 19px 0 20px 79px;
}
.btn_insta:hover {
  background-color: #fff;
}
.btn_insta::before {
  content: "";
  display: block;
  background: url(../img/ico_insta.svg) no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 31px;
}
.btn_insta::after {
  content: "";
  display: block;
  background: url(../img/ico_urarie.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17px;
  right: 23px;
}
@media screen and (max-width: 1320px) {
  .btn_insta::after {
    content: none;
  }
}
@media screen and (max-width: 1179px) {
  .btn_wrap {
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 30px;
    max-width: 517px;
    margin: 0 auto;
  }
  .item_btn {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.5px;
    width: 87%;
    max-width: 370px;
    padding: 18px 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .item_btn:last-child {
    margin-bottom: 10px;
  }
  .item_btn span {
    display: inline;
  }
  .btn_insta {
    font-size: 14px;
    font-weight: bold;
  }
  .btn_insta::before {
    background-size: contain;
    width: 21px;
    height: 21px;
    top: 13px;
    left: 16px;
  }
  .btn_insta::after {
    content: "";
    background-size: contain;
    width: 34px;
    height: 34px;
    top: 8px;
    right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    padding-top: 21px;
  }
}

/*---------- txt ----------*/
.txt_vertical {
  writing-mode: vertical-rl; /* 縦方向表示 */
  text-orientation: upright; /* すべて縦方向に表示 */
}
.txt_vertical span {
  border-left: 1px solid #1a8bc5;
  padding-left: 7px;
}
.txt_under span {
  border-bottom: 1px solid #1a8bc5;
}
.txt_default {
  font-size: 16.5px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #1a8bc5;
  letter-spacing: 0.5px;
  line-height: 1.9;
}
@media screen and (max-width: 1179px) {
  .txt_default {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.68;
  }
  .txt_vertical span {
    padding-left: 5px;
  }
}

/* -----------------------------------------------------------------
sec_fv ファーストビュー
----------------------------------------------------------------- */

.sec_fv {
  background: url(../img/img_fv_bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 847px;
  z-index: -3; /* fv階層の中で一番下 */
}
.sec_fv::after {
  content: "";
  display: block;
  background: url(../img/img_fv_deco.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 102%;
  position: absolute;
  z-index: -1; /* fv階層の中で一番上 */
}
.sec_fv .area_fv {
  text-align: center;
  background: url(../img/img_fv_bgegg.svg) no-repeat;
  background-position: top left;
  background-size: cover;
  position: absolute;
  width: 593px;
  height: 816px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sec_fv .area_fv::after {
  content: "";
  display: block;
  background: url(../img/img_fv_on.png) no-repeat;
  background-position: top center;
  width: 649px;
  height: 555px;
  position: absolute;
  top: 230px;
  left: -15px;
}
.sec_fv .area_fv img {
  margin: 0 auto;
}
.sec_fv .area_fv .box_ttl {
  padding-top: 74px;
}
.sec_fv .area_fv .box_ttl .item_ttl:nth-child(2) {
  width: 281px;
  margin-top: 27px;
  padding-left: 17px;
}
.sec_fv .area_fv .box_txt {
  padding-top: 25px;
  padding-left: 10px;
}
.sec_fv .area_fv .box_txt p {
  font-size: 16.5px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg); /* ギザギザ対策 */
  -webkit-transform: rotateZ(0.03deg);
  color: #1a8bc5;
  letter-spacing: 0.1px;
  line-height: 1.82;
}
.sec_fv .area_fv .scroll {
  margin-top: 74px;
  padding-left: 5px;
}
@media screen and (max-width: 1179px) {
  .sec_fv {
    height: 94vh;
    min-height: 850px;
    background: url(../img/img_fv_bg_sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-color: #e4e9fb;
  }

  .sec_fv::after {
    background: url(../img/img_fv_deco_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .sec_fv::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url(../img/bg_fv_bottom_sp.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -2; /* fv階層の中で真ん中 */
  }
}

@media screen and (max-width: 767px) {
  .sec_fv {
    height: 94vh;
    max-height: 634.5px;
    min-height: 300px;
    overflow: hidden;
  }
  .sec_fv::after {
    background: url(../img/img_fv_deco_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .sec_fv .area_fv {
    min-width: 320px;
    max-width: 626px;
    min-height: 312px;
    background: url(../img/img_fv_on_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 50.5%;
  }
  .sec_fv .area_fv::after {
    width: 25%;
    height: 40%;
    background: url(../img/img_fv_on_urarie.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    left: auto;
    right: 12.5%;
    bottom: 2.5%;
  }
  .sec_fv .area_fv .box_ttl {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
  }
  .sec_fv .area_fv .box_ttl h1 {
    width: 100%;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .sec_fv .area_fv .box_ttl .item_ttl:nth-child(1) {
    width: 33%;
    max-width: 110px;
    height: auto;
    padding-right: 7px;
  }
  .sec_fv .area_fv .box_ttl .item_ttl:nth-child(2) {
    width: 74%;
    max-width: 281px;
    height: auto;
    padding-left: 5px;
    margin-top: 15px;
  }
  .sec_fv_sub {
    text-align: center;
    padding-top: 25px;
  }
  .sec_fv_sub p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotateZ(0.03deg); /* ギザギザ対策 */
    -webkit-transform: rotateZ(0.03deg);
    line-height: 1.75;
  }
}
@media screen and (max-width: 400px) {
  .sec_fv .area_fv::after {
    height: 30%;
    right: 17.5%;
  }
}

/*---------- mod_bg_carousel ----------*/
.area_world_bg {
  width: 100%;
  position: relative;
  bottom: 0;
}
.area_world_bg .img_person {
  position: absolute;
  bottom: -51px;
  left: 27.8%;
  z-index: 101;
}
.mod_bg_carousel {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: -100;
}
.mod_bg_carousel .mod_wrap_img {
  width: 100%;
  height: 560px;
  padding: 2px 0;
  position: relative;
  top: -42px;
  overflow: hidden;
}
.mod_bg_carousel .mod_wrap_img img {
  height: 100%;
  min-height: 560px;
}
.mod_bg_carousel .mod_wrap_img::before {
  content: "";
  display: block;
  background: url(../img/bg_carousel_top.svg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 101%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}
.mod_bg_carousel .mod_wrap_img::after {
  content: "";
  display: block;
  background: url(../img/bg_carousel_bottom.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 101%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 1920px) {
  .mod_bg_carousel .mod_wrap_img::before,
  .mod_bg_carousel .mod_wrap_img::after {
    height: 120px;
  }
}
@media screen and (max-width: 1179px) {
  .area_world_bg {
    margin-top: 60px;
  }
  .mod_bg_carousel {
    top: -12px;
  }
  .area_world_bg .mod_bg_carousel {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .area_world_bg {
    margin-top: 0;
  }
  .sec_world .mod_bg_carousel {
    top: 40px;
  }
  .mod_bg_carousel .mod_wrap_img {
    height: 350px;
  }
  .mod_bg_carousel .mod_wrap_img img {
    height: 100%;
    max-height: 350px;
    min-height: auto;
  }
  .mod_bg_carousel .mod_wrap_img::before {
    background: url(../img/bg_carousel_top_sp.svg) no-repeat;
    background-position: top;
    background-size: 100%;
    top: -1px;
  }
  .mod_bg_carousel .mod_wrap_img::after {
    background: url(../img/bg_carousel_bottom_sp.svg) no-repeat;
    background-position: bottom;
    background-size: 100%;
    bottom: -1px;
  }
  .area_world_bg .img_person {
    bottom: -140px;
    left: 7%;
  }
  .area_world_bg .img_person img {
    width: 64.5%;
  }
}
@media screen and (max-width: 500px) {
  .mod_bg_carousel .mod_wrap_img {
    height: 275px;
  }
  .mod_bg_carousel .mod_wrap_img img {
    height: 100%;
    max-height: 275px;
    min-height: auto;
  }
}

/* -----------------------------------------------------------------
sec_world 異世界
----------------------------------------------------------------- */

.sec_world {
  padding-top: 5px;
  padding-bottom: 110px;
  position: relative;
  z-index: 0; /* カルーセル背景が潜り込んでしまうのを防ぐ */
}
.sec_world .inner {
  min-height: 1000px;
}
.sec_world::before {
  content: "";
  display: block;
  background: url(../img/bg_jewerly02.png) no-repeat;
  width: 449px;
  height: 265px;
  position: absolute;
  bottom: -75px;
  left: 54px;
  z-index: -100;
}
.sec_world::after {
  content: "";
  display: block;
  background: url(../img/bg_jewerly01.png) no-repeat;
  background-position: top 0 right 0;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -50;
}
@media screen and (max-width: 1179px) {
  .sec_world {
    padding-top: 83px;
    padding-bottom: 0;
    background-size: 32%;
    background-position: top 15px right 12px;
  }
  .sec_world::before {
    width: 223px;
    height: 231px;
    background-size: contain;
    left: -47px;
    bottom: -259px;
  }
  .sec_world::after {
    background-position: top 0 right 17px;
    background-size: 240px;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec_world {
    padding-bottom: 100px;
  }
  .sec_world::after {
    background-size: 31%;
  }
}

/*---------- box_posted共通 ----------*/
.box_posted {
  width: 39.8%;
}
.box_posted .posted_wrap {
  background: url(../img/img_insta_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  border: 1px solid #bcbcbc;
  box-shadow: 0px 0px 43px -8px rgb(0 0 0 / 16%);
}
.box_posted .posted_inner {
  padding: 18.7% 3.28% 14.6% 3.28%;
}
.box_posted .posted_wrap img,.box_posted .posted_wrap video{
  vertical-align: bottom;
}
@media screen and (max-width: 1179px) {
  .box_posted {
    width: 100%;
  }
  .box_posted .posted_wrap {
    max-width: 517.36px;
    margin: 0 auto;
    background-size: contain;
  }
  .box_posted .posted_inner {
    height: auto;
  }
}

/*---------- area_world ----------*/

.sec_world .area_world {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
}
.sec_world .area_world .box_ttl {
  width: 60%;
  padding: 0 6px;
}
.sec_world .area_world .box_ttl h2 img {
  margin-left: -2px;
}
.sec_world .area_world .box_ttl p {
  margin-top: 28px;
  margin-left: 2px;
}
.sec_world .area_world .box_posted {
  margin-top: 132px;
}
@media screen and (max-width: 1179px) {
  .sec_world .area_world {
    display: block;
  }
  .sec_world .area_world .box_ttl {
    width: 100%;
  }
  .sec_world .area_world .box_ttl h2 img {
    width: 89%;
    max-width: 416px;
  }
  .sec_world .area_world .box_ttl p {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.6;
    margin-top: 26px;
    margin-left: 0;
  }
  .sec_world .area_world .box_posted {
    width: 100%;
    margin-top: 34px;
  }
}

/* -----------------------------------------------------------------
sec_animal いきもの
----------------------------------------------------------------- */

.area_animal .box_ttl {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  justify-content: flex-end;
  -webkit-box-align: end;
}
.area_animal .box_ttl h2 {
  display: inline-block;
}
.area_animal .box_ttl h2 img {
  margin: 0 auto;
}
.area_animal .box_ttl p {
  display: inline-block;
  line-height: 2.1;
  margin-top: 150px;
  margin-right: 20px;
}
.area_animal .box_ttl .item_img {
  margin-top: 60px;
  margin-right: 24px;
}
@media screen and (max-width: 1179px) {
  .sec_animal {
    padding-top: 0;
  }
  .sec_animal .inner {
    padding: 0;
  }
  .sec_animal .area_animal .box_ttl {
    justify-content: flex-start;
    -webkit-box-align: start;
    flex-wrap: wrap;
    padding: 0 32px;
  }
  .sec_animal .area_animal .box_ttl h2 {
    width: 18%;
    margin-right: 0;
  }
  .sec_animal .area_animal .box_ttl p {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.97;
    margin-top: 152px;
  }
  .sec_animal .area_animal .box_ttl .item_img {
    width: 50%;
    margin-top: 152px;
    margin-right: 50px;
    flex-grow: 1;
    -webkit-box-flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec_animal {
    padding-top: 27px;
  }
  .sec_animal .area_animal .box_ttl {
    padding: 0;
  }
  .sec_animal .area_animal .box_ttl h2 {
    margin-right: 10.4%;
    min-width: 27%;
  }
  .sec_animal .area_animal .box_ttl p {
    margin-right: 22px;
  }
  .sec_animal .area_animal .box_ttl .item_img {
    width: 100%;
    margin: 0;
    margin-top: 28px;
  }
}

/* -----------------------------------------------------------------
sec_zone 2大ゾーン
----------------------------------------------------------------- */

.sec_zone {
  padding-bottom: 73px;
}
.sec_zone .box_ttl {
  max-width: 1400px;
  width: 93%;
  padding-top: 119px;
  margin: 0 auto;
  background: url(../img/bg_jewerly03.png) no-repeat;
  background-position: right 43px bottom 33px;
}
.sec_zone .box_ttl h2 img {
  width: 544px;
}
.sec_zone .area_zone {
  padding-top: 70px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  position: relative;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  z-index: 10; /* チケットボタンとの兼ね合い */
}
.sec_zone .area_zone::before {
  content: "";
  display: block;
  background: url(../img/bg_jewerly04.png) no-repeat;
  width: 214px;
  height: 207px;
  position: absolute;
  top: 87px;
  left: -260px;
}
.area_zone .box_posted {
  margin-top: 216px;
  z-index: 1;
}
.area_zone .box_posted .box_posted_inner {
  position: sticky;
  position: -webkit-sticky; /* safari */
  top: 40px;
}
.sec_zone .area_zone .box_wrap {
  width: 51%;
}
@media screen and (max-width: 1179px) {
  .sec_zone {
    padding-bottom: 85px;
  }
  .sec_zone .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sec_zone .box_ttl {
    background-size: auto;
    width: 100%;
    margin: 0;
    padding-top: 120px;
    background-position: top 10px right 9px;
  }
  .sec_zone .box_ttl h2 {
    max-width: 800px;
    margin: 0 auto;
  }
  .sec_zone .box_ttl h2 img {
    margin-left: 10px;
    width: 79.8%;
    max-width: 544px;
  }
  .sec_zone .area_zone {
    padding-top: 38px;
  }
  .sec_zone .area_zone::before {
    background-size: contain;
    width: 107px;
    height: 103.5px;
    top: 710px;
    left: -32px;
  }
  .area_zone .box_posted {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sec_zone .area_zone .box_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_zone .box_ttl {
    padding-top: 205px;
    background-size: 35%;
  }
}

/*---------- item_tips ----------*/
.item_tips {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 37px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 33px;
  padding-left: 19px;
  position: relative;
}
.item_tips::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 1px solid #1a8bc5;
  border-radius: 20px;
}
.item_tips::after {
  content: "";
  display: block;
  background: #fff;
  width: 3px;
  height: 13px;
  position: absolute;
  right: 2px;
  top: 57px;
  z-index: 1; /* tips_photoとの兼ね合い */
}
.item_tips .tips_deco {
  position: absolute;
  top: -23px;
  left: 58px;
}
.item_tips .tips_wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  position: relative;
}
.item_tips .tips_wrap .box_ico {
  margin-top: 35px;
  flex-shrink: 0; /* 縮まないようにする */
}
.item_tips .tips_wrap .box_content {
  margin-top: -28px;
  margin-left: 18px;
}
.item_tips p {
  margin-top: 6px;
  line-height: 1.7;
}
.item_tips .tips_photo {
  max-width: 258px;
  position: absolute;
  top: -116px;
  right: -99px;
  z-index: 2; /* tipsの枠との兼ね合い */
}
.item_tips .tips_wrap:not(:last-child) p {
  padding-right: 150px; /* 画像のある時、幅を確保する */
}
@media screen and (max-width: 1179px) {
  .item_tips {
    max-width: 590px;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 13px 5px 13px;
    border-radius: 12px;
    z-index: 1;
  }
  .item_tips::after {
    height: 9px;
    top: 39px;
  }
  .item_tips::before {
    border-radius: 12px;
    top: 3px;
  }
  .item_tips .tips_deco {
    width: 73.5px;
    top: -13px;
    left: 38px;
  }
  .item_tips .tips_wrap .box_ico {
    margin-top: 31px;
  }
  .item_tips .tips_wrap .box_ico img {
    width: 48px;
  }
  .item_tips .tips_wrap .box_content {
    margin-top: -11px;
    margin-left: 12px;
  }
  .item_tips .tips_wrap .box_content h3 img {
    width: 259px;
  }
  .item_tips .tips_wrap .box_content p {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.6;
    margin-top: 4px;
  }
  .item_tips .tips_photo {
    width: 37%;
    top: -118px;
    right: -27px;
  }
  .item_tips .tips_wrap:not(:last-child) p {
    padding-right: 35%; /* 画像のある時、幅を確保する */
  }
}
@media screen and (max-width: 400px) {
  .item_tips .tips_wrap .box_content p {
    padding-right: 0;
  }
}

/*---------- planets ----------*/

.sec_zone .area_zone .box_planets {
  width: 100%;
  position: relative;
}
.sec_zone {
  position: relative;
}
.sec_zone::after {
  content: "";
  display: block;
  background: url(../img/bg_jewerly05.png) no-repeat;
  background-position: top right;
  width: 100%;
  max-width: 1638px;
  height: 280px;
  position: absolute;
  top: 44.7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
}
.sec_zone .area_zone .box_planets .item_ttl h3 img {
  margin-left: 6px;
}
.sec_zone .area_zone .box_planets .item_ttl p {
  line-height: 2;
  margin-top: 10px;
  margin-left: 3px;
}
.sec_zone .area_zone .box_planets .item_ttl p span {
  padding-bottom: 5px;
}
.sec_zone .area_zone .box_planets .item_photo {
  padding-top: 28px;
}
@media screen and (max-width: 1179px) {
  .sec_zone .area_zone .box_planets {
    padding-top: 128px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 50px;
  }
  .sec_zone .area_zone .box_planets .item_ttl h3 img {
    margin: 0;
    width: 36%;
    max-width: 193px;
  }
  .sec_zone .area_zone .box_planets .item_ttl p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    margin-top: 6px;
  }
  .sec_zone .area_zone .box_planets .item_ttl p span {
    padding-bottom: 2px;
    letter-spacing: 0;
  }
  .sec_zone::after {
    top: 61.3%;
  }
  .sec_zone .area_zone .box_planets .item_photo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_zone .area_zone .box_planets {
    padding-bottom: 3px;
  }
  .sec_zone::after {
    background-size: 40%;
  }
}

/*---------- miyabi ----------*/

.area_zone .box_miyabi {
  width: 100%;
  margin-top: 219px;
  position: relative;
}
.area_zone .box_miyabi .item_ttl h3 {
  position: relative;
}
.area_zone .box_miyabi .item_ttl h3 img:nth-child(1) {
  position: absolute;
  top: -103px;
  margin-left: 7px;
}
.area_zone .box_miyabi .item_ttl h3 img:nth-child(2) {
  width: 488px;
  margin-top: -20px;
}
.area_zone .box_miyabi .item_ttl p {
  margin-top: 28px;
  line-height: 2;
}
.area_zone .box_miyabi .item_ttl p span {
  padding-bottom: 3px;
}
.area_zone .box_miyabi .item_photo {
  padding-top: 59px;
  position: relative;
  z-index: 1;
}
.area_zone .box_miyabi::after {
  content: "";
  display: block;
  background: url(../img/bg_fireflower01.png) no-repeat;
  width: 382px;
  height: 370px;
  position: absolute;
  top: 206px;
  left: 542px;
  z-index: 0;
}
.area_zone .box_miyabi .item_tips {
  margin-top: 59px;
}
.area_zone .box_miyabi .item_tips p {
  top: 136px;
  margin-left: -3px;
}
@media screen and (max-width: 1179px) {
  .area_zone .box_miyabi {
    margin-top: 252px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .area_zone .box_miyabi .item_ttl h3 img:nth-child(1) {
    width: 46.5%;
    min-width: 163px;
    max-width: 240px;
    top: -60px;
    left: -8px;
  }
  .area_zone .box_miyabi .item_ttl h3 img:nth-child(2) {
    max-width: 488px;
    margin-top: 0;
    width: 90%;
  }
  .area_zone .box_miyabi .item_ttl p {
    margin-top: 24px;
    line-height: 1.6;
  }
  .area_zone .box_miyabi .item_ttl p span {
    padding-bottom: 2px;
  }
  .area_zone .box_miyabi .item_photo {
    padding-top: 22px;
  }
  .area_zone .box_miyabi .item_photo img {
    margin: 0 auto;
  }
  .area_zone .box_miyabi::after {
    width: 191px;
    background-size: contain;
    top: -202px;
    left: -31px;
  }
  .area_zone .box_miyabi .item_tips {
    margin-top: 27px;
  }
}

/* -----------------------------------------------------------------
sec_food フード
----------------------------------------------------------------- */

.sec_food {
  padding-top: 89px;
}
.sec_food .food_wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
}
.sec_food .txt_default {
  color: #333333;
  line-height: 2;
}
.sec_food .txt_under span {
  border-bottom: 1px solid #333333;
  padding-bottom: 3px;
}
.sec_food .box_ttl img {
  margin: 0 auto;
}
@media screen and (max-width: 1179px) {
  .sec_food {
    padding-top: 85px;
  }
  .sec_food .txt_under span {
    padding-bottom: 2px;
  }
  .sec_food .txt_default {
    text-align: center;
    max-width: 651px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_food .txt_default {
    text-align: left;
  }
}

/*---------- area_day ----------*/

.sec_food .area_day .box_ttl h2 img {
  padding-right: 53px;
}
.sec_food .area_day .box_ttl h3 img {
  padding-right: 50px;
  margin-top: 2px;
}
.sec_food .area_day .box_menu {
  padding-top: 54px;
  width: 60%;
}
.sec_food .area_day .box_menu .item_menu {
  padding-top: 58px;
}
.sec_food .area_day .box_menu .item_menu img {
  margin-left: -7px;
}
.sec_food .area_day .box_posted {
  padding-top: 68px;
}

/* ボタン処理 */
.wrap_bg .area_day .box_posted .btn_insta {
  border: 1px solid #666666;
  color: #666666;
  background-color: #fff;
}
.wrap_bg .area_day .box_posted .btn_insta::before {
  background: url(../img/ico_insta_gray.svg) no-repeat;
  background-size: contain;
}
.wrap_bg .area_day .box_posted .btn_insta:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1179px) {
  .sec_food .area_day .box_ttl h2 {
    padding-right: 10px;
  }
  .sec_food .area_day .box_ttl h2 img {
    padding: 0;
    min-width: 174px;
    max-width: 232px;
    width: 51.1%;
  }
  .sec_food .area_day .box_ttl h3 img {
    padding: 0;
    max-width: 500px;
    width: 100%;
  }
  .sec_food .food_wrap {
    flex-wrap: wrap;
  }
  .sec_food .area_day .box_menu {
    width: 100%;
    padding-top: 38px;
  }
  .sec_food .txt_default {
    line-height: 1.62;
    letter-spacing: 0;
  }
  .sec_food .area_day .box_menu .item_menu {
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 49px;
  }
  .sec_food .area_day .box_menu .item_menu img {
    margin-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 600px;
  }
  .sec_food .area_day .box_posted {
    padding-top: 0;
  }
  .sec_food .area_day .box_posted .btn_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec_food .area_day .box_posted .btn_wrap {
    padding-top: 13px;
  }
}

/*---------- area_night ----------*/

.sec_food .area_night {
  padding-top: 109px;
}
.sec_food .area_night .box_ttl h2 img {
  padding-right: 27px;
}
.sec_food .area_night .box_ttl h3 img {
  margin-top: 42px;
  padding-left: 58px;
}
.sec_food .area_night .box_photo {
  padding-top: 79px;
  width: 60%;
  margin-left: 3px;
  margin-right: 15px;
}
.sec_food .area_night .box_photo img {
  margin-top: 43px;
  margin-left: -3px;
}
.sec_food .area_night .box_posted {
  padding-top: 85px;
}
.sec_food .area_night .box_posted .posted_wrap{
  background: url(../img/img_insta_bg_long.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1179px) {
  .sec_food .area_night {
    padding-top: 62px;
  }
  .sec_food .area_night .box_ttl h2 img {
    width: 213.5px;
    padding-right: 0;
  }
  .sec_food .area_night .box_ttl h3 {
    padding-left: 20px;
    margin-top: 16px;
  }
  .sec_food .area_night .box_ttl h3 img {
    padding: 0;
    margin: 0 auto;
    min-width: 276.5px;
    width: 83.5%;
    max-width: 450px;
  }
  .sec_food .area_night .box_photo {
    width: 100%;
    padding-top: 34px;
    margin-left: 0;
    margin-right: 0;
  }
  .sec_food .area_night .box_photo img {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------- area_links ----------*/

.area_links {
  border: 1px solid #50a6d3;
  background-color: #f0f6fa;
  padding: 41px 50px 34px 50px;
  margin-top: 96px;
  position: relative;
}
.area_links::before {
  content: "";
  width: 415px;
  height: 1px;
  background-color: #f0f6fa;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 51.8%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.area_links .box_ttl {
  text-align: center;
}
.area_links .box_ttl h3 {
  position: absolute;
  top: -24px;
  left: 52.3%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.area_links .box_ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg); /* ギザギザ対策 */
  -webkit-transform: rotateZ(0.03deg);
  font-weight: bold;
  color: #1a8bc5;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
}
.area_links .box_btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  margin-top: 26px;
}
.area_links .box_btn .item_btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  width: 31%;
  padding: 26px;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotateZ(0.03deg); /* ギザギザ対策 */
  -webkit-transform: rotateZ(0.03deg);
  letter-spacing: 0;
  font-size: 18px;
  border: 2px solid #147cb1;
  font-weight: 500;
  margin-right: 10px;
}
.area_links .box_btn .item_btn:last-child {
  margin-right: 0;
}
.area_links .box_btn .btn_insta {
  background-color: #fff;
  padding-left: 95px;
  justify-content: flex-start;
  -webkit-box-pack: start;
  font-weight: bold;
}
.area_links .box_btn .btn_insta:hover {
  background-color: #e1f0ff;
}
.area_links .box_btn .btn_insta::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 41px;
}
.area_links .box_btn .btn_insta::after {
  content: none;
}
.area_links .box_btn .btn_insta:nth-child(2) {
  padding-left: 110px;
}
.area_links .box_btn .btn_insta:nth-child(2)::before {
  left: 49px;
}
@media screen and (max-width: 1179px) {
  .area_links {
    margin-top: 90px;
    padding: 26px 20px 25px 20px;
  }
  .area_links::before {
    width: 268px;
    left: 50%;
  }
  .area_links .box_ttl {
    text-align: left;
  }
  .area_links .box_ttl h3 {
    top: -14px;
    left: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    padding-left: 9px;
  }
  .area_links .box_ttl h3 img {
    width: 254px;
  }
  .area_links .box_ttl p {
    font-size: 14px;
    line-height: 1.64;
    text-align: left;
  }
  .area_links .box_btn {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    margin-top: 13px;
  }
  .area_links .box_btn .item_btn {
    padding: 18px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #147cb1;
    justify-content: center;
    -webkit-box-pack: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .area_links .box_btn .item_btn:last-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .area_links .box_btn .btn_insta::before {
    left: 21px;
  }
  .area_links .box_btn .btn_insta:nth-child(2)::before {
    left: 21px;
  }
  .area_links .box_btn .btn_insta:nth-child(2) {
    padding-left: 18px;
  }
}
@media screen and (max-width: 330px) {
  .area_links .box_btn .btn_insta::before {
    content: none;
  }
}
