@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2A2A2A;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.mt1em {
  margin-top: 1em;
}

.mt45 {
  margin-top: 45px;
}

.mt55 {
  margin-top: 55px;
}

.mt80 {
  margin-top: 80px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb80 {
  margin-bottom: 80px;
}

.c_red {
  color: #DC000C;
}

.c_izmred {
  color: #B40067;
}

.c_gold {
  color: #DA9000;
}

.c_yellow {
  color: #FFBA00;
}

.c_green {
  color: #6DAD19;
}

.border-bottom {
  position: fixed;
  height: 25px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #DC000C;
  z-index: 999;
}

.border-top {
  position: fixed;
  height: 25px;
  width: 100%;
  top: 0;
  left: 0;
  background: #DC000C;
  z-index: 999;
}

body {
  border-bottom: 25px solid #DC000C;
  border-top: 25px solid #DC000C;
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 14px;
    overflow-x: hidden;
  }
}

/*title-共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
  width: 100%;
  text-align: center;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.sec-line {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 95%;
}

.sec-icon {
  text-align: center;
  max-width: 180px;
  margin: auto auto 60px;
}
@media print, screen and (min-width: 768px) {
  .sec-icon {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .sec-icon {
    width: 60%;
  }
}

.zehi_h3 {
  text-align: center;
  color: #DC000C;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 2em;
}
.zehi_h3 img {
  height: 1.5em;
  display: inline-block;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .zehi_h3 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
  }
}

#zehi_top {
  text-align: center;
}
#zehi_top img {
  max-width: 450px;
  width: 80%;
}

.fv_top {
  background: url("../img/fv_top.png") repeat-x left top;
  background-size: auto 100%;
  height: 20vh;
  width: 100%;
  margin-bottom: 60px;
}

.fv_bottom {
  background: url("../img/fv_bottom.png") repeat-x left top;
  background-size: auto 100%;
  height: 20vh;
  width: 100%;
  margin-top: 60px;
  border-bottom: 25px solid #DC000C;
}

/*menu*/
.zehi_h2 {
  margin-bottom: 50px;
  font-weight: 400;
}

.menu {
  margin: 80px auto;
  background: url("../img/230414_zehibland.png?02") no-repeat center 30%;
}
@media screen and (max-width: 767px) {
  .menu {
    background-size: 170%;
  }
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 655px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu_list {
    justify-content: center;
  }
}
.menu_list li {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .menu_list li {
    width: 120px;
    height: 120px;
  }
  .menu_list li img {
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .menu_list li {
    width: calc((100vw - 10px) / 4);
    height: calc((100vw - 10px) / 4);
    margin: 0 10px;
  }
  .menu_list li img {
    height: 3em;
  }
}
.menu_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.menu_list li a span {
  border: 1px solid #DA9000;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_list li:nth-child(2) {
  animation-delay: 0.2s;
}
.menu_list li:nth-child(3) {
  animation-delay: 0.4s;
}
.menu_list li:nth-child(4) {
  animation-delay: 0.6s;
}
.menu_list li:nth-child(5) {
  animation-delay: 0.8s;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*about*/
#about {
  position: relative;
  max-width: 1500px;
  margin: auto;
  overflow-x: hidden;
}

.copy {
  line-height: 2.5;
}

.about_point {
  background: #FBF8F6;
  max-width: 890px;
  margin: 1em auto;
  border-left: 10px solid #F6B75A;
  border-right: 10px solid #F6B75A;
  padding: 0.8em 1em;
  width: 95%;
}

.about_bg_l {
  background: url("../img/about_bg_01.png?01") no-repeat center top;
  background-size: contain;
  width: 40%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 550px;
  transform: translateX(-50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}

.about_bg_r {
  background: url("../img/221012_about_bg_02.png") no-repeat center bottom;
  background-size: contain;
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -1;
  max-width: 550px;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}
@media screen and (max-width: 767px) {
  .about_bg_r {
    bottom: 30%;
  }
}

.fadein {
  opacity: 1;
  transform: translateX(0);
}

/*concept*/
.concept_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  margin: auto;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .concept_list {
    width: 95%;
  }
}
.concept_list li {
  margin-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  .concept_list li {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  .concept_list li {
    width: 80%;
    margin: auto auto 3em;
  }
}

.concept_num {
  margin-bottom: 0.5em;
}
.concept_num img {
  height: 2em;
}

.concept_img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .concept_img img {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
}

.concept_t {
  color: #B40067;
  margin-bottom: 0.5em;
}

.concept_p {
  margin-top: 0.5em;
  font-size: 0.9em;
}

/*sdgs*/
#sdgs {
  max-width: 1200px;
  margin: auto;
}

.sdgs_sub {
  padding-left: 1em;
}

.sdgs_shiendl {
  margin: 2em auto;
}

.sdgs_h4 {
  letter-spacing: 2px;
  border-bottom: 1px solid #2A2A2A;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 1.6em;
}

.first_t {
  font-size: 1.6em;
}

.sdgs_s {
  max-width: 1000px;
  width: 95%;
  margin: auto auto 80px;
}

.shien {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .shien {
    background: #E9F5FD;
    margin-bottom: 1em;
    padding: 1em;
  }
}
.shien dt {
  padding: 1.8em 2em;
  background: #E9F5FD;
  width: 35%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shien dt {
    width: 100%;
    padding: 0 0 1em 0;
  }
}
.shien dd {
  padding: 1.8em 2em;
  background: #F3FAFF;
  margin: 0;
  width: 65%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shien dd {
    width: 100%;
    margin: auto;
    padding: 1em;
  }
}

.shien_t {
  border-bottom: 1px solid #91DCF8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shien_t {
    display: none;
  }
}
.shien_t * {
  justify-content: center;
}

