/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}

/*20210910追記*/
.sl_con{
  width:100% !important;
}
.sl_con .slider img{
  width:100%;
  height:100%;
  object-fit: cover;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  /*display: flex;*/
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 16px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
/*210927追記　リンクを黒に変更*/
.p-line-informaiton li a {
  color: #ffa500;
  text-decoration: underline;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/******************************/
/* オリジナルcss */
/******************************/

/* NEWS部分 */
.index_news h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 0 6px 0;
    border-bottom: 1px solid #000000;
}
.m_wf_alphabet {
    font-family: "Helvetica", "Arial", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 600;
}
@media print, screen and (min-width: 481px)
.index_news {
    font-size: 15px;
}

.index_news {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    max-width: 800px;
}

@media print, screen and (min-width: 481px)
.l_wrap_small {
    margin: 0 auto 140px;
}

.l_wrap:after, .l_wrap_small {
    content: "";
    display: block;
    clear: both;
}

.l_wrap_small {
    max-width: 780px;
    margin: 0 auto 80px;
    padding: 0 40px;
    background: #ffffff;
    color: #000000;
}

.contents {
  padding: 0 0 0 0;
  overflow: hidden;
}

/* リード部分 */
.top__lead{
  margin: 0 0 100px;
}
.top__iga_title {
    width: 400px;
    font-size: 2.6em;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 1.3em;
    padding: 0 0 50px 0;
}
.top__lead img{
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top__lead{
    margin: 0 0 40px;
  }
}

.top__lead_title{
  margin: 0 auto;
  padding: 40px 0 40px;
}
@media screen and (max-width:767px) {
  .top__lead_title{
    margin: 0 auto;
    padding: 30px 20px 20px;
  }
}

.top__lead_txt01{
  font-size: 1.2rem;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
@media screen and (max-width:767px) {
  .top__lead_txt01{
    font-size: 1.0rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

.top__lead_onr01{
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .top__lead_onr01{
    margin: 0 0 20px;
  text-align: center;
  }
}

.top__lead_picts{
  position: relative;
  height: 0;
  padding-top: 70%;
}
@media screen and (max-width:767px) {
  .top__lead_picts{
    position: relative;
    height: auto;
    padding-top: 0;
  }
}

.top__lead_picts01{
  position: absolute;
  top: 0;
  left: 0;
  width: 69.25%;
}
.top__lead_picts01 img{
  max-width: none;
  width: 100%;
}
@media screen and (max-width:767px) {
  .top__lead_picts01{
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    overflow: hidden;
    margin: 0 0px 0 -20%;
  }
  .top__lead_picts01 img{
    max-width: none;
    width: 125%;
  }
}

.top__lead_picts02{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
}
.top__lead_picts02 img{
  max-width: none;
  width: 100%;
}
@media screen and (max-width:767px) {
  .top__lead_picts02{
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
  }
}

.top__lead_let01{
  position: absolute;
  top: 66%;
  right: 25%;
  width: 60.333%;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .top__lead_let01{
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    z-index: 1;
    padding: 20px;
  }
}
/* リード部分改行設定　２１０９１５追記 */
.visible-sp {
  display: block !important;
}

@media screen and (min-width: 767px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}

/* コンセプト */
.top__main{
}
@media screen and (max-width:767px) {

}

.top__main_title{
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  padding: 75px 0;
  text-align: center;
}
.top__main_title span img{
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top__main_title{
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
  }
  .top__main_title span img{
    margin: 0 auto;
  }
}

.top__blk{
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 16%;
  position: relative;
}
.top__blk_dr{
  display: flex;
  flex-direction: row;
}
@media screen and (max-width:767px) {
  .top__blk{
    display: block;
    flex-direction: row-reverse;
    margin: 0 0 40px;
    position: relative;
  }
  .top__blk_dr{
    display: block;
  }
}

.top__blk_bg01{
  margin: 0 0 15%;
}
@media screen and (max-width:767px) {
  .top__blk_bg01{
    margin: 0 0 0;
  }
}

@media screen and (max-width:1200px) {
  .top__blk_bg01:after{
    background-size: 45%;
	bottom: -328px;
    left: 56px;
    right: 0;
  }
}
@media screen and (max-width:767px) {
  .top__blk_bg01:after{
    background-size: 90%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 20px 0 0 0;
    padding-top: 40%;
    height: 0;
  }
}

@media screen and (max-width:1200px) {
  .top__blk_bg02:after{
    background-size: 36.4%;
  }
}
@media screen and (max-width:767px) {
  .top__blk_bg02{
    margin: 0 0 0;
  }
  .top__blk_bg02:after{
    background-size: 70%;
    position: relative;
    top: auto;
    left: auto;
    bottom: 45px;
    height: 0;
    padding-top: 80%;
    margin: 0 0 -29% 0;
	right: 5%;
  }
}


.top__blk_bg03{
  margin: 0 0 16%;
}

@media screen and (max-width:1200px) {
  .top__blk_bg03:after{
    background-size: 33.91%;
  }
}
@media screen and (max-width:767px) {
  .top__blk_bg03{
    margin: 0 0 0;
  }
  .top__blk_bg03:after{
    background-size: 70%;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    padding-top: 55%;
    height: 0;
    margin: -12% 0 0 0;
  }
}


.top__blk_bg04{
  margin: 0 0 15%;
}

@media screen and (max-width:1200px) {
  .top__blk_bg04:after{
    background-size: 40%;
    bottom: -175px;
    left: 112px;
    right: 0;
  }
}
@media screen and (max-width:767px) {
  .top__blk_bg04{
    margin: 0 0 0;
  }
  .top__blk_bg04:after{
    background-size: 80%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 0;
    padding-top: 55%;
    margin: -5% 0 0 0;
  }
}

.top__main_blk_img{
  width: 65.333%;
  position: relative;
  height: 0;
  padding-top: 46%;
}
.top__main_blk_img img{
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:1200px) {
  .top__main_blk_img{
    width: 65.333%;
    position: relative;
    height: 0;
    padding-top: 537px;
    overflow: hidden;
  }
  .top__main_blk_img img{
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 560px;
  }
}
@media screen and (max-width:767px) {
  .top__main_blk_img{
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }
  .top__main_blk_img img{
    max-width: none;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
  }
}


@media screen and (max-width:1200px) {
  .top__blk_dr .top__main_blk_img img{
    right: 0;
    left: auto;
  }
}


.top__main_blk_sentence{
  padding: 25px;
}
@media screen and (max-width:1200px) {
  .top__main_blk_sentence{
    padding: 25px;
    width: 35%;
  }
}
@media screen and (max-width:767px) {
  .top__main_blk_sentence{
    padding: 0;
    width: 100%;
  }
}


.top__main_blk_title{
  width: 400px;
  font-size: 2.2rem;
  margin: 0 0 30px 0;
  white-space: nowrap;
  line-height: 1.3em;
}
.top__main_blk_title span{
  font-size: 2.4rem;
  padding: 0 0 10px;
  display: block;
	line-height: 1.3em;
}
@media screen and (max-width:1200px) {
  .top__main_blk_title{
    width: auto;
    font-size: 2.4rem;
    margin: 0 0 30px 0;
    white-space: nowrap;
  }
  .top__main_blk_title span{
    font-size: 2.0rem;
    padding: 0 0 10px;
    display: block;
  }
}
@media screen and (max-width:1000px) {
  .top__main_blk_title{
    width: auto;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    white-space: nowrap;
  }
  .top__main_blk_title span{
    font-size: 1.6rem;
    padding: 0 0 10px;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .top__main_blk_title{
    width: auto;
    font-size: 1.8rem;
    margin: 20px 15px;
    white-space: nowrap;
  }
  .top__main_blk_title span{
    font-size: 1.6rem;
    padding: 0 0 5px;
    display: block;
  }
}


.top__main_blk_txt{
  width: 400px;
  font-size: 1.0rem;
letter-spacing: .05em;
  line-height: 2.0;
  margin:  0 0 55px;
	text-align: justify;
}
@media screen and (max-width:1200px) {
  .top__main_blk_txt{
    width: auto;
    font-size: 1.0rem;
    line-height: 2;
    margin:  0 0 30px;
  }
}
@media screen and (max-width:1000px) {
  .top__main_blk_txt{
    width: auto;
    font-size: 1.0rem;
    line-height: 2.0;
    margin:  0 10px 30px;
  }
}

.top__main_blk_btn{
  width: 360px;
}
.top__main_blk_btn a{
  width: 301px;
  display: block;
}
.top__main_blk_btn a:hover img{
  transform: translate(2px,2px);
  opacity: 0.8;
}
.tablet .top__main_blk_btn a:hover img{
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width:1200px) {
  .top__main_blk_btn{
    width: auto;
  }
  .top__main_blk_btn a{
    width: 90%;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .top__main_blk_btn{
    text-align: center;
   margin: 0 0 50px;
  }
  .top__main_blk_btn a{
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .top__main_blk_btn a img{
    margin: 0 auto;
  }
}

/* クリック画像 */
.top__click{
  margin: 100px 0 60px;
   text-align: center;
}
@media screen and (max-width:767px) {

}

.top__click_title{
    margin: 0 0 20px;
}
.top__click_title img{
    margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top__click_title{
    margin: 0 auto 15px;
  }
  .top__click_title img{
      margin: 0 auto;
  }
}

.top__click_txt01{
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4;
  margin: 0 0 20px;
}
@media screen and (max-width:767px) {
  .top__click_txt01{
    text-align: center;
    font-size: 1.0rem;
    line-height: 2.0;
    margin: 0 0 20px;
  }
}

.top__click_let{
  margin: 0 0 70px;
  padding: 0 20px;
}
.top__click_let img{
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top__click_let{
    margin: 0 0 30px;
    padding: 0;
  }
}

.top__click_txt02{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width:767px) {
  .top__click_txt02{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0;
  }
}

.top__click_imgs{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {

}

.top__click_link{
  display: block;
  width: 20%;
  height: 0;
  padding-top: 19.8%;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
}
.top__click_link:hover{
  /* transform: translate(3px,3px); */
  opacity: 0.8;
  background-position: 3px 3px;
}
.tablet .top__click_link:hover{
  /* transform: translate(3px,3px); */
  opacity: 1;
  background-position: 0 0;
}
@media screen and (max-width:767px) {
  .top__click_link{
    display: block;
    width: 50%;
    height: 0;
    padding-top: 50%;
    background-size: cover;
    cursor: pointer;
  }
}

.top__click_link.top__click_link_01{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img01.jpg?cmsp_timestamp=20210922094143);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_02{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img02.jpg?cmsp_timestamp=20210830172523);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_03{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img03.jpg?cmsp_timestamp=20210830172538);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_04{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/159292424_o5.jpg?cmsp_timestamp=20210924123309);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_05{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img13.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_06{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img06.jpg?cmsp_timestamp=20210830172613);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_07{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/161148008_o6.jpg?cmsp_timestamp=20210924123359);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_08{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img04.jpg?cmsp_timestamp=20210924123505);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_09{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img07.jpg?cmsp_timestamp=20210830172626);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_10{
  background-image: url(https://img21.shop-pro.jp/PA01467/731/etc/top_click_img10.jpg?cmsp_timestamp=20210830172708);
}
@media screen and (max-width:767px) {

}
/*20211007_追記(プロフィールボタン追加)*/
.profile_btn{
  width: 301px;
  margin:0 auto 40px;
}

.ec-box{text-align: center;
margin-top: 100px !important;}