/*Googleフォント設定*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');

/**/
/*全体共通--------*/
.body {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #525252;
}

.body h2,
.body h2 span,
.body h3 span,
.body h4 span {
  font-family: 'Kiwi Maru', serif;
}

:root {
  --color01: #92d8ff;
  --color02: #ffd655;
  --color03: #fca76d;
  --color04: #003b90;
  --color05: #f1f7fb;
}

.center {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.center2 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body img {
  width: 100%;
}

.kiwi-font,
.kiwi-font span {
  font-family: 'Kiwi Maru', serif;
}

.waku {
  border: solid 5px #003b90;
  border: solid 5px var(--color04);
  border-radius: 20px;
  background: #fff;
}
.plusmark{
  vertical-align: top;
  font-size: 3rem;
  display: inline!important;
}
/*全体共通ここまで--------------*/
/*ヘッダー----------------------*/
.headWrap {
  padding: 10px;
}

.sk_head_img {
  max-width: 400px;
  margin-right: 40px;
}

/*TOP画像*/
.topGrp {
  background-image: linear-gradient(135deg, #a8c5f0 4.55%, #ffffff 4.55%, #ffffff 50%, #a8c5f0 50%, #a8c5f0 54.55%, #ffffff 54.55%, #ffffff 100%);
  background-repeat: repeat;
  background-size: 15.56px 15.56px;
  padding: 5% 0 150px;
  position: relative;
}

.topWrap {
  display: flex;
  align-items: center;
  box-shadow: 15px 15px 0 0 #ffd655;
  box-shadow: 15px 15px 0 0 var(--color02);
}

.top01 {
  width: 40%;
  padding: 1%;
  text-align: center;
}

.top01 h2 {
  font-size: 35px;
  margin-bottom: 6%;
  font-weight: bold;
}

.top01 h2 span {
  font-size: 45px;
}

.top01 h3 {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 58px;
  line-height: 1.25;
  color: #003b90;
  color: var(--color04);
  background: none;
}

.top02 {
  width: 60%;
  padding: 1% 3% 1% 0%;
}
@media (max-width: 1010px) {
  .top01 h2{
    font-size: 3rem;
  }
  .top01 h3{
    font-size: 5rem;
  }
}
@media (max-width: 780px) {

  /*---------------------------- */
  .topGrp {
    padding: 12% 0 55%;
  }

  .topWrap {
    flex-direction: column;
    box-shadow: 8px 8px 0 0 #ffd655;
    box-shadow: 8px 8px 0 0 var(--color02);
  }

  .top01 {
    width: 100%;
    padding: 10% 0;
  }

  .top02 {
    width: 88%;
    padding: 0 0 6% 0;
  }

  .top01 h2,
  .top01 h2 span {
    color: #525252;
    text-shadow: none;
  }

  .top01 h2 {
    margin-bottom: 0;
    line-height: 2;
    background: none;
    font-size: 8vw;
    vertical-align: initial;
  }

  .top01 h2 span {
    font-size: 10vw;
    vertical-align: initial;
  }

  .top01 h3 {
    font-size: 13vw;
  }

  .top01 h3 span {
    text-shadow: none;
    color: #003b90;
    color: var(--color04);
    line-height: 1.25;
  }
}

/*ヘッダーここまで------------------------*/
/*メイン--------------------------------*/
.textWrap {
  padding: 5% 0;
  position: relative;
}

.textWrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 50px 70px 0 70px;
  z-index: 1;
}

.text_p {
  font-size: 18px;
    line-height: 2;
    text-align: center;
}

.text_p span,
.text_h4 span {
  display: inline-block;
}

.text_h4 span {
  color: #003b90;
  color: var(--color04);
}

.text_h4 {
  background: linear-gradient(transparent 60%, #ffd655 0%);
  background: linear-gradient(transparent 60%, var(--color02) 0%);
  display: inline;
  font-size: 33px;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.5;
  color: #003b90;
  color: var(--color04);
}

.text_h4 .big {
  font-size: 40px;
}

.mb40 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

/*衛生対策ボタン*/
.taisakuBtn {
  max-width: 1000px;
  margin: auto;
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.taisakuBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 250px;
  margin: 0 10px;
  padding: 10px;
  border-radius: 50%;
  color: #003b90;
  color: var(--color04);
  font-weight: bold;
  font-size: 27px;
  line-height: 1.25;
}

.taisakuBtn a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  max-width: 270px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #003b90;
  border: 2px solid var(--color04);
  border-radius: 50%;
}

.taisakuBtn a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -48%);
  -webkit-transform: translate(-53%, -48%);
  -ms-transform: translate(-53%, -48%);
  width: 100%;
}

