

main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/*エレビット会員限定3大特典*/
.entry1__mainvisual {
  margin: 20px 0 0 0;
  gap: 50px;
  background: #FCF4F8;
  display: flex;
  flex-direction: row;
  position: relative;
  min-height: 300px;
}
.mainvisual {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.mainvisual_icon1 {
  position: absolute;
  top: -6px;
  left: 46px;
}
/*
.entry1__mainvisual--detail {
  width: calc(100% - 480px);
}*/
.entry1__mainvisual--title {
  border-radius: 8px;
  margin: 34px 0 24px 30px;
  width: 400px;
  min-height: 120px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.entry1__mainvisual--maintitle {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.entry1__mainvisual--maintitle--top {
  font-size: 21px;
  font-weight: bold;
  color: #13216A;
}
.entry1__mainvisual--maintitle--bottom {
  font-size: 40px;
  font-weight: bold;
  color: #DE8BBB;
  line-height: 1;
}
.entry1__mainvisual--maintitle--bottom span {
  font-size: 52px;
}
.entry1__mainvisual--register {
  width: 95px;
  height: 95px;
  right: -26px;
  bottom: -26px;
  position: absolute;
  color: #FFF;
  background: #0D2D6C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.entry1__mainvisual--numbertitle {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
.entry1__mainvisual--numbervalue--fs28 {
  font-size: 28px;
  font-weight: bold;
}
.entry1__mainvisual--numbervalue--fs18 {
  font-size: 18px;
  font-weight: bold;
}
.entry1__mainvisual--numbervalue--fs10 {
  font-size: 12px;
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 1;
}
.entry1__mainvisual--about__title {
  font-size: 14px;
  padding: 0 0 0 18px;
  width: max-content;
  margin: 0 auto;
  font-weight: bold;
  color: #0D2D6C;
  text-align: center;
  line-height: 1;
  background: url(../img/entry1/mainvisual_icon2.png) left center no-repeat;
}
.entry1__mainvisual--about__comment {
  font-size: 14px;
  margin: 12px auto 0;
  color: #0D2D6C;
  width: max-content;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.entry1__mainvisual img {
  max-width: 480px;
  max-height: 300px;
}
@media print, screen and (max-width: 767px) {
  .mainvisual_icon1 {
    top: -8px;
    left: 40px;
    width: 43px;
  }
  .entry1__mainvisual {
    flex-direction: column;
    gap: 0;
    min-height: 100%;
  }
  .entry1__mainvisual--title {
    margin: 20px 20px 16px;
    padding: 20px 0 16px;
    border-radius: 8px;
    width: unset;
    min-height: unset;
    box-sizing: border-box;
  }
  .mainvisual {
    position: static;
  }
  .entry1__mainvisual img {
    max-width: 100%;
    max-height: 100%;
  }
  .entry1__mainvisual--maintitle--top {
    font-size: 16px;
  }
  .entry1__mainvisual--maintitle--bottom span {
    font-size: 41px;
  }
  .entry1__mainvisual--maintitle--bottom {
    font-size: 31px;
  }
  .entry1__mainvisual--register {
    width: 80px;
    height: 80px;
    bottom: -46px;
    right: -10px;
  }
  .entry1__mainvisual--numbertitle {
    font-size: 12px;
  }
  .entry1__mainvisual--numbervalue--fs28 {
    font-size: 24px;
  }
  .entry1__mainvisual--numbervalue--fs18 {
    font-size: 15px;
  }
  .entry1__mainvisual--numbervalue--fs10 {
    font-size: 8px;
  }
  .entry1__mainvisual--about {
    margin: 16px 20px 20px;
  }
  .entry1__mainvisual--about__title {
    min-height: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    background: url(../img/entry1/sp/mainvisual_icon2.png) left center no-repeat;
    background-size: 13px 13px;
  }
  .entry1__mainvisual--about__comment {
    font-size: 12px;
    line-height: 1.6;
  }
}
/*エレビット会員限定3大特典*/

/*エレビット会員に今すぐ登録する*/
.entry1__register--btn {
  margin: 32px 0 0 0;
}
.entry1__register--btn a {
  width: 471px;
  height: 52px;
  font-size: 18px;
  border-radius: 31px;
  font-weight: bold;
  background: #DE8BBB;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.entry1__register--btn a:hover {
  opacity: 0.8;
}
.entry1__register--btn p.entry1__register--title {
  font-size: 16px;
  width: max-content;
  margin: 0 auto;
  color: #DE8BBB;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

@media print, screen and (max-width: 767px) {
  .entry1__register--btn {
    margin: 24px 20px 0;
  }
  .entry1__register--btn a{
    width: 100%;
    font-size: 16px;
  }
  .entry1__register--btn p.entry1__register--title {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
/*エレビット会員に今すぐ登録する*/

/*LINE公式アカウント友だち募集中*/
.entry1__line {
  background: #06C754;
  border-radius: 20px;
  padding: 20px;
  margin: 60px 0 0 0;
}
.entry1__wrap {
  padding: 40px 20px;
  border-radius: 12px;
  background: #FFF;
  
}
.entry1__line--title {
  font-size: 28px;
  margin: 0 0 32px;
  text-align: center;
  color: #06C754;
  font-weight: bold;
  line-height: 1.6;

}
.entry1__line--main {
  
  max-width: 546px;
  gap: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.entry1__line--detail {
  width: calc(100% - 248px);
  max-width: 295px;
}
.entry1__line--main img {
  max-width: 200px;
  max-height: 200px;
}
.entry1__line--detail p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}
.entry1__line--detail a {
  width: 100%;
  height: 52px;
  border-radius: 31px;
  margin: 24px 0 0 0;
  color: #FFF;
  background: #05C753;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}
.entry1__line--link {
  max-width: 546px;
  margin: 20px auto 0;
  padding: 16px 0;
  border-radius: 7px;
  background: #F0F9F9;
  border: 1px solid #9FD5D5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.line_icon {
  margin-bottom: 12px;
}
.entry1__line--link p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.entry1__line--link p.entry1__line--link__url {
  font-size: 12px;
  color: #DE8BBB;
  font-weight: bold;
  text-decoration: underline;
}
.entry1__line--link a {
  line-height: 1;
  display: block;
  text-align: center;
  text-decoration: none;
}
.entry1__line--link a:hover p.entry1__line--link__url {
  text-decoration: none;
}
@media print, screen and (max-width: 767px) {
  .entry1__line {
    border-radius: 0;
    margin-top: 40px;
    padding: 32px 20px;
  }
  .entry1__wrap {
    padding: 40px 20px;
  }
  .entry1__line--main {
    max-width: unset;
    flex-direction: column;
    gap: 16px;
  }
  .entry1__line--detail {
    width: 100%;
    max-width: 100%
  }
  .entry1__line--title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .entry1__line--detail p {
    font-size: 12px;
  }
  .entry1__line--detail a {
    margin: 20px 0 0 ;
    font-size: 16px;
  }
  .entry1__line--link {
    margin: 25px 0 0 ;
    padding: 16px 22px;
    max-width: unset;
    width: unset;
  }
  .entry1__line--link p {
    font-size: 14px;
  }
  .entry1__line--link p.entry1__line--link__url {
    margin: 0;
    font-size: 12px;
  }
  .line_icon {
    width: 38px;
  }
}
/*LINE公式アカウント友だち募集中*/

/*3つのエレビット会員特典*/
.entry1__tokuten {
  margin: 60px 0 0 0;
  padding: 0 0 40px;
  border-radius: 12px;
  background: #FDF9FB;
  border: 1px solid #F8E1EE;
}
.entry1__tokuten--title {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 58px;
  line-height: 58px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #DE8BBB;
  color: #FFFFFF;
  font-weight: bold;
}
.entry1__tokuten_main {
  margin: 0 160px;
}
.entry1__tokuten_main li {
  margin: 0 0 16px;
  padding: 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #F8E9F2;
  color: #13216A;
}
.entry1__tokuten_main li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.entry1__tokuten_main li span {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 34px;
  font-size: 16px;
  font-weight: bold;
  color: #13216A;
  background: url(../img/entry1/tokuten_icon1.png) left top no-repeat;
}
.entry1__tokuten--title__fs28 {
  font-size: 28px;
}

.entry1__tokuten--title__fs22 {
  font-size: 22px;
}
.entry1__tokuten--title__fs18 {
  font-size: 18px;
}
@media print, screen and (max-width: 767px) { 
  .entry1__tokuten--title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .entry1__tokuten {
    margin: 40px 20px 0;
    padding: 0 0 20px;
    border-radius: 8px;
  }
  .entry1__tokuten_main {
    margin: 0 16px;
  }
  .entry1__tokuten_main li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .entry1__tokuten_main li {
    font-size: 12px;
    padding: 0 0 12px;
    margin: 0 0 16px;
  }
  .entry1__tokuten_main li span {
    font-size: 12px;
    margin: 0 0 8px;
    padding: 0 0 0 26px;
  }
  .entry1__tokuten--title__fs28 {
    font-size: 24px;
  }
  .entry1__tokuten--title__fs22 {
    font-size: 18px;
  }
  .entry1__tokutedn--title__fs28 {
    font-size: 16px;
  }
}
/*3つのエレビット会員特典*/


/*特典*/
.entry1__contents {
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(19,33,106,0.1);
}
.entry1__contents:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.entry1__contents h2 {
  margin: 80px 0 48px 0;
  font-size: 28px;
  font-weight: bold;
  color: #0D2D6C;
  text-align: center;
}
.entry1__contents h2 span {
  margin: 0 0 24px;
  padding: 51px 0 24px 0;
  font-size: 22px;
  font-weight: bold;
  color: #DE8BBB;
  background: url(../img/entry1/title_icon.png) center top no-repeat;
  width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.entry1__contents h3 {
  margin: 60px 0 40px;
  padding: 14px 24px;
  font-size: 22px;
  font-weight: bold;
  background: #FDF9FB;
  color: #DE8BBB;
  display: flex;
  align-items: center;
}
.entry1__contents h4{
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  font-size: 16px;
  border-left: 4px solid #DE8BBB;
  font-weight: bold;
  color: #13216A;
}
.entry1__contents p {
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #13216A;
}
.entry1__contents h2 + p {
  margin: 0 0 0 0;
}
.entry1__contents p.entry1__contents--mt24 {
  margin-top: 24px;
}
.entry1__contents p.entry1__contents--fs16 {
  font-size: 16px;
}
.entry1__contents p.entry1__contents--fs10 {
  font-size: 12px;
  color: #888888;
}
.entry1__contents img {
  margin: 24px auto 0;
  display: block;
}

.entry1__col3 {
  gap: 30px;
  display: flex;
  flex-direction: row;
}
.entry1__item {
  border-radius: 20px;
  padding: 24px 20px 28px;
  width: calc((100% / 3) - 20px);
  border: 1px solid #F8E1EE;
  background: #FDF9FB;
  box-sizing: border-box;
}
.entry1__item img {
  max-width: 100%;
}
.entry1__item--detail {
  margin: 0 0 20px;
  padding: 10px 10px;
  background: #FFF;
}
.entry1__item p.entry1__item--rank {
  border-left: 4px solid #DE8BBB;
  margin: 0 0 16px  0;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #13216A;
}
.entry1__item p.entry1__item--comment{
  font-size: 16px;
}
.entry1__item p.entry1__item--name,
.entry1__item p.entry1__item--text {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.entry1__item img {
  margin: 0;
  display: inline;
}

.entry1__sample {
  margin: 40px 0 0 0;
  padding: 24px 18px 28px;
  background-color: #F5F8FA;
  border: 1px solid #D1E7F5;
  border-radius: 12px;
  box-sizing: border-box;
}
.entry1__contents p.entry1__sample--title {
  font-size: 16px;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
  border-left: 4px solid #DE8BBB;
  color: #13216A;

  font-weight: bold;
}
@media print, screen and (max-width: 767px) { 
  .entry1__contents {
    margin: 0 20px 40px;
    padding: 0 0 40px;
  }
  .entry1__contents h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 40px 0 40px;
  }
  .entry1__contents h2 span {
    padding: 30px 0 16px;
    font-size: 18px;
    background-size: auto 23px;
  }
  .entry1__contents h3 {
    font-size: 18px;
    padding: 12px 20px;
    margin: 40px 0 32px -20px;
    width: calc(100% + 40px);
    box-sizing: border-box;
  }
  .entry1__contents p {
    font-size: 12px;
  }
  .entry1__contents p.entry1__contents--fs16 {
    font-size: 14px;
  }
  .entry1__contents img{
    max-width: 100%;
  }
  .entry1__col3 {
    flex-direction: column;
    gap: 32px;
  }
  .entry1__item {
    padding: 16px 16px 24px;
    width: unset;
    border-radius: 12px;
  }
  .entry1__item p.entry1__item--rank {
    font-size: 14px;
  }
  .entry1__contents p.entry1__sample--title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .entry1__sample .entry1__col3 {
    gap: 8px;
  }
  .entry1__sample .entry1__item{
    padding: 0;
    border: none;
  }
  .entry1__sample {
    padding: 20px 16px 24px;
  }
  div.entry1__sample .entry1__item,
  div.entry1__sample .entry1__item--col {
    width: unset;
    float: none;
    margin-right: 0;
  }
  div.entry1__sample .entry1__item--col {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 8px 0 0 0;
  }
  div.entry1__sample .entry1__item--col .entry1__item{
    width: 50%;
  }
  .entry1__contents div.entry1__sample p.entry1__contents--fs10 {
      margin: 8px 0 0 0;
  }
}

/*特典*/

/*3つのエレビット会員特典*/
.entry1__tokuten2 {
  margin: 60px 0 110px;
  padding: 52px 0 40px;
  border-radius: 12px;
  background: #D786B5;
  box-shadow: 1px 3px 20px rgba(19, 33, 106, 0.13);
  position: relative;
}
.entry1__tokuten2::before {
  width: 374px;
  height: 51px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -51px;
  margin: 0 auto;
  background: url(../img/entry1/fukidashi.png) center center no-repeat;
  display: inline-block;
  content: '';
}
.entry1__tokuten2--title {
  margin: 0 auto 24px;
  color: #FFFFFF;
  font-weight: bold;
  width: max-content;

}
.entry1__tokuten2--title > span{
  display: block;
  width: max-content;
}
.entry1__tokuten2_main {
  margin: 0 60px;
}
.entry1__tokuten2_main li {
  margin: 0 0 12px;
  padding: 24px 100px 24px;
  font-size: 14px;
  border-radius: 12px;
  font-weight: 500;
  background: #FDF9FB;
  color: #13216A;
  box-sizing: border-box;
}
.entry1__tokuten2_main li:last-child {
  margin-bottom: 0;
}
.entry1__tokuten2_main li span {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 34px;
  font-size: 16px;
  font-weight: bold;
  color: #13216A;
  background: url(../img/entry1/tokuten_icon1.png) left top no-repeat;
}
.entry1__tokuten2--title__bottom {
  margin-top: 8px;
}
.entry1__tokuten2--title__fs18 {
  font-size: 18px;
}

.entry1__tokuten2--title__fs32 {
  font-size: 32px;
}
.entry1__tokuten2--title__fs26 {
  font-size: 26px;
}
.entry1__tokuten2--title__fs22 {
  font-size: 22px;
}
.entry1__item--col {
  float: left;
  width: max-content;
  width: 610px;
}
.entry1__sample .entry1__col3 {
  overflow: hidden;
  display: block;
} 
.entry1__sample .entry1__item {
  float: left;
  width: unset;
  width: 299px;
  margin-right: 12px;
}
.entry1__item--col .entry1__item {
  float: left;
  width: 299px;
}
.entry1__item--col .entry1__item:last-child {
  margin: 0;
}
.entry1__tokuten2--comment {
  font-size: 16px;
  font-weight: bold;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  color: #13216A;
}
@media print, screen and (max-width: 767px) { 
  .entry1__tokuten2--title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: unset;
    line-height: unset;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    margin: 0 0 16px;
  }
  .entry1__tokuten2--title > span {
    display: inline-block;
  }
  .entry1__tokuten2--title__fs18 {
    font-size: 14px;
  }
  .entry1__tokuten2--title__fs32 {
    font-size: 24px;
  }
  .entry1__tokuten2--title__fs26 {
    font-size: 18px;
  }
  .entry1__tokuten2--title__fs22 {
    font-size: 16px;
  }
  .entry1__tokuten2--title__bottom {
    margin-top: 6px;
  }
  .entry1__tokuten2 {
    margin: 0 0 80px;
    padding: 26px 20px;
    border-radius: 0;
    background: #DE8BBB;
  }
  .entry1__tokuten2_main {
    margin: 0 0;
  }
  .entry1__tokuten2_main li:last-child {
    border: none;
  }
  .entry1__tokuten2_main li {
    font-size: 12px;
    padding: 16px 16px 12px;
    margin: 0 0 16px;
    border-radius: 8px;
  }
  .entry1__tokuten2_main li span {
    font-size: 12px;
    margin: 0 0 8px;
    padding: 0 0 0 26px;
  }
  .entry1__tokuten2_main li p {
    padding: 0 0 0 26px;
  }
  .entry1__tokuten2--title__fs28 {
    font-size: 24px;
  }
  .entry1__tokuten2--title__fs22 {
    font-size: 18px;
  }
  .entry1__tokuten2--title__fs28 {
    font-size: 16px;
  }
  .entry1__tokuten2::before {
    width: 100%;
    height: 41px;
    bottom: -40px;
    background: url(../img/entry1/sp/fukidashi.png) center center no-repeat;
    background-size: 100% auto;
  }
  .entry1__tokuten2--comment {
    font-size: 14px;
    width: unset;
    margin: 0 20px;
  }
  .entry1__contents:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*3つのエレビット会員特典*/
