@charset "UTF-8";

/*=================================

	共通css

=================================*/

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*=================================

	追記

=================================*/
.fourColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fourColumn .column ul {
  width: 494px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fourColumn .column ul li:not(.largeType) { /* largeType（大バナー）を除くliに対しての指定 */
  width: 241px;
}
.fourColumn .column ul li:nth-of-type(n+2) {
  margin-top: 12px;
}

.twoColumn {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: top
}
.twoColumn .Type {
  width: 50%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}
/*=================================

	配送について

=================================*/
.announce01 {
  border: solid 2px #d2ac8f;
  padding: 24px 40px 33px;
}
.title01 {
  font-size: 25px;
  border-bottom: dotted 2px #d2ac8f;
}
.mt20 {
  margin-top: 20px;
}

/*=================================

	追記 220209

=================================*/
.threeColumn{
  flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 50%;
    margin: 0px auto;
}
.threeColumn .Type3{
  width: 32%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}
.threeColumn:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}


/*=================================
	3カラム 画像テキスト
=================================*/
.threeColumn_box {
  flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 49%;
    margin: 0px auto;
}
.threeColumn_box:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.threeColumn_box02 {
  background-color: #e683a2;
  width: 32%;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.8);
}
.threeColumn_box02 a{
  box-sizing: border-box;
  display:block;
  position: relative;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.threeColumn_box02 a img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.threeColumn_box02 p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.6;
  padding: 0 20px 8px 8px;
}
.threeColumn_box02 .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 16px;
  text-align: center;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.threeColumn_box02 a:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 12px;
  content: " ";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 12px;
  width: 14px;
  background-color: #fff;
}
.threeColumn_box02 a:hover{
  opacity: 0.8;
}


/*=================================
	Navigation
=================================*/
.mc-nav {
  display: block;
  overflow: hidden;
  width: 100%;
}

.mc-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 96px;
}

.mc-nav__item a:hover {
    opacity: 0.8;
}

.mc-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
}

.mc-nav__linkwrap {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: 0.175s;
  transition: 0.175s;
  text-align: center;
  color: #fff;
  border-color: #d56286;
  background-color: #c7a458;
  border-radius: 8px;
}

.mc-nav__linkwrap span {
  display: block;
  padding-bottom: 10px;
}

.mc-nav__linkwrap span::after {
  position: absolute;
  bottom: 9px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  content: "";
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mc-nav .mc-nav__item {
  width: 18%;
  margin-top: 24px;
  height: 60px;
  }
.mc-nav .mc-nav__item:nth-child(n+2) {
   margin-left: 24px;
}

@media screen and (max-width: 767px) {
.mc-nav .mc-nav__item {
  width: 47%;
  margin-top: 7px;
  height: 67px;
  }
.mc-nav .mc-nav__item:nth-child(n+2) {
   margin-left: 14px;
}
.mc-nav .mc-nav__item:nth-child(odd) {
   margin-left: 0;
}
.mc-nav__lists {
  margin-bottom: 62px;
}
}


/*=================================
	pickup
=================================*/
.topPickupList {
  margin-bottom: 100px;
}
.topPickupList ul { 
  display : flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.topPickupList .pickup {
  width : calc((100% - 10px) / 2);
  margin : 0 0 10px;
  background: #F8F6F6;
  padding: 10px;
}
.topPickupList .pickup .bnr {
  margin-right:20px;
  float:left;
  width: 30%;
  display: block;
}
.topPickupList .pickup .txtArea {
  float:right;
  width:calc( 70% - 20px );
  display: block;
  color: #0D0D0D;
}
.topPickupList .pickup .ttl01 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: 5px;
  text-align: left;
}
.topPickupList .pickup a .ttl01 {
  text-decoration: underline;
}
.topPickupList .pickup .txt {
  text-align: left;
}
.topPickupList .pickup a .morelink {
  text-decoration: none;
  font-weight:600;
  margin-top:5px;
}
.topPickupList .pickup a:hover img {
  opacity: 1;
}
.topPickupList .pickup a:hover {
  opacity: .6;
}

.topPickupList .pickup a .txtArea .morelink {
  
}


/*=================================
	タイトル飾り
=================================*/
.heading01 {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
.heading01 {
  margin: 0 auto 33px;
  width: 76%;
}
}

@media screen and (max-width: 767px) {
  .topPickupList {
    margin:0 20px 50px;
  }
  .topPickupList .pickup {
    width : 100%;
  }
  .threeColumn {
  width: 95%;
  margin: 0px auto;
	}
  .threeColumn .Type3 {
  width: 50%;
  padding: 5px;
	}
.twoColumn .Type {
  width: 100%;
  padding: 5px;
	}

  .threeColumn_box {
  width: 95%;
  margin: 0px auto;
	}
  .threeColumn_box .threeColumn_box02 {
  width: 48%;
  margin-top: 15px;
}
.threeColumn_box02 {
  border-radius: 10px;
}
.threeColumn_box02 .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  height: 60px;
}
.threeColumn_box02 a:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 9px;
  content: " ";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 9px;
  width: 14px;
}
}


  @media screen and (max-width: 414px) {
  .top .topPickupList .pickup .ttl {
    font-size:15px;
  }
  
}




