

@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}
#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}
#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-contents-button.typeA {
    margin-bottom: 20px;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 18px;
  }
  .l-contents-button__caution.typeA {
    font-size: 28px;
  }
  .l-contents-button__hover :hover {
    opacity: 0.6;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 30px;
  }
  .l-contents-btn__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-contents-button.typeA {
    margin-bottom: 5%;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 90%;
  }
  .l-contents-button__caution.typeA {
    font-size: 120%;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-bottom: 5%;
  }
  .l-contents-btn__item:last-of-type {
    margin-bottom: 0;
  }
}
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
  padding-top: 65px;
}
.media-typeB {
  padding-top: 85px;
}
.media__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media__item {
  display: table-cell;
  padding: 0 20px 20px;
}
.media__text {
  font-size: 14px;
  margin-top: 10px;
}
.media__text-blue {
  color: #22477e;
}
.media__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
}
.media__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note02 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 25px;
}
.media__note02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note03 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 12px;
}
.media__note03 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note04 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: -10px 105px 0;
}
.media__note04 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__image {
  padding: 25px 0;
}

.list-typeA {
  margin-bottom: 65px;
}

.media-entry {
  padding-top: 30px;
}
.media-entry__list {
  display: table;
  table-layout: fixed;
  width: 90%;
}
.media-entry__item {
  display: table-cell;
  padding-right: 20px;
}
.media-entry__label-title {
  margin-bottom: 20px;
}
.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}
.media-pop__image {
  padding: 25px 0 10px;
}
.media-pop__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: right;
}

.pop-typeA {
  width: 300px;
}

.pop-typeB {
  width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {
  #wrapper2 {
    max-width: none;
  }

  #amexlp_article {
    margin: auto;
  }
  #amexlp_article img {
    vertical-align: top;
  }
  #amexlp_contents {
    overflow: hidden;
  }

  .amexlp__body {
    margin: auto;
    position: relative;
  }

  .l-contents-block__list {
    width: 400px;
    margin: 0 auto;
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-bottom: 1em;
  }
  .l-contents-block__item {
    color: #1D1D1D;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    font-weight: 400;
  }
  .l-contents-page-section {
    padding: 80px 0;
  }
  .l-contents-page-section:first-child {
    margin-top: -78px;
    padding-top: 179px;
    padding-bottom: 80px;
  }
  .l-contents-page-section__inner {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .l-contents-page-block {
    margin-bottom: 80px;
  }
  .l-contents-page-block.typeA {
    margin-bottom: 40px;
  }
  .l-contents-page-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-page-block__title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #1D1D1D;
    padding-bottom: 19px;
    margin-bottom: 40px;
  }
  .l-contents-page-block__title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    margin: 0 auto;
    background-color: #77B4E8;
  }
  .l-contents-page-block__subtitle {
    width: 400px;
    margin: 0 auto;
    font-size: 20px;
    color: #4395DB;
    border-bottom: 2px solid #4395DB;
    margin-bottom: 40px;
  }
  .l-contents-page-block__text {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #1D1D1D;
  }
  .l-contents-page-block__text.typeA {
    margin: 1em auto 80px;
  }
  .l-contents-page-block__text.typeB {
    margin-bottom: 24px;
  }
  .l-contents-page-block__img {
    margin-bottom: 24px;
  }
  .l-contents-page-block__img.typeA {
    margin-bottom: 40px;
  }
  .l-contents-page-block__img.typeB {
    margin-bottom: 16px;
  }
  .l-contents-page-block__img:last-child {
    margin-bottom: 0;
  }
  .l-contents-page-block__logo {
    margin-bottom: 40px;
  }

  .pagetop {
    z-index: 1;
    right: 15px;
  }

  .pagemenu {
    text-align: center;
    margin-bottom: 50px;
  }
  .pagemenu__item {
    margin-bottom: 20px;
  }
  .pagemenu__item:last-child {
    margin-bottom: 0;
  }

  div .visible-xs {
    display: none !important;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    -webkit-touch-callout: none;
    /* リンク長押しのポップアップを無効化 */
    -webkit-user-select: none;
    /* テキスト長押しの選択ボックスを無効化 */
  }

  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: top;
  }

  div .hidden-xs {
    display: none !important;
  }

  #amexlp_article {
    margin: auto;
  }
  #amexlp_article img {
    vertical-align: top;
  }

  .amexlp-container {
    position: relative;
  }
  .l-contents-block__list {
    margin: 0 3%;
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-bottom: 1em;
  }
  .l-contents-block__item {
    color: #1D1D1D;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    font-weight: 400;
  }
  .l-contents-page-section {
    padding: 18% 0;
  }
  .l-contents-page-section:first-child {
    margin-top: -10%;
    padding-top: 30%;
    padding-bottom: 18%;
  }
  .l-contents-page-section__inner {
    margin: 0 auto;
    text-align: center;
  }
  .l-contents-page-block {
    margin-bottom: 14%;
  }
  .l-contents-page-block.typeA {
    margin-bottom: 7%;
  }
  .l-contents-page-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-page-block__title {
    position: relative;
    font-size: 190%;
    font-weight: bold;
    color: #1D1D1D;
    padding-bottom: 4%;
    margin-bottom: 10%;
  }
  .l-contents-page-block__title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    margin: 0 auto;
    background-color: #77B4E8;
  }
  .l-contents-page-block__subtitle {
    font-size: 140%;
    color: #4395DB;
    border-bottom: 2px solid #4395DB;
    margin: 0 3% 8%;
  }
  .l-contents-page-block__text {
    width: 94%;
    margin: 0 auto;
    text-align: left;
    font-size: 120%;
    font-weight: 500;
    color: #1D1D1D;
  }
  .l-contents-page-block__text.typeA {
    margin: 1em auto 10%;
  }
  .l-contents-page-block__text.typeB {
    margin-bottom: 6%;
  }
  .l-contents-page-block__img {
    width: 94%;
    margin: 0 auto 6%;
  }
  .l-contents-page-block__img.typeA {
    margin-bottom: 10%;
  }
  .l-contents-page-block__img.typeB {
    width: 65%;
    margin-bottom: 6%;
  }
  .l-contents-page-block__img:last-child {
    margin-bottom: 0;
  }
  .l-contents-page-block__logo {
    width: 70%;
    margin: 0 auto 10%;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  div#wrapper-content .slide-arrow {
    width: 4.8%;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: 3%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 3%;
  }

  .pagemenu {
    text-align: center;
    margin: 0 1.5% 6%;
  }
  .pagemenu__item {
    margin-bottom: 3%;
  }
  .pagemenu__item:last-child {
    margin-bottom: 0;
  }

  .pagetop {
    width: 16%;
    right: 1.5%;
    z-index: 2;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-red {
  color: #cc0000;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #4395DB;
}
.color-pink {
  color: #e95471;
}
.color-white {
  color: #ffffff;
}

.bg-blue {
  background-color: #F0F7FC;
}

.tl-center {
  text-align: center;
}

@media print {
  body {
    display: none !important;
  }
}
/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  position: relative;
  background: #e60012;
  text-align: center;
}

