@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&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
**  ===================================================================
*/
/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ 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;
    background: url(../img/daiyoukai_bg.png);
  }

  #daiyoukai_article {
    position: relative;
  }
  #daiyoukai_article img {
    vertical-align: top;
  }

  .daiyoukai-container {
    /* width: 800px; */
    margin: 0 auto;
    position: relative;
    background: url(../img/container_sakura.png) no-repeat center -149px;
    text-align: center;
  }

  .pagetop {
    right: calc((100vw - 1130px) / 2);
  }

  .pagetop.absolute {
    position: absolute;
    bottom: 15px;
    z-index: 1;
  }

  .pagetop.fixed {
    position: fixed;
    bottom: 20px;
  }

  .slick-slide img {
    text-align: center;
    margin: 0 auto;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
    margin-bottom: -3px;
  }
  .accordion-title::after {
    content: url(../img/accordion_arrow.png);
    position: absolute;
    top: calc(50% - 20px);
    right: 60px;
    line-height: 0;
    transform: rotate(180deg);
  }
  .accordion-title.open::after {
    transform: rotate(0);
  }
  .accordion-title.typeA {
    margin-top: 20px;
  }
  .accordion-content {
    display: none;
  }

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

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

  .l-contents {
    width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .l-contents-section:not(:last-child) {
    margin-bottom: 50px;
  }
  .l-contents-section.typeA {
    background: url(../img/block_bg01.png);
  }
  .l-contents-section.typeB {
    background: url(../img/block_bg02.png);
  }
  .l-contents-section.typeC {
    background: url(../img/block_bg03.png);
  }
  .l-contents-section.typeD {
    background: url(../img/block_bg04.png);
  }
  .l-contents-section.typeE {
    margin-top: -60px;
    background: url(../img/block_bg05.png);
  }
  .l-contents-body {
    padding: 50px 40px;
    position: relative;
  }
  .l-contents-inner {
    width: 690px;
    margin: 0 auto;
  }
  .l-contents-block__title {
    position: relative;
  }
  .l-contents-block__title.typeA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-18px);
  }
  .l-contents-block__title.typeB {
    box-shadow: 0 2px 5px #646464;
  }
  .l-contents-box {
    padding: 33px 38px 50px;
    background: url(../img/inner_bg01.png);
  }
  .l-contents-box.typeA {
    background: #fff;
    border-radius: 10px;
    padding: 77px 16px 24px;
  }
  .l-contents-box.typeB {
    background: #fff;
    border-radius: 10px;
    padding: 77px 40px 60px;
  }
  .l-contents__subtitle {
    position: relative;
    margin-bottom: 20px;
  }
  .l-contents__subtitle span {
    line-height: 66px;
    display: inline-block;
    background: #fff;
    padding: 0 60px;
    position: relative;
  }
  .l-contents__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff
  }
  #daiyoukai_article .l-contents__subtitle span img {
    vertical-align: middle;
  }
  .l-contents-maintitle {
    margin: 0 0 50px;
  }
  .l-contents-maintitle.typeA {
    margin: 50px 0;
  }
  .l-contents-maintitle__wrap {
    margin-right: calc(50% - 50vw);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 15px 0 15px 15px;
  }
  .l-contents-maintitle__txt {
    background: #fff;
    line-height: 80px;
    text-align: left;
  }
  .l-contents-maintitle__txt span {
    width: 700px;
    display: inline-block;
    text-align: center;
  }
  #daiyoukai_article .l-contents-maintitle img {
    vertical-align: middle;
  }
  .l-contents-block {
    margin: 50px 0;
  }
  .l-contents-block:first-child {
    margin-top: 0;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block.typeA {
    margin-top: 0;
  }
  .l-contents-block.typeB {
    margin: 40px 0;
  }
  .l-contents-block.typeB:last-child {
    margin-bottom: 0;
  }
  .l-contents-block.typeC {
    margin-bottom: 38px;
  }
  .l-contents-block__body {
    padding-top: 30px;
  }
  .l-contents-block__txt {
    text-align: left;
    font-size: 18px;
  }
  .l-contents-block__txt:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-contents-block__txt a {
    color: #000;
    text-decoration: underline;
  }
  .l-contents-block__img.typeA,
  .l-contents-block__img.typeF {
    margin-top: 30px;
  }
  .l-contents-block__img.typeB {
    margin-top: 50px;
  }
  .l-contents-block__img.typeC {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .l-contents-block__img.typeD {
    margin-top: -30px;
    margin-left: -50px;
  }
  .l-contents-block__img.typeE,
  .l-contents-block__img.typeK {
    background: #231816;
    padding: 10px;
  }
  .l-contents-block__img.typeH {
    margin-top: 30px;
  }
  .l-contents-block__badge {
    position: absolute;
    top: -40px;
    right: 55px;
  }
  .l-contents-block__badge.typeA {
    right: 45px;
  }
  .l-contents-block__mochidoru_logo {
    position: absolute;
    top: 70px;
    right: 45px;
  }
  .l-contents-block__tshirt_bubble {
    position: absolute;
    top: -30px;
    right: 40px;
  }
  .l-contents-item__price.typeB,
  .l-contents-item__price.typeC {
    margin-top: 15px;
  }
  .l-contents__list {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    margin: 50px 0 0 15px;
    color: #2f2f2f;
  }
  .l-contents__list.typeA {
    color: #fff;
    text-shadow: 0 0 10px rgba(35, 24, 22, .8);
  }
  .l-contents__list.typeB {
    color: #522d14;
  }
  .l-contents__list.typeC {
    margin: 0;
    color: #fff;
  }
  .l-contents__list.typeD {
    text-align: center;
  }
  .l-contents__list.typeE {
    text-align: center;
    margin: 20px 0 30px;
  }
  .l-contents__list.typeF {
    margin-left: 0;
  }
  .l-contents__list.typeG {
    text-align: center;
    margin: 0px 0 10px;
  }
  .l-contents__item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .l-contents-slider {
    background: #fff;
  }
  .l-contents-product__heading {
    font-size: 22px;
    color: #fff;
    background: #231816;
    padding: 10px;
  }
  .l-contents-product-list {
    font-size: 16px;
  }
  .l-contents-product-list li {
    display: flex;
    text-align: left;
  }
  .l-contents-product-list li:nth-child(even) {
    background: #fffcfc;
  }
  .l-contents-product-list li:nth-child(odd) {
    background: #f6ddde;
  }
  .l-contents-product-list li span {
    padding: 10px;
  }
  .l-contents-product-list li span:first-child {
    width: 15%;
  }
  .l-contents-product-list li span:nth-child(2) {
    width: 62%;
  }
  .l-contents-product-list li span:nth-child(3) {
    width: 9%;
    text-align: center;
  }
  .l-contents-product-list li span:nth-child(4) {
    width: 14%;
    text-align: center;
  }
  .l-contents-product__notice {
    background: #231816;
    color: #fff;
    font-size: 20px;
    padding: 5px;
  }
  .l-anchor-list {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 30px;
  }
  .l-anchor-list li {
    width: 224px;
  }
  .l-contents-btn a.disabled {
    pointer-events: none;
  }
  .l-contents-btn li:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-contents-block-loppi-products {
    padding: 0 45px;
  }
  .l-contents-block-loppi-product {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
  }
  .l-contents-block-loppi-product:first-child {
    padding-top: 40px;
    border-top: 1px solid #000;
  }
  .l-contents-block-loppi-product:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-contents-block-loppi-product__txt {
    font-size: 19px;
    font-weight: 700;
    margin: 27px 0;
    color: #2f2f2f;
  }
  .l-contents-block-loppi-howto {
    text-align: left;
  }
  .l-contents-block-loppi-howto:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  #wrapper {
    overflow: auto;
    overflow-x: hidden;
  }
  #wrapper2 {
    background: url(../img/daiyoukai_bg_sp.png) repeat-y;
    background-size: contain;
  }
  div#wrapper-content {
    /* background-image: url(../img/202204/main-image.png);*/
  }
  div#wrapper-content img {
    vertical-align: top;
  }

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

  .daiyoukai-container {
    background: url(../img/container_sakura_sp.png) no-repeat center top;
    background-size: contain;
    margin-top: -4%;
  }

  #daiyoukai_article {
    position: relative;
  }
  #daiyoukai_article img {
    width: 100%;
    vertical-align: top;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
    font-size: 120%;
    font-weight: 700;
    line-height: 0;
  }
  .accordion-title::after {
    content: '';
    background: url(../img/accordion_arrow.png) no-repeat center;
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
    transform: translateY(calc(-50% - 1px)) rotate(180deg);
  }
  .accordion-title.open::after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion-title.typeA {
    margin-top: 3%;
  }
  .accordion-content {
    display: none;
    font-size: 85%;
  }

  /* .slick-slide {
    margin: 0 0.4%;
  } */

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

  .pagetop {
    right: 5%;
    width: 14%;
    z-index: 2;
  }

  .pagetop.absolute {
    position: absolute;
    bottom: -1.8%;
  }

  .pagetop.fixed {
    position: fixed;
    bottom: 5%;
  }

  .l-contents {
    text-align: center;
  }
  .l-contents-section:not(:last-child) {
    margin-bottom: 8%;
  }
  .l-contents-section.typeA {
    background: url(../img/block_bg01_sp.png);
  }
  .l-contents-section.typeB {
    background: url(../img/block_bg02_sp.png);
  }
  .l-contents-section.typeC {
    background: url(../img/block_bg03_sp.png);
  }
  .l-contents-section.typeD {
    background: url(../img/block_bg04_sp.png);
  }
  .l-contents-section.typeE {
    margin-top: -8%;
    background: url(../img/block_bg05_sp.png);
  }
  .l-contents-body {
    padding: 8%;
    position: relative;
  }
  .l-contents-body.typeA {
    background: #1b449a;
  }
  .l-contents-body.typeB {
    padding: 0;
    background: #ebeffa;
  }
  .l-contents-inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }
  .l-contents-inner.typeA {
    width: 100%;
  }
  .l-contents-block__title {
    position: relative;
  }
  .l-contents-block__title.typeA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-42%);
  }
  .l-contents-block__title.typeB {
    box-shadow: 0 2px 5px #646464;
  }
  /* #daiyoukai_article .l-contents-block__title img {
    width: 36%;
  }
  #daiyoukai_article .l-contents-block__title.typeB img {
    width: 78%;
  }
  #daiyoukai_article .l-contents-block__title.typeC img {
    width: 64%;
  } */
  .l-contents-box {
    padding: 4% 4% 6%;
    background: url(../img/inner_bg01.png);
  }
  .l-contents-box.typeA {
    background: #fff;
    border-radius: 10px;
    padding: 12% 6% 6%;
  }
  .l-contents-box.typeB {
    background: #fff;
    border-radius: 10px;
    padding: 12% 6% 6%;
  }
  .l-contents__subtitle {
    position: relative;
    margin-bottom: 8%;
  }
  .l-contents__subtitle span {
    display: inline-block;
    background: #fff;
    position: relative;
    width: 56%;
    padding: 1% 4%;
  }
  .l-contents__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff
  }
  #daiyoukai_article .l-contents__subtitle span img {
    vertical-align: middle;
  }
  .l-contents-maintitle {
    margin: 0 0 6%;
  }
  .l-contents-maintitle.typeA {
    margin: 6% 0;
  }
  .l-contents-maintitle__wrap {
    margin-right: calc(50% - 50vw);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 3% 0 3% 3%;
  }
  .l-contents-maintitle__txt {
    background: #fff;
    text-align: left;
  }
  .l-contents-maintitle__txt span {
    display: inline-block;
    text-align: center;
    padding: 2% 8%;
  }
  #daiyoukai_article .l-contents-maintitle img {
    vertical-align: middle;
  }
  .l-contents-block {
    margin: 8% 0;
  }
  .l-contents-block:first-child {
    margin-top: 0;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block.typeA {
    position: relative;
  }
  .l-contents-block.typeB {
    position: relative;
  }
  .l-contents-block__body {
    padding: 8%;
  }
  .l-contents-block__body.typeA {
    padding: 4% 0;
  }
  #daiyoukai_article .l-contents-block__img.typeA {
    margin-top: 4%;
  }
  #daiyoukai_article .l-contents-block__img.typeB {
    margin-top: 7%;
  }
  #daiyoukai_article .l-contents-block__img.typeC {
    margin-top: 8%;
    margin-bottom: 4%;
  }
  #daiyoukai_article .l-contents-block__img.typeD {
    margin-top: -6%;
    margin-left: -7%;
  }
  #daiyoukai_article .l-contents-block__img.typeE {
    background: #231816;
    padding: 1% 40%;
    line-height: 0;
  }
  #daiyoukai_article .l-contents-block__img.typeF {
    margin-top: 4%;
    padding: 0 8%;
  }
  #daiyoukai_article .l-contents-block__img.typeG {
    padding: 0 14%;
  }
  #daiyoukai_article .l-contents-block__img.typeH {
    margin-top: 4%;
    padding: 0 6%;
  }
  #daiyoukai_article .l-contents-block__img.typeI {
    padding: 0 24%;
  }
  #daiyoukai_article .l-contents-block__img.typeJ {
    padding: 0 30%;
  }
  #daiyoukai_article .l-contents-block__img.typeK {
    background: #231816;
    padding: 1% 2%;
    line-height: 0;
  }
  .l-contents-block__lead {
    padding: 0 6%;
  }
  .l-contents-block__badge {
    position: absolute;
    width: 25%;
    top: -1%;
    right: 5%;
  }
  .l-contents-block__badge.typeA {
    right: 3%;
  }
  .l-contents-block__mochidoru_logo {
    position: absolute;
    width: 26%;
    top: 3.5%;
    right: 4%;
  }
  .l-contents-block__tshirt_bubble {
    position: absolute;
    top: -3%;
    right: 2%;
    width: 28%;
  }
  .l-contents-item__price {
    max-width: 80%;
    margin: 0 auto;
  }
  .l-contents-item__price.typeB,
  .l-contents-item__price.typeA {
    max-width: 50%;
    margin-top: 2%;
  }
  .l-contents-item__price.typeC {
    margin-top: 2%;
  }
  .l-contents-btn {
    padding: 0 4%;
  }
  .l-contents-btn.typeA {
    padding: 0 4%;
  }
  .l-contents-btn li:not(:last-child) {
    margin-bottom: 2%;
  }
  .l-contents-btn a.disabled {
    pointer-events: none;
  }
  .l-contents-block-loppi-products {
    padding: 0 2%;
  }
  .l-contents-block-loppi-product {
    padding-bottom: 6%;
    border-bottom: 1px solid #000;
  }
  .l-contents-block-loppi-product:first-child {
    padding-top: 6%;
    border-top: 1px solid #000;
  }
  .l-contents-block-loppi-product:not(:last-child) {
    margin-bottom: 6%;
  }
  #daiyoukai_article .l-contents-block-loppi-product__ttl img {
    width: auto;
    height: 20px;
  }
  .l-contents-block-loppi-product__txt {
    font-weight: 700;
    margin: 4% 0;
    color: #2f2f2f;
  }
  .l-contents-block-loppi-product__price {
    line-height: 1;
  }
  #daiyoukai_article .l-contents-block-loppi-product__price img {
    width: auto;
    height: 20px;
  }
  .l-contents-block-loppi-howto {
    text-align: left;
  }
  .l-contents-block-loppi-howto:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .l-contents__list {
    text-align: left;
    font-size: 70%;
    font-weight: 500;
    margin: 6% 0 2%;
  }
  .l-contents__list.typeA {
    color: #fff;
    text-shadow: 0 0 10px rgba(35, 24, 22, .8);
  }
  .l-contents__list.typeB {
    padding: 0 4%;
    color: #522d14;
  }
  .l-contents__list.typeC {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .l-contents__list.typeD {
    text-align: center;
    letter-spacing: -.6px;
  }
  .l-contents__list.typeE {
    text-align: center;
    margin: 2% 0 4%;
    letter-spacing: -.5px;
  }
  .l-contents__list.typeG {
    text-align: center;
    margin: 0 0 2%;
    letter-spacing: -.3px;
  }
  .l-contents-block__txt {
    text-align: left;
    font-size: 70%;
  }
  .l-contents-block__txt:not(:last-child) {
    margin-bottom: 6%;
  }
  .l-contents-block__txt a {
    color: #000;
    text-decoration: underline;
  }
  .l-contents__item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .l-contents-product__heading {
    color: #fff;
    background: #231816;
    padding: 2% 1%;
    font-size: 90%;
  }
  .l-contents-product-list li {
    text-align: left;
    padding: 2% 4%;
  }
  .l-contents-product-list li {
    display: flex;
    flex-wrap: wrap;
  }
  .l-contents-product-list li:nth-child(even) {
    background: #fffcfc;
  }
  .l-contents-product-list li:nth-child(odd) {
    background: #f6ddde;
  }
  .l-contents-product-list li span:first-child, .l-contents-product-list li span:nth-child(3) {
    width: 18%;
  }
  .l-contents-product-list li span:nth-child(2), .l-contents-product-list li span:nth-child(4) {
    width: 82%;
  }
  .l-contents-product__notice {
    background: #231816;
    color: #fff;
    font-size: 90%;
    padding: 2%;
  }
  .l-anchor-list {
    display: flex;
    justify-content: space-between;
    margin: 0 4% 5%;
  }
  .l-anchor-list li {
    width: 32%;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

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

.color-red {
  color: #cc0000;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #0081cc;
}
.color-pink {
  color: #e95471;
}

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

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  background: #fe0000;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .coming {
    padding: 10px 0 9px;
    position: relative;
    z-index: 2;
  }
  .coming img {
    width: 50px;
  }

  .kv__area {
    position: relative;
    background: url(../img/main_keyvisual_sakura.png) no-repeat center -80px;
    margin: 0 0 -25px;
    z-index: 1;
  }

  .main__visual {
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 1% 0 1.4% 1%;
    line-height: 0;
  }
  div#wrapper-content .coming img {
    width: 10%;
    vertical-align: middle;
  }

  .kv__area {
    position: relative;
  }

  .main__visual {
    position: relative;
    text-align: center;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    position: relative;
    padding: 50px 55px;
  }
  .l-contact__box {
    background: #1b449a;
    padding: 20px;
  }
  .l-contact__inner {
    border: 5px solid rgba(234, 239, 249, .45);
    padding: 0 0 20px;
  }
  .l-contact-block__title {
    text-align: center;
    padding: 35px 0;
  }
  .l-contact-block__body {
    padding: 23px 0 24px;
    text-align: center;
  }
  .l-contact-block__chat {
    margin-bottom: 13px;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 47px 0 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    text-align: center;
    margin: 21px -20px 0;
    padding-bottom: 124px;
    background: url(../img/bnr_bg.png) top center no-repeat;
  }
  .l-bnr__item {
    line-height: 0;
    margin-bottom: 20px;
  }
  .l-bnr__item:first-child {
    width: 337px;
    margin: 0 auto;
    padding-top: 44px;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .l-copy {
    font-size: 16px;
    color: #d5b771;
    line-height: 1;
  }

  .l-foot-icon {
    margin-top: 50px;
  }

  .l-pagetop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
  }
  .l-pagetop.show {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .l-contact {
    position: relative;
    text-align: center;
    padding: 6% 4%;
  }
  .l-contact.typeA {
    padding-top: 8%;
  }
  .l-contact__box {
    background: #1b449a;
    padding: 3%;
  }
  .l-contact__inner {
    border: 3px solid rgba(234, 239, 249, .45);
    padding: 0 3% 3%;
  }
  .l-contact-block__title {
    text-align: center;
    padding: 6% 0;
  }
  .l-contact-block__body {
    padding: 4% 3%;
    text-align: center;
  }
  .l-contact-block__chat {
    margin-bottom: 2%;
  }

  .l-copy {
    text-align: center;
    line-height: 1;
    font-size: 105%;
    color: #d5b771;
  }

  .l-foot-icon {
    padding: 8% 20% 0;
  }

  .l-pagetop {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 20%;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
  }
  .l-pagetop.show {
    opacity: 1;
  }

  .snslist {
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding: 7% 0 5%;
  }
  .snslist__item {
    width: 18%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 2px;
  }

  .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-contents__bnr {
    margin: 0 2%;
  }

  .l-bnr {
    padding: 8% 14% 8%;
  }
  .l-bnr__item:not(:last-child) {
    margin-bottom: 3%;
  }

  .pagemenu {
    text-align: center;
    margin: 0 3% 4%;
  }

  .foot__btn {
    text-align: center;
    margin: 0 3% 6%;
  }
}
.icon {
  display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav {
    padding: 40px 0 80px;
    margin-bottom: 60px;
    background-image: url(../img/nav_border.png);
    background-position: center bottom;
    background-repeat: repeat-x;
  }
  .l-nav__block{
    padding: 0 53px;
    width: 800px;
    margin: 0 auto;
  }
  .l-nav__block:not(:last-child) {
    margin-bottom: 60px;
  }
  .l-nav__ttl {
    margin-bottom: 30px;
  }
  .l-nav__ttl.typeA {
    margin: 30px 0 15px;
  }
  .l-nav__ttl.typeB,
  .l-nav__ttl.typeD {
    margin-bottom: 20px;
  }
  .l-nav__ttl.typeC {
    margin: 60px 0 20px;
  }
  .l-nav__list {
    position: relative;
    z-index: 1;
  }
  .l-nav__list.typeA {
    display: flex;
    justify-content: space-between;
  }
  .l-nav__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-nav__item.typeA {
    width: 341px;
  }
  .l-nav__item.typeA:not(:last-child) {
    margin-bottom: 0;
  }
  .l-nav__item--full {
    width: 100%;
  }
  .l-nav__item a {
    position: relative;
  }
  .l-nav__item a.disabled {
    pointer-events: none;
  }
  .l-nav__img {
    position: absolute;
  }
  .l-nav__item:first-child .l-nav__img:nth-child(2) {
    top: 40px;
    left: -30px;
  }
  .l-nav__item:first-child .l-nav__img:last-child {
    top: 0;
    right: -20px;
  }
  .l-nav__item:nth-child(2) .l-nav__img:nth-child(2) {
    top: -10px;
    left: -10px;
  }
  .l-nav__item:nth-child(2) .l-nav__img:last-child {
    top: -10px;
    right: -20px;
  }
}
@media screen and (max-width: 750px) {
  .l-nav {
    padding: 6% 6% 8%;
    margin-bottom: 6%;
    background-image: url(../img/nav_border_sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .l-nav__ttl {
    margin-bottom: 4%;
  }
  .l-nav__ttl.typeA {
    width: 74%;
    margin-top: 6%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%;
  }
  .l-nav__ttl.typeB {
    margin-bottom: 2%;
  }
  .l-nav__ttl.typeC {
    width: 74%;
    margin-top: 8%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
  }
  .l-nav__ttl.typeD {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3%;
  }
  .l-nav__block:not(:last-child) {
    margin-bottom: 8%;
  }
  .l-nav__list {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .l-nav__list.typeA {
    display: flex;
    justify-content: space-between;
  }
  .l-nav__item {
    margin-bottom: 3%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
  .l-nav__item.typeA {
    width: 49%;
  }
  .l-nav__item.typeA:not(:last-child) {
    margin-bottom: 0;
  }
  .l-nav__item a {
    position: relative;
    display: block;
  }
  #daiyoukai_article .l-nav__img {
    position: absolute;
    width: 18%;
  }
  #daiyoukai_article .l-nav__item:first-child .l-nav__img:nth-child(2) {
    bottom: 4%;
    left: -1%;
  }
  #daiyoukai_article .l-nav__item:first-child .l-nav__img:last-child {
    top: 0;
    right: -2%;
  }
  #daiyoukai_article .l-nav__item:nth-child(2) .l-nav__img:nth-child(2) {
    width: 22%;
    bottom: 5%;
    left: -1%;
  }
  #daiyoukai_article .l-nav__item:nth-child(2) .l-nav__img:last-child {
    width: 22%;
    top: -4%;
    right: -2%;
  }
  .l-nav-block {
    margin-bottom: 3%;
    padding-bottom: 4px;
    border-radius: 5px;
    background: #db88cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec87b3), color-stop(41%, #b8c4e5), to(#0aa2a4));
    background: -webkit-linear-gradient(top, #ec87b3 0%, #b8c4e5 41%, #0aa2a4 100%);
    background: linear-gradient(180deg, #ec87b3 0%, #b8c4e5 41%, #0aa2a4 100%);
  }
  .l-nav-block__title {
    width: 35%;
    line-height: 1;
    padding: 1.5% 0;
    margin: 0 auto;
  }
  .l-nav-block__inner {
    background: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 4px;
  }
  .l-nav-block__list {
    padding: 2% 0;
    text-align: center;
  }
  .l-nav-block__item:first-child {
    margin: 0 3% 3% 1%;
  }
  .l-nav-block__item:last-child {
    margin: 0 1%;
  }
}