/*=================================
	値段から探す
=================================*/
.budgetsearch{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align:center;
  width: 60%;
}
.budgetsearch01{
  width:calc(98%/4);
  margin-bottom:10%;
  background-color: #fff;
  border-radius: 10px;
}
.budgetsearch a{
  border: 1px solid #e683a2;
  box-sizing: border-box;
  display: block;
  padding: 1.5em 1em;
  letter-spacing:0.05em;
  font-size:130%;
  font-weight: bold;
  color:#e683a2;
  transition:.5s;
  border-radius: 10px;
}
.budgetsearch a:hover{
  color: #ffffff;
  background:#e683a2;
}


@media screen and (max-width: 767px) {
.budgetsearch{
  width: 95%;
}
.budgetsearcht ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align:center;
}
.budgetsearch01{
  width:calc(98%/2);
  margin-bottom:1%;
}
.budgetsearch a{
  border: 1px solid #e683a2;
  box-sizing: border-box;
  display: block;
  padding: 2em 1em;
  letter-spacing:0.05em;
  font-size:130%;
  font-weight: bold;
  color:#e683a2;
  transition:.5s;
}
}

/*=================================
	ラッピングについて　横並び上下中央
=================================*/
.wrapBg01 {
  background-color: #f6f6f8;
  margin: 0 auto;
}
.wrap01 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 17px 21px;
}

.text {
}

.wrap01 .wrapbox01 h3 {
  font-size: 21px;
  margin: 0;
}

.wrapPct01 {
  width: 12%;
}

.wrapPct01 img {
  width: 100%;
  height:auto;
}

@media screen and (max-width: 767px) {
.wrapPct01 {
  width: 101%;
  margin-left: 7%;
  margin-top: 4%;
}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
.wrapPct01 {
  width: 19%;
  margin-left: 3%;
}
}
/*===================================================================

	追加

====================================================================*/

 .largeType {
  cursor: pointer;
}

 .largeType:hover {
  opacity: .7;
   -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
 .Type {
  cursor: pointer;
}

 .Type:hover {
  opacity: .7;
   -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
 .Type3:hover {
  opacity: .7;
   -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.section__bnr{
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.section__bnr a:hover{
  opacity: .7;
}

/*===================================================================

	641px～ For SP

====================================================================*/

@media screen and (max-width: 767px) {

	/*=================================

    追記

	=================================*/

	body {
		min-width: 100%;
		font-size: 1.2rem;
	}

	/*=================================

		追記

	=================================*/
  .wrap {
    width: auto;
  }
  .fourColumn {
    flex-direction: column;
  }
  .fourColumn .column ul {
    width: 100%;
  }
  .fourColumn .column + .column {
    margin-top: 15px;
  }
  .fourColumn .column ul li:not(.largeType) {
    width: 49%;
  }  
  .twoColumn li:nth-of-type(n+2) { 
    margin-top: 12px;
  }

}
#menu{
	margin-bottom: 40px;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}



#cataloggift-202104 .link-hover {
  cursor: pointer;
}

#cataloggift-202104 .link-hover:hover {
  opacity: .7;
}

#cataloggift-202104 .mrb0 {
  margin-bottom: 0 !important;
}