.taisakuBtn a div img {
  height: 40px;
  margin-top: 10px;
}

.taisakuBtn a div i {
  margin-top: 10px;
  color: #fff;
}

.taisakuBtn p {
  margin: 20px 0 10px;
  color: #003b90;
  text-align: center;
}

.btn01 {
  background: #92d8ff;
  background: var(--color01);
}

.btn01:hover {
  background: rgba(147, 216, 255, 0.7);
}

.btn02 {
  background: #ffd655;
  background: var(--color02);
}

.btn02:hover {
  background: rgba(255, 214, 85, 0.7);
}

.btn03 {
  background: #fca76d;
  background: var(--color03);
}

.btn03:hover {
  background: rgba(252, 168, 110, 0.7);
}

@media (max-width: 780px) {

  /*---------------------------- */
  .text_p {
    font-size: 4.5vw;
    line-height: 2.5;
    padding: 8% 0;
  }

  .text_h4 {
    font-size: 7vw;
    line-height: 2.5;
  }
  .text_h4 .big{
    font-size: 8.5vw;
  }

  .taisakuBtn a {
    margin: 15px 0;
  }

  .taisakuBtn a p {
    font-size: 4vw;
    color: #003b90;
    color: var(--color04);
    line-height: 1.25;
    margin: 10px 0 0;
  }

  .taisakuBtn a,
  .taisakuBtn a::before {
    max-width: 150px;
    height: 150px;
  }

  .taisakuBtn a div img {
    height: 30px;
  }
}

/*メインここまで-------------------*/
/*衛生対策-共通部分----------------*/
/*枠*/
.taisakuWrap {
  position: relative;
  padding: 7% 0;
}

.taisakuWrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  z-index: 1;
}

/*タイトル*/
.taisakuTitle {
  padding: 4% 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.taisakuTitle img {
  height: 70px;
  width: 70px;
  opacity: 0.6;
}

.taisakuTitle h5 {
  font-size: 36px;
  font-weight: bold;
  margin: 0px 0 0px 15px;
  color: #003b90;
  color: var(--color04);
}

/*イラスト*/
.taisakuList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  padding: 0 0 5%;
}

.taisakuItem {
  width: 40%;
  margin: 0 0 5% 0;
}

.taisakuItem h6 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
    line-height: 1.5;
  margin-bottom: 10px;
  color: #003b90;
  color: var(--color04);
}

.taisakuItem .lead {
  background: #003b90;
  background: var(--color04);
  color: #fff;
  padding: 15px 20px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
}

.taisakuItem .lead span {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
}

/* ラベル部分 左上に表示 */
.taisakuItem .lead::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: 100;
}

.taisakuItem .lead::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  position: absolute;
  z-index: 100;
}

@media (max-width: 780px) {

  /*---------------------------- */
  .taisakuWrap {
    padding: 15% 0;
  }

  .taisakuWrap::after{
    bottom: -40px;
  }

  .textWrap::after {
    bottom: -28px;
    border-width: 30px 40px 0 40px;
  }

  .taisakuTitle {
    flex-direction: column;
    align-items: center;
  }

  .taisakuTitle h5 {
    font-size: 6vw;
    margin-left: 0;
    border-bottom: none;
  }

  .taisakuTitle img {
    height: 15vw;
    margin: 5% 0;
  }

  .taisakuList {
    flex-direction: column;
    padding: 8% 0;
  }

  .taisakuItem {
    width: 100%;
    margin: 0 0 15% 0;
  }
  .taisakuItem h6{
    font-size: 5vw;
  }

  .taisakuItem .lead {
    font-size: 6vw;
  }
}

