@charset "UTF-8";
img {
  max-width: 100%; }

.store-nav {
  text-align: center; }
  .store-nav li:last-child {
    margin-right: 0; }

.lp-ttl {
  font-size: 2.5rem; }

.lp-hero {
  width: 100%;
  height: 530px;
  background: no-repeat center/cover url(../images/secom/hero.png); }

.lp-lead p {
  margin-bottom: 20px; }

.lp-lead .img_deco {
  margin-top: 40px; }
  .lp-lead .img_deco img {
    max-width: 200px; }

.lp-lead_subttl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 30px 0; }

.lp-movie {
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }
  .lp-movie + h3 {
    margin-top: 60px; }

.iframe_wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.twitter-tweet {
  margin: 0 !important;
  height: 100%; }

.lp-movie_weekly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden; }
  .lp-movie_weekly > div {
    width: calc(100% / 3 - 30px);
    text-align: center;
    margin: 0 15px 30px 15px;
    overflow: hidden; }
  .lp-movie_weekly iframe {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important; }

.lp-info_list {
  margin: 0;
  padding: 0; }
  .lp-info_list li {
    list-style: none;
    border-bottom: 1px solid #d0d0d0; }
    .lp-info_list li:first-child {
      border-top: 1px solid #d0d0d0; }
  .lp-info_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    color: #5c5852;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .lp-info_list a:hover {
      text-decoration: none;
      background-color: #fff; }
  .lp-info_list .date {
    font-weight: bold;
    padding-right: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }

.how_sub-section {
  padding: 40px 0; }
  .how_sub-section:last-child {
    padding-bottom: 0; }
  .how_sub-section h3 {
    color: #ea5c6f; }
    .how_sub-section h3 span {
      border-bottom: 2px solid #ea5c6f;
      display: inline-block;
      padding-bottom: .7em; }
  .how_sub-section .c-card,
  .how_sub-section .c-card p {
    text-align: left; }

.list-tips {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-tips li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px; }
    .list-tips li:last-child {
      margin-bottom: 0; }
    .list-tips li::before {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #c9c9c9;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 0; }
    .list-tips li ul {
      margin-top: 15px; }

.sub-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .sub-anchors li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 2px; }
  .sub-anchors a {
    display: block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background-color: #ea5c6f;
    padding: .8em .2em;
    border: 1px solid #ea5c6f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 100%;
    font-size: .88em; }
    .sub-anchors a:hover {
      text-decoration: none; }
    @media (min-width: 639px) {
      .sub-anchors a:hover {
        background-color: #fff;
        color: #ea5c6f; }
        .sub-anchors a:hover .down-arrow::after {
          border-color: #ea5c6f; } }
  .sub-anchors .down-arrow::after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 2px auto 2px auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.is_sp {
  display: none; }

.img_bowl {
  text-align: center; }

.img_bowl img {
  width: auto;
  max-width: 100%;
  display: inline-block; }

.img_deco {
  margin-top: 20px;
  text-align: center; }
  .img_deco img {
    width: auto;
    display: inline;
    max-width: 130px; }
  .img_deco + h3 {
    margin-top: 20px; }

.fs_small {
  font-size: .9em; }

a.no_link {
  pointer-events: none;
  cursor: default; }
  a.no_link .support-list__content {
    padding-right: 0; }

@media (max-width: 639px) {
  .lp-ttl {
    font-size: 1.5rem; }
  .lp-lead_subttl {
    font-size: 1.1875rem;
    line-height: 1.36842; }
  .lp-hero {
    height: 230px; }
  .lp-lead .text-red {
    text-align: center; }
  .lp-lead *:not(.text-red) br {
    display: none; }
  .lp-movie_weekly {
    margin: 0 -10px;
    display: block; }
    .lp-movie_weekly > div {
      width: auto;
      margin: 0 10px 20px 10px; }
  .how_sub-section {
    padding: 20px 0; }
  .sub-anchors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .sub-anchors li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      padding: 0 5px;
      margin-bottom: 10px; }
  .lp-info_list a {
    display: block;
    padding: .5em; }
  .lp-info_list span {
    display: block; }
  .img_deco img {
    max-width: 80px; }
  .is_pc {
    display: none !important; }
  .is_sp {
    display: block !important; } }

/* --------------------------------------------------
  画像
-------------------------------------------------- */
.lp-figure {
  margin: 10px 0;
  overflow: hidden; }

/* --------------------------------------------------
  画像テキスト
-------------------------------------------------- */
@media (min-width: 640px) {
  .lp-lytImage:after {
    content: "";
    display: block;
    clear: both; }
  .lp-lytImage--ltr .lp-lytImage__figure {
    float: left;
    padding-right: 20px;
    padding-bottom: 15px; }
  .lp-lytImage--rtl .lp-lytImage__figure {
    float: right;
    padding-left: 20px;
    padding-bottom: 15px; }
  .lp-lytImage__figure {
    max-width: 50%; }
  .lp-lytImage__text {
    overflow: hidden; }
    .lp-lytImage__text .lp-ttl {
      font-size: 1.8rem;
      letter-spacing: -.04em; }
    .lp-lytImage__text * {
      text-align: left !important; } }

@media (max-width: 639px) {
  .lp-lytImage__text {
    margin-top: 1rem; } }

.lp-lytImage__text .lp-ttl {
  margin-top: 0;
  margin-bottom: 1em; }

@media (min-width: 640px) {
  .lp-box,
  .lp-box__inner {
    padding: 0 40px; }
  .padding-section {
    padding-top: 80px;
    padding-bottom: 80px; } }

.lp-box,
.lp-box__inner {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 20px; }

.padding-section {
  padding-top: 40px;
  padding-bottom: 40px; }

#appli {
  background: #f5f5f5;
  padding: 0 calc(50% + 20px);
  margin: 0 -50%;
  max-width: inherit; }

@media (max-width: 639px) {
  #appli .lp-lytImage {
    display: table; }
    #appli .lp-lytImage .lp-lytImage__text {
      padding-bottom: 1rem; }
    #appli .lp-lytImage .lp-lytImage__figure {
      display: table-footer-group;
      text-align: center;
      padding-top: 1rem; }
      #appli .lp-lytImage .lp-lytImage__figure img {
        margin: auto; } }