#cataloggift-202104 .w100 {
  width: 100%;
}

#cataloggift-202104 .text-center {
  text-align: center;
}

#cataloggift-202104 .text-left {
  text-align: left;
}

#cataloggift-202104 .text-right {
  text-align: right;
}

#cataloggift-202104 a:hover {
  text-decoration: none;
}

#cataloggift-202104 .block {
  display: block;
}

#cataloggift-202104 .clearboth {
  clear: both;
}

#cataloggift-202104 .bold {
  font-weight: bold;
}

#cataloggift-202104 *,
#cataloggift-202104 *:before,
#cataloggift-202104 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cataloggift-202104 .pc-none {
  display: none !important;
}

#cataloggift-202104 .sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  #cataloggift-202104 .pc-none {
    display: block !important;
  }
  #cataloggift-202104 .sp-none {
    display: none;
  }
}

#cataloggift-202104 *,
#cataloggift-202104 *:before,
#cataloggift-202104 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cataloggift-202104 .list-asterisk li::before {
  content: '※';
}

#cataloggift-202104 .mainvisual {
  margin-bottom: 14px;
}

#cataloggift-202104 .anchor-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

#cataloggift-202104 .anchor-nav li {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#cataloggift-202104 .anchor-nav li a {
  color: #19191a;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/cataloggift/icon-arrow-bottom01.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  min-height: 25px;
  padding-left: 33px;
}

#cataloggift-202104 .anchor-nav li a:hover {
  opacity: .7;
}

#cataloggift-202104 .section:not(:last-child) {
  margin-bottom: 100px;
}

#cataloggift-202104 .section .section__ttl {
  text-align: center;
}

#cataloggift-202104 .section .section__ttl .h3 {
  background-color: #88A649;
display: block;
text-align: center;
font-size: 25px;
line-height: 1em;
padding: 17px 0 14px;
color: #fff;
position: relative;
width: 480px;
margin: 0 auto 40px;
height: 65px;
font-weight: 700;
}

#cataloggift-202104 .section02 .section__ttl {
  text-align: center;
}

#cataloggift-202104 .section02 .section__ttl .h3 {
  background-color: #88A649;
display: block;
text-align: center;
font-size: 25px;
line-height: 1em;
padding: 17px 0 14px;
color: #fff;
position: relative;
width: 480px;
margin: 0 auto 40px;
height: 65px;
font-weight: 700;
}


#cataloggift-202104 .section02 .section__ttl .h3::before {
  top: 0;
  left: -20px;
  border-width: 33px 0 32px 20px;
  border-color: #88A649 #88A649 #88A649 transparent;
  border-style: solid;
}
#cataloggift-202104 .section02 .section__ttl .h3::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
#cataloggift-202104 .section02 .section__ttl .h3::after {
  top: 0;
  right: -20px;
  border-width: 33px 20px 32px 0;
  border-color: #88A649 transparent #88A649 #88A649;
  border-style: solid;
}
#cataloggift-202104 .section02 .section__ttl .h3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
#cataloggift-202104 .section .section__ttl .h3::before {
  top: 0;
  left: -20px;
  border-width: 33px 0 32px 20px;
  border-color: #88A649 #88A649 #88A649 transparent;
  border-style: solid;
}
#cataloggift-202104 .section .section__ttl .h3::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
#cataloggift-202104 .section .section__ttl .h3::after {
  top: 0;
  right: -20px;
  border-width: 33px 20px 32px 0;
  border-color: #88A649 transparent #88A649 #88A649;
  border-style: solid;
}
#cataloggift-202104 .section .section__ttl .h3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}



#cataloggift-202104 .section .section__body:not(:last-child) {
  margin-bottom: 60px;
}

#cataloggift-202104 .section .section__foot {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cataloggift-202104 .section .section__foot .read-more {
  color: #b9915e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #b9915e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

#cataloggift-202104 .section .section__foot .read-more:hover {
  background: #b9915e;
  color: #fff;
}

#cataloggift-202104 .section--sub:not(:last-child) {
  margin-bottom: 60px;
}

#cataloggift-202104 .section--sub .section__ttl {
  margin-bottom: 30px;
}

