@charset "UTF-8";
/**************************************************
* パラメータ定義
**************************************************/
/**********[ ブレークポイント ]**********/
/**********[ カラー設定 ]**********/
/**********[ ページサイズ設定 ]**********/
/*
// remを返す
@function rem($pixels) {
    @return $pixels / 16 * 1;
}

// remを返す(単位付き)
@function _rem($pixels) {
    @return ($pixels / 16 * 1)+rem;
}
*/
/**************************************************
* 初期化
**************************************************/
/**********[ 表示切替 ]**********/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.bg_top {
  background: #000;
  position: relative;
  display: block;
  margin-top: 95px;
  z-index: 2;
}
.bg_top::before {
  content: "";
  display: block;
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  background-image: url("../image/bg_top.png");
  aspect-ratio: 960/185;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg_top::before {
    background-image: url("../image/bg_top_sp.png");
    background-size: cover;
    aspect-ratio: 374/73;
    top: calc(clamp(48.828px, 10.4166666667vw, 80px) * -1);
    left: 0px;
  }
}

.bg_bottom {
  background: #000;
  position: relative;
  display: block;
  margin-bottom: 95px;
  z-index: 2;
}
.bg_bottom::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -125px;
  left: 0;
  width: 100%;
  background-image: url("../image/bg_bottom.png");
  aspect-ratio: 960/185;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg_bottom::after {
    background-image: url("../image/bg_bottom_sp.png");
    background-size: cover;
    aspect-ratio: 374/73;
    bottom: calc(clamp(48.828px, 10.4166666667vw, 80px) * -1);
  }
}

/* scss/styles.scss — 整理版（tabs indentation） */
/* ---------------------------------------------
   Variables
--------------------------------------------- */
/* ---------------------------------------------
   Mixins（未定義だったmq/mCenterを補完）
--------------------------------------------- */
/*
@mixin mq($key) {
	@if $key == tab {
		@media (max-width: $bp-sm) { @content; }
	} @else if $key == md {
		@media (max-width: $bp-md) { @content; }
	}
}
@mixin mCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/
/* ---------------------------------------------
   Reset
--------------------------------------------- */
*,
.site::before,
.site::after {
  box-sizing: border-box;
}

.site h1,
.site h2,.site h3,
.site h4,.site p,
.site ul,.site ol,
.site li,.site figure,.site img,.site a {
  margin: 0;
  padding: 0;
}

.site img {
  max-width: 100%;
  display: block;
  height: auto;
}

.site ul,.site ol {
  list-style: none;
}

/* ---------------------------------------------
   Base
--------------------------------------------- */
.site {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.site #main {
  max-width: 960px;
  width: 960px;
  background-image: url("https://img.abc-mart.net/img/event/2025/2510_abcselect_twst/bg.png");
}
@media screen and (max-width: 768px) {
  .site #main {
    max-width: 100%;
    width: 100%;
  }
}
.site a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.site a:hover {
  opacity: 0.9;
}

/* ---------------------------------------------
   Layout
--------------------------------------------- */
.container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---------------------------------------------
   Sections
--------------------------------------------- */
.section {
  padding: 80px 0 125px;
}

/* ---------------------------------------------
   Flex blocks（共通）
--------------------------------------------- */
.flex_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    flex-direction: column;
  }
}

.flex_item_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 68.88px;
}
@media screen and (max-width: 768px) {
  .flex_item_wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.flex_item_wrap.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flex_item_wrap.reverse {
    flex-direction: column;
  }
}
.flex_item_wrap figure {
  aspect-ratio: 316/404;
  width: 316px;
}
.flex_item_wrap .info {
  flex: 1;
  text-align: left;
}
.flex_item_wrap .info .name {
  color: #FBFBFC;
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .flex_item_wrap .info .name {
    font-size: 21px;
    letter-spacing: 2.1px;
    margin-bottom: 8px;
  }
}
.flex_item_wrap .info .kinds {
  color: #FBFBFC;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.4px;
  margin-bottom: 4px;
}
.flex_item_wrap .info .price {
  color: #FBFBFC;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
}
.flex_item_wrap .info .price span {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.flex_item_wrap .info hr {
  background: #C8A175;
  width: 100%;
  height: 2px;
  margin: 38px 0;
}
@media screen and (max-width: 768px) {
  .flex_item_wrap .info hr {
    margin: 26px 0 20px;
  }
}
.flex_item_wrap .info .hr {
  border: 0;
  height: 7px;
  background-image: url("../image/hr.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  margin: 38px 0;
}
@media screen and (max-width: 768px) {
  .flex_item_wrap .info .hr {
    margin: 26px 0 20px;
  }
}
.flex_item_wrap .info .explanation {
  color: #FBFBFC;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.3px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .flex_item_wrap .info .explanation {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flex_item_wrap .info .btn1 {
    margin-left: auto;
    margin-right: auto;
  }
}

.item_list_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .item_list_wrap {
    gap: 0;
  }
}
.item_list_wrap .item {
  aspect-ratio: 243/281;
  width: 243px;
}
@media screen and (max-width: 768px) {
  .item_list_wrap .item {
    width: 122px;
  }
}

