@import url("global.css");
#bodyarea .introtxt {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 80px;
}
#bodyarea .lineuplist {
  display: flex;
  flex-wrap: wrap;
}
#bodyarea .lineuplist .item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2.5% 100px;
}
#bodyarea .lineuplist .item:nth-child(even) {
  transition-delay: .2s;
}
#bodyarea .lineuplist .item:nth-last-child(1), #bodyarea .lineuplist .item:nth-last-child(2) {
  padding-bottom: 0;
}
#bodyarea .lineuplist .item .pharea {
  position: relative;
}
#bodyarea .lineuplist .item .pharea .ph {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 12px;
}
#bodyarea .lineuplist .item .pharea .ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bodyarea .lineuplist .item .pharea .logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
#bodyarea .lineuplist .item .pharea .logo img {
  object-fit: contain;
  object-position: top left;
  max-width: 170px;
  max-height: 105px;
}
#bodyarea .lineuplist .item .textarea {
  margin-top: 10px;
}
#bodyarea .lineuplist .item .textarea a {
  display: block;
  position: relative;
  padding: 0 20px;
}
#bodyarea .lineuplist .item .textarea a::before {
  content: "";
  background-color: #fff;
  width: 80%;
  height: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 0 8px 0 0;
}
#bodyarea .lineuplist .item .textarea a .titlearea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 70%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#bodyarea .lineuplist .item .textarea a .titlearea .title {
  font-weight: bold;
  font-size: 36px;
}
#bodyarea .lineuplist .item .textarea a .titlearea .tag {
  max-width: 120px;
  box-sizing: border-box;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px;
  text-align: center;
}
#bodyarea .lineuplist .item .textarea a .catch {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
#bodyarea .lineuplist .item .textarea a .flexinner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
#bodyarea .lineuplist .item .textarea a .flexinner .text {
  font-weight: bold;
}
#bodyarea .lineuplist .item .textarea a .flexinner .morebtn {
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 999px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ddd;
  font-size: 15px;
  font-weight: bold;
  padding: 6px;
  width: 160px;
  margin-left: 5%;
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#bodyarea .lineuplist .item .textarea a:hover .flexinner .morebtn {
  background-color: #00A9C5;
  border-color: #00A9C5;
  color: #fff;
}
#bodyarea .lineuplist .item .textarea a:hover .flexinner .morebtn .btninner::after {
  color: #fff;
}
#bodyarea .lineuplist .item .textarea.order a .titlearea .tag {
  background-color: #00A9C5;
}
#bodyarea .lineuplist .item .textarea.order a .catch {
  color: #00A9C5;
}
#bodyarea .lineuplist .item .textarea.select a .titlearea .tag {
  background-color: #8ABC21;
}
#bodyarea .lineuplist .item .textarea.select a .catch {
  color: #8ABC21;
}
#bodyarea .lineuplist .item .textarea.option a .titlearea .tag {
  background-color: #EC9600;
}
#bodyarea .lineuplist .item .textarea.option a .catch {
  color: #EC9600;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1370px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1370px) {
  #bodyarea .lineuplist {
    margin: 0 -2.5% 0;
  }
  #bodyarea .lineuplist .item .textarea a .titlearea .title {
    font-size: 30px;
  }
  #bodyarea .lineuplist .item .textarea a .flexinner .text br {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea .introtxt {
    font-size: inherit;
    margin-bottom: 50px;
  }
  #bodyarea .lineuplist {
    display: block;
    margin: 0;
  }
  #bodyarea .lineuplist .item {
    width: auto;
    padding: 0 0 80px;
  }
  #bodyarea .lineuplist .item:nth-last-child(2) {
    padding-bottom: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .introtxt {
    text-align: left;
    margin-bottom: 35px;
  }
  #bodyarea .lineuplist .item {
    padding-bottom: 0;
    margin-bottom: 50px;
    background-color: #F6F6F6;
    border-radius: 6px;
    overflow: hidden;
  }
  #bodyarea .lineuplist .item:nth-last-child(2) {
    padding-bottom: 0;
  }
  #bodyarea .lineuplist .item:last-child {
    margin-bottom: 0;
  }
  #bodyarea .lineuplist .item .pharea .ph {
    border-radius: 0;
  }
  #bodyarea .lineuplist .item .pharea .logo {
    top: 10px;
    left: 10px;
  }
  #bodyarea .lineuplist .item .pharea .logo img {
    max-width: 100px;
    max-height: 70px;
  }
  #bodyarea .lineuplist .item .textarea {
    margin-top: 0;
  }
  #bodyarea .lineuplist .item .textarea a {
    padding: 25px 20px;
    border-radius: 0 0 6px 6px;
  }
  #bodyarea .lineuplist .item .textarea a::before {
    display: none;
  }
  #bodyarea .lineuplist .item .textarea a .titlearea {
    max-width: initial;
    margin-bottom: 12px;
  }
  #bodyarea .lineuplist .item .textarea a .titlearea .title {
    font-size: 24px;
  }
  #bodyarea .lineuplist .item .textarea a .titlearea .tag {
    max-width: 100px;
    padding: 6px 12px;
    font-size: 13px;
    margin-left: 12px;
  }
  #bodyarea .lineuplist .item .textarea a .catch {
    font-size: inherit;
  }
  #bodyarea .lineuplist .item .textarea a .flexinner {
    display: block;
    margin-top: 5px;
  }
  #bodyarea .lineuplist .item .textarea a .flexinner .text {
    font-size: 13px;
  }
  #bodyarea .lineuplist .item .textarea a .flexinner .morebtn {
    width: 130px;
    font-size: 13px;
    padding: 4px;
    margin: 12px 0 0 auto;
  }
}