#cataloggift-202104 .section--sub .section__ttl .h4 {
  position: relative;
}

#cataloggift-202104 .section--sub .section__ttl .h4::after {
  background-color: #b9915e;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(100% - (20px * 2));
  z-index: -1;
}

#cataloggift-202104 .section--sub .section__ttl .h4 span {
  color: #b9915e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 0 20px;
  z-index: 1;
}

#cataloggift-202104 .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#cataloggift-202104 .item li {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#cataloggift-202104 .item li:hover {
  opacity: .7;
}

#cataloggift-202104 .item li a {
  display: block;
}

#cataloggift-202104 .item--2 li {
  width: calc((100% - (10px * 1)) / 2);
}

#cataloggift-202104 .item--2 li:not(:nth-child(2n)) {
  margin-right: 10px;
}

#cataloggift-202104 .item--4 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#cataloggift-202104 .item--4 li {
  width: calc((100% - (10px * 3)) / 4);
}

#cataloggift-202104 .item--4 li:not(:nth-child(4n)) {
  margin-right: 10px;
}

#cataloggift-202104 .section--use .columun-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#cataloggift-202104 .section--use .columun-2 .columun-2__half {
  width: 50%;
}

#cataloggift-202104 .section--use .columun-2 .columun-2__half:first-child {
  padding-right: 5px;
}

#cataloggift-202104 .section--use .columun-2 .columun-2__half:last-child {
  padding-left: 5px;
}

#cataloggift-202104 .section--use .columun-2 .item--2 li {
  width: 100%;
}

#cataloggift-202104 .section--use .columun-2 .item--2 li:not(:nth-child(2n)) {
  margin-right: 0;
}

#cataloggift-202104 .section--use .columun-2 .item--4 li {
  width: calc((100% - (10px * 1)) / 2);
}

#cataloggift-202104 .section--use .columun-2 .item--4 li:not(:nth-child(4n)) {
  margin-right: 0;
}

#cataloggift-202104 .section--use .columun-2 .item--4 li:not(:nth-child(2n)) {
  margin-right: 10px;
}

#cataloggift-202104 .section--use .columun-2 .item--4 li:nth-last-child(n + 3) {
  margin-bottom: 10px;
}

#cataloggift-202104 .section--use .item li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
}

#cataloggift-202104 .section--use .item--2 li {
  margin-bottom: 10px;
}

#cataloggift-202104 .section--use .item--2 li a {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.1em;
  height: 77px;
}

#cataloggift-202104 .section--use .item--4 li:nth-last-child(n + 5) {
  margin-bottom: 10px;
}

#cataloggift-202104 .section--use .item--4 li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.1em;
  height: 77px;
}

#cataloggift-202104 .section--use .item--4 li a .small {
  font-size: 16px;
  padding-top: 5px;
}

#cataloggift-202104 .section--use li {
  text-align: center;
}

#cataloggift-202104 .section--use li a {
  position: relative;
}



#cataloggift-202104 .section--use .pink {
  background-color: #f97070;
}

#cataloggift-202104 .section--use .pink a::after {
  border-color: transparent transparent #d24949 transparent;
}

#cataloggift-202104 .section--use .brown {
  background-color: #c7a458;
}

#cataloggift-202104 .section--use .brown a::after {
  border-color: transparent transparent #997b3c transparent;
}

#cataloggift-202104 .section--use .beige {
  background-color: #fff0d5;
}

#cataloggift-202104 .section--use .beige a {
  color: #3a3837 !important;
}

#cataloggift-202104 .section--use .beige a::after {
  border-color: transparent transparent #e3caa5 transparent;
}

#cataloggift-202104 .section--contents .columun-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#cataloggift-202104 .section--contents .columun-2 .columun-2__half {
  width: 50%;
}

#cataloggift-202104 .section--contents .columun-2 .columun-2__half:first-child {
  padding-right: 5px;
}

#cataloggift-202104 .section--contents .columun-2 .columun-2__half:last-child {
  padding-left: 5px;
}

#cataloggift-202104 .section--contents .item--2 li a .image,
#cataloggift-202104 .section--contents .item--4 li a .image {
  -webkit-box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.8);
          box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.8);
  margin-bottom: 20px;
}