.eco dt {
  display: list-item;
  font-size: 1.2em;
  list-style-type: decimal;
  margin-left: 2em;
}
.eco dd {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .eco dd {
    display: flex;
    flex-wrap: wrap;
  }
  .eco dd img {
    width: 195px;
  }
}
@media screen and (max-width: 767px) {
  .eco dd {
    margin: auto auto 40px;
    width: 85%;
  }
  .eco dd img {
    width: 100%;
  }
}
.eco .img_cap {
  font-size: 0.8em;
  text-align: center;
  margin-top: 5px;
}
.eco .t_s {
  font-size: 0.8em;
  margin-top: 10px;
  display: block;
}

.try {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .eco_r {
    width: calc(100% - 195px);
    padding: 0 1em;
  }
}

.musubie_link {
  position: relative;
  border: 1px solid #2A2A2A;
}
.musubie_link a {
  width: 100%;
  padding: 2em 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .musubie_link a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .musubie_link a:hover {
    background: #fff9f9;
  }
}
@media print, screen and (min-width: 768px) {
  .musubie_link a img {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .musubie_link a img {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .musubie_link a {
    text-align: center;
  }
}
.musubie_link a p {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .musubie_link a p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .musubie_link a p {
    font-size: 0.9em;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .musubie_link {
    display: flex;
    flex-wrap: nowrap;
  }
}

.arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #DC000C #DC000C transparent transparent;
  transform: rotate(45deg);
}

/*product*/
#product {
  max-width: 1200px;
  margin: auto;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .product_list {
    justify-content: center;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .product_list {
    width: 95%;
    justify-content: space-between;
  }
}
.product_list li {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .product_list li {
    width: 246px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .product_list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .product_list li {
    width: calc((100% - 20px) / 2);
  }
}
.product_list li p {
  margin: 0;
}
.product_list li .p_lineup {
  font-size: 1.1em;
  margin-top: 0.5em;
  padding: 4px 8px;
  color: #fff;
  display: inline-block;
}
.product_list li .p_lineup__premium {
  background: #DDA300;
}
.product_list li .p_lineup__season {
  background: #00A0E9;
}
.product_list li .p_lineup__trend {
  background: #E60012;
}
.product_list li .p_lineup__balance {
  background: #6FBA2C;
}
.product_list li .p_name {
  font-size: 1.2em;
  margin-top: 0.5em;
}
.product_list li .p_price {
  margin: 0.5em auto;
  display: inline-block;
}
.product_list li .p_price::before {
  content: "税抜";
}
.product_list li .p_price::after {
  content: "円*";
}
.product_list li .p_copy {
  margin-top: 5px;
  font-size: 0.9em;
}
.product_list li .p_priceintax {
  display: inline-block;
  font-size: 0.8em;
}
.product_list li .p_priceintax::before {
  content: "(税込";
}
.product_list li .p_priceintax::after {
  content: "円)";
}
.product_list li .p_tenpoosae {
  font-size: 0.7em;
}
.product_list li .p_tenpoosae a {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
  background: #dedede;
  color: #2A2A2A;
  padding-bottom: 10px;
}
.product_list li .p_tenpoosae a .arrow_tenpo {
  border-color: #2A2A2A #2A2A2A transparent transparent;
}
.product_list li .p_tenpoosae_in {
  font-size: 0.7em;
}
.product_list li .p_tenpoosae_in a {
  position: relative;
  display: block;
  border: 1px solid #DC000C;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
  background: #DC000C;
  color: #fff;
  padding-bottom: 10px;
}
.product_list li .p_tenpoosae_in a .arrow_tenpo {
  border-color: #fff #fff transparent transparent;
}

.arrow_tenpo {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid;
  transform: rotate(135deg);
}

.saletenpo_s {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
.saletenpo_s p {
  margin: 0;
}

.saletenpo_s_list {
  border: 1px dashed #ccc;
  padding: 2em 1em;
}
.saletenpo_s_list li {
  padding-left: 1em;
  padding-right: 1em;
}
.saletenpo_s_list li:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #ccc;
}

.saletenpo_s_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.saletenpo_s_name span {
  display: block;
}
@media screen and (max-width: 767px) {
  .saletenpo_s_name span {
    width: 100%;
  }
}

.outtenpo .saletenpo_s_name::after {
  font-size: 0.9em;
  content: "取扱除外店舗";
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
  background: #dedede;
}
@media print, screen and (min-width: 768px) {
  .outtenpo .saletenpo_s_name::after {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .outtenpo .saletenpo_s_name::after {
    width: 100%;
  }
}

.saletenpo .saletenpo_s_name::after {
  content: "取扱店舗";
  font-size: 0.9em;
  display: block;
  border: 1px solid #DC000C;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
  background: #DC000C;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .saletenpo .saletenpo_s_name::after {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .saletenpo .saletenpo_s_name::after {
    width: 100%;
  }
}

.tenpoosae_d_tenpo {
  font-size: 0.85em;
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/* 対象店舗改修 */
.shopButton {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 16px auto;
  padding: 8px;
  background: #DC000C;
  position: relative;
  text-align: center;
  color: #fff;
}
.shopButton:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.product_tenpo_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .product_tenpo_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .product_tenpo_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.product_tenpo_wrap h2 {
  letter-spacing: 2px;
  border-bottom: 1px solid #2A2A2A;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 1.6em;
  padding-top: 40px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .product_tenpo_wrap h2 {
    text-align: center;
    padding-bottom: 16px;
    line-height: 1.5;
  }
}
.product_tenpo_wrap h2 span {
  color: #fff;
  background: #DC000C;
  padding: 4px 8px;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .product_tenpo_wrap h2 span {
    font-size: 0.8em;
  }
}
.product_tenpo_wrap .tenpo-anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 950px;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 24px;
  /*
  	span{
  		border: 1px solid $color-gold;
  		width: 90%;
  		height: 90%;
  		border-radius: 6px;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		margin: 3% auto;
  	}
  */
}
@media screen and (max-width: 767px) {
  .product_tenpo_wrap .tenpo-anker {
    justify-content: center;
  }
}
.product_tenpo_wrap .tenpo-anker li {
  width: 18%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /*border-radius: 10px;*/
  /* border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;*/
}
@media screen and (max-width: 767px) {
  .product_tenpo_wrap .tenpo-anker li {
    width: 30%;
    margin: 4px;
  }
}
.product_tenpo_wrap .tenpo-anker li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A2A2A;
  position: relative;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  background: #fff;
  /*border-radius: 10px;*/
  /*border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;*/
}
@media screen and (max-width: 767px) {
  .product_tenpo_wrap .tenpo-anker li a {
    font-size: 0.8em;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.product_tenpo_wrap .tenpo-anker li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #DC000C;
}
.product_tenpo_wrap .tenpo-anker li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc((100% - 6px) / 2);
  bottom: 12px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #DC000C;
  border-right: solid 2px #DC000C;
  /*border-top: solid 2px $color-gold;
  border-right: solid 2px $color-gold;*/
  transform: rotate(135deg);
}
.product_tenpo_wrap .list-three {
  max-width: 470px;
}
.product_tenpo_wrap .list-three li {
  width: 30%;
}
.product_tenpo_wrap .list-four {
  max-width: 750px;
}
.product_tenpo_wrap .list-four li {
  width: 22%;
}
.product_tenpo_wrap h3 {
  background: #FBF8F6;
  border-left: 10px solid #B40067;
  padding: 0.8em 1em;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 40px;
  font-size: 1.3em;
}
.product_tenpo_wrap h3:first-of-type {
  margin-top: 16px;
}
.product_tenpo_wrap .shop_area_wrap {
  padding-bottom: 24px;
}
.product_tenpo_wrap h4 {
  font-size: 1.2em;
  position: relative;
  margin-top: 24px;
}
.product_tenpo_wrap h4:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #B40067;
  top: -12px;
  left: 0;
  width: 2em;
  height: 2px;
}
.product_tenpo_wrap .shop_name {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}

.return_wrap {
  padding-bottom: 40px;
}

.return_button {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 16px auto;
  padding: 8px;
  background: #DC000C;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
.return_button:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-135deg);
}

