@charset "utf-8";

/**
 *
 *  これぞスシロー うまさのこだわりページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.page-bg {
  background: #fff462;
  padding-bottom: 140px;
}

* {
  box-sizing: border-box;
}

#Content .content-inner {
  max-width: 1080px;
  margin: auto;
}

.mainTtl {
  text-align: center;
  padding-top: 60px;
}

.contentSection .contentInner {
  background: #fff;
  border-radius: 20px;
  padding: 70px 50px;
}

.tCenter {
  text-align: center;
}

.note {
  font-size: 15px !important;
  font-weight: 400;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

sub {
  bottom: 0;
  vertical-align: super;
}

a {
  text-decoration: none;
  transition: .3s ease;
}

a:hover {
  opacity: .7;
}

.l-footer__app-image a:hover,
.l-footer__app-container .app__typo a:hover {
  opacity: 1;
}

/*2023-09-18*/

@media all and (min-width:1080px) {
  .l-header__head {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}

@media all and (min-width:768px) and (max-width:1080px) {
  .l-header__head {
    width: 100%;
    margin: 0;
  }
}

.fontNormalC {
  font-weight: 400 !important;
  font-size: 13px !important;
}

.fontSPC {
  font-weight: 400 !important;
  font-size: 12px !important;
}

.mt20A {
  margin: 20px auto 0 !important;
}

.fdW {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.fdC {
  flex-direction: column !important;
}

.txtControl {
  text-align: left;
  margin-left: 30px;
}

/*section01*/

.contentSection.section01 .mainKv {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

.contentSection.section01 .mainKv img {
  margin: auto;
}

.contentSection.section01 .contentInner {
  text-align: center;
  margin-top: -35px;
}

.contentSection.section01 .contentInner>p {
  font-size: 18px;
}

.contentSection.section01 .col2 {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}

.contentSection.section01 .col2 .linkBtnBox a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  align-items: center;
  min-height: 260px;
  width: 300px;
  border: 2px solid #ee87b4;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.contentSection.section01 .col2 .linkBtnBox a p {
  font-weight: bold;
  font-size: 24px;
}

.contentSection.section01 .col2 .linkBtnBox a .linkIco {
  position: absolute;
  top: -1px;
  right: -1px;
}

.contentSection.section01 .imgBox img {
  margin: auto;
}


@media all and (max-width: 767px) {

  .page-bg {
    background: #fff462;
    padding-bottom: 100px;
  }

  #Content .content-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainTtl {
    padding: 12vw 6vw 0;
  }

  .contentSection .contentInner {
    border-radius: 2.666666vw;
  }

  .note {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
    width: 100%;
    font-size: 3.2vw !important;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  /*section01*/

  .contentSection.section01 .mainKv {
    width: 88vw;
    margin: 8vw auto 0;
  }

  .contentSection.section01 .contentInner {
    padding: 10.666666vw 4vw;
    margin-top: -5vw;
  }

  .contentSection.section01 .contentInner>p {
    font-size: 4.266666vw;
  }

  .contentSection.section01 .col2 {
    flex-direction: column;
    margin: 8vw auto;
    gap: 30px;
  }

  .contentSection.section01 .col2 .linkBtnBox a {
    width: 100%;
    flex-direction: row;
    min-height: auto;
  }

  .contentSection.section01 .col2 .linkBtnBox:last-child a .ico {
    margin: 6vw auto 4vw;
  }

  .contentSection.section01 .col2 .linkBtnBox a p {
    font-size: 3.8vw;
    width: 100%;
  }

  .contentSection.section01 .col2 .linkBtnBox a .linkIco {
    width: 15vw;
    top: -2px;
    right: -2px;
  }

  .contentSection.section01 .imgBox img {
    width: 100%;
  }

  .contentSection.section01 p.note {
    text-align: left;
  }
}


/*section02*/

.contentSection.section02 .sectionTtl {
  margin-top: 90px;
}

.contentSection.section02 .sectionTtl img {
  margin: auto;
}

.contentSection.section02 .illustList {
  display: flex;
  justify-content: space-around;
  margin: 50px auto 90px;
}

.contentSection.section02 .illustList li {
  text-align: center;
}

.contentSection.section02 .illustList li .ttl {
  text-align: center;
  position: relative;
  font-size: 21px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 10px;
}

.contentSection.section02 .illustList li .ttl:before {
  content: "";
  display: block;
  width: 2px;
  transform: rotate(-15deg);
  height: 75%;
  background: #333;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.contentSection.section02 .illustList li .ttl:after {
  content: "";
  display: block;
  width: 2px;
  transform: rotate(15deg);
  height: 75%;
  background: #333;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.contentSection.section02 .contentInner+.contentInner {
  margin-top: 70px;
}

.contentSection.section02 .contentInner .innerBox {
  padding: 0 110px;
}

.contentSection.section02 .contentInner .innerBox .icoTtl {
  display: flex;
  font-size: 40px;
  font-weight: bold;
  margin-left: -110px;
}

.contentSection.section02 .contentInner .innerBox .icoTtl .ico {
  margin-right: 30px;
}

.contentSection.section02 .contentInner .innerBox .txt {
  font-size: 18px;
}

.contentSection.section02 .contentInner .innerBox .imgBox.pc {
  width: 180px;
  margin: 10px auto 0;
}

.contentSection.section02 .contentInner .innerBox .imgBox.pc img {
  width: 100%
}

.contentSection.section02 .contentInner .innerBox .popup {
  color: #ee87b4;
}

.contentSection.section02 .contentInner .innerBox .btnTtl {
  text-align: center;
  margin-top: 30px;
}

.contentSection.section02 .contentInner .innerBox .btnBox a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 24px;
  align-content: center;
  width: 356px;
  border: 2px solid #ee87b4;
  border-radius: 200px;
  text-decoration: none;
  margin: 20px auto 0;
  color: #f24792;
  height: 77px;
}

.contentSection.section02 .contentInner .innerBox .btnBox a span {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  margin-top: -10px;
}

.contentSection.section02 .contentInner .innerBox .btnBox a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/ico_link02.png) center/cover no-repeat;
}