#cataloggift-202104 .section--contents .item--2 li a .name,
#cataloggift-202104 .section--contents .item--4 li a .name {
  color: #19191a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  text-align: center;
}

#cataloggift-202104 .section--contents .item--2 li a .description,
#cataloggift-202104 .section--contents .item--4 li a .description {
  color: #19191a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.1em;
}

#cataloggift-202104 .section--budget .section__body .content {
  -webkit-box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
          box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  padding: 30px 40px;
}

#cataloggift-202104 .section--budget .section__body .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

#cataloggift-202104 .section--budget .section__body .flex li {
  margin-bottom: 6px;
  position: relative;
  width: calc(99.999% / 3);
	text-align: right;
	padding-right:30px;
}

#cataloggift-202104 .section--budget .section__body .flex .price a {
  background-image: url(/d_images/campaign/cataloggift/icon-arrow01.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  font-size: 18px;
  letter-spacing: .01em;
  margin-bottom: 2px;
  padding-right: 20px;
}

#cataloggift-202104 .section--budget .section__body .flex .price a:hover {
  opacity: .7;
}



#cataloggift-202104 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#cataloggift-202104 .flex .item {
  margin-bottom: 6px;
  position: relative;
  width: calc(100% / 3);
}

#cataloggift-202104 .content--guide {
  background-color: #f6f6f8;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}


/*―――――――
背景色
―――――――*/
#cataloggift-202104 .categoryback01 {
  background-color: #fff9e8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px 0px 80px;
}

#cataloggift-202104 .categoryback02 {
  background-color: #fff;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px 0px 33px;
}

@media screen and (max-width: 767px) {
#cataloggift-202104 .categoryback01 {
  padding: 70px 0px 51px;
}

#cataloggift-202104 .categoryback02 {
  padding: 1px 0px 77px;
}
}


#cataloggift-202104 .content--guide .guide-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 55px 0;
}

#cataloggift-202104 .content--guide .guide-inner .content__ttl {
  color: #19191a;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

#cataloggift-202104 .content--guide .section {
  margin-bottom: 0;
}

#cataloggift-202104 .content--guide .row .colomun:first-child {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}

#cataloggift-202104 .content--guide .row .colomun:nth-child(2) {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}

#cataloggift-202104 .content--guide .row .colomun:last-child {
  width: calc((183 / 1000) * 100%);
}

#cataloggift-202104 .content--guide .row .colomun .section {
  margin-bottom: 0;
}

#cataloggift-202104 .content--guide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}

#cataloggift-202104 .content--guide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}

#cataloggift-202104 .content--guide .row .colomun .section .register {
  display: inline-block;
}

#cataloggift-202104 .content--guide .row .colomun .section p {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}

#cataloggift-202104 .content--guide .row .colomun .section dl dt,
#cataloggift-202104 .content--guide .row .colomun .section dl dd {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}

#cataloggift-202104 .content--guide .row .colomun .section ul,
#cataloggift-202104 .content--guide .row .colomun .section ol {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}

#cataloggift-202104 .content--guide .row .colomun .section dl ol {
  font-size: 10px;
  letter-spacing: .01em;
}

#cataloggift-202104 .content--guide .row .colomun .section dl ol li {
  line-height: 1.5;
}

#cataloggift-202104 .content--guide .row .colomun .section p:not(:last-child),
#cataloggift-202104 .content--guide .row .colomun .section dl:not(:last-child),
#cataloggift-202104 .content--guide .row .colomun .section ul:not(:last-child),
#cataloggift-202104 .content--guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}

#cataloggift-202104 .content--guide .row .colomun .section p.mrb0,
#cataloggift-202104 .content--guide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}

#cataloggift-202104 .content--guide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}

#cataloggift-202104 .content--guide .row .colomun .section .attention li {
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}

#cataloggift-202104 .content--guide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}

#cataloggift-202104 .content--guide .row .colomun .section .attention li::before {
  content: "※";
}

#cataloggift-202104 .content--guide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 11px;
}

#cataloggift-202104 .content--guide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  color: #19191a;
  font-size: 12px;
  letter-spacing: .01em;
}