/*衛生対策-共通部分ここまで----------------*/
/*衛生対策--------------------------------*/
/*衛生対策-01：リスクを広げない*/
.taisaku01Wrap {
  background: #92d8ff;
  background: var(--color01);
}

.taisaku01Wrap::after {
  border-color: #92d8ff transparent transparent transparent;
  border-color: var(--color01) transparent transparent transparent;
}

.taisaku01Wrap .taisakuItem .lead::before {
  border-left: 20px solid #92d8ff;
  border-left: 20px solid var(--color01);
  /* ラベルの色はここで変更 */
}

.taisaku01Wrap .taisakuItem .lead::after {
  border-right: 20px solid #92d8ff;
  border-right: 20px solid var(--color01);
  /* ラベルの色はここで変更 */
}

/*衛生対策-02：負担を減らす*/
.taisaku02Wrap {
  background: #ffd655;
  background: var(--color02);
}

.taisaku02Wrap::after {
  border-color: #ffd655 transparent transparent transparent;
  border-color: var(--color02) transparent transparent transparent;
}

.taisaku02Wrap .taisakuItem .lead::before {
  border-left: 20px solid #ffd655;
  border-left: 20px solid var(--color02);
  /* ラベルの色はここで変更 */
}

.taisaku02Wrap .taisakuItem .lead::after {
  border-right: 20px solid #ffd655;
  border-right: 20px solid var(--color02);
  /* ラベルの色はここで変更 */
}

/*衛生対策-03：空気をかえよう*/
.taisaku03Wrap {
  background: #fca76d;
  background: var(--color03);
}

.taisaku03Wrap::after {
  display: none;
}

.taisaku03Wrap .taisakuItem .lead::before {
  border-left: 20px solid  #fca76d;
  border-left: 20px solid var(--color03);
  /* ラベルの色はここで変更 */
}

.taisaku03Wrap .taisakuItem .lead::after {
  border-right: 20px solid #fca76d;
  border-right: 20px solid var(--color03);
  /* ラベルの色はここで変更 */
}

/*衛生対策ここまで---------------------------------*/
/*おすすめ商品--------------------*/
/*共通部分*/
.osusumeTitle {
  font-size: 2.5rem;
  text-align: center;
  padding: 20px 5px;
  background: #003b90;
  background: var(--color04);
  color: #fff;
  margin: 0;
  border-bottom: none;
}

.osusumeItem01 {
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20210906/clean_haikei.png);
  background-repeat: repeat-x;
  background-position: bottom;
  /*position: relative;*/
}