@media screen and (min-width: 751px) {
  div#wrapper-content .coming {
    padding: 8px 0 9px;
  }
  div#wrapper-content .coming img {
    width: 64px;
  }

  .main__area {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .main__area img {
    width: 100%;
  }
  .main__visual {
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .main__text {
    margin-top: 60px;
    text-align: center;
  }

  .kv__area {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #maga_head_wrap {
    background-color: #ffffff;
    z-index: 1;
  }

  div#wrapper-content .coming {
    padding: 1% 0 1.3%;
    line-height: 1;
  }
  div#wrapper-content .coming img {
    width: 12%;
  }

  .main__area {
    position: relative;
  }
  .main__visual {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .main__text {
    width: 95%;
    margin: 7% auto 7%;
  }
  .main__point {
    width: 33%;
    position: absolute;
    right: -4%;
    top: 48%;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    background-image: url(https://cdn.l-tike.com/ad/campaign/amexlp/img/bg01.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 74px 0 74px;
    text-align: center;
  }
  .l-contact__title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 32px;
  }
  .l-copy {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 1;
    padding: 24px 0;
  }
}
@media screen and (max-width: 750px) {
  .spfooter {
    position: relative;
    z-index: 1;
  }

  .page__bnr {
    text-align: center;
    margin: 0 2% 6%;
  }

  .gotop {
    width: 50%;
    text-align: center;
    margin: 6% auto 1%;
  }
  .gotop__list {
    letter-spacing: -0.4em;
  }
  .gotop__item {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
  }
  .gotop__item:last-of-type {
    margin-right: 0;
  }

  .l-contact {
    background-image: url(https://cdn.l-tike.com/ad/campaign/amexlp/img/bg01_sp.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 14% 0;
    text-align: center;
  }
  .l-contact__title {
    font-size: 145%;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 9%;
  }
  .l-contact__list {
    width: 92%;
    margin: 0 auto;
  }
  .l-contact img {
    margin: auto;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 0 0 5%;
  }
  .snslist__item {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
    border: 1px solid #ffffff;
  }

  .l-copy {
    font-size: 70%;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 1;
    padding: 7% 0;
  }
}
.icon {
  display: inline;
}

div#wrapper-content img.text {
  width: 78%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__body {
    margin-bottom: 70px;
  }
  .l-nav__body.typeA {
    margin-bottom: 0;
  }
  .l-nav__block {
    width: 750px;
    margin: 0 auto 60px;
    text-align: center;
  }
  .l-nav__list.typeA {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
  }
  .l-nav__item {
    margin-right: 2px;
    margin-bottom: 16px;
  }
  .l-nav__item:nth-child(even) {
    margin-right: 0;
  }
  .l-nav__item:first-child {
    margin-right: 6px;
  }
  .l-nav__item:nth-child(5) {
    margin-right: 12px;
    margin-left: -11px;
  }
  .l-nav__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__body {
    background-image: url(../img/outer_bg.png);
    background-repeat: repeat-x;
    background-position: top -10% center;
    background-size: 5%;
    padding: 5% 0.5% 6% 1.5%;
  }
  .l-nav__body.typeA {
    padding-bottom: 8%;
  }
  .l-nav__block {
    margin: 0 auto;
    text-align: center;
  }
  .l-nav__list.typeA {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .l-nav__item {
    width: 49.5%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .l-nav__item:nth-child(odd) {
    margin-right: 0;
  }
  .l-nav__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .l-nav__item:nth-child(3) {
    margin-left: 0.5%;
  }
  .l-nav__item:last-child {
    width: 48%;
    margin-right: 1%;
  }
}