#cataloggift-202104 .content--guide .row .colomun .section .flow li {
  counter-increment: number;
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#cataloggift-202104 .content--guide .row .colomun .section .flow li::before {
  content: counter(number) ")";
  margin-right: 4px;
}

#cataloggift-202104 .content--guide .register .submitBtn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: auto;
}

#cataloggift-202104 .content--guide .submitBtn,
#cataloggift-202104 .content--guide input[type="submit"].submitBtn {
  background: #fff;
  color: #19191a;
  width: 250px;
}

#cataloggift-202104 .content--guide .submitBtn:hover,
#cataloggift-202104 .content--guide input[type="submit"].submitBtn:hover {
  background: #19191a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #cataloggift-202104 .mainvisual {
    margin-bottom: 20px;
  }
  #cataloggift-202104 .anchor-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  #cataloggift-202104 .anchor-nav li {
    margin-bottom: 23px;
    min-width: 155px;
  }
  #cataloggift-202104 .anchor-nav li:nth-child(2n-1) {
    padding-right: 5px;
  }
  #cataloggift-202104 .anchor-nav li a {
    color: #19191a;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.1em;
    background-size: contain;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    min-height: 22px;
    padding-left: 30px;
  }
  #cataloggift-202104 .section:not(:last-child) {
    margin-bottom: 50px;
  }
  #cataloggift-202104 .section .section__ttl {
    text-align: center;
  }
  #cataloggift-202104 .section .section__ttl .h3 {
    font-size: 18px;
width: 280px;
padding: 15px 0 0;
height: 50px;
margin: 30px auto 36px;
  }
#cataloggift-202104 .section02 .section__ttl {
    text-align: center;
  }
  #cataloggift-202104 .section02 .section__ttl .h3 {
    font-size: 18px;
width: 280px;
padding: 15px 0 0;
height: 50px;
margin: 30px auto 36px;
  }


#cataloggift-202104 .section02 .section__ttl .h3::before {
  border-width: 25px 0 25px 11px;
  left: -11px;
}

#cataloggift-202104 .section02 .section__ttl .h3::before, #cataloggift-202104 .section02 .section__ttl .h3::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
}
#cataloggift-202104 .section02 .section__ttl .h3::after {
  right: -10px;
  border-width: 25px 10px 25px 0;
}
#cataloggift-202104 .section02 .section__ttl .h3::before, #cataloggift-202104 .section02 .section__ttl .h3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
#cataloggift-202104 .section .section__ttl .h3::before {
  border-width: 25px 0 25px 11px;
  left: -11px;
}

