﻿@charset "utf-8";


/***********************************************************
original setting
***********************************************************/
/*----------------------------------------------------------
heading
----------------------------------------------------------*/
.featuredHeading {
  font-weight: bold;
}
@media (min-width: 960px) {
  .featuredHeading {
    font-size: 2rem;
    text-align: center;
  }
  .textCtlOrg {
    padding: 0 90px !important;
  }
}
@media (max-width: 959px) {
  .featuredHeading {
    font-size: 1.125rem;
    text-align: center;
  }
  .textCtlOrg {
    padding: 0 8vw !important;
  }
}

/*----------------------------------------------------------
link
----------------------------------------------------------*/
.linkBlock {
  position: relative;
}
.linkBlock__item {
  position: absolute;
}
.linkBlock__anchor {
  display: inline-block;
}
.linkBlock__img {
  width: 100%;
}
/* sns */
.linkBlockType01__linkList__item01 {
  top: 0;
  right: 4.259259259259259%;
  bottom: 0;
  left: 4.259259259259259%;
}
/* main link */
.linkBlockType02__linkList__item01 {
  top: 0;
  right: 4.166666666666667%;
  bottom: 0;
  left: 4.166666666666667%;
}
/* campaign */
.linkBlockType03__linkList__item01 {
  top: 22.29373902867174%;
  right: 53.61111111111111%;
  bottom: 76.24341720304272%;
  left: 28.7037037037037%;
}
.linkBlockType03__linkList__item02 {
  top: 41.54476301930954%;
  right: 22.96296296296296%;
  bottom: 56.99239321240492%;
  left: 59.16666666666667%;
}
.linkBlockType03__linkList__item03 {
  top: 74.78057343475717%;
  right: 17.87037037037037%;
  bottom: 23.81509654768871%;
  left: 57.96296296296296%;
}


/*----------------------------------------------------------
fixedLinkArea
----------------------------------------------------------*/
@media (max-width: 1279px) {
  .fixedLinkAreaThree__btn {
    width: 124px;
  }
}
@media (max-width: 1279px) {
  .fixedLinkAreaThree {
    bottom: 100px;
  }
  .fixedLinkAreaThree__btn {
    width: 100px;
  }
  .fixedLinkAreaThree__img {
    width: 100px;
  }
}