.search_list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search_list {
    width: 95%;
  }
}
.search_list input[type=radio] {
  display: none;
}
.search_list input[type=radio]:checked + .radio {
  background: #B40067;
  color: #fff;
  border: none;
}
.search_list input[type=radio]:checked + .radio--all {
  background: none;
  color: #B40067;
}
.search_list .radio {
  padding: 8px 20px;
  margin: 4px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .search_list .radio {
    padding: 8px 12px;
  }
}
.search_list .radio:hover {
  background: #B40067;
  color: #fff;
  border: 1px solid #fff;
}
.search_list .radio--all {
  text-align: right;
  border: none;
}
.search_list .radio--all:hover {
  opacity: 0.8;
  background: none;
  border: none;
  color: #B40067;
}

.search_title {
  text-align: center;
  font-size: 1.4em;
  margin: 40px auto 60px;
  position: relative;
}
.search_title::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 8px;
  background: #BA0067;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}

.is-hide {
  display: none;
}

.lineup_list {
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 95%;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .lineup_list {
    display: block;
    margin: 40px auto;
  }
}
.lineup_logo {
  width: 130px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .lineup_logo {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    text-align: center;
  }
}
.lineup_txt {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .lineup_txt {
    width: 100%;
  }
}
.lineup_txt-ttl {
  font-size: 1.2em;
  line-height: 0.6;
}
.lineup_txt-about {
  padding-top: 12px;
}
.lineup_txt-about__premium {
  border-top: 1px solid #DDA300;
}
.lineup_txt-about__season {
  border-top: 1px solid #00A0E9;
}
.lineup_txt-about__trend {
  border-top: 1px solid #E60012;
}
.lineup_txt-about__balance {
  border-top: 1px solid #6FBA2C;
}/*# sourceMappingURL=index3.css.map */