#cataloggift-202104 .section .section__ttl .h3::before, #cataloggift-202104 .section02 .section__ttl .h3::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
}
#cataloggift-202104 .section .section__ttl .h3::after {
  right: -10px;
  border-width: 25px 10px 25px 0;
}
#cataloggift-202104 .section .section__ttl .h3::before, #cataloggift-202104 .section02 .section__ttl .h3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}


  #cataloggift-202104 .section .section__body:not(:last-child) {
    margin-bottom: 5px;
  }
  #cataloggift-202104 .section .section__foot .read-more {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.31;
    letter-spacing: 0.1em;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 0 13px;
  }
  #cataloggift-202104 .section--sub:not(:last-child) {
    margin-bottom: 40px;
  }
  #cataloggift-202104 .section--sub .section__ttl {
    margin-bottom: 15px;
  }
  #cataloggift-202104 .section--sub .section__ttl .h4 {
    position: relative;
  }
  #cataloggift-202104 .section--sub .section__ttl .h4::after {
    height: 1px;
    width: calc(100% + 30px);
  }
  #cataloggift-202104 .section--sub .section__ttl .h4 span {
    color: #b9915e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0 10px;
    z-index: 1;
  }
  #cataloggift-202104 .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #cataloggift-202104 .item li {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  #cataloggift-202104 .item li:hover {
    opacity: .7;
  }
  #cataloggift-202104 .item li a {
    display: block;
  }
  #cataloggift-202104 .item--2 li {
    width: calc((100% - (10px * 1)) / 2);
  }
  #cataloggift-202104 .item--2 li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  #cataloggift-202104 .item--4 li {
    width: calc((100% - (7.5px * 1)) / 2);
  }
  #cataloggift-202104 .item--4 li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #cataloggift-202104 .item--4 li:not(:nth-child(2n)) {
    margin-right: 5px;
  }
  #cataloggift-202104 .section--use .columun-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cataloggift-202104 .section--use .columun-2 .columun-2__half {
    width: 100%;
  }
  #cataloggift-202104 .section--use .columun-2 .columun-2__half:first-child {
    margin-bottom: 15px;
    padding-right: 0;
  }
  #cataloggift-202104 .section--use .columun-2 .columun-2__half:last-child {
    padding-left: 0;
  }
  #cataloggift-202104 .section--use .columun-2 .item--2 li {
    width: 100%;
  }
  #cataloggift-202104 .section--use .columun-2 .item--2 li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  #cataloggift-202104 .section--use .columun-2 .item--4 li {
    width: calc((100% - (5px * 1)) / 2);
  }
  #cataloggift-202104 .section--use .columun-2 .item--4 li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #cataloggift-202104 .section--use .columun-2 .item--4 li:not(:nth-child(2n)) {
    margin-right: 5px;
  }
  #cataloggift-202104 .section--use .columun-2 .item--4 li:nth-last-child(n + 3) {
    margin-bottom: 5px;
  }
  #cataloggift-202104 .section--use .item li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
  }
  #cataloggift-202104 .section--use .item--2 li {
    margin-bottom: 5px;
  }
  #cataloggift-202104 .section--use .item--2 li:hover {
    opacity: 1;
  }
  #cataloggift-202104 .section--use .item--2 li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: 0.1em;
    height: 50px;
  }
  #cataloggift-202104 .section--use .item--4 li:nth-last-child(n + 5) {
    margin-bottom: 0;
  }
  #cataloggift-202104 .section--use .item--4 li:nth-last-child(n + 3) {
    margin-bottom: 5px;
  }
  #cataloggift-202104 .section--use .item--4 li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.1em;
    height: 50px;
  }
  #cataloggift-202104 .section--use .item--4 li a .small {
    font-size: 11.5px;
    padding-top: 5px;
  }
  #cataloggift-202104 .section--use li {
    text-align: center;
  }
  #cataloggift-202104 .section--use li a {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
  }

  #cataloggift-202104 .section--use .pink {
    background-color: #f97070;
  }
  #cataloggift-202104 .section--use .pink a::after {
    border-color: transparent transparent #d24949 transparent;
  }
  #cataloggift-202104 .section--use .brown {
    background-color: #c7a458;
  }
  #cataloggift-202104 .section--use .brown a::after {
    border-color: transparent transparent #997b3c transparent;
  }
  #cataloggift-202104 .section--use .beige {
    background-color: #fff0d5;
  }
  #cataloggift-202104 .section--use .beige a {
    color: #3a3837 !important;
  }
  #cataloggift-202104 .section--use .beige a::after {
    border-color: transparent transparent #e3caa5 transparent;
  }
  #cataloggift-202104 .section--use .section__body {
    margin-bottom: 40px !important;
  }

  #menu{
	margin-bottom: 25px;
	font-size: 21px;
	text-align: center;
	font-weight: 500;
}

  #cataloggift-202104 .section--contents .columun-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cataloggift-202104 .section--contents .columun-2 .columun-2__half {
    width: 100%;
  }
  #cataloggift-202104 .section--contents .columun-2 .columun-2__half:first-child {
    margin-bottom: 40px;
    padding-right: 0;
  }
  #cataloggift-202104 .section--contents .columun-2 .columun-2__half:last-child {
    padding-left: 0;
  }
  #cataloggift-202104 .section--contents .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #cataloggift-202104 .section--contents .item--2 li:not(:nth-last-child(3)),
  #cataloggift-202104 .section--contents .item--4 li:not(:nth-last-child(3)) {
    margin-bottom: 20px;
  }
  #cataloggift-202104 .section--contents .item--2 li a .image,
  #cataloggift-202104 .section--contents .item--4 li a .image {
    -webkit-box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.8);
            box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.8);
    margin-bottom: 10px;
  }
  #cataloggift-202104 .section--contents .item--2 li a .name,
  #cataloggift-202104 .section--contents .item--4 li a .name {
    color: #19191a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 2px;
    text-align: center;
  }
  #cataloggift-202104 .section--contents .item--2 li a .description,
  #cataloggift-202104 .section--contents .item--4 li a .description {
    color: #19191a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #cataloggift-202104 .section--contents .item--4 li {
    width: calc((100% - (9px * 1)) / 2);
  }
  #cataloggift-202104 .section--contents .item--4 li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #cataloggift-202104 .section--contents .item--4 li:not(:nth-child(2n)) {
    margin-right: 9px;
  }
  #cataloggift-202104 .section--budget .section__body .content {
    border-top: 1px solid #ececec;
    padding: 18px 5px 12px 13px;
  }
  #cataloggift-202104 .section--budget .section__body .flex li {
    text-align: right;
    width: calc(100% / 2);
		padding-right:5px;
  }
  #cataloggift-202104 .section--budget .section__body .flex .price a {
    font-size: 14px;
		padding-right:15px;
  }
  #cataloggift-202104 .section--budget .section__body .flex .price a:hover {
    opacity: .7;
  }
  #cataloggift-202104 .section--budget .content {
    border-top: 1px solid #ececec;
    -webkit-box-shadow: 0 2.5px 5px rgba(204, 204, 204, 0.8);
            box-shadow: 0 2.5px 5px rgba(204, 204, 204, 0.8);
    padding: 18px 13px;
  }
  #cataloggift-202104 .heightLine-01 {
    height: auto !important;
  }
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
  #cataloggift-202104 .content--guide {
    padding: 0 15px;
  }
}

