body {
  margin: 0;
  padding: 0;
}

.line_mainBanner {
  position: relative;
  margin: 40px auto 20px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.line_mainBanner_lead01 {
  margin: 10px auto;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.line_mainBanner_lead02 {
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.line_mainBanner_title {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #00c654;
  font-size: 80px;
  font-weight: bolder;
}
.line_mainBanner_title .LINE_icon::after {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  background-image: url("./img/LINE_Brand_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: text-bottom;
}
.line_mainBanner_img01 {
  display: block;
  margin: 10px auto 0;
  padding: 0;
  width: 200px;
  height: auto;
}
.line_mainBanner_img02 {
  margin: 0px 0 20px auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  height: auto;
}

.line_mainButton {
  position: absolute;
  bottom: 40px;
  right: 10px;
  z-index: 999;
  width: 350px;
  height: auto;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}
.line_mainButton_sp {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 999;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border: solid 1px #765730;
  background-color: #fff;
  border-radius: 20px;

  img {
    width: 180px;
    height: auto;
  }
}

.line_mainButton_text {
  position: relative;
  margin: 0 auto;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.line_mainButton_text span::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("./img/WHG_LINEbutton01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.line_mainButton a {
  display: block;
  margin: 10px auto;
}
.line_mainButton a img {
  height: 50px !important;
}
.line_mainButton_img {
  margin: 0 auto;
  width: 180px;
}
@media screen and (max-width: 1199px) {
  .line_mainBanner_img02 {
    margin: 0px auto 20px;
    padding: 0;
    width: 90%;
    max-width: 650px;
    height: auto;
  }
  .line_mainButton {
    position: absolute;
    bottom: 40px;
    right: 10px;
    z-index: 999;
    width: 250px;
    height: auto;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
  }

  .line_mainButton_img {
    margin: 0 auto;
    width: 130px;
  }
}
@media screen and (max-width: 899px) {
  .line_mainBanner {
    position: static;
    margin: 40px auto 20px;
    padding: 0px 1em;
    width: auto;
    max-width: 1200px;
    text-align: center;
  }
  .line_mainBanner_lead01 {
    margin: 10px auto;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 25px;
    font-weight: bold;
  }
  .line_mainBanner_lead02 {
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .line_mainBanner_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #00c654;
    font-size: 60px;
    font-weight: bolder;
  }
  .line_mainBanner_title .LINE_icon::after {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    background-image: url("./img/LINE_Brand_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: text-bottom;
  }
  .line_mainBanner_img01 {
    display: block;
    margin: 10px auto 0;
    padding: 0;
    width: 180px;
    height: auto;
  }
  .line_mainBanner_img02 {
    margin: 0px auto 20px;
    padding: 0;
    width: 90%;
    max-width: 800px;
    height: auto;
  }
  .line_mainButton {
    display: none;
  }
  .line_mainButton_sp {
    img {
      width: 116px;
    }
  }
  .line_mainButton_text {
    font-size: 16px;
  }

  .line_mainButton_text span::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .line_mainBanner {
    position: static;
    margin: 40px auto 20px;
    padding: 0 15px;
    width: auto;
    max-width: 1200px;
    text-align: center;
  }
  .line_mainBanner_lead01 {
    margin: 10px auto;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
  }
  .line_mainBanner_lead02 {
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  .line_mainBanner_title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #00c654;
    font-size: 35px;
    font-weight: bolder;
  }
  .line_mainBanner_title .LINE_icon::after {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background-image: url("./img/LINE_Brand_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: text-top;
  }
  .line_mainBanner_img01 {
    display: block;
    margin: 10px auto 0;
    padding: 0;
    width: 120px;
    height: auto;
  }
  .line_mainBanner_img02 {
    margin: 0px auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.line_mainMerit {
  margin: 80px auto 50px;
  padding: 0px 2em;
}
.line_maintitle {
  margin: 0 auto 30px;
  padding: 10px 0;
  max-width: 1200px;
  background-color: #765730;
  color: white;
  text-align: center;
}
.line_mainMerit_fb {
  margin: 0px auto;
  max-width: 1200px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.line_mainMerit_fb_inner {
  position: relative;
  padding: 20px 40px;
  min-height: 190px;
  border: solid 3px #ad8046;
  border-radius: 15px;
  flex: 1;
  display: flex;
}
.line_mainMerit_text {
  width: 100%;
  height: auto;
}
.line_mainMerit_text h3 {
  margin: 10px 0 20px;
  color: #ad8046;
}
.line_mainMerit_text h3 span {
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ad8046;
  text-align: center;
  line-height: 40px;
}
.line_mainMerit_text p {
  margin: 0;
  font-size: 25px;
}
.line_mainMerit_img {
  align-items: center;
  display: flex;
}
.line_mainMerit_img img {
  max-width: 180px;
  height: auto;
  align-items: center;
  justify-content: center;
}
.lm_media {
  display: none;
}
@media screen and (max-width: 1199px) {
  .line_mainMerit_fb_inner {
    position: relative;
    padding: 20px 30px;
    min-height: 350px;
    border: solid 3px #ad8046;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .line_mainMerit_img {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  .line_mainMerit {
    margin: 60px auto 20px;
    padding: 0px 1em;
  }
  .line_maintitle {
    margin: 0 auto 30px;
    padding: 10px 0;
    max-width: 1200px;
    background-color: #765730;
    color: white;
    text-align: center;
  }
  .line_mainMerit_fb {
    margin: 0px auto;
    max-width: 1200px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .line_mainMerit_fb_inner {
    position: relative;
    padding: 20px;
    width: 90%;
    min-height: 190px;
    border: solid 3px #ad8046;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-direction: row;
  }
  .line_mainMerit_text {
    width: 100%;
    height: auto;
  }
  .line_mainMerit_text h3 {
    margin: 10px 0 20px;
    color: #ad8046;
  }
  .line_mainMerit_text h3 span {
    display: inline-block;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ad8046;
    text-align: center;
    line-height: 40px;
  }
  .line_mainMerit_text p {
    margin: 0;
    font-size: 20px;
  }
  .line_mainMerit_img {
    align-items: center;
    display: flex;
  }
  .line_mainMerit_img img {
    max-width: 180px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 510px) {
  .line_mainMerit {
    margin: 40px auto 20px;
    padding: 0px 1em;
  }
  .line_maintitle {
    margin: 0 auto 30px;
    padding: 10px 0;
    max-width: 1200px;
    background-color: #765730;
    color: white;
    text-align: center;
    font-size: 18px;
  }
  .line_mainMerit_fb {
    margin: 0px auto;
    max-width: 1200px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .line_mainMerit_fb_inner {
    position: relative;
    padding: 10px 20px;
    width: 85%;
    min-height: 110px;
    border: solid 3px #ad8046;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-direction: row;
  }
  .line_mainMerit_text {
    width: 72%;
    height: auto;
  }
  .line_mainMerit_text h3 {
    margin: 10px 0 10px;
    color: #ad8046;
  }
  .line_mainMerit_text h3 span {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ad8046;
    text-align: center;
    line-height: 30px;
  }
  .line_mainMerit_text p {
    margin: 0;
    font-size: 16px;
  }
  .line_mainMerit_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
  }
  .line_mainMerit_img img {
    min-width: 65px;
    height: auto;
  }
  .lm_media {
    display: block;
  }
}

.line_mainFriend {
  margin: 50px 0 0;
  padding: 0px 2em 50px;
  background-color: #fef2de;
}
.line_mainFriend_fb_sp {
  display: none;
}
.line_mainFriend_fb {
  margin: 0px auto;
  max-width: 1200px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.line_mainFriend_fb_inner {
  position: relative;
  padding: 15px 25px;
  max-width: 380px;
  min-height: 345px;
  background-color: #ffffff;
  border: dotted 2px #ad8046;
  border-radius: 20px;
  flex: 1;
}
.line_mainFriend_icon {
  position: absolute;
  top: 3px;
  left: 15px;
  padding: 5px 15px;
  background-color: #ad8046;
  border-radius: 12px;
  color: #ffffff;
}
.line_mainFriend_text {
  margin: 50px auto 0;
}
.line_mainFriend_text h3 {
  margin: 20px 10px 10px;
  font-size: 25px;
  font-weight: bold;
}
.line_mainFriend_text p {
  margin: 10px 10px 0;
  font-size: 15px;
}
.line_mainFriend_att {
  font-size: 12px !important;
}
.line_illust_fb01 {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
}
.line_illust_fb02 {
  margin: 10px 10px 0 0;
  display: flex;
  align-items: center;
}
.line_illust_fb01 img,
.line_illust_fb02img {
  width: 110px;
  margin: 0 auto;
}
.LINE_icon::after {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("./img/LINE_Brand_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.line_mainFriend_id {
  margin: 10px;
  padding: 10px 15px;
  text-align: center;
  font-size: 22px !important;
  font-weight: bold;
  background-color: #fffa9a;
}
.line_mainFriend_image03 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px auto 0;
  width: 50%;
  text-align: center;
}
.adjust_br {
  display: none;
}
@media screen and (max-width: 1199px) {
  .line_mainFriend_fb {
    margin: 0px auto;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .line_mainFriend_fb_inner {
    position: relative;
    padding: 15px 20px;
    max-width: 380px;
    min-height: 390px;
    background-color: #ffffff;
    border: dotted 2px #ad8046;
    border-radius: 20px;
    flex: 1;
  }
  .line_illust_fb02 {
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .line_illust_fb02img {
    width: auto;
    height: 120px;
  }
  .line_mainFriend_id {
    margin: 15px;
    padding: 10px 15px;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
    background-color: #fffa9a;
  }
  .line_mainFriend_image03 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px auto 0;
    width: 60%;
    text-align: center;
  }
  .adjust_br {
    display: block;
  }
}
@media screen and (max-width: 899px) {
  .line_mainFriend {
    margin: 50px 0 0;
    padding: 0px 2em 140px;
    background-color: #fef2de;
  }
  .line_mainFriend_fb_sp {
    display: block;
    margin: 0px auto;
    max-width: 1200px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .line_mainFriend_fb {
    display: none;
  }
  .line_mainFriend_fb_inner {
    position: relative;
    padding: 15px 20px;
    max-width: 380px;
    min-height: 295px;
    background-color: #ffffff;
    border: dotted 2px #ad8046;
    border-radius: 20px;
    flex: 1;
  }
  .line_mainFriend_text h3 {
    margin: 10px 10px 10px;
    font-size: 25px;
    font-weight: bold;
  }
  .line_illust_fb02 {
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .line_mf_fb_flex {
    display: flex;
  }
  .line_mainFriend_text {
    width: 70%;
  }
  .line_mf_fb_flex img {
    width: 30%;
    height: auto;
    align-self: flex-end;
  }
  .line_mainFriend_image03 {
    display: block;
    position: static;
  }
  .line_button {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .line_mainFriend {
    margin: 50px 0 0;
    padding: 0px 2em 140px;
    background-color: #fef2de;
  }
  .line_mainFriend_fb_sp {
    display: block;
    margin: 0px auto;
    padding: 0 2em;
    max-width: 1200px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .line_mainFriend_fb_inner {
    position: relative;
    padding: 15px 25px;
    width: 100%;
    max-width: none;
    min-height: 0;
    background-color: #ffffff;
    border: dotted 2px #ad8046;
    border-radius: 20px;
    flex: 1;
  }
  .line_mainFriend_icon {
    position: absolute;
    top: 3px;
    left: 15px;
    padding: 5px 15px;
    background-color: #ad8046;
    border-radius: 12px;
    color: #ffffff;
  }
  .line_mainFriend_text {
    margin: 35px auto 0;
  }
  .line_mainFriend_text h3 {
    margin: 20px 10px 10px;
    font-size: 25px;
    font-weight: bold;
  }
  .line_mainFriend_text p {
    margin: 10px 10px 0;
    font-size: 15px;
  }
  .line_mainFriend_att {
    font-size: 12px !important;
  }
  .line_illust_fb02 {
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .LINE_icon::after {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-image: url("./img/LINE_Brand_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .line_mainFriend_id {
    margin: 10px;
    padding: 10px 15px;
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
    background-color: #fffa9a;
  }
  .line_mf_fb_flex {
    display: flex;
  }
  .line_mainFriend_text {
    width: 80%;
  }
  .line_mf_fb_flex img {
    width: 20%;
    height: auto;
    align-self: flex-end;
  }
  .line_mainFriend_image03 {
    display: block;
    position: static;
  }
}
@media screen and (max-width: 499px) {
  .line_mainFriend {
    margin: 50px 0 0;
    padding: 0px 1em 140px;
    background-color: #fef2de;
  }
  .line_mainFriend_fb_sp {
    display: block;
    margin: 0px auto;
    padding: 0 1em;
    max-width: 1200px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .line_mainFriend_fb_inner {
    position: relative;
    padding: 15px;
    width: 100%;
    max-width: none;
    min-height: 0;
    background-color: #ffffff;
    border: dotted 2px #ad8046;
    border-radius: 20px;
    flex: 1;
  }
  .line_mainFriend_text {
    margin: 45px auto 0;
  }
  .line_mainFriend_text h3 {
    margin: 0px 10px 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .line_mainFriend_text p {
    margin: 10px 10px 0;
    font-size: 14px;
  }
  .line_illust_fb02 {
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .line_mainFriend_id {
    margin: 10px;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    background-color: #fffa9a;
  }
  .line_mf_fb_flex {
    display: flex;
  }
  .line_mainFriend_text {
    width: 70%;
  }
  .line_mf_fb_flex img {
    width: 30%;
    height: auto;
    align-self: flex-end;
  }
  .line_mainFriend_image03 {
    display: block;
    position: static;
  }
}
