@charset "UTF-8";

#header {
	position: relative;
}
#header::before {
	content: " ";
	display: block;
	width: 100vw;
	height: 105px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	margin-left: -50vw;
}


.breadcrumb {
  display: flex;
  list-style: none;
  padding: 15px;
	color: #333333;
}

.breadcrumb-item {
　margin-right: 5px; /* 5pxのマージンを追加 */
  font-size: 80%;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #333333;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin-right: 5px;
  margin-left: 5px;
  color: #6c757d;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
}

.inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 1370px;
  padding: 0 10px;
  width: 100%;
}

.wrap-inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 1020px;
  padding: 0 10px;
  width: 100%;
}

.en-font {
  font-family: 'Jost', sans-serif;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.top-main {
  background-color: #f4f4f4;
  margin-top: 40px;
  margin-bottom: 90px;
  padding: 40px 35px 70px;
  position: relative;
  text-align: center;
  z-index: 8;
}

.top-main:before {
  content: '';
  background: url("../../images/special/egift/top_bg01_sp.png") no-repeat left/contain;
  width: 39.53%;
  position: absolute;
  left: 0;
  top: -18px;
  bottom: -10px;
  z-index: -1;
}

.top-main:after {
  content: '';
  background: url("../../images/special/egift/top_bg02_sp.png") no-repeat right/contain;
  width: 53.59%;
  position: absolute;
  right: 0;
  bottom: -49px;
  top: -20px;
  z-index: -1;
}

@media only screen and (min-width: 1249px) {
  .top-main {
    margin-top: 10px;
    margin-bottom: 195px;
    padding: 27px 35px 129px;
  }
  .top-main:before {
    background: url("../../images/special/egift/top_bg01.png") no-repeat center/contain;
    height: 605px;
    width: 502px;
    top: -13px;
  }
  .top-main:after {
    background: url("../../images/special/egift/top_bg02.png") no-repeat center/contain;
    height: 614px;
    width: 562px;
    top: -15px;
  }
}

.top-main__sns {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 24px 0 0 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .top-main__sns {
    margin-top: 36px;
  }
}

.top-main__sns p {
  margin: 0 7px;
  max-width: 30px;
}

@media only screen and (min-width: 769px) {
  .top-main__sns p {
    max-width: 100%;
  }
}

.headline {
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .headline {
    margin-bottom: 44px;
    padding-bottom: 20px;
  }
}

.headline:after {
  content: '';
  background-color: #4d4d4d;
  height: 1px;
  width: 25px;
  margin-left: -12.5px;
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  .headline:after {
    width: 50px;
    margin-left: -25px;
  }
}

.headline .en {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 13px;
}

@media only screen and (min-width: 769px) {
  .headline .en {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

.headline .ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

@media only screen and (min-width: 769px) {
  .headline .ttl {
    font-size: 34px;
  }
}

@media only screen and (min-width: 769px) {
  .headline.headline--left {
    padding-bottom: 15px;
    text-align: left;
  }
  .headline.headline--left:after {
    left: 0;
    margin-left: 0;
  }
  .headline.headline--left .en {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .headline.headline--left .ttl {
    font-size: 44px;
  }
}

.top-about {
  margin-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-about {
    margin-bottom: 265px;
  }
}

.top-about .arrow-down {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -13px;
  top: calc(100% + 12px);
  width: 26px;
  z-index: 5;
}

@media only screen and (min-width: 769px) {
  .top-about .arrow-down {
    top: calc(100% + 60px);
    margin: 0 0 0 -26px;
    width: 52px;
  }
}

.top-about .arrow-down img {
  width: 100%;
}

.top-about .inner {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-about .inner {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: left;
  }
}

@media only screen and (min-width: 1351px) {
  .top-about .inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.top-about__img {
  margin: auto;
  max-width: 148px;
}

@media only screen and (min-width: 769px) {
  .top-about__img {
    order: -2;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 56px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1351px) {
  .top-about__img {
    margin-left: 22.22%;
    margin-right: 56px;
  }
}

.top-about__txt {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 27px;
}

@media only screen and (min-width: 769px) {
  .top-about__txt {
    font-size: 17px;
    line-height: 2.35;
    margin-bottom: 0;
  }
}

.top-about__txt span {
  background: url("../../images/special/egift/bg_line.jpg") repeat-x left 90%;
  background-size: auto 6px;
  font-size: 1.29em;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .top-about__txt span {
    background-size: auto 12px;
    vertical-align: unset;
  }
}

.top-scene {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .top-scene {
    margin-bottom: 150px;
  }
}

.top-scene__list {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: auto;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .top-scene__list {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.top-scene__list li {
  flex: 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
  list-style-type: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .top-scene__list li {
    margin: 0 15px 0 0;
    flex: 0 auto;
    max-width: 100%;
  }
  .top-scene__list li:last-child {
    margin-right: 0;
  }
}

.top-scene__img {
  max-width: 60%;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .top-scene__img {
    margin-bottom: 32px;
    max-width: 100%;
  }
}

.top-scene__ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (min-width: 769px) {
  .top-scene__ttl {
    line-height: 1.5;
  }
}

@media only screen and (min-width: 992px) {
  .top-scene__ttl {
    font-size: 22px;
  }
}

.top-scene__ttl span {
  background: url("../../images/special/egift/bg_line.jpg") repeat-x left 95%;
  background-size: auto 6px;
}

@media only screen and (min-width: 769px) {
  .top-scene__ttl span {
    background-size: auto 12px;
    background-position: left 90%;
  }
}

.top-scene__txt {
  font-size: 12px;
  line-height: 1.667;
}

@media only screen and (min-width: 992px) {
  .top-scene__txt {
    font-size: 18px;
  }
}

.top-campaign {
  background-color: #f4f4f4;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-campaign {
    margin-bottom: 150px;
  }
}

.top-banner {
  margin-bottom: 75px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-banner {
    margin-bottom: 162px;
  }
}

.top-banner img {
  width: 100%;
}

.top-point {
  margin-bottom: 98px;
}

.top-point:after {
  content: '';
  background-color: #4d4d4d;
  height: 1px;
  width: 100px;
  display: block;
  margin: 98px auto 0;
}

@media only screen and (min-width: 769px) {
  .top-point {
    margin-bottom: 165px;
  }
  .top-point:after {
    display: none;
  }
}

.top-point .headline {
  margin-bottom: 65px;
}

.top-point__list {
  margin: 0 auto;
  max-width: 934px;
  padding-left: 0;
  width: 100%;
  counter-reset: num;
}

@media only screen and (min-width: 769px) {
  .top-point__list {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.top-point__list li {
  list-style-type: none;
  margin-bottom: 49px;
  position: relative;
  text-align: center;
}

.top-point__list li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .top-point__list li {
    margin-bottom: 0;
  }
}

.top-point__img {
  display: inline-block;
  max-width: 100px;
  margin-bottom: 9px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-point__img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.top-point__img:before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  left: -25px;
  top: -10px;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .top-point__img:before {
    font-size: 42px;
    top: -25px;
  }
}

.top-point__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

@media only screen and (min-width: 769px) {
  .top-point__ttl {
    font-size: 24px;
  }
}

.top-point__ttl span {
  background: url("../../images/special/egift/bg_line.jpg") repeat-x left 90%;
}

.top-point__txt {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .top-point__txt {
    font-size: 16px;
  }
}

.top-items {
  margin-bottom: 75px;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .top-items {
    margin-bottom: 180px;
  }
}

.top-items__tab {
  display: -webkit-box;
  display: flex;
  margin-bottom: 25px;
  padding-left: 0;
  padding-bottom: 10px;
  overflow-x: auto;
}

@media only screen and (min-width: 769px) {
  .top-items__tab {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 70px;
  }
}

.top-items__tab li {
  list-style-type: none;
  min-width: 38vw;
  position: relative;
  border-bottom: 5px solid #b4b4b4;
  padding-bottom: 17px;
}

@media only screen and (min-width: 481px) {
  .top-items__tab li {
    flex: 25%;
    max-width: 220px;
    min-width: 120px;
  }
}

@media only screen and (min-width: 769px) {
  .top-items__tab li {
    padding-bottom: 30px;
  }
}

.top-items__tab li.active, .top-items__tab li:hover {
  border-color: #ffec62;
}

.top-items__tab li.active:after, .top-items__tab li:hover:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffec62;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: calc(100% + 5px);
}

.top-items__tab li a {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: center;
}

.top-items__tab li .en {
  color: #b4b4b4;
  font-size: 9px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0 0 5px;
}

@media only screen and (min-width: 769px) {
  .top-items__tab li .en {
    font-size: 12px;
    margin: 0 0 10px;
  }
}

.top-items__tab li .jp {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .top-items__tab li .jp {
    font-size: 20px;
  }
}

.top-items__list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -2px;
}

.top-items__list > li {
  box-sizing: border-box;
  flex: 0 50%;
  max-width: 50%;
  list-style-type: none;
  margin-bottom: 17px;
  padding: 0 2px;
}

@media only screen and (min-width: 769px) {
  .top-items__list > li {
    flex: 0 25%;
    max-width: 25%;
    margin-bottom: 4px;
  }
}

.top-items__list > li .item__img img {
  display: block;
  width: 100%;
}

.top-items__list > li a {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .top-items__list > li a:after {
    content: '';
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
  }
  .top-items__list > li a:hover:after, .top-items__list > li a:hover .item__info {
    opacity: 1;
    visibility: visible;
  }
}

.top-items__list > li .item__info {
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-items__list > li .item__info {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }
}

.top-items__list > li .item__name, .top-items__list > li .item__price {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .top-items__list > li .item__name, .top-items__list > li .item__price {
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) {
  .top-items__list > li .item__price {
    margin-top: 6px;
  }
}

.top-items .tab-contents {
  margin-bottom: 28px;
}

@media only screen and (min-width: 769px) {
  .top-items .tab-contents {
    margin-bottom: 80px;
  }
}

.list_btn .btn-more{
  background-color: #000;
  color: #fff;
  display: block;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 20px;
  position: relative;
  text-align: left;
  width: 200px;
}

.btn-more {
  background-color: #000;
  color: #fff;
  display: block;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 20px;
  position: relative;
  text-align: left;
  width: 200px;
}

@media only screen and (min-width: 769px) {
  .btn-more {
    font-size: 16px;
    width: 314px;
    padding: 25px 30px;
  }
}

.btn-more:hover {
  background-color: #ffec62;
  color: #000;
}

.btn-more:hover:before, .btn-more:hover:after {
  background-color: #000;
}

.btn-more:after {
  content: '';
  background-color: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
}

@media only screen and (min-width: 769px) {
  .btn-more:after {
    right: 20px;
    width: 38px;
  }
}

.btn-more:before {
  content: '';
  background-color: #fff;
  height: 1px;
  width: 7px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: right;
}

@media only screen and (min-width: 769px) {
  .btn-more:before {
    margin-top: -0.5px;
    right: 20px;
    width: 10px;
  }
}

.btn-more.btn-more--nobg {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 10px 15px;
  width: 150px;
}

@media only screen and (min-width: 769px) {
  .btn-more.btn-more--nobg {
    padding: 18px 30px;
    width: 212px;
  }
}

.btn-more.btn-more--nobg:before, .btn-more.btn-more--nobg:after {
  background-color: #000;
}

.btn-more.btn-more--nobg:hover {
  background-color: #000;
  color: #fff;
}

.btn-more.btn-more--nobg:hover:before, .btn-more.btn-more--nobg:hover:after {
  background-color: #fff;
}

.top-flow {
  background-color: #f2f2f2;
  padding: 70px 0;
}

.top-flow .inner {
  max-width: 1220px;
}

@media only screen and (min-width: 769px) {
  .top-flow {
    padding: 130px 0 150px;
  }
}

.top-flow .flow-head {
  margin-bottom: 40px;
  text-align: center;
}

.top-flow .flow-head span {
  -webkit-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px 1px;
  width: 150px;
}

@media only screen and (min-width: 769px) {
  .top-flow .flow-head span {
    font-size: 24px;
    width: 290px;
  }
}

.top-flow__list {
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .top-flow__list {
    display: -webkit-box;
    display: flex;
    margin: 0 -10px;
    padding: 0 60px;
  }
}

.top-flow__list li {
  box-sizing: border-box;
  list-style-type: none;
  flex: 0 33.33%;
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  z-index: 8;
}

.top-flow__list li:last-child {
  margin-bottom: 0;
}

.top-flow__list li:last-child .top-flow__box span:after {
  content: '';
  background: url("../../images/special/egift/icon_hot.png") no-repeat center/contain;
  height: 42px;
  width: 39px;
  position: absolute;
  right: -13px;
  top: -35px;
}

@media only screen and (min-width: 769px) {
  .top-flow__list li {
    margin-bottom: 0;
  }
  .top-flow__list li:before {
    content: '';
    background: url("../../images/special/egift/bg_dotted.jpg") repeat-x;
    height: 2px;
    position: absolute;
    left: 0;
    right: 50%;
    top: 39px;
    z-index: -1;
  }
  .top-flow__list li:after {
    content: '';
    background: url("../../images/special/egift/bg_dotted.jpg") repeat-x;
    height: 2px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 39px;
    z-index: -1;
  }
  .top-flow__list li:first-child:before {
    display: none;
  }
  .top-flow__list li:last-child:after {
    display: none;
  }
  .top-flow__list li:last-child .top-flow__step:after {
    display: none;
  }
}

.top-flow__step {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex-flow: column;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  line-height: 1;
  margin: 0 auto 11px;
  height: 50px;
  width: 50px;
}

.top-flow__step:before {
  content: 'STEP';
  font-size: 8px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  .top-flow__step {
    font-size: 29px;
    margin: 0 auto 20px;
    height: 80px;
    width: 80px;
  }
  .top-flow__step:before {
    font-size: 12px;
  }
  .top-flow__step:after {
    content: '';
    background: url("../../images/special/egift/icon_arrow.jpg") no-repeat center/contain;
    height: 17px;
    width: 22px;
    position: absolute;
    right: -11px;
    top: 31px;
  }
}

.top-flow__ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 14px;
}

@media only screen and (min-width: 769px) {
  .top-flow__ttl {
    font-size: 24px;
  }
}

.top-flow__txt {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 14px;
}

@media only screen and (min-width: 769px) {
  .top-flow__txt {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.top-flow__box {
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 10px 0 30px;
  position: relative;
  text-align: center;
}

.top-flow__box img {
  display: block;
}

.top-flow__box span {
  display: inline-block;
  position: relative;
  max-width: 170px;
  margin: 0 auto -7px;
}

@media only screen and (min-width: 769px) {
  .top-flow__box {
    display: none;
  }
}

.top-flow .flow-row.flow-row--yellow .flow-head span {
  background-color: #ffec62;
  color: #000;
}

.top-flow .flow-row.flow-row--yellow .top-flow__step {
  background-color: #ffec62;
  color: #000;
}

.top-flow .flow-row:not(:last-child):after {
  content: '';
  background: url("../../images/special/egift/icon_scroll.png") no-repeat center/contain;
  height: 33px;
  width: 26px;
  display: block;
  margin: 50px auto;
}

@media only screen and (min-width: 769px) {
  .top-flow .flow-row:not(:last-child):after {
    margin: 85px auto 83px;
    height: 66px;
    width: 52px;
  }
}

.top-flow .flow-box {
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: none;
  background-color: #fff;
  margin-top: 28px;
  padding: 40px 50px 0 70px;
}

@media only screen and (min-width: 769px) {
  .top-flow .flow-box {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .top-flow .flow-box {
    padding: 40px 70px 0 90px;
  }
}

.top-flow .flow-box__item {
  margin-right: 15px;
}

.top-flow .flow-box__item:last-child {
  margin-right: 0;
  position: relative;
}

.top-flow .flow-box__item:last-child:after {
  content: '';
  background: url("../../images/special/egift/icon_hot.png") no-repeat center/contain;
  height: 83px;
  width: 77px;
  position: absolute;
  right: -25px;
  top: -50px;
}

.top-flow .flow-box__item img {
  display: block;
}

.top-service {
  padding: 75px 0;
}

@media only screen and (min-width: 769px) {
  .top-service {
    padding: 98px 0 180px;
  }
}

.top-service__list {
  margin: auto;
  max-width: 630px;
  padding-left: 0;
  width: 100%;
}

.top-service__list li {
  list-style-type: none;
  margin-bottom: 39px;
}

.top-service__list li:last-child {
  margin-bottom: 0;
}

.top-service__list li:nth-child(even) .top-service__img {
  margin: 0 18px 0 0;
  order: -1;
}

@media only screen and (min-width: 769px) {
  .top-service__list li {
    margin-bottom: 58px;
  }
  .top-service__list li:nth-child(odd) {
    padding-left: 40px;
  }
  .top-service__list li:nth-child(even) .top-service__img {
    margin: 0 32px 0 0;
  }
}

.top-service__list li a {
  display: -webkit-box;
  display: flex;
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .top-service__content {
    padding-top: 40px;
  }
}

.top-service__content .ttl {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .top-service__content .ttl {
    font-size: 24px;
  }
}

.top-service__content .ttl span {
  background: url("../../images/special/egift/bg_line.jpg") repeat-x left 95%;
  background-size: auto 6px;
}

@media only screen and (min-width: 769px) {
  .top-service__content .ttl span {
    background-position: left 90%;
    background-size: auto 12px;
  }
}

.top-service__content .txt {
  font-size: 12px;
  margin: 15px 0 0;
}

@media only screen and (min-width: 769px) {
  .top-service__content .txt {
    font-size: 16px;
  }
}

.top-service__img {
  flex-shrink: 0;
  margin-left: 18px;
  max-width: 105px;
}

@media only screen and (min-width: 769px) {
  .top-service__img {
    margin-left: 32px;
    max-width: 100%;
  }
}

.top-faq {
  background-color: #fef9df;
  padding: 75px 0;
}

@media only screen and (min-width: 769px) {
  .top-faq {
    padding: 133px 0 150px;
  }
}

.top-faq__wrap {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.top-faq__item {
  border: 2px solid #000;
  margin-bottom: 10px;
}

.top-faq__item:last-child {
  margin-bottom: 0;
}

.top-faq__item dt {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 30px 25px 35px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-faq__item dt {
    font-size: 16px;
    padding: 40px 30px 42px 70px;
  }
}

.top-faq__item dt.active {
  background-color: #ffec62;
}

.top-faq__item dt.active:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -3px;
}

@media only screen and (min-width: 769px) {
  .top-faq__item dt.active:after {
    margin-top: -5px;
  }
}

.top-faq__item dt:before {
  content: "Q.";
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: 13px;
  top: 27px;
}

@media only screen and (min-width: 769px) {
  .top-faq__item dt:before {
    font-size: 22px;
    left: 30px;
    top: 40px;
  }
}

.top-faq__item dt:after {
  content: '';
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
  height: 9px;
  width: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -9px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform-origin: center;
}

@media only screen and (min-width: 769px) {
  .top-faq__item dt:after {
    height: 14px;
    width: 14px;
    margin-top: -14px;
    right: 34px;
  }
}

.top-faq__item dd {
  display: none;
  border-top: 2px solid #000;
  background-color: #ffec62;
  font-size: 12px;
  line-height: 1.67;
  margin: 0;
  padding: 17px 17px 25px 35px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-faq__item dd {
    font-size: 14px;
    line-height: 2.14;
    padding: 40px 47px 42px 70px;
  }
}

.top-faq__item dd:before {
  content: 'A.';
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-right: 24px;
  line-height: 1;
  position: absolute;
  left: 13px;
  top: 20px;
}

@media only screen and (min-width: 769px) {
  .top-faq__item dd:before {
    font-size: 22px;
    left: 30px;
    top: 40px;
  }
}

.top-gift {
  margin: 75px 0;
}

.top-gift:after {
  content: '';
  background-color: #4d4d4d;
  height: 1px;
  width: 100px;
  display: block;
  margin: 98px auto 0;
}

@media only screen and (min-width: 769px) {
  .top-gift {
    margin: 148px 0 200px;
  }
  .top-gift:after {
    display: none;
  }
}

.top-gift__list {
  margin-bottom: 50px;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .top-gift__list {
    display: -webkit-box;
    display: flex;
    margin: 0 -13px 74px;
  }
}

.top-gift__list li {
  box-sizing: border-box;
  list-style-type: none;
  margin-bottom: 25px;
  text-align: center;
}

.top-gift__list li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .top-gift__list li {
    flex: 0 33.33%;
    margin-bottom: 0;
    max-width: 33.33%;
    padding: 0 13px;
  }
}

.top-gift__list li a {
  color: inherit;
  text-decoration: none;
}

.top-gift__ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0;
  line-height: 1.55;
}

@media only screen and (min-width: 769px) {
  .top-gift__ttl {
    font-size: 18px;
    margin: 20px 0 0;
  }
}

.top-info {
  margin-bottom: 75px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-info {
    margin-bottom: 215px;
  }
}

.top-info .wrap-inner {
  position: relative;
  z-index: 8;
}

.top-info .wrap-inner:after {
  content: '';
  background: url("../../images/special/egift/about_bg01.png") no-repeat center/contain;
  display: block;
  margin: 48px auto 0;
  height: 75px;
  width: 196px;
}

@media only screen and (min-width: 769px) {
  .top-info .wrap-inner:before {
    content: '';
    background: url("../../images/special/egift/about_bg02.png") no-repeat center/contain;
    height: 200px;
    width: 172px;
    position: absolute;
    right: 30px;
    bottom: 90px;
    z-index: -1;
  }
  .top-info .wrap-inner:after {
    position: absolute;
    left: 32px;
    bottom: 107px;
    height: 107px;
    width: 176px;
    margin: 0;
    z-index: -1;
  }
}

.top-info__txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-info__txt {
    font-size: 16px;
    line-height: 2.19;
    margin-bottom: 44px;
  }
}

/*--/public/stylesheets/base.css:---*/
#contentsTopWrapper {
  width:100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*--/smh/common/css/common.css:280---*/
#content {
	padding: 0px 0px 0 !important;
}