@media screen and (max-width: 985px) and (min-width: 768px) {
  #cataloggift-202104 a {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #cataloggift-202104 .br a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 8px !important;
  }
  #cataloggift-202104 .br a .small {
    display: block;
    margin-top: -20px;
    padding-top: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 890px) and (min-width: 768px) {
  #cataloggift-202104 .anchor-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cataloggift-202104 .anchor-nav li {
    margin-bottom: 14px;
    padding-right: 20px;
  }
  #cataloggift-202104 .anchor-nav li:last-child {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  #cataloggift-202104 .content--guide {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 30px 0 20px;
  }
  #cataloggift-202104 .content--guide .guide-inner {
    padding: 0 10px;
  }
  #cataloggift-202104 .content--guide .guide-inner .content__ttl {
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #cataloggift-202104 .content--guide .row .colomun {
    width: 100% !important;
  }
  #cataloggift-202104 .content--guide .row .colomun:first-child {
    padding-right: 0;
  }
  #cataloggift-202104 .content--guide .row .colomun:nth-child(2) {
    padding-right: 0;
  }
  #cataloggift-202104 .content--guide .row .colomun:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #cataloggift-202104 .content--guide .row .colomun .section {
    margin-bottom: 20px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section:not(:last-child) {
    margin-bottom: 30px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section h3 {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section .register {
    display: block;
    margin-bottom: 24px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section p {
    font-size: 12px;
    line-height: 17px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section dl dt,
  #cataloggift-202104 .content--guide .row .colomun .section dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section ul,
  #cataloggift-202104 .content--guide .row .colomun .section ol {
    font-size: 12px;
    line-height: 17px;
  }
  #cataloggift-202104 .content--guide .row .colomun .section .brackets li {
    line-height: 1.5;
  }
  #cataloggift-202104 .content--guide .register .submitBtn {
    font-size: 13px;
    padding: .5em .5em;
  }
}


@media screen and (max-width : 1024px) {
.threeColumn{
    width: 95%;
}
.threeColumn_box{
    width: 95%;
}
.budgetsearch{
  width: 92%;
}
}


@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
#cataloggift-202104 .anchor-nav::after {
  display: block;
content:"";
width: 206px;
}

#cataloggift-202104 .anchor-nav li {
  width: 206px;
}
}


@media screen and (max-width: 420px) {
  #cataloggift-202104 .content--brand .content__body {
    padding-left: 10px !important;
  }
  #cataloggift-202104 .content--brand .flex .item--odd {
    padding-left: 0;
    width: calc(100% / 2);
  }
}

body.special {
  overflow-x: hidden;
}
