@charset "UTF-8";
/* ==================================================
 * 説明    : iconmoonを利用したカスタムアイコン
 * 使い方  :
 * HTML -> <span class="icon-mark-circle"></span>
 * HTML Entity -> &#xe917;
 *
 * 注意    : SNSブランドロゴのカラー設定は制約あるので要確認
 * ================================================== */
@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?dg7aji");
  src: url("../icons/icomoon.eot?dg7aji#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?dg7aji") format("truetype"), url("../icons/icomoon.woff?dg7aji") format("woff"), url("../icons/icomoon.svg?dg7aji#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mark-circle:before {
  content: "\e917";
}

.icon-mark-diamond:before {
  content: "\e918";
}

.icon-mark-square:before {
  content: "\e919";
}

.icon-theater1:before {
  content: "\e91a";
}

.icon-theater2:before {
  content: "\e91b";
}

.icon-theater3:before {
  content: "\e91c";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-backward:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-exclamation1:before {
  content: "\e905";
}

.icon-exclamation2:before {
  content: "\e906";
}

.icon-exclamation3:before {
  content: "\e907";
}

.icon-exclamation4:before {
  content: "\e908";
}

.icon-exclamation5:before {
  content: "\e909";
}

.icon-exclamation6:before {
  content: "\e90a";
}

.icon-external1:before {
  content: "\e90b";
}

.icon-external2:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-forward:before {
  content: "\e90e";
}

.icon-line:before {
  content: "\e90f";
}

.icon-line2:before {
  content: "\e910";
}

.icon-menu:before {
  content: "\e911";
}

.icon-pause:before {
  content: "\e912";
}

.icon-play:before {
  content: "\e913";
}

.icon-x:before {
  content: "\e914";
}

.icon-x2:before {
  content: "\e915";
}

.icon-images:before {
  content: "\e916";
}

.icon-spinner:before {
  content: "\e980";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause2:before {
  content: "\ea16";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

/* ==================================================
 * 説明    : シェアコンテンツ部分
 * ================================================== */
.share {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.share__list {
  display: flex;
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .share__list {
    font-size: 6.5rem;
  }
}
.share__item:not(:last-of-type) {
  margin-right: 0.5em;
}
.share__button {
  transition: all 0.25s ease-in-out;
}
.share__button:active {
  opacity: 0.8;
  transform: scale(0.95);
}
.share__button:hover, .share__button:focus {
  opacity: 0.8;
}
.share__button [class^=icon-]::before {
  background-color: white;
  border-radius: calc(infinity * 1px);
  width: 1em;
  height: 1em;
  display: flex;
}
.share__button .icon-line2 {
  color: #4cc764;
}
.share__button .icon-facebook {
  color: #0866ff;
}
.share__button .icon-x2 {
  color: #000;
}
.share__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}