/*-- 共通　--*/
.pbMainArea {
  overflow: visible;
}
.main__pageTop {
  position: sticky;
  bottom: 20px;
  right: auto;
  margin-bottom: 0;
}

.main {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .container {
    background: #fff;
  }
  .breadcrumbs {
    margin: 0 0 -10px;
    padding: 12px 18px 30px;
    background: #f5f5f5;
  }
}
.feature {
  padding-bottom: 0;
}

/*background start*/
@media only screen and (max-width: 767px) {
	 .background__containermb{
		position: fixed;
		width: 100%;
		height: 100%;
		background: #FDD000 center/cover url('https://content.bookoff.co.jp/assets/images/goods/suzuri/bg-mb.webp');
		top:0;
		left:0;
	}
	.background__containerInner{
		position: relative;
		z-index: 1;
	}
}
.feature__backgroundSpace{
  padding: 100px 0 0;
}
.feature__backgroundSpace.feature__backgroundSpace--contents{
  padding: 100px 18px 80px;
}

@media only screen and (min-width: 768px) {
    .background__container{
    background: #FDD000 fixed center top /cover url('https://content.bookoff.co.jp/assets/images/goods/suzuri/bg-pc.webp');
  }
  .background__containerInner{
    max-width: 1920px;
    margin: 0 auto;
  }
  .feature__backgroundSpace{
    padding: 100px;
  }
}

