@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.t-mode-rwd .l-content-main {
	padding: 0 !important;
}
.article-inner_pt {
  max-width: 1030px;
  margin: 0 auto;
  padding-right: 15px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-top: 70px;
}
#section_sfj .article-inner {
	padding-bottom: 0;
}
.article-inner > *:first-child {
	margin-top: 0;
}
.article-inner > *:last-child {
	margin-bottom: 0;
}
.sp-only {
	display: none;
}
.hidden {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
		padding: 0 !important;
	}
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
	.l-content-related[data-type="full"] {
		max-width: 1000px;
		float: none;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 80px 15px 100px;
	}
}
.pc { display: block !important;
      width: 100%;
	  }
.sp { display: none !important; }

@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important;}

}
@media screen and (max-width: 767px) {
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .article-inner_pt {
    padding-right: 10px;
	padding-bottom: 55px;
	padding-left: 10px;
	padding-top: 55px
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
  }
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}

@media screen and (max-width: 767px) {
.hdg-sec-campaign h2 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.1rem;
    letter-spacing: 0.5rem;
 }
}
.hdg-sec-campaign h2 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.9rem;
    letter-spacing: 0.5rem;
}

.hdg-sec-lv2 h2 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5rem;
    letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px){
.m-box-inner {
    padding-left: 14px;
    padding-right: 14px;
 }
}

.m-box-inner {
    padding: 25px 25px 25px;
    border: 3px solid #000;
}

/* Section Color */
section[data-type="white"] {
	background-color: #fff;
	color: #333;
}

section[data-type="gray"] {
    background-color: #f2f2f2;
    color: #333;
}

section[data-type="emerald"] {
    background-color: #e8fbf9;
    color: #333;
}

/* Main Visual */

.hdg-main-catch {
  width: 100%;
  margin-top: 120px;
  text-align: right;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.4rem;
}
.hdg-main-catch > *:first-child {
  margin-top: 0;
}
.hdg-main-catch > img {
  width: 100%;
}
/*
.hdg-main-text {
  margin-top: 80px;
}
*/
.hdg-main-text > p:first-child {
  margin-top: 0;
}
.hdg-main-text p {
  color: #000;
  /* text-align: right; */
  font-family: kozuka-mincho-pro, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
.hdg-main-text p span {
  display: inline-block;
}
.hdg-main-flex {
  display: flex;
	margin-top: 80px;
}
.hdg-main-flex > div {
  width: 50%;
}
.hdg-main-flex > .hdg-main-video {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .hdg-main::before {
    background: #000 url("../img/hdg_main_bg_sp.jpg");
    background-size: cover;
  }
  .hdg-main-box {
    display: flex;
    flex-direction: column;
    padding: 75px 15px 30px;
    max-width: 100%;
    margin: 0;
  }
  .hdg-main-logo {
    max-width: 75vw;
  }
  .hdg-main-catch {
    padding-right: 0;
    margin-top: 60px;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }
  .hdg-main-text {
    margin-top: 30px;
  }
  .hdg-main-flex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .hdg-main-flex > div {
    width: 100%;
  }
  .hdg-main-flex > .hdg-main-video {
    padding-left: 0px;
  }
}

/* Hedding h1 */
.hdg-sec-lv1 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
.hdg-sec-lv1[data-type="wh"] > h1 {
	color: #fff;
}
.hdg-sec-lv1::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #ccc;
  margin: 25px 0 50px;
}
.hdg-sec-lv1 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
	.hdg-sec-lv1 {
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
  }
  .hdg-sec-lv1::after {
    margin: 20px 0 40px;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hdg-sec-lv2[data-type="wh"] > h2 {
	color: #fff;
}
.hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #ccc;
  margin: 25px 0 50px;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
	.hdg-sec-lv2 {
    font-size: 2.2rem;
  }
  .hdg-sec-lv2::after {
    margin: 20px 0 40px;
  }
}

/* Hedding h4 */
.hdg-sec-lv4 {
  width: 100%;
  margin: 60px 0 30px;
  position: relative;
  display: table;
}
.hdg-sec-lv4 + * {
  margin-top: 30px !important;
}
.hdg-sec-lv4 h4 {
  width: 100%;
  padding: 2px 0 2px 10px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.2;
  display: table-cell;
  border-left: 3px solid #000;
}
.hdg-sec-lv4 .m-hdg-detail {
  white-space: nowrap;
  display: table-cell;
}
.hdg-sec-lv4 .m-hdg-detail .m-btn {
  max-width: 200px;
  height: 44px;
  position: absolute;
  top: -10px;
  right: 0;
}
.hdg-sec-lv4 .m-hdg__label {
  top: -1px;
  margin: 0 10px 0 0;
  padding: 6px 12px 5px 12px;
  font-size: 1.8rem;
  color: #ccc;
  line-height: 1;
  display: inline-block;
  position: relative;
  background: #000;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv4 {
    margin: 50px 0 25px;
  }
  .hdg-sec-lv4 + * {
    margin-top: 25px !important;
  }
  .hdg-sec-lv4 h4 {
    padding: 1px 0 1px 8px;
    font-size: 1.8rem;
    display: block;
    border-left-width: 2px;
  }
  .hdg-sec-lv4 .m-hdg-detail {
    margin: 0 15px;
    display: block;
  }
  .hdg-sec-lv4 .m-hdg-detail .m-btn {
    width: 100%;
    height: 60px;
    max-width: 100%;
    margin: 30px 0 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .hdg-sec-lv4 .m-hdg__label {
    margin-right: 5px;
    font-size: 1.4rem;
  }
}