.contentSection.section02 .contentInner .innerBox .btnBox02 a {
  text-decoration: none;
  display: flex;
  margin: 50px auto 60px;
  position: relative;
  width: 360px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: #007cc3;
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.contentSection.section02 .contentInner .innerBox .btnBox02 a:after {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/ico_arr.png) center/cover no-repeat;
}

.contentSection.section02 .contentInner .btBox {
  margin-top: 60px;
  border-top: 2px dotted #fff340;
  padding-top: 60px;
}

.contentSection.section02 .contentInner .btBox .ttl {
  margin-bottom: 50px;
}

.contentSection.section02 .contentInner .btBox .itemList {
  display: flex;
}

.contentSection.section02 .contentInner .btBox .itemList li {
  background: #fcedf4;
  border-radius: 10px;
  width: 315px;
  position: relative;
  padding: 20px 15px;
}

.contentSection.section02 .contentInner .btBox .itemList li+li {
  margin-left: 20px;
}

.contentSection.section02 .contentInner .btBox .itemList li .step {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px;
}

.contentSection.section02 .contentInner .btBox .itemList li .markerTtl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.contentSection.section02 .contentInner .btBox .itemList li .markerTtl span {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 0 10px;
}

.contentSection.section02 .contentInner .btBox .itemList li .markerTtl span:after {
  display: block;
  border-radius: 100px;
  background: #fff;
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contentSection.section02 .contentInner .btBox .itemList li .col2 {
  display: flex;
}

.contentSection.section02 .contentInner .btBox .itemList li .col2 .txt {
  font-size: 16px;
}

.contentSection.section02 .contentInner .btBox .itemList li .col2 .txt .note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  width: 100%;
}

