@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title__text {
  margin-top: -1.2vw;
  margin-bottom: calc(-3.4666666667vw - 1.2rem);
  line-height: 1.1851851852;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.7rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 2.1333333333vw;
  width: 100%;
  text-transform: capitalize;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  color: #7e7774;
}

.p-anchor {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
}
.p-anchor__item {
  overflow: hidden;
  flex: 1;
  margin: 0.1333333333vw;
  height: 12vw;
  border-radius: 0.6933333333vw;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.1rem;
  height: 100%;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1.1;
  font-size: 1rem;
  white-space: nowrap;
  color: #7e7774;
  box-sizing: border-box;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 1.6vw;
  margin-right: -0.9333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
  transform: rotate(45deg);
}
.p-anchor__item.two-line a {
  padding-bottom: 0.2rem;
}
.p-anchor.headroom--not-top {
  position: fixed;
  top: 16.9333333333vw;
  right: 0;
  left: 0;
  z-index: 1000;
}
.p-anchor.headroom--unpinned {
  top: 0;
}
.p-anchor.is-bottom {
  opacity: 0;
  pointer-events: none;
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vw;
  height: 20.2666666667vw;
  background: url(../../../img/sp/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.1538461538;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.6rem;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../../img/sp/contents_operation_contents_title_bg.webp);
}

.p-case__list {
  border-bottom: 0.2666666667vw solid #c5bcb5;
}
.p-case__item {
  margin-bottom: 2.6666666667vw;
  padding: 0 0 2.6666666667vw;
  border-bottom: 0.2666666667vw dotted #c5bcb5;
}
.p-case__item:last-child {
  margin-bottom: 0;
  border: 0;
}
.p-case__contents {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.p-case__contents__inner {
  flex: 1;
  order: 2;
}
.p-case__contents__title {
  margin-bottom: 0.6666666667vw;
  padding-top: 2.6666666667vw;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-case__contents__title a {
  font-weight: bold;
  color: #7e7774;
}
.p-case__contents__attr {
  margin-bottom: 2.6666666667vw;
  text-align: right;
  line-height: 1.4545454545;
  font-size: 1.1rem;
}
.p-case__contents__text {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-case__contents__info {
  position: relative;
  z-index: 2;
  order: 3;
  margin-top: 2.6666666667vw;
  width: 100%;
}
.p-case__contents__pic {
  flex-shrink: 0;
  order: 1;
  margin-right: 4vw;
  width: 42.6666666667vw;
}

.p-campaign {
  position: relative;
  margin: -10.6666666667vw 3.2vw 21.3333333333vw;
  background-position: left top;
  background-size: 100% auto;
}
.p-campaign a {
  display: block;
  padding-top: 36vw;
}
.p-campaign__date {
  display: flex;
  position: absolute;
  bottom: 3.3333333333vw;
  left: 7.7333333333vw;
  justify-content: center;
  width: 41.3333333333vw;
  text-align: center;
  text-shadow: 0.2666666667vw 0.2666666667vw 0 rgba(0, 0, 0, 0.5);
  line-height: 2.1;
  font-size: 2.6666666667vw;
  white-space: pre;
  color: #dfd8d3;
}
.p-campaign.month01 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg1.jpg);
}
.p-campaign.month02 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg2.jpg);
}
.p-campaign.month03 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg3.jpg);
}
.p-campaign.month04 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg4.jpg);
}
.p-campaign.month05 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg5.jpg);
}
.p-campaign.month06 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg6.jpg);
}
.p-campaign.month07 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg7.jpg);
}
.p-campaign.month08 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg8.jpg);
}
.p-campaign.month09 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg9.jpg);
}
.p-campaign.month10 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg10.jpg);
}
.p-campaign.month11 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg11.jpg);
}
.p-campaign.month12 {
  background-image: url(../../../img/sp/contents_common_case_monitor_bg12.jpg);
}

.js-accordion__button {
  position: relative;
  cursor: pointer;
}
.js-accordion__contents {
  transition: all 0.4s ease-in;
  transform: rotate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion__contents {
  will-change: transform;
}
.js-accordion.is-open-initially .js-accordion__contents {
  transition-duration: 0s;
  height: auto;
  max-height: none;
}

.p-title {
  margin-bottom: 2.6666666667vw;
  background-image: url(../../../img/sp/case_title_bg.jpg?v=2112);
}
.p-title__text {
  color: #584f4c;
}
.p-title__text::after {
  text-transform: capitalize;
}

.p-update-date {
  margin: 0 5.3333333333vw 5.3333333333vw;
  text-align: right;
  font-size: 1.2rem;
}

.p-tab {
  margin-bottom: 5.3333333333vw;
}
.p-tab__item {
  flex-basis: 25%;
}

.p-box {
  margin-bottom: 25.8vw;
}
.p-box__title {
  margin-bottom: 7.4vw;
}
.p-box__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0 5.3333333333vw 7.4vw;
}

.p-case__list {
  margin: 0 5.3333333333vw 5vw;
}

.p-notice {
  margin: 0 5.3333333333vw;
  line-height: 1.4545454545;
  font-size: 1.1rem;
  color: #b4afad;
}

.webp .p-title {
  background-image: url(../../../img/sp/case_title_bg.webp?v=2112);
}