/* Mask Icon */
.hdg-sec-icn {
  width: 30px;
  margin-right: 8px;
}
.hdg-sec-icn img {
  width: 30px;
}

/* Icon Link List */
.m-icn-link {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.m-icn-link li {
  width: 50%;
  padding-left: 20px;
  text-align: center;
  position: relative;
}
.m-icn-link li::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #1e1e1e transparent transparent transparent;
  opacity: 0;
}
.m-icn-link#default-list li::after {
  top: -15px;
  left: calc(50% - 4px);
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #1e1e1e transparent;
}
.m-icn-link li.is-current::after {
  opacity: 1;
  transition-delay: .4s;
}
.m-icn-link[data-col="5"] li {
  width: 20%;
}
.m-icn-link li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-icn-link li.is-current a {
  pointer-events: none;
}
.m-icn-link li img {
  padding-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-icn-link li a {
    display: flex;
    background: #f2f2f2;
    align-items: center;
	}
  .m-icn-link li a img {
    width: 35%;
		padding-bottom: 0;
	}
  .m-icn-link li a span {
		padding: 10px;
	}
  .m-icn-link li.is-current a {
    background: #1e1e1e;
    color: #ccc;
	}
  .m-icn-link li::after {
    bottom: -15px;
    left: calc(50% - 4px);
    opacity: 0;
  }
	
}
@media screen and (max-width: 767px) {
  .m-icn-link {
    margin-left: -10px;
  }
  .m-icn-link li {
    width: 50%;
    padding-left: 10px;
    margin-top: 15px;
  }
  .m-icn-link li:nth-child(-n+3) {
    margin-top: 0;
  }
  .m-icn-link li img {
    padding-bottom: 10px;
  }
  .m-icn-link li::after {
    border-width: 8px 8px 0 8px;
    bottom: 39px;
  }
  .m-icn-link#default-list li::after {
    border-width: 0 8px 8px 8px;
    top: -7px;
  }
  .m-icn-link li a:hover img {
    opacity: 1;
  }
}

/* Main Content List */
#main-content-list > div {
  display: none;
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ccc;
  height: 0;
  transition-delay: .4s;
}
#main-content-list > div.is-current {
  display: block;
  height: auto;
  transition-delay: .4s;
}
.m-content-hdg {
  margin-top: 70px;
  display: flex;
  align-items: center;
}
.m-content-hdg img {
  width: 90px;
  padding-right: 15px;
}
.m-content-hdg h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .m-content-hdg {
    margin-top: 50px;
  }
  .m-content-hdg img {
    width: 80px;
    max-width: 25vw;
    padding-right: 10px;
  }
  .m-content-hdg h2 {
    font-size: 2.2rem;
  }
}

/* Animation */
.main-content {
  overflow-x: hidden;
  position: relative;
}
.shutter {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 2;
  pointer-events: none;
  transition: transform .8s ease-in-out;
}
.shutter-a {
  transform: translateX(100vw);
}
.shutter-a.moved {
  transform: translateX(-200vw);
}
.shutter-b {
  transform: translateX(-200vw);
}
.shutter-b.moved {
  transform: translateX(100vw);
}
@media all and (-ms-high-contrast:none){
  .main-content { 
    overflow-y: hidden;
  }
  .shutter {
    height: 1000vh;
  }
}
/* Grid */
.m-media-grid {
  display: flex;
  margin-top: 30px;
  margin-left: -30px;
}
.m-media-grid .m-media-grid__content-pet {
  padding-left: 30px;
  width: 50%;
}
.m-media-grid .m-media-grid__content-pet > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-media-grid {
    flex-direction: column;
    margin-left: 0;
  }
  .m-media-grid .m-media-grid__content-pet {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .m-media-grid .m-media-grid__content-pet:first-child {
    margin-top: 0px;
  }
}

.m-media-grid {
  display: flex;
  margin-top: 30px;
  margin-left: -30px;
}
.m-media-grid .m-media-grid__content {
  padding-left: 30px;
  width: 33.3%;
}
.m-media-grid .m-media-grid__content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-media-grid {
    flex-direction: column;
    margin-left: 0;
  }
  .m-media-grid .m-media-grid__content {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .m-media-grid .m-media-grid__content:first-child {
    margin-top: 0px;
  }
}



.m-grid-idx__content[data-type="no-after"] a::after {
    content: none;
}

.banner{
	display: flex;
    flex-wrap: nowrap;
}

.banner li{
   padding: 0 5px;
   width: 50%;
}

@media screen and (max-width: 767px) {
.banner{
	display: flex;
    flex-wrap: wrap;
	justify-content: center
}

.banner li{
   padding: 0 5px;
 }
 .banner > li:nth-child(3) {
   padding-top: 10px;
 }
 
}

.concept-text {
	font-size: 1.6rem;
  letter-spacing: 0.1rem;
	line-height: 2.2;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  text-align: center;
}
.concept-text > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .concept-box-inner {
		font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}


.disable {
  pointer-events: none;
  transition: .3s;
  background-color: #ccc !important;
}
#contents01 {
  max-width: 1000px;
}
#contents02 {
  display: none;
}

.m-list-bnr > li{
    width: 100%;
    margin: 40px 0 0;
    padding: 0 0 0 40px;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px){
.m-img-lead, .m-img-hdg {
    margin: 0 0 35px;
}
}