@charset "UTF-8";

/**
 * contents-frame
 */
.contents-frame.s-padding-sns {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .contents-frame.s-padding-sns {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}


/*doc
---
name: hero-sns
category: component
tag: Hero
---
*/
.hero-sns {
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .hero-sns {
    height: 340px;
  }
}
@media screen and (max-width: 599px) {
  .hero-sns {
    height: 176px;
  }
}
.hero-sns-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.hero-sns-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-sns-title {
    margin-bottom: 10px;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 1.3rem;
  }
}
.hero-sns-text {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-sns-text {
    font-size: 1.3rem;
  }
}
.hero-sns-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.hero-sns-notes {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .hero-sns-notes {
    margin-top: 10px;
  }
}
.hero-sns-notes .list-cmn-notes-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


/*doc
---
name: sec-sns
category: component
tag: Section
---
*/
.sec-sns {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .sec-sns {
    padding: 55px 0;
  }
}
@media screen and (max-width: 599px) {
  .sec-sns {
    padding: 35px 0;
  }
}

.sec-sns.s-account {
  padding: 80px 0 30px;
  background-image: url(/topics/2025_07_11/img/bg_01.jpg);
  background-position: bottom;
}
@media screen and (max-width: 959px) {
  .sec-sns.s-account {
    padding: 55px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .sec-sns.s-account {
    padding: 30px 0 20px;
    background-image: url(/topics/2025_07_11/img/bg_01_sp.jpg);
  }
}

@media screen and (max-width: 959px) {
  .sec-sns .ttl-cmn-primary {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .sec-sns .txt-cmn-primary-sub {
    margin-bottom: 20px;
  }
}


/*doc
---
name: mod-sns
category: component
tag: Module
---
*/
.mod-sns-body {
  float: left;
  width: 55%;
  margin: 0 0 50px;
}
@media screen and (max-width: 959px) {
  .mod-sns-body {
    float: none;
    width: 100%;
    margin: 30px 0 20px;
  }
}
.mod-sns-body .list-cmn-entry-item {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .mod-sns-body .list-cmn-entry-item {
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-body .list-cmn-entry-item {
    display: none;
  }
}
.mod-sns-body .btn-cmn {
  height: 53px;
}
.mod-sns-body.s-column-right {
  float: right;
}
@media screen and (max-width: 959px) {
  .mod-sns-body.s-column-right {
    float: none;
  }
}

.mod-sns-figure {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45%;
  height: 500px;
  margin-top: 70px;
  padding-left: 60px;
}
@media screen and (max-width: 959px) {
  .mod-sns-figure {
    float: none;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-figure {
    margin-bottom: 30px;
  }
}
.mod-sns-figure.s-auto {
  height: auto;
}
.mod-sns-figure.s-column-right {
  float: right;
}
@media screen and (max-width: 959px) {
  .mod-sns-figure.s-column-right {
    float: none;
  }
}
.mod-sns-body.s-column-right + .mod-sns-figure {
  padding: 0 60px 0 0;
}
@media screen and (max-width: 959px) {
  .mod-sns-body.s-column-right + .mod-sns-figure {
    padding: 0;
  }
}

.mod-sns-image {
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .mod-sns-image {
    width: 73.4%;
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-image.s-title {
    width: 73.4%;
  }
}
.mod-sns-body.s-column-right + .mod-sns-image {
  margin-right: auto;
}
.s-discount .mod-sns-image, .s-benefit .mod-sns-image, .s-web .mod-sns-image {
  -webkit-filter: drop-shadow(0.5rem 0.5rem 1rem #fff);
  filter: drop-shadow(0.5rem 0.5rem 1rem #fff);
}

.mod-sns-read {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .mod-sns-read {
    font-size: 1.5rem;
  }
}
.mod-sns-read + .mod-sns-read {
  padding-top: 0.8em;
}
@media screen and (max-width: 599px) {
  .mod-sns-read + .mod-sns-read {
    padding-top: 0.5em;
  }
}

.mod-sns-text {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .mod-sns-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-text {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.mod-sns-read + .mod-sns-text {
  padding-top: 1em;
}
.mod-sns-text.s-attention {
  color: #ea3353;
}
.mod-sns-text.s-small {
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .mod-sns-text.s-small {
    font-size: 1.2rem;
  }
}


/*doc
---
name: ttl-sns
category: component
tag: itemListElement
---
*/
.ttl-sns {
  color: #113961;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  clear: both;
  
  padding-top: 1em;
  border-top: 1px dashed #113961;
}
@media screen and (max-width: 959px) {
  .ttl-sns {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .ttl-sns {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}


/*doc
---
name: navi-sns
category: component
tag: Navi
---
*/
.navi-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .navi-sns {
    display: block;
  }
}

.navi-sns-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 3.5%;
  color: currentColor;
}
@media screen and (max-width: 959px) {
  .navi-sns-item {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .navi-sns-item {
    padding: 15px 10px;
  }
}
.navi-sns-item.s-color-x {
  background-color: #333;
}
.navi-sns-item.s-color-insta {
  background: linear-gradient(to right,
              rgba(247, 207, 0, 1),
              rgba(246, 37, 2, 1) 45%,
              rgba(182, 47, 82, 1) 75%,
              rgba(113, 58, 166, 1));
}

.navi-sns-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .navi-sns-title {
    font-size: 1.8rem;
  }
}
.navi-sns-title .s-note {
  font-size: 1.3rem;
  padding-top: 0.8em;
}

.navi-sns-title .mod-qrcode-image {
  width: 100px;
  text-align: center;
  padding-top: 20px;
}

.navi-sns-text {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .navi-sns-text {
    margin-top: 15px;
    padding-top: 10px;
    font-size: 1rem;
  }
}
.navi-sns-text.s-size-large {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .navi-sns-text.s-size-large {
    font-size: 1.2rem;
  }
}
.navi-sns-text.s-border-blue {
  border-color: #113961;
}
.navi-sns-text.s-weight700 {
  font-weight: 700;
}


/*doc
---
name: ico-sns-x
category: component
tag: Icon
---

```ejs
```
*/
.ico-sns-x {
  width: 62px;
  height: 62px;
  fill: #fff;
}
@media screen and (max-width: 959px) {
  .ico-sns-x {
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 599px) {
  .ico-sns-x {
    width: 42px;
    height: 42px;
  }
}

.ico-sns-x.s-size-side {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}


/*doc
---
name: ico-sns-insta
category: component
tag: Icon
---

```ejs
```
*/
.ico-sns-insta {
  width: 64px;
  height: 64px;
  fill: #fff;
}
@media screen and (max-width: 959px) {
  .ico-sns-insta {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 599px) {
  .ico-sns-insta {
    width: 46px;
    height: 46px;
  }
}

.ico-sns-insta.s-size-side {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}


/*doc
---
name: material-icons
category: component
tag: Icon
---

```ejs
```
*/
.ico-cmn-material-arrow-drop-down::before {
  content: "\e5c5";
}


/*doc
---
name: sec-sns-beside
category: component
tag: Section
---
*/
.sec-sns-beside {
  padding: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .sec-sns-beside {
    padding: 0 0 20px;
  }
}
.sec-sns-beside + .sec-sns-beside {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 70px;
  border-top: 1px solid #ddd;
}
.sec-sns-beside.s-bg {
  background-color: #f2fbfe;
}
@media screen and (max-width: 599px) {
  .sec-sns-beside + .sec-sns-beside {
    padding-bottom: 40px;
  }
}


/*doc
---
name: mod-sns-beside
category: component
tag: Module
---
*/
.mod-sns-beside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .mod-sns-beside {
    display: block;
  }
}

.mod-sns-beside-head {
  width: 45%;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .mod-sns-beside-head {
    width: auto;
    padding-right: 0;
  }
}

.mod-sns-beside-title {
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #113961;
}
@media screen and (max-width: 599px) {
  .mod-sns-beside-title {
    font-size: 1.8rem;
  }
}
.mod-sns-beside-title .s-note {
  font-size: 1.4rem;
  padding-top: 0.8em;
}

.mod-sns-beside-read {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 599px) {
  .mod-sns-beside-read {
    text-align: left;
    font-size: 1.3rem;
  }
}

.mod-sns-beside-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .mod-sns-beside-body {
    margin-top: 10px;
  }
}

.mod-sns-beside-list {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 959px) {
  .mod-sns-beside-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-beside-list {
    font-size: 1.5rem;
  }
}

.mod-sns-beside-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 599px) {
  .mod-sns-beside-item {
    padding: 5px 0;
  }
}
.mod-sns-beside-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.mod-sns-beside-icon {
  margin-right: 5px;
  color: #3570aa;
}

.mod-sns-beside-text {
  line-height: 1.6;
  font-weight: 700;
}
.mod-sns-beside-text span {
  font-size: 50%;
  color: #666;
}


/*doc
---
name: mod-sns-closing
category: component
tag: Module
---
*/
.mod-sns-closing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 442px;
  background: url("/topics/2025_07_11/img/img_sns_closing_pc.jpg") no-repeat center;
  background-size: cover;
  color: #ab1d34;
}
@media screen and (max-width: 959px) {
  .mod-sns-closing {
    display: block;
    min-height: 700px;
    padding-top: 50px;
    background-image: url(/topics/2025_07_11/img/img_sns_closing_sp.jpg);
    background-position: center bottom;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-closing {
    min-height: 400px;
    padding-top: 35px;
  }
}

.mod-sns-closing-info {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 616px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .mod-sns-closing-info {
    padding: 0 40px;
  }
}
.mod-sns-closing-title {
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .mod-sns-closing-title {
    font-size: 1.8rem;
  }
}

.mod-sns-closing-text {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .mod-sns-closing-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-closing-text {
    font-size: 1.3rem;
  }
}

.mod-sns-closing-button {
  margin-top: 35px;
}
@media screen and (max-width: 959px) {
  .mod-sns-closing-button {
    max-width: 423px;
  }
}
@media screen and (max-width: 599px) {
  .mod-sns-closing-button {
    max-width: none;
    margin-top: 25px;
  }
}


/*doc
---
name: mod-cmn-fixbtn
category: component
tag: Module
---

```ejs
```
*/
@media screen and (max-width: 750px) {
  .mod-cmn-fixbtn-trigger {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .mod-cmn-fixbtn-trigger {
    font-size: 1.4rem;
  }
}
.mod-cmn-fixbtn-trigger.s-color-x {
  background-color: #333;
  color: #fff;
}
.mod-cmn-fixbtn-trigger.s-color-insta {
  background: linear-gradient(to right,
              rgba(247, 207, 0, 1),
              rgba(246, 37, 2, 1) 45%,
              rgba(182, 47, 82, 1) 75%,
              rgba(113, 58, 166, 1));
  color: #fff;
}