/* ---------------------------------------------
   Buttons
--------------------------------------------- */
.site .btn1 {
  display: flex;
  width: 140px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  color: #FBFBFC;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.3px;
  text-decoration: none;
}

.site .btn2 {
  display: inline-block;
  padding: 12px 54px 12px 24px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  color: #FBFBFC;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.3px;
  text-decoration: none;
  position: relative;
}
.site .btn2 svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

/* ---------------------------------------------
   Text helpers
--------------------------------------------- */
.site .title1 {
  color: #FFF;
  font-family: "Shippori Mincho B1";
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .site .title1 {
    font-size: 26px;
    letter-spacing: 6.5px;
  }
}

.site .text1 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
}

/* ---------------------------------------------
   Section 1
--------------------------------------------- */
#section1 .container {
  padding: 80px 80px 0;
}
@media screen and (max-width: 768px) {
  #section1 .container {
    padding: 80px 16px 80px;
  }
}
#section1 .container .flex_wrap h1 img {
  aspect-ratio: 1632/609;
  width: 408px;
}
#section1 .container .flex_wrap figure {
  aspect-ratio: 1;
  width: 353px;
}
@media screen and (max-width: 768px) {
  #section1 .container .flex_wrap figure {
    width: 343px;
  }
}

/* ---------------------------------------------
   Section 2
--------------------------------------------- */
#section2 .container {
  padding: 80px 0 0;
  text-align: center;
}
#section2 .container .title1 {
  margin-bottom: 24px;
}
#section2 .container figure {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 456/533;
  width: 456px;
  margin-bottom: -257px;
}
@media screen and (max-width: 768px) {
  #section2 .container figure {
    width: 375px;
  }
}

/* ---------------------------------------------
   Section 3
--------------------------------------------- */
#section3 .container {
  padding: 0 80px 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section3 .container {
    padding: 84px 16px 0;
  }
}
#section3 .container:last-child {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #section3 .container:last-child {
    padding-bottom: 44px;
  }
}
#section3 .container .title1 {
  margin-bottom: 24px;
}
#section3 .container .flex_item_wrap {
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  #section3 .container .flex_item_wrap {
    margin-bottom: 43px;
  }
}
#section3 .container .flex_item_wrap:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------
   Section 4
--------------------------------------------- */
#section4 .container {
  margin: -50px 0;
  padding-right: 74px;
}
@media screen and (max-width: 768px) {
  #section4 .container {
    margin: -50px 0 -80px;
    padding-right: unset;
  }
}
#section4 .container .flex_wrap {
  gap: 48px;
}
@media screen and (max-width: 768px) {
  #section4 .container .flex_wrap {
    flex-direction: column-reverse;
    gap: 80px;
  }
}
#section4 .container .flex_wrap figure {
  width: 480px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #section4 .container .flex_wrap figure {
    width: 375px;
  }
}
#section4 .container .flex_wrap figure img {
  aspect-ratio: 480/384;
  width: 100%;
}
#section4 .container .flex_wrap .contents {
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #section4 .container .flex_wrap .contents {
    text-align: center;
    padding: 80px 16px 0;
  }
}
#section4 .container .flex_wrap .contents h2 {
  color: #FFF;
  font-family: "Shippori Mincho B1";
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 7px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #section4 .container .flex_wrap .contents h2 {
    font-size: 26px;
    letter-spacing: 6.5px;
  }
}

/* ---------------------------------------------
   Section 5
--------------------------------------------- */
#section5 .container {
  padding: 40px 80px 80px;
}
@media screen and (max-width: 768px) {
  #section5 .container {
    padding: 80px 16px 80px;
  }
}
#section5 .container .flex_wrap {
  gap: 64px;
}
#section5 .container .flex_wrap .contents {
  flex: 1;
}
#section5 .container .flex_wrap .contents img {
  aspect-ratio: 1632/609;
  width: 368px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #section5 .container .flex_wrap .contents img {
    margin-left: auto;
    margin-right: auto;
    width: 343px;
    margin-bottom: 40px;
  }
}
#section5 .container .flex_wrap .contents .text {
  color: #FBFBFC;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.65px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #section5 .container .flex_wrap .contents .text {
    margin-bottom: 40px;
  }
}
#section5 .container .flex_wrap .contents .btn2 {
  display: block;
  max-width: 165px;
}
@media screen and (max-width: 768px) {
  #section5 .container .flex_wrap .contents .btn2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#section5 .container .flex_wrap .figure {
  aspect-ratio: 348/477;
  width: 348px;
}/*# sourceMappingURL=style.css.map */