/*background end*/
.topImg__box{
  width: auto;
  margin: 0 auto;
  padding: 0 0 20px;
}
.topImg__img{
  border-radius: 20px;
}
.feature__LeadTxt{
  font-size: 14px;
  padding: 0 0 20px;
}
.feature__LeadTxtSub{
    font-size: 12px;
}
.mainContent__wrapper{
  padding: 58px 0 0;
  background-color: #fff;
}
.mainContent__inner{
  background-color: #fff;
  padding: 0 18px;
}
@media only screen and (max-width: 767px) {
  .topImg__wrap{
    padding: 0 0 6px;
  }
}
@media print, (min-width: 768px) {
  .topImg__wrap{
    padding: 40px 0 24px;
  }
  .topImg__box{
    width: 65%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .mainContent__wrapper{
    padding: 76px 0 0;
  }
  .feature__LeadTxt,
  .feature__LeadTxtSub{
    font-size: 18px;
  }
  .mainContent__inner{
    padding: 0 50px;
  }
}

.feature__topImageInner {
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 767px) {
  .feature__topImage {
    max-width: 750px;
  }
  .feature__topImageInner {
    margin: 0 0 12px 0;
  }
}
@media print, (min-width: 768px) {
.feature__topImage {
    width: 63%;
    margin: 0 auto;
  }
}
.feature__Lead {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.feature__LeadImg{
  padding: 0 0 20px;
}
.feature__LeadHead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #333;
  font-size: 24px;
  text-align: center;
  padding: 0 0 16px;
}
.feature__LeadArea {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media print, (min-width: 768px) {
  .feature__LeadArea {
    font-size: 16px;
  }
  .feature__LeadInner{
    max-width: 1100px;
  }
}
/*navi start*/
.feature__navi{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .feature__naviArea .feature__recommend{
    padding: 0 184px;
  }
}
.feature__naviItem{
  flex-basis: 50%;
  text-align: center;
}
.feature__naviItem:last-child{
  margin-right: 0;
}
.feature__naviLink{
  background-color: rgba(255, 255, 255, 0.8);
  color: #0F5B9D;
  margin: 0 6px 12px;
  padding: 18px 15px;
  display: block;
  font-weight: bold;

}
@media only screen and (min-width: 767px) {
  .feature__naviItem{
    width: calc(100% / 4);
    margin-right: 28px;
  }
  .feature__navi{
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 0 auto;
  }
}
.feature__naviArea--bottom .feature__navi{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-basis: 70%;
}
.feature__asideNavi{
  text-align: center;
  flex-basis: 30%;
}
.feature__naviArea--bottom .feature__naviItem{
  width: 50%;
  display: inline-block;
  margin-right: 0;
}
.feature__naviArea--bottom{
  display: flex;
}
.feature__naviArea--bottom .feature__navi{
  flex-wrap: wrap;
}
.feature__naviArea--bottom .feature__naviLink{
  background-color: rgba(255, 255, 255, 0.8);
  color: #0F5B9D;
  margin: 0 12px 12px 0;
  padding: 18px 15px;
  display: block;
  font-weight: bold;
}
.feature__asideNaviLink{
  background-color: rgba(156, 172, 186, 0.9);
  color: #0F5B9D;
  margin: 0 12px 12px 0;
  padding: 18px 15px;
  display: block;
  border-radius: 5px;
  font-weight: bold;
}
.feature__asideNaviItem{
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 426px) {
  .feature__naviArea--bottom{
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .feature__naviArea--bottom{
    margin: 40px 0 0;
  }
  .feature__naviArea--bottom .feature__navi{
    max-width: 100%;
  }
}
/*navi end*/
.feature__snsWrap {
  display: flex;
  padding: 24px 0 24px;
  margin-bottom: 0;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .feature__snsWrap {
    margin: 0 18px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .feature__snsWrap {
    margin: 0 8%;
  }
}
.feature__snsHead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.feature__sns {
  display: -webkit-box;
  display: flex;
  padding: 0;
}
.feature__snsBtn {
  display: inline-block;
  margin: 0 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .feature__sns {
    padding: 0 0 0 10px;
  }
  .feature__snsBtn {
    margin: 0 4px;
  }
}

/*-----------------

main contents

----------------- */

.feature__contentTtlWrap {
  margin: 0 18px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .feature__contentTtlWrap {
    margin: 0 0 60px;
  }
}
.feature__contentTtl {
  display: inline;
  position: relative;
  padding-left: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.385;
  color: #950E91;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .feature__contentTtl {
    display: block;
  }
}
.feature__ttlNote {
  display: inline;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media only screen and (max-width: 767px) {
  .feature__ttlNote {
    display: block;
    margin: 0 12px;
  }
}
@media print, (min-width: 768px) {
  .feature__productDetailSingle {
    display: flex;
    min-width: 500px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__productDetailSingle {
    display: block;
    flex-basis: calc(100%);
  }
}
.feature__productDetailTxtSingle{
  text-align: left;
}
@media print, (min-width: 768px) {
  .feature__productDetailImgSingle {
    text-align: center;
    margin: 0 9% 0 0;
    flex-basis: 40%;
  }
  .feature__productDetailTxtSingle{
    text-align: left;
    flex-basis: 60%;
  }
}
.feature__productImageSingle {
  width: 250px;
}

@media print, (min-width: 768px) {
  .feature__productImageSingle a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__productImageSingle a:hover {
    opacity: .65;
  }
}
.feature__productImageSingle img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .feature__productImageSingle a {
    display: block
  }
  .feature__productImageSingle {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 16px 0;
    cursor: pointer;
  }
  .feature__productImageSingle img{
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .feature__productImageSingle img{
    width: 250px;
    height: auto;
  }
}
.feature__productSingleInner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 0 50px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .feature__productSingleInner {
    text-align: center;
    padding: 0;
  }
}
.feature__productItemRanking {
  width: 24%;
  max-width: 128px;
  margin: 0 0 8px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .feature__productItemRanking {
    display: block;
    font-size: 12px;
    margin: 0 auto 8px;
  }
}
.feature__productItemRanking strong {
  font-size: 18px;
}
.feature__productItemTitle {
  font-size: 16px;
  padding: 0 0 8px;
  cursor: pointer;
}
.feature__productItemValue {
  font-size: 14px;
  margin: 0 0 4px 0;
}
@media only screen and (max-width: 767px) {
  .feature__productItemTitle a{
    display: block;
  }
  .feature__productItemValue {
    cursor: pointer;
  }
  .feature__productItemValue a{
    display: block;
  }
}
@media print, (min-width: 768px) {
  .feature__productItemTitle a:hover,
  .feature__productItemValue a:hover {
    color: #003894;
    text-decoration: underline;
  }
    .feature__productItemTitle {
    font-size: 18px;
  }
  .feature__productItemValue {
    font-size: 16px;
  }
}
.feature__productItemTxtSingle {
  font-size: 14px;
  margin: 0 0 36px 0;
  text-align: left;
}
@media print, (min-width: 768px) {
  .feature__productItemTxtSingle {
    font-size: 16px;
  }
}
/*feature__productItems*/
.feature__productItems{
  overflow: hidden;
  margin: 0 auto;
}
.feature__productArea{
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .feature__productArea {
    padding: 0 18px 20px;
  }
}
.feature__productItemsInner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.feature__productItemsInner .feature__productItemTitle{
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .feature__productItemsInner {
    margin: 0 -8px;
  }
}
.feature__productItemsInner--group .feature__productItemImage{
  position: relative;
  margin: 0 0 8px;
  padding: 125% 0 0;
  width: 100%;
}
.feature__productItemsInner--group .feature__productItemImage img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: auto;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  .feature__productItemsInner--group .feature__productItemImage img {
    max-width: 100%;
    max-height: 240px;
    max-height: 100%;
  }
  .feature__productItemsInner--group .feature__productItemImage{
    margin: 0 auto 8px;
    width: 100%;
    padding: min(160%, 240px) 0 0;
  }
  .feature__productItemImage {
    margin: 0;
    padding: 0 24px 0 0;
    flex-basis: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .feature__productItemsInner--group .feature__productItemImage img {
    min-width: 124px;
    object-fit: contain;
  }
  .feature__productItemsInner--group{
    padding: 0 0 70px;
  }
}
.feature__productItems {
  overflow: hidden;
}
.feature__productItem {
  flex-basis: calc(100% / 4);
  margin: 0 0 30px;
  padding: 0 14px;
}
.feature__productItemLink {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .feature__productItems {
    padding: 0 18px 20px;
  }
  .feature__productItem {
    padding: 0 20px;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    text-align: center;
  }
}
.feature__productItem img {
  margin: 0 0 8px 0;
}
.feature__productItem a {
  display: block;
}
@media print, (min-width: 768px) {
  .feature__productItem a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__productItem a:hover {
    opacity: .65;
  }
}
.feature__productItemRank {
  font-size: 14px;
  margin: 0 0 8px 0;
  display: block;
}
.feature__productItemTitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .feature__productItemRank {
    margin: 0;
  }
 .feature__productItemTitle {
    font-size: 14px;
    max-height: 63px;
    line-height: 1.4em;
    -webkit-line-clamp: 3;
  }
}
.-hover .feature__productItemTitle {
  color: #003894;
  text-decoration: underline;
}
.feature__productItemAuthor {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature__productItemLabel{
  font-size: 10px;
}
@media print, (min-width: 768px) {
  .feature__productItemLabel{
    font-size: 12px;
  }
}
.feature__productItemDetail{
  text-align: left;
  padding: 0 0 16px;
}
.feature__productItemAuthor {
  margin: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .feature__productItemAuthor {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .feature__productItemAuthor {
    font-size: 12px;
  }
}
/*recommend*/

.feature__recommend{
  background-color: transparent;
}
.feature__recommendTitle{
  display: block;
  padding: 0 0 6px;
}
.feature__recommend--top .feature__recommendInner{
  max-width: 800px;
  padding-top: 70px;
  margin: 0 auto;
}
.feature__banner{
  margin: 0 12px 10px 0;
  display: inline-block;
}
.feature__bannerInner{
  text-align: center;
}
.feature__bannerInner img{
  height: auto;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .feature__banner{
    margin: 0 0px 10px 0;
    width: calc(100% / 2 - 4px);
  }
  .feature__bannerInner{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature__recommendInner {
    padding: 0 0 28px;
  }
}
@media only screen and (min-width: 426px) {
  .feature__recommendTitle{
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .feature__bannerInner{
    justify-content: flex-start;
    text-align: left;
  }
  .feature__banner{
    max-width: 280px;
  }
  .feature__recommend {
    min-width: auto;
  }
  .feature__recommend__items {
    margin: 0 84px 50px 0;
    width: calc(16.6% - 70px);
  }
  .feature__recommendInner {
    padding: 0;
    /* max-width: 890px; */
  }
  .feature__recommend__list {
    margin: 0;
  }
  .feature__recommend__list :last-child {
    margin: 0;
  }
}
/*recommend end*/


/*default end*/

/*新規*/
/*全体共通*/
.mainContent__inner.mainblue{
  background-color: #003894;
  padding-top: 24px;
}
.mainContent__inner.blue{
  background-color: #003894;
  padding-top: 24px;
}
.mainContent__inner.yellow{
  background-color: #FDD000;
  padding: 18px 16px 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mainContent__inner.mainblue{
    background-color: #003894;
  }
  .mainContent__inner.blue{
  background-color: #003894;
  padding-top: 60px;
}
  .mainContent__inner.yellow{
  padding: 24px 100px 60px;
}
  .feature__backgroundSpace.feature__backgroundSpace--contents{
    padding-top: 200px;
  }
}

/*トップ画像*/
.feature__LeadTxt{
  color: #fff;
}
/*新登場*/
.newarrivalitem{
  background-color: #fff;
  padding: 24px 0;
}
.newarrivalitem__heading{
  width: 16%;
}
.slider__contentsLink{
  display: block;
}
.slider__contentsImg{
  padding: 0 0 8px 0;
}
.slider__contentsTxt{
  color: #003894;
  font-weight: bold;
}
.slider__contentsInner{
  padding: 4px;
  width: 24%;
  margin: 4px 8px 4px 8px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .slider__contents{
    display: flex;
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) {
.slider__contentsImg{
  padding: 0 10px 16px;
}
  .newarrivalitem{
    padding: 35px 4%;
  }
  .newarrivalitem__heading{
    width: 7%;
  }
  .slider {
    margin: 0 auto;
    padding: 20px;
  }
  .slider__contentsInner {
    padding: 0 20px;
  }

  .slider__contentsImg {
    width: 100%;
    height: auto;
  }

  .slick-prev:before {
    position: absolute;
    content: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png);
    transform: rotate(180deg);
    right: 10px;
  }
    .slick-next:before {
    position: absolute;
    content: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png);
  }
    .slick-prev, .slick-next{
    top: 30%;
  }
}
/*ヒットアイテム*/
.topImg,
.hititem{
    background-color: #003894;
}
.hititem__heading{
  width: 35%;
  margin: 0 auto;
}
.hititem__contents{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
}
.hititem__contentsItem{
  flex-basis: 40%;
}
.hititem__contentsItem--sub{
  flex-basis: 25%;
}
/*アイテムから探す*/
/*共通*/
.iconLinkList{
  margin: 0 0 57px;
}
.searchCategoryArea{
  padding: 0 0 40px;
}
.searchCategory__heading{
  width: 45%;
  padding: 0 0 16px;
}

.itemkarasagasucontents{
  display: flex;
  flex-wrap: wrap;
}
.iconLinkList--col4 .itemkarasagasucontentsItem{
  padding: 0 6px 12px;
  width: calc(100% / 4);
}
.iconLinkList--col3 .itemkarasagasucontentsItem{
  padding: 0 8px 24px;
  width: calc(100% / 3);
}
.itemkarasagasucontentsItemLink{
  display: block;
}
.itemkarasagasucontentsItemImg{
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .hititem__heading{
    width: 20%;
  }
  .hititem__contents{
    width: 60%;
  }
  .searchCategory__heading{
    width: 30%;
    padding: 0 0 30px;
  }
  .itemkarasagasucontentsItem{
    padding: 0 16px 16px 0;
    width: auto
  }
  .itemkarasagasucontentsItemImg{
    border-radius: 12px;
  }
  .iconLinkList--col4 .itemkarasagasucontentsItem{
    padding: 0 16px 12px 0;
    width: calc(100% / 8);
  }
  .iconLinkList--col3 .itemkarasagasucontentsItem{
    /* padding: 0  36px 0; */
    width: calc(100% / 6);
  }
  .iconLinkList{
    margin: 0 auto 124px;
    max-width: 1000px;
  }
  .hititem__contents{
    padding: 64px 0;
  }
    .searchCategoryArea{
    padding: 0 0 60px;
  }
}

/*デザインから探す*/
.designkarasagasuImg{
  border-radius: 12px;
}
.faq__answer--first{
  background: url(https://content.bookoff.co.jp/assets/images/goods/suzuri/icon-answer.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px auto;
  padding: 1em;
}

/*よくある質問*/
.yokuarusitumon{
  background-color: #fff;
  padding: 30px 22px 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .yokuarusitumon{
    padding: 60px 50px 90px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.accordion {
  margin: 0 auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  border-bottom: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #666;
  font-weight: bold;
  position: relative;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}

.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/*効いてない？*/
.content2{
  color: #666;
  font-size: 14px;
  padding-left: 30px;
  /* background: url(https://content.bookoff.co.jp/assets/images/goods/suzuri/icon-answer.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 6%; */
  padding: 1em;
}
.content2 a{
	color: #003894;
}
.title,
.content2 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.content2 p {
margin: 0;
/* padding: 0.5em 1em 1em; */
font-size: 12px;
line-height: 1.5;
padding: 0 20px 0 30px;
}
.toggle:checked + .title + .content2 {
max-height: 500px;
transition: all 1.5s;
}

details {
  width: 100%;
}

summary {
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #ccc;
  padding: 1em;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* 共通の線スタイル */
.faq__title{
  color: #666;
  font-weight: bold;
  font-size: 14px;
  padding: 0 20px 0 30px;
  background: url(https://content.bookoff.co.jp/assets/images/goods/suzuri/icon-question.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px auto;
}

.icon-line {
  position: absolute;
  background: #707070;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 92%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .faq__title{
    font-size: 18px;
    padding-left: 40px;
  }
  .icon-line{
    width: 18px;
    height: 2px;
    top: 40%;
    left: 98%;
  }
  .content2 p {
    font-size: 14px;
  }
}

.icon-line.vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* detailsが開いているとき、縦棒を消す（または重ねて−にする） */
details[open] .icon-line.vertical {
  transform: translate(-50%, -50%) rotate(0deg);
}
/*効いてない？*/

/*suzuriリンク*/
.suzurisutore,.topnimodoru{
  padding: 0 0 16px;
  font-size: 16px;
}

.yokuarusitumon__heading{
  width: 30%;
  padding: 0 0 10px;
}
.topnimodorulink{
  display: block;
  color: #003894;
  font-weight: bold;
}
.suzurisutore{
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
}
.suzurisutorelink{
  display: block;
  border: solid 2px #003894;
  padding: 16px;
  border-radius: 27px;
  color: #003894;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .yokuarusitumon__heading{
  width: 16%;
  padding: 0 0 10px;
}
  .suzurisutore,.topnimodoru{
  padding: 0 0 40px;
  font-size: 18px;
}
}