.osusumeMidashi {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0 20px;
  color: #003b90;
  color: var(--color04);
  margin: 0;
  /*position: absolute;
  top: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}

.osusumeMidashi span {
  font-size: 2rem;
  margin-left: 5px;
}

.osusumeFlex01 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  color: #003b90;
  color: var(--color04);
}

.osusumeFlex02 {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6%;
}

.osusume_h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5% 0;
}

.osusume_h6 span {
  display: block;
  color: #003b90;
  color: var(--color04);
}

.osusumeText {
  line-height: 1.5;
  width: 100%;
}

.osusume_p01 {
  font-size: 16px;
  margin-bottom: 5%;
  text-align: justify;
}

.osusume_p01 span {
  display: block;
  color: #003b90;
  color: var(--color04);
}

.osusume_p01 span.plusmark{
  font-size: 1.5rem;
}

.osusume_p02 {
  color: #5e5e5e;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

/*共通部分ここまで*/
.osusumeItem02 .osusumeMidashi,
.osusumeItem03 .osusumeMidashi {
  padding-bottom: 2%;
}

.clean_01 {
  max-width: 50%;
}

.clean_02 {
  max-width: 70%;
}

.clean_03 {
  max-width: 50%;
}

.clean_04 {
  max-width: 40%;
}

.clean_05 {
  max-width: 173px;
  max-height: 85px;
  margin-bottom: 5%;
}

.osusumeItem02 .osusumeFlex01 {
  flex-direction: row-reverse;
}

.osusumeItem02 .osusumeFlex01,
.osusumeItem03 .osusumeFlex01 {
  align-items: center;
}

.osusumeItem02 .osusumeFlex02,
.osusumeItem03 .osusumeFlex02 {
  padding-bottom: 0;
}

.osusumeItem03 .osusumeFlex02 {
  align-items: flex-start;
  margin-left: 20px;
}

.osusumeItem02 .osusumeText {
  width: 100%;
}

.osusumeItem02,
.osusumeItem03 {
  padding-bottom: 5%;
}

.osusumeItem03 {
  background: #f1f7fb;
  background: var(--color05);
}
@media (max-width: 1010px) {
.osusume_h6{
  font-size: 2.5rem;
}
}
@media (max-width: 780px) {
  .osusumeTitle {
    font-size: 7vw;
  }

  .osusumeItem01 {
    background-size: cover;
  }

  .osusumeMidashi {
    font-size: 4.4vw;
border-bottom: none;
padding: 9% 0;
width: 90%;
margin: auto;
  }

  .osusumeMidashi span {
    font-size: 2vw;
  }
  .osusumeMidashi .plusmark{
    font-size: 5vw;
    color: #003b90;
    color: var(--color04);
  }
  .osusumeMidashi br {
    display: none;
  }

  .osusumeFlex01,
  .osusumeItem02 .osusumeFlex01 {
    flex-direction: column;
  }

  .clean_01,
  .osusumeFlex02,
  .clean_03,
  .clean_04 {
    max-width: 100%;
  }

  .clean_02 {
    max-width: 90%;
  }

  .clean_05 {
    max-width: 60%;
    margin: 0 auto 5%;
    max-height: inherit;

  }

  div.osusumeFlex02 {
    margin-top: 20px;
    margin-left: 0!important;
  }

  .osusume_h6 {
    font-size: 6vw;
    text-align: center;
  }

  .osusume_h6 span {
    line-height: 1.5;
  }


  .osusume_p01 {
    font-size: 3.75vw;
    text-align: justify;
  }

  .osusume_p01 span {
    line-height: 1.5;
    display: inline;
  }

  .osusume_p01 span.plusmark{
    font-size: 3vw;
  }

  .osusume_p02 {
    font-size: 3vw;
  }

  .osusumeItem02 .osusumeMidashi, .osusumeItem03 .osusumeMidashi {
    padding: 9% 0%;
  }

  .osusumeItem02 .osusumeText {
    margin-right: 0;
  }
}

/*おすすめ商品ここまで--------------------*/
/*期間限定キャンペーン実施宙-------------------*/
.campaignGrp {
  background-image: linear-gradient(135deg, #a8c5f0 4.55%, #ffffff 4.55%, #ffffff 50%, #a8c5f0 50%, #a8c5f0 54.55%, #ffffff 54.55%, #ffffff 100%);
  background-size: 15.56px 15.56px;
  background-repeat: repeat;
  padding: 7% 0;
  position: relative;
}

.ribon {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.campaignWrap {
  width: 80%;
  margin: 80px auto;
}

.campaignWeb_h5 {
  background: #003b90;
  background: var(--color04);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  margin: 5% 0 0 0;
  text-align: center;
}

.campaignWeb_h6 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #003b90;
  color: var(--color04);
  margin: 0;
}
.campaignWeb_h6 .plusmark{
  font-size: 2rem;
}

.campaignWeb_h6 span{
  color: #003b90;
  color: var(--color04);
}
.campaignWeb_come {
  font-size: 0.8rem;
  margin-left: 5px;
}

.campaignWebDiv {
  background: #f1f7fb;
  background: var(--color05);
  display: flex;
  justify-content: space-between;
  padding: 3%;
}

.campaignWebText {
  width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.campaignWeb_img {
  max-width: 250px;
  height: 240px;
  margin: auto;
}
.campaignBtn{
  display: block;
  background: #003b90;
    background: var(--color04);
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    font-size: 24px;
    width: 70%;
    text-align: center;
    margin: 3% auto;
}
a.campaignBtn  {
  color: #fff;
}


@media (max-width: 780px) {
  a.campaignBtn{
    margin-bottom: 50px;
    margin-top: 30px;
  }
}


/*商品一覧*/
.campaignList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 780px) {
  .campaignGrp {
    padding: 13% 0;
  }

  .ribon {
    top: 1%;
  }

  .campaignWrap {
    width: 100%;
    margin: 0 0 30px;
  }

  .campaignWeb_h5 {
    font-size: 5vw;
    border-bottom: none;
    line-height: 1.5;
    padding: 20px 0;
  }

  .campaignWebDiv {
    flex-direction: column;
    padding: 3% 5%;
  }

  .campaignWeb_h6 {
    font-size: 4.75vw;
    margin-bottom: 5%;
    text-align: justify;
  }

  .campaignWeb_h6 span {
    display: inline;
  }
  .campaignWeb_h6 .plusmark{
    font-size: 6vw;
  }

  .campaignList {
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  .campaignWebText{
    width: 100%;
  }
  .campaignWeb_img{
    margin: 0 auto;
  }
}

/*フッター-------------------------*/
.footWrap {
  padding: 5% 0;
}

.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_text {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 45%;
}

.foot_p {
  margin-top: 20px;
  line-height: 1.5;
}

.foot_p span,
.foot_h4 span {
  display: inline-block;
}

.foot_h4 span {
  color: #003b90;
  color: var(--color04);
}

.foot_h4 {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
  color: #003b90;
  color: var(--color04);
  background: none;
}

.foot_h4 .big {
  background: linear-gradient(transparent 60%, #ffd655 0%);
  background: linear-gradient(transparent 60%, var(--color02) 0%);
  font-size: 45px;
  padding: 0 10px;
}

.foot_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  position: relative;
  left: 4%;
}

/*ダウンロード*/
.foot_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 20px 40px 20px 20px;
  height: auto;
  border-radius: 100px;
  margin: 5% auto;
  background: #003b90;
  background: var(--color04);
  color: #fff !important;
  filter: drop-shadow(0 20px 20px #a1a1b9);
  font-size: 2rem;
  position: relative;
}

.foot_dl i {
  position: absolute;
  right: 4%;
  color: #fff !important;
}

.foot_dl span {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 780px) {

  /*---------------------------- */
  .foot {
    flex-direction: column;
  }
  .footWrap{
    padding: 15% 0;
  }
  .foot_text {
    text-align: center;
    width: 100%;
  }

  .foot_h4 {
    font-size: 7vw;
  }

  .foot_h4 span {
    vertical-align: baseline;
  }

  .foot_h4 .big {
    font-size: 10vw;
  }

  .foot_p {
    margin: 20px 10px 40px;
font-size: 4vw;
text-align: justify;
line-height: 2;
  }

  .foot_img {
    width: 100%;
    position: inherit;
  }

  .foot_dl {
    width: 100%;
    padding: 20px 20px 20px 0;
    font-size: 4vw;
  }
}

/*フッターここまで--------------------------*/
/*ダウンロードはこちら（固定メニュー）*/
#nav_wrapper {
  display: flex;
}

.foot_dl2 {
  display: inline-block;
  text-align: left;
  position: fixed;
  right: -10px;
  border-radius:10px 0px 0px 10px;
  z-index: 998;
}

.foot_dl2 {
  padding: 10px 22px 10px 15px;
  bottom: 10px;
  background: #003b90;
  background: var(--color04);
}

.foot_dl2.pc {
  bottom: 80px;
}

.foot_dl2 a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.foot_dl2 a i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.foot_dl2 a i {
  color: #003b90;
  color: var(--color04);
}

.foot_dl2 a p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 7px;
}

.foot_dl2 a:hover {
  opacity: 1;
}

@media (max-width: 780px) {
  .foot_dl2 {
    right: inherit;
    left: -10px;
    border-radius:0 10px 10px 0;
  }

  .foot_dl2 {
    padding: 10px 15px 10px 22px;
    bottom: 80px;
  }

}


/*ダウンロードはこちら（固定メニュー）ここまで*/



/*リニューアル後のEC-CUBE対策*/
/*追加*/
#fil{
margin: 0 auto!important;
}
.l-container{
  width: fit-content;
}
.c-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#contentInner{padding-bottom: 0;}
#contentInner,
#wide_main_contents{width: 100%;}






.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 780px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