.lp-panel {
  background: white;
  padding: 32px 30px 26px; }

.lp-content {
  margin-top: 60px;
  overflow: hidden; }

.lp-mv {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto; }

.text-red {
  color: #c45851; }

.lp-banner {
  margin: 1em auto;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .lp-banner img {
    width: auto;
    display: inline-block; }
  .lp-banner:hover {
    opacity: .75; }

.ta-c {
  text-align: center !important; }

.ta-l {
  text-align: left !important; }

.lp-note {
  text-align: left;
  padding-left: 0; }
  .lp-note li {
    position: relative;
    padding-left: 1.4em;
    list-style-type: none; }
    .lp-note li span {
      display: inline-block;
      width: 1.4em;
      position: absolute;
      top: 0;
      left: 0; }

a.new-window:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 28' width='34' height='28' stroke='%235c5852'%3E%3Cpath fill='none' stroke-width='3' stroke-miterlimit='10' d='M7.1 7.1H4.4c-1.6 0-2.9 1.3-2.9 2.9v12.8c0 1.6 1.3 2.9 2.9 2.9h15.5c1.6 0 2.9-1.3 2.9-2.9v-3'/%3E%3Cpath fill='none' stroke-width='3' stroke-miterlimit='10' d='M25.5 19.7H10.6c-1.7 0-3-1.3-3-3V4.5c0-1.7 1.3-3 3-3h14.9c1.7 0 3 1.3 3 3v12.2c0 1.7-1.4 3-3 3z'/%3E%3C/svg%3E");
  background-repeat: none;
  background-position: right center;
  background-size: contain; }
