﻿@charset "utf-8";
/* ------------------------------
#pet
------------------------------ */
/* reset
------------------------------ */
.wrapper .pane-contents {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../../../img/usr/event/pet/bottom_bg.png) no-repeat bottom center;
  background-size: 100% 407px;
}
.container {
  width: auto;
  margin: 0 auto;
}
.pane-right-menu {
  display: none;
}
@media screen and (max-width: 800px) {
  .wrapper .pane-contents {
    background: url(../../../img/usr/event/pet/bottom_bg_sp.png) no-repeat bottom center;
    background-size: 100% calc(218 * (100vw / 430));
  }
  .block-goods-list-naviframe--bottom, #goodsdetail_itemhistory {
    display: none;
  }
}
/* setting
------------------------------ */
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
.contents_area h1, .contents_area h2, .contents_area h3 {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.contents_area img {
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .mv_area img, .contents_area img {
    height: auto;
  }
}
/* layout common
------------------------------ */
.common_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.flex_box {
  display: flex;
}
.contents_area .common_h2 {
  font-size: 32px;
  font-weight: 600;
  color: #409C7C;
  margin-bottom: 35px;
}
.common_p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.common_more_btn {
  padding: 50px 0 110px;
}
.common_more_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 65px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  border: 1px solid #333;
  border-radius: 5px;
}
.common_more_btn a:hover {
  opacity: .7;
}
@media screen and (max-width: 800px) {
  .contents_area .common_h2 {
    font-size: 25px;
  }
  .common_p {
    font-size: 16px;
  }
  .common_more_btn {
    padding: 50px 0 80px;
  }
  .common_more_btn a {
    width: calc(100% - 70px);
    height: 42px;
    margin: 0 35px;
    font-size: 14px;
  }
}
/* mv
------------------------------ */
.mv_area {
  position: relative;
  padding: 50px 0 134px;
  background: url(../../../img/usr/event/pet/mv_bg.png) no-repeat top center;
  background-size: 100% 100%;
}
.mv_info {
  width: 475px;
  flex-shrink: 0;
}
.mv_info h1 {
  margin: 9px 0 35px;
}
.mv_info p {
  font-size: 18px;
  line-height: 1.7;
}
.mv_heading {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #409C7C;
  margin-bottom: 10px;
}
.mv_color_txt {
  font-weight: bold;
  color: #409C7C;
}
.mv_slider {
  flex-shrink: 0;
  width: 777px;
  height: 547px;
}
/* slick reaet */
.mv_slider .slick-dots {
  bottom: 55px;
}
.mv_slider .slick-dots li {
  margin: 0 3px;
}
.mv_slider .slick-dots li button:before {
  font-size: 16px !important;
  color: #fff !important;
  opacity: 1;
}
.mv_slider .slick-dots li.slick-active button:before {
  color: #A1D2C1 !important;
}
/* 読み込みレイアウト表示調整 */
.mv_slider {
  opacity: 0;
  transition: opacity .9s linear;
}
.mv_slider.slick-initialized {
  opacity: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .mv_slider .slick-dots li button:hover {
    opacity: .7;
    transition: all .3s ease;
  }
}
@media screen and (max-width: 768px) {
  .mv_area {
    position: relative;
    padding: 28px 0 147px;
    background: url(../../../img/usr/event/pet/mv_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .mv_area .flex_box {
    display: block;
  }
  .mv_info {
    width: 100%;
  }
  .mv_info h1 {
    width: 165px;
    margin: 0 auto 24px;
    padding: 0 !important;
  }
  .mv_info p {
    font-size: 16px;
    margin: 0 26px;
  }
  .mv_heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .mv_slider {
    width: calc(400 * (100vw / 430));
    height: calc(282 * (100vw / 430));
    margin: auto;
  }
  /* slick reaet */
  .mv_slider .slick-dots {
    bottom: calc(19 * (100vw / 430));
    left: 0%;
    transform: translateY(-50%);
  }
  .mv_slider .slick-dots li {
    width: calc(15 * (100vw / 430));
    height: calc(15 * (100vw / 430));
    margin: 0 4px;
  }
  .mv_slider .slick-dots li button:before {
    font-size: calc(13 * (100vw / 430)) !important;
  }
  .mv_slider.slick-initialized {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 376px) {
  .mv_info h1 {
    width: 125px;
  }
  .mv_info p {
    font-size: 15px;
  }
}
/* contents
------------------------------ */
.pane-main {
  background: url(../../../img/usr/event/pet/contents_bg.png) no-repeat top 650px center;
}
@media screen and (max-width: 1460px) {
  .pane-main {
    background: url(../../../img/usr/event/pet/contents_bg1460.png) no-repeat top 650px center;
  }
}
/* sec01 */
.sec01 {
  margin-top: -45px;
}
.sec01_img_list {
  display: flex;
  margin: 80px auto 0;
}
.sec01_img_list li {
  flex-shrink: 0;
}
.sec01_img_list li.sec01_img_list01 {
  width: 364px;
  margin-right: 45px;
}
.sec01_img_list li.sec01_img_list02 {
  width: 365px;
  margin-right: 25px;
}
.sec01_img_list li.sec01_img_list03 {
  width: 409px;
}
.sec01_img_list li p {
  margin-top: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 801px) {
  .sec01_img_list li.sec01_img_list01 p {
    width: 106%;
  }
  .sec01_img_list li.sec01_img_list02 p {
    width: 105%;
  }
  .sec01_img_list li.sec01_img_list03 p {
    margin-left: 15px;
  }
}

/* sec02 */
.sec02 {
  margin-top: 170px;
}
.sec02 img {
  margin-top: 80px;
}
/* sec03（visumo） */
.sec03 {
  margin-top: 175px;
}
.sec03 .vsm-tile {
  margin-top: 92px;
}
.sec03 .vsm-tile .ecbn-selection-header, .sec03 .vsm-tile .ecbn-selection-header2, .sec03 .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-title, .sec03 .vsm-tile .ecbn-selection-description.vsm-selection-description, .sec03 .vsm-tile .ecbn-selection-to-nextpage, .sec03 .vsm-tile .ecbn-selection-image-loading-more, .sec03 .vsm-tile .ecbn-selection-footer, .sec03 .vsm-tile .ecbn-selection-footer2 {
  display: none;
}
.ecbn-selection-page-wrapper {
  margin: 0 !important;
}
@media screen and (min-width: 801px) {
  .sec03 .common_inner:has(> .vsm-tile) {
    max-width: 1220px;
  }
  .sec03 .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
    padding: 0 10px 20px;
  }
  .sec03 .ecbn-selection-widget,.sec03 .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
    max-width: 1220px;
  }
}

/* sec04 */
.sec04 {
  margin-top: 140px;
}
.sec04_img {
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
}
.sec04_sub01 {
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 54px;
}
.sec04_sub01 img {
  margin-right: 25px;
}
.sec04_sub01 .sec04_stxt {
  margin-top: 70px;
}
.sec04_sub02 {
  justify-content: flex-start;
  margin-top: 42px;
}
.sec04_sub02 .sec04_stxt {
  margin-top: 78px;
  margin-right: 62px;
}
.sec04_sub03 {
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 74px;
}
.sec04_sub03 img {
  margin-right: 43px;
  margin-top: 26px;
}
.sec04_sub04 {
  margin-top: 79px;
}
.sec04_sub04 .sec04_stxt {
  margin-top: 78px;
  margin-right: 100px;
}
@media screen and (max-width: 800px) {
  .pane-main {
    background: url(../../../img/usr/event/pet/contents_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .contents_area {
    padding: 0 15px;
  }
  /* sec01 */
  .sec01 {
    margin-top: 0;
  }
  .sec01_img_list {
    display: block;
    margin: 35px auto 0;
  }
  .sec01_img_list li {
    margin-bottom: 35px;
  }
  .sec01_img_list li.sec01_img_list01 {
    width: 100%;
	  margin-right: 0;
  }
  .sec01_img_list li.sec01_img_list02 {
    width: 100%;
	  margin-right: 0;
  }
  .sec01_img_list li.sec01_img_list03 {
    width: 100%;
  }
  .sec01_img_list li img {
    margin: auto;
  }
  .sec01_img_list li p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
  }
  .sec01_img_list li.sec01_img_list01 p {
    width: 97%;
    margin: 25px auto 0;
  }
  .sec01_img_list li.sec01_img_list02 p {
    width: 97%;
    margin: 0 auto;
  }
  .sec01_img_list li.sec01_img_list03 p {
    width: 90%;
    margin: 30px auto 0;
  }

  /* sec02 */
  .sec02 {
    margin-top: 140px;
  }
  .sec02 img {
    margin-top: 55px;
  }
  /* sec03（visumo） */
  .sec03 {
    margin-top: 145px;
  }
  .sec03 .vsm-tile {
    margin-top: 92px;
  }
  /* sec04 */
  .sec04 {
    margin-top: 140px;
  }
  .sec04_img {
    flex-direction: column-reverse;
    margin: 40px auto 0;
  }
  .sec04_img li:first-child {
    margin-top: 24px;
  }
  .sec04_sub01.flex_box {
    display: block;
    margin-top: 70px;
  }
  .sec04_sub01 img {
    margin-right: 0;
  }
  .sec04_sub01 .sec04_stxt {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .sec04_sub02.flex_box {
    display: block;
    margin-top: 42px;
  }
  .sec04_sub02 .sec04_stxt {
    margin-top: 58px;
    margin-right: 0;
  }
  .sec04_sub02 .sec04_stxt .common_h2 {
    text-align: right;
  }
  .sec04_sub02 img {
    margin-top: 43px;
  }
  .sec04_sub03.flex_box {
    display: block;
    margin-top: 58px;
  }
  .sec04_sub03 img {
    margin-right: 0;
    margin-top: 40px;
  }
  .sec04_sub04.flex_box {
    display: block;
    margin-top: 47px;
  }
  .sec04_sub04 .sec04_stxt {
    margin-top: 0;
    margin-right: 0;
  }
  .sec04_sub04 .sec04_stxt .common_h2 {
    text-align: right;
  }
  .sec04_sub04 img {
    margin-top: 63px;
  }
  .contents_area .sec04_stxt .common_h2 {
    font-size: 20px;
  }
  .sec04_stxt .common_p {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .sec01_img_list li.sec01_img_list03 p {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .pane-main {
    background: url(../../../img/usr/event/pet/contents_bg_sp.png) no-repeat top center;
    background-size: 103% auto;
  }
}
@media screen and (max-width: 390px) {
  .pane-main {
    background: url(../../../img/usr/event/pet/contents_bg_sp.png) no-repeat top center;
    background-size: 107% auto;
  }
}
@media screen and (max-width: 376px) {
  .pane-main {
    background: url(../../../img/usr/event/pet/contents_bg_sp.png) no-repeat top center;
    background-size: 109% auto;
  }
}
/* イベント商品
------------------------------ */
.block-event-page--goods {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
}
.block-event-page--goods .block-goods-list--pager-bottom {
  display: none;
}
@media screen and (max-width: 800px) {
  .block-event-page--goods {
    margin: 0 auto 0;
  }
}