@media all and (max-width: 767px) {

  .contentSection.section02 .sectionTtl {
    margin-top: 16vw;
    padding: 0 4vw;
  }

  .contentSection.section02 .sectionTtl img {
    width: 100%;
  }

  .contentSection.section02 .illustList {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2vw;
    margin: 10vw auto;
  }

  .contentSection.section02 .illustList li {
    width: 42vw;
  }

  .contentSection.section02 .illustList li:nth-child(n+3) {
    margin-top: 8vw;
  }

  .contentSection.section02 .illustList li .ttl {
    font-size: 3.2vw;
    padding: 0 2vw;
    margin-bottom: 3vw;
  }

  .contentSection.section02 .illustList li .ttl:before {
    height: 60%;
  }

  .contentSection.section02 .illustList li .ttl:after {
    height: 60%;
  }

  .contentSection.section02 .contentInner {
    padding: 10.666666vw 4vw;
  }

  .contentSection.section02 .contentInner+.contentInner {
    margin-top: 12vw;
  }

  .contentSection.section02 .contentInner .innerBox {
    padding: 0;
  }

  .contentSection.section02 .contentInner .innerBox .icoTtl {
    margin-left: 0;
    font-size: 8vw;
    margin-bottom: 8vw;
  }

  .contentSection.section02 .contentInner .innerBox .icoTtl .ico {
    width: 13.333333vw;
    margin-right: 4vw;
  }

  .contentSection.section02 .contentInner .innerBox .txt {
    font-size: 4.266666vw;
  }

  .contentSection.section02 .contentInner .innerBox .btnTtl {
    width: 90%;
    margin: auto;
  }

  .contentSection.section02 .contentInner .innerBox .btnBox a {
    width: 76vw;
    height: 16vw;
    font-size: 4.8vw;
  }

  .contentSection.section02 .contentInner .innerBox .btnBox a span {
    font-size: 4.266666vw;
  }

  .contentSection.section02 .contentInner .innerBox .btnBox02 a {
    width: 76vw;
    height: 16vw;
    margin: 8vw auto;
    font-size: 5.3333333vw;
  }

  .contentSection.section02 .contentInner .btBox {
    margin-top: 12vw;
    padding-top: 12vw;
  }

  .contentSection.section02 .contentInner .btBox .ttl {
    text-align: center;
    height: 8vw;
  }

  .contentSection.section02 .contentInner .btBox .ttl img {
    height: 100%;
    width: auto;
  }

  .contentSection.section02 .contentInner .btBox .itemList {
    flex-wrap: wrap;
  }

  .contentSection.section02 .contentInner .btBox .itemList li {
    width: 100%;
  }

  .contentSection.section02 .contentInner .btBox .itemList li+li {
    margin-left: 0;
    margin-top: 14vw;
  }

  .contentSection.section02 .contentInner .btBox .itemList li .step {
    width: 23vw;
    margin: -10vw auto 4vw;
  }

  .contentSection.section02 .contentInner .btBox .itemList li .col2 {
    justify-content: space-between;
  }

  .contentSection.section02 .contentInner .btBox .itemList li .col2 .txt {
    width: 47vw;
  }

  .contentSection.section02 .contentInner .btBox .itemList li .col2 .imgBox {
    width: 33vw;
  }

}

/*section03*/
.contentSection.section03 {
  text-align: center;
  padding: 90px 0;
}

.contentSection.section03 .sectionTtl {
  margin-bottom: 40px;
}

.contentSection.section03 .movieBox {
  width: 630px;
  margin: auto;
}

.contentSection.section03 .movieBox video {
  width: 100%;
}

.sec-news__sns-list .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-news__news-list {
  margin: 30px 0 0
}

.sec-news__news-list .news-list__item .link {
  padding: 25px 0
}

.sec-news__news-list .news-list__item .link__date {
  width: 150px;
  font-size: 16px
}

.sec-news__news-list .news-list__item .link__text {
  font-size: 16px
}

.sec-news__sns-list .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}

.sec-news__sns-list .sns-list {
  margin: 35px -15px 0
}

.sec-news__sns-list .sns-list__item {
  padding: 0 15px
}

.sec-news__sns-list .sns-list__item .icon img {
  width: 56px;
  height: 56px
}

.p-sec-price {
  margin-top: 97px
}

#Content {
  padding-bottom: 0;
}

@media all and (max-width: 767px) {
  .contentSection.section03 {
    padding: 12vw 4vw;
  }

  .contentSection.section03 .sectionTtl {
    width: 75vw;
    margin: 0 auto 8vw;
  }

  .contentSection.section03 .movieBox {
    width: 84vw
  }

  .sec-news__sns-list .sns-list {
    margin: 15px -10px 0
  }

  .sec-news__sns-list .title {
    font-size: 13px;
  }

  .sec-news__sns-list .sns-list__item {
    padding: 0 10px;
  }

  .sec-news__sns-list .sns-list__item .icon img {
    width: 35px;
    height: 35px;
  }
}

/*modalBox*/
.modalBox {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
}

.modalBox.active {
  display: flex;
}

.modalBox .modalInner {
  background: #fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
  width: 700px;
  padding: 70px;
}

.modalBox .modalInner .closeBtn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.modalBox .modalInner .txt {
  font-size: 18px;
  margin: 40px auto 30px;
}

.modalBox .modalInner .note {
  font-size: 15px;
}

@media all and (max-width: 767px) {

  .modalBox,
  .modalBox.active {
    display: none;
  }
}
