@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  scroll-padding-top: 80px;
}
/*20240719  変更・追加*/
main {
  background: url(../img/top_bg.jpg);
}
/*ここまで20240719  変更・追加*/

.inner {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  padding-top: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}

.header-inner {
  display: flex;
  align-items: flex-start;
  padding: 0 60px;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .header-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 10px;
  }
}

.header-name {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .header-name {
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .header-name {
    max-width: 200px;
  }
}

.header-name .jata-logo {
  margin-left: 0px;
	max-width: 260px;
}

.campaign {
	max-width: 400px;
  margin-left: 30px;
	margin-right: 0%;
	right: 0;
	float: right;
}
@media screen and (max-width: 768px) {
  .header-name .jata-logo {
    margin-left: 10px;
	  width: auto;
max-width: none;
  }
	.campaign {
  margin-left: 15px;;
		width: auto;
max-width: none;
}
}

@media screen and (max-width: 768px) {
  .header-right {
    padding: 0 10px;
  }
}

.header-right .wara-link-s {
  height: inherit;
  margin-bottom: 20px;
  font-size: 15px;
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 25px;
  right: 15px;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

.hamburger.is-active {
  right: 20px;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.3s;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span:first-child {
  top: 10px;
  transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 64px;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.drawer-menu__inner {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  height: inherit;
}

.drawer-menu__item {
  width: 100%;
}

.drawer-menu__item:first-child {
  margin-bottom: 5px;
}

.drawer-menu__items {
  width: 100%;
  background: #bbe7f9;
  padding: 20px 0;
  border-bottom: 3px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.drawer-menu__items a {
  color: #fff;
}

.drawer-menu__items.blue01 {
  background: #00b4ed;
}

.drawer-menu__items.blue02 {
  background: #036eb7;
}

.drawer-menu__items.pink {
  background: #f07b96;
}

@media screen and (max-width: 768px) {
  .jata-link-s {
    margin-bottom: 10px;
  }
}

.mv {
  width: 100%;
  background: url(../img/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: contain;
    margin-top: 64px;
  }
}

.mv__inner {
  width: 100%;
  position: relative;
}

.mv__logo {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.mv__text_bg {
  position: relative;
  width: 100%;
  height: 150px;
  background-position: 30% 0%;
  background-size: 200px auto;
  margin-top: -50px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .mv__text_bg {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .mv__text_bg {
    height: 300px;
    background-position: 5% 8%;
    background-size: 100px auto;
  }
}

.mv__text_inner {
  width: 100%;
  height: inherit;
  padding: 10px 0 0 10px;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv__text_inner {
    position: absolute;
    display: block;
	  padding: 0px 0 0 0px;
	  margin-top: -50px;
  }
}

.mv__text_inner .ill02 {
  width: 100%;
  max-width: 250px;
}

.mv__text_inner .ill03 {
  width: 350px;
  padding-top: 50px;

}
@media screen and (max-width: 768px) {
  .mv__text_inner .ill02,
  .mv__text_inner .ill03 {
    
  }
}

@media screen and (max-width: 768px) {
  .mv__text_inner .ill02 {
    position: absolute;
    top: 108%;
   
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .mv__text_inner .ill03 {
	  width: 100%;
    position: absolute;
    top: 37%;
    
  }
}

.mv__text {
  max-width: 70%;
  width: 100%;
  height: inherit;
  padding-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__text {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 70px;
  }
}

.mv__text span {
  color: #e50012;
  background: linear-gradient(transparent 60%, #ffeb3f 60%);
}

.oubo {
  width: 100%;
  margin: 65px auto;
  background: url(../img/svg/bg_kumo.svg) no-repeat;
  background-position: left bottom;
  background-size: 250px auto;
}
@media screen and (max-width: 768px) {
  .oubo {
    padding: 0 15px;
    margin: 90px auto 40px;
    background: none;
  }
}

.oubo__inner {
  position: relative;
  background: repeating-linear-gradient(
    40deg,
    #fffac6,
    #fffac6 10px,
    #fff 10px,
    #fff 20px
  );
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .oubo__inner {
    padding: 30px 10px;
  }
}

.oubo__fuki {
  max-width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .oubo__fuki {
    max-width: 180px;
    left: 13%;
  }
}

.oubo__fuku_wrap_inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: -40px auto 20px;
}

.oubo__fuki_sp {
  width: 55%;
}

.oubo__ill01_sp {
  width: 45%;
}

.oubo__tag {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .oubo__tag {
    margin-bottom: 30px;
  }
}

.oubo__taisyo__texts {
  max-width: 900px;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .oubo__taisyo__texts {
    margin: 15px auto 0;
  }
}

.oubo__taisyo__text span {
  background: linear-gradient(transparent 60%, #ffeb3f 60%);
}

.oubo__taisyo__text {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .oubo__taisyo__text {
    text-align: center;
    width: 100%;
  }
}

.oubo__ill01 {
  width: 25%;
}

.oubo__syohin {
  position: relative;
  width: 100%;
  background: url(../img/2x/intro_waku01.png), url(../img/2x/intro_waku03.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 35px 0 35px;
  margin: 70px auto 30px;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .oubo__syohin {
    padding: 27px 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .oubo__syohin {
    background: url(../img/2x/intro_waku01_sp.png),
      url(../img/2x/intro_waku03_sp.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    padding: 1px 0 1px;
    margin: 30px auto 0;
  }
}

.oubo__syohin__inner {
  width: 100%;
  background: url(../img/2x/intro_waku02.png);
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 25px;
  background-size: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .oubo__syohin__inner {
    background: url(../img/2x/intro_waku02_sp.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: inherit;
    margin: 30px auto;
    padding-bottom: 5px;
  }
}

.oubo__ribbon__syohin {
  position: absolute;
  margin: 0 auto;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oubo__syohin__lead {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .oubo__syohin__lead {
    padding-top: 35px;
  }
}

.oubo__syohin__lead_s {
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .oubo__syohin__lead_s {
    text-align: left;
    width: 80%;
  }
}

.oubo__syohin__images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 840px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .oubo__syohin__images {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 20px auto;
  }
}

.oubo__syohin__img_and {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .oubo__syohin__img_and {
    width: 20%;
    margin: 10px auto;
  }
}

.oubo__syohin__img_kup {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .oubo__syohin__img_kup {
    width: 100%;
  }
}

.kaisai {
  width: 100%;
  margin: 100px auto 0px;
  position: relative;
  background: url(../img/svg/bg_kumo.svg) no-repeat;
  background-position: right 90%;
  background-size: 250px auto;
  padding: 50px 0px 50px 0px;
}
@media screen and (max-width: 768px) {
  .kaisai {
    padding: 0 15px;
    margin: 70px auto 50px;
    background: none;
  }
}

.kaisai__inner {
  position: relative;
  background: rgba(255, 255, 255, 0);
  padding: 50px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .kaisai__inner {
    padding: 30px 5px;
  }
}

.kaisai__title {
  position: absolute;
  margin: 0 auto;
  top: -8rem;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .kaisai__title {
    top: 0.25rem;
  }
}

.kaisai__ill01 {
  max-width: 100px;
  position: absolute;
  top: 1.25rem;
  right: -2%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .kaisai__ill01 {
    max-width: 65px;
    position: absolute;
    top: 2.25rem;
  }
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
.flex {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
	.between {
		width: 45%;
	}}
.kaisai__table,
.kaisai__tbody,
.kaisai__tr {
  width: 100%;
}

.kaisai__table {
  border-collapse: separate;
  border-spacing: 0px 30px;
  margin-top: 20px;
}

.kaisai__tr {
  font-weight: 700;
  letter-spacing: 0.07em;
}

.kaisai__td {
  font-size: 33px;
  line-height: 1.2;
  background: #fff;
  padding: 20px;
  /* 左上 | 右上 | 右下 | 左下 */
  border-radius: 0px 15px 15px 0px;
}
@media screen and (max-width: 768px) {
.kaisai__td {
  font-size: 33px;
  line-height: 1.2;
  background: #fff;
  padding: 20px;
	padding-left: 10px!important;
	padding-right: 10px!important; 
  /* 左上 | 右上 | 右下 | 左下 */
  border-radius: 0px 0px 15px 15px;
}}
.kaisai__td_l {
  color: #03235e;
}
.kaisai__td_m {
  color: #03235e;
  font-size: 26px;
}
.kaisai__td_s {
  color: #03235e;
}
@media screen and (max-width: 768px) {
  .kaisai__td {
    display: block;
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.05;
  }
}

.kaisai__td span {
  font-size: 49px;
  color: #03235e;
}
@media screen and (max-width: 768px) {
  .kaisai__td span {
    font-size: 33px;
  }
}

.kaisai__td small {
  font-size: 16px;
  font-weight: 400;
  line-height: 0.25em !important;
}
@media screen and (max-width: 768px) {
  .kaisai__td small {
    font-size: 13px;
  }
}

.kaisai__th {
  min-width: 225px;
  background: #b2dff6;
  color: #fff;
  padding: 20px;
  font-size: 17px;
  /* 左上 | 右上 | 右下 | 左下 */
  border-radius: 15px 0px 0px 15px;
}
.coupon {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
	.coupon {
		max-width: none!important;
  width: 100%!important;
}
}

@media screen and (max-width: 768px) {
  .kaisai__th {
    width: 100%;
    font-size: 15px;
    padding: 5px;
    display: block;
    max-height: 100px;
	  /* 左上 | 右上 | 右下 | 左下 */
  border-radius: 15px 15px 0px 0px;
  }
  .kaisai__th img {
    width: 50%;
    font-size: 15px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
  }
}

.kaisai__table_in {
  width: 100%;
  border-spacing: initial;
  border-collapse: collapse;
}

.kaisai__tr_in {
  position: relative;
  line-height: 1.85;
}

.kaisai__tr_in:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #000 3px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  display: block;
}
@media screen and (max-width: 768px) {
  .kaisai__tr_in:not(:last-child)::after {
    display: none;
  }
}

.kaisai__th_in {
  background: url() no-repeat;
  background-position: center;
  background-size: contain;
  letter-spacing: 0.07rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .kaisai__th_in {
    width: 40%;
  }
}

.kaisai__td_in {
  font-size: 23px;
  line-height: 0.85;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .kaisai__td_in {
    font-size: 15px;
    line-height: 1.25;
    padding: 10px 0 20px;
  }
}

.kaisai__td_in span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .kaisai__td_in span {
    font-size: 22px;
  }
}

.kaisai__td_in small {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .kaisai__td_in small {
    font-size: 13px;
  }
}

.kaisai__cl_tag {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.kaisai__cl_tag_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kaisai__cl_tag_in {
    flex-wrap: wrap;
  }
}

.kaisai__cl_left {
  width: 385px;
  background: #036eb7;
  padding: 12px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .kaisai__cl_right {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .kaisai__cl_right_in {
    font-size: 80%;
  }
}

.kaisai__cl_right_in large {
  font-size: 30px;
  font-weight: 700;
}

.kaisai__cl_right_in small {
  color: #999999;
  letter-spacing: -0.3rem;
  padding: 0 7px;
}
@media screen and (max-width: 768px) {
  .kaisai__cl_right_in small {
    padding: 0 4px;
  }
}

.houhou {
  width: 100%;
  margin: 100px auto 70px;
  position: relative;
  background: url(../img/svg/bg_kumo.svg) no-repeat;
  background-position: right 90%;
  background-size: 250px auto;
}

@media screen and (max-width: 768px) {
  .houhou {
    padding: 0 15px;
    margin: 70px auto 50px;
    background: none;
  }
}

.houhou__inner {
  position: relative;
  background-color: #fff;
  padding: 0px 10px 30px 10px;
	margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .houhou__inner {
    padding: 0px 5px;
  }
}

.houhou__ribbon__houhou {
  position: absolute;
  margin: 0 auto;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .houhou__ribbon__houhou {
    top: 0.25rem;
  }
}

.houhou__ill01 {
  max-width: 100px;
  position: absolute;
  top: 1.25rem;
  right: -2%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .houhou__ill01 {
    max-width: 65px;
    position: absolute;
    top: 2.25rem;
  }
}

.houhou__table,
.houhou__tbody,
.houhou__tr {
  width: auto;
}
.houhou__tr .form_b{
	max-width: 350px;
	margin-top: 20px;
}
.houhou__table {
  border-collapse: separate;
  border-spacing: 15px 10px;
  margin-top: 20px;
}

.houhou__tr {
  font-weight: 700;
  letter-spacing: 0.07em;
}

.houhou__td {
  font-size: 33px;
  line-height: 0.85;
}
.icon_l{
  max-width: 145px;
}
@media screen and (max-width: 768px) {
  .houhou__td {
    display: block;
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.05;
  }
}

.houhou__td span {
  font-size: 49px;
}
@media screen and (max-width: 768px) {
  .houhou__td span {
    font-size: 33px;
  }
}

.houhou__td small {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .houhou__td small {
    font-size: 13px;
  }
}

.houhou__th {
  min-width: 125px;

  padding: 20px;
  font-size: 17px;
}
.houhou__th img {
  max-width: 165px;
}
.houhou__th_in img {
  max-width: 65px;
}
.houhou__inner li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.side-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 75px;
}
.side-img2 {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
}
p.side-txt {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  font-size: 16px !important;
  width: 400px;
}
p.side-txt2 {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .houhou__th {
    width: 100%;
    font-size: 15px;
    padding: 5px;
    display: block;
  }
	p.side-txt {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  font-size: 16px !important;
  width: auto;
}
p.side-txt2 {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  font-size: 16px !important;
}
}

.houhou__table_in {
  width: 100%;
  border-spacing: initial;
  border-collapse: collapse;
}

.houhou__tr_in {
  position: relative;
  line-height: 1.85;
}

.houhou__tr_in:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  /*background-image: linear-gradient(to right, #000 3px, transparent 2px);*/
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  display: block;
}
@media screen and (max-width: 768px) {
  .houhou__tr_in:not(:last-child)::after {
    display: none;
  }
}

.houhou__th_in {
  background-position: center;
  background-size: contain;
  letter-spacing: 0.07rem;
  color: #000;
  background-size: 50%;
}

@media screen and (max-width: 768px) {
  .houhou__th_in {
    width: 30%;
  }
}

.houhou__td_in {
  font-size: 23px;
  line-height: 0.85;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .houhou__td_in {
    font-size: 15px;
    line-height: 1.25;
    padding: 10px 0 20px;
  }
}

.houhou__td_in span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .houhou__td_in span {
    font-size: 22px;
  }
}

.houhou__td_in small {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .houhou__td_in small {
    font-size: 13px;
  }
}

.houhou__cl_tag {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.houhou__cl_tag_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .houhou__cl_tag_in {
    flex-wrap: wrap;
  }
}

.houhou__cl_left {
  width: 385px;
  background: #036eb7;
  padding: 12px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .houhou__cl_right {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .houhou__cl_right_in {
    font-size: 80%;
  }
}

.houhou__cl_right_in large {
  font-size: 30px;
  font-weight: 700;
}

.houhou__cl_right_in small {
  color: #999999;
  letter-spacing: -0.3rem;
  padding: 0 7px;
}
@media screen and (max-width: 768px) {
  .houhou__cl_right_in small {
    padding: 0 4px;
  }
}
.swiper__box {
  position: relative;
  width: 100%;
  max-width: 756px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper__box {
    max-width: 300px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  color: #000;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px;
    width: 32px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 32px;
    width: 32px;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: calc(0% - 50px);
  left: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: calc(0% - 13px);
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: calc(0% - 50px);
  right: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: calc(0% - 13px);
  }
}

.swiper-button-prev::after {
  background: url(../img/svg/icon_prev.svg) no-repeat;
}

.swiper-button-next::after {
  background: url(../img/svg/icon_next.svg) no-repeat;
}

.syosai {
  font-family: "Kosugi Maru", sans-serif;
  background: #fffce2;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .syosai {
    padding: 40px 15px;
  }
}

.syosai__wrap {
  margin-top: 30px;
}

.syosai__ul:not(:last-child) {
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.syosai__li {
  margin: 5px auto;
}

.syosai__li a {
  display: inline;
}

.syosai__tit {
  display: inline-block;
  color: #fff;
  background: #036eb7;
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .syosai__tit {
    font-size: 14px;
  }
}

.syosai__link {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
}

.syosai__link_b {
  color: #0000ff;
  text-decoration: underline;
}

.howto {
  background: url(../img/howto_bg.jpg);
  padding: 50px 0px 50px 0px;
}
@media screen and (max-width: 768px) {
  .howto {
    padding: 45px 15px;
  }
}
h3.houhou_mitashi {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #ff9ab2;
  text-align: left;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.houhou__td p {
  font-weight: 400;
font-size: 16px!important;
  line-height: 1.85;
}
.houhou__td_in p {
  font-weight: 400;
font-size: 16px!important;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .howto__lead {
    text-align: left;
    margin: 25px auto;
    font-size: 15px;
  }
	.houhou__td p {

font-size: 13px!important;

}
.houhou__td_in p {
 
font-size: 13px!important;

}
}

.howto__steps__wrap {
  background: #fff;
  padding: 40px 25px;
  margin-top: 50px;
}
.howto__steps__wrap2 {
  padding: 40px 25px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .howto__steps__wrap,
  .howto__steps__wrap2 {
    padding: 25px 5px;
  }
}

.howto__steps__lead {
  color: #32be00;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .howto__steps__lead {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.howto__steps__lead span {
  color: #000;
}

.howto__steps,
.howto__step__box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .howto__steps,
  .howto__step__box {
    flex-wrap: wrap;
  }
}

.howto__step__box:not(:last-child) {
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .howto__step__box:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}

.howto__step {
  background: #e3f7c3;
  padding: 30px 20px;
  margin: 0 10px;
}
.howto__step_lead {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #32be00;
  text-align: left;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .howto__step {
    padding: 20px 10px;
    margin: 5px;
  }
}

.howto__step__tit {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 20px;
}

.step1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .step1 {
    width: 100%;
  }
}
.step1 {
  width: 100%;
}
.step2 {
  width: 100%;
}
.step3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .step2 {
    width: 100%;
  }
}

.step3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .step3 {
    width: 100%;
  }
}

.howto__step__img1 {
  width: 100%;
  max-width: 280px;
  margin: 20px auto;
}
.howto__step__img2 {
  width: 100%;
  max-width: 110px;
  margin: 0px 0px 0px 10px;
}
.howto__step__img3 {
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
}
.step1 .howto__step__text {
  width: 100%;
  margin-left: 15px;
}
.step2 .howto__step__text {
  width: 100%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .step1 .howto__step__text {
    width: 100%;
  }
}

.step1 .howto__step__img {
  max-width: 135px;
}

.step2 .howto__step__img {
  max-width: 115px;
}

.howto__step__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .howto__step__text {
    font-size: 15px;
  }
}

.privacy {
  background: #bbe7f9;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 45px 15px;
  }
}

.privacy__tag {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .privacy__tag {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

.privacy__ul {
  font-size: 19px;
  line-height: 2;
  max-width: 950px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .privacy__ul {
    font-size: 15px;
    max-width: 350px;
    margin: 0 auto 30px;
  }
}

.contact {
  background: url(../img/top_bg.jpg);
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 50px 15px;
  }
}

.contact__boxes {
  max-width: 850px;
  padding: 50px 0;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 8px rgb(160, 160, 160);
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .contact__boxes {
    padding: 30px 15px;
    margin: 0 auto 30px;
  }
}

.contact__box {
  max-width: 650px;
  margin: 0 auto;
}

.contact__h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact__h3 {
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 100%;
  }
}

.contact__text__large {
  font-size: 65px;
  letter-spacing: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact__text__large {
    font-size: 30px;
    letter-spacing: 0.1rem;
  }
}

.contact__about {
  max-width: 850px;
  margin: 0 auto;
}

.contact__jata {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .contact__jata {
    margin: 0 auto 10px;
  }
}

.contact__about__lead {
  font-size: 27px;
  font-weight: 700;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .contact__about__lead {
    font-size: 20px;
  }
}

.contact__about__text {
  font-size: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact__about__text {
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.logo__area {
  background: url(../img/top_bg.jpg);
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .logo__area {
    padding: 20px 0px;
  }
}

.logo__area__span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: normal;
}

.logo__area__box {
  width: 100%;
  width: 23.5%;
  margin-left: 1%;
  background: #fff;
  padding: 10px 20px 0px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .logo__area__box {
    width: 32%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .logo__area__box {
    width: 48.5%;
  }
}

.logo__area__box .thumb {
  height: 80px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__area__box .thumb img {
  max-width: 200px;
  max-height: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .logo__area__box .thumb {
    height: 120px;
  }
}
@media screen and (max-width: 375px) {
  .logo__area__box .thumb {
    height: 105px;
  }
}

.logo__area__box .logo__area__tit {
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .logo__area__box .logo__area__tit {
    font-size: 68%;
  }
}

.footer {
  background: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.footer__inner {
  text-align: center;
}

.footer__jata {
  width: 100%;
  max-width: 250px;
  margin: auto;
}

.footer__copy {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 95%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.footer__jata_logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__jata_logo {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}

.footer__jata_logo_in {
  margin-top: -70px;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .footer__jata_logo_in {
    margin-top: 0;
  }
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #0068b7;
  border-radius: 30px;
  z-index: 1000;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 応募のボタン */
#oubo_box {
  width: 200px;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: 75px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #oubo_box {
    width: 100px;
    position: fixed;
    right: 5px;
    bottom: 75px;
  }
}

#oubo_close {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  display: inline-block;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  #oubo_close {
    font-size: 17px;
  }
}

#oubo_box p:hover {
  opacity: 0.6;
  cursor: pointer;
}

#dl {
  background: #fff;
  padding: 110px 0 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #dl {
    padding: 64px 0 10px;
    height: auto;
  }
}

.dl_main_tit {
  clear: both;
  margin: 45px 0 25px;
  padding: 8px 0 8px 20px;
  min-height: 46px;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  border-left: 8px solid #FFFF00;
}
.dl_coupon_tit {
  color: #0200ed;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  text-decoration: underline;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .dl_main_tit {
    margin: 25px 0;
    padding: 8px 0 8px 10px;
    font-size: 18px;
  }
  .dl_coupon_tit {
    margin: 25px 0;
    font-size: 18px;
    padding-top: 0;
  }
}

.tableLine {
  max-width: 100%;
  width: 100%;
  margin: 1em 0 2em;
  border: none;
  border-right: 2px solid #FFFF00;
  border-bottom: 2px solid #FFFF00;
  border-spacing: 0;
  border-collapse: collapse;
}

.tableLine > tbody > tr > th,
.tableLine > tbody > tr > td {
  padding: 0.5em 0.2em;
  border-top: 2px solid #FFFF00;
  border-left: 2px solid #FFFF00;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

.tableLine > tbody > tr > td > p {
  margin-top: 5px;
  font-size: 40%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tableLine td,
  .tableLine th {
    padding: 10px;
  }
}

.tableLine td.type {
  width: auto;
  font-weight: 700;

}

.tableLine td.type a {
  text-decoration: none;
  color: #2da1f8;
}

.tableLine td.type a:hover {
  color: rgba(45, 160, 248, 0.7176470588);
}

.tableLine td.type a p {
  text-align: center;
  font-size: 60%;
}

.tableLine td.use {
  width: 20%;
}

.tableLine td.data {
  width: 18%;
}

.tableLine td.dl {
  width: 18%;
  background-color: #FFFF00;
}

.tableLine td.dl a {
  color: #0000ff;
  text-decoration: underline;
}

.tableLine td.dl:hover {
  background-color: rgba(255, 255, 0, 0.33);
  cursor: pointer;
}

#dl_main .coupon_sub {
  margin-bottom: 50px;
}

#dl_main .coupon_sub a:hover {
  color: rgba(0, 0, 0, 0.698);
}

.bread_list {
  overflow: hidden;
}

.bread_list li {
  float: left;
}

.bread_list a,
.bread_list span {
  display: inline-block;
  font-size: 13px;
}

.bread_list li a {
  color: #324c55;
  text-decoration: none;
}

.bread_list li:before {
  content: ">";
  margin: 0 10px;
  color: #a0a0a0;
  font-size: 16px;
}

.bread_list li:first-child::before {
  display: none;
}

.mv p {
  font-size: 23.5px;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .mv p {
    font-size: 17.5px;
  }
}

.heading {
  font-size: 38.7px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 30px;
  }
}

a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

p {
  font-size: 20px;
  font-weight: 500;
}

p small {
  font-size: 17px;
  font-weight: 300;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bg 0.3s;
}
.contact-btn:hover {
  opacity: 1;
}

.form-link {
  width: 100%;
  max-width: 425px;
  padding: 0 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form-link {
    max-width: 335px;
  }
}

.ribbon {
  width: 100%;
  max-width: 1200px;
  padding: 0 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ribbon {
    max-width: 280px;
  }
}

.radius {
  border-radius: 10px;
}
.radius_bot {
  border-radius: 0px 0px 10px 10px;
}
.jata__link {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jata__link {
    max-width: 350px;
  }
}

.privacy__link {
  width: 100%;
  max-width: 725px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .privacy__link {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }

  .kaisai__th .md-none {
    display: none;
  }
}
.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}
/*==dl.html add20240703*/
.coupon_sub {
  margin-bottom: 50px;
}
.anoounnce {
  border: 1px solid #000;
  padding: 1rem;
  text-align: center;
}
.anoounnce h3 {
  margin-bottom: 0.5em;
  font-size: 21px;
}
.anoounnce p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.announce__desc {
  margin-top: 0.5em;
  background-color: #ffe6f1a1;
  padding: 0.5em 0;
}
.announce__add {
  font-size: 1.1em;
  position: relative;
}
.atmark::after {
  content: "@";
  position: absolute;
  left: 8.9em;
}
@media screen and (max-width: 768px) {
  .coupon_sub {
    margin-bottom: 20px;
  }
  .anoounnce h3 {
    font-size: 18px;
  }
  .anoounnce p {
    font-size: 14px;
  }
}
/*add 20270731*/
del {
  background-image: linear-gradient(#000000, #000000);
  background-position: 0 57%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
}
/*add 20240809*/
.banner__area {
  background-color: #fffce2;
  padding: 65px 0;
}
.flex_banner{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
display:flex;
}
.banner__area h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
/* add 20241126 */
.banner__area a {
  max-width: 250px;
  margin: 0 auto 1em;
}
.banner__area .flex_banner .banner__item {
  width: 100%;

}

	
@media screen and (max-width: 768px) {
  .howto__steps__lead {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .howto__step_lead {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 2rem;
  }
  .step1 .howto__step__text {
    margin-left: 0;
  }
  .step2 .howto__step__text {
    margin-left: 0;
  }
  table {
    width: 100%;
    table-layout: fixed;
  }
  .houhou__th img {
    max-width: 6rem;
  }
	  .icon_s {
    max-width: 5rem!important;
  }
  .mv__text_inner .ill02 {
    top: 108%;
    left: 20%;
  }
  .mv__text_inner .ill02 {
    max-width: 10rem;
  }
}
.indent{
 text-indent: -1em;
  padding-left: 1em;
	}
.pink{
	color: #ff9ab2;
}
.logo_bnr{
	max-width: 100px;
}

.txt_l{ word-break: keep-all;
	white-space: normal;  
	
    } 

.houhou__tr_in a {
    display: initial;;

}
.houhou_b{
	max-width: 320px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.houhou_b{
	margin-top: 10px!important;
		margin-bottom: 10px;
	}}
.table_flex {
  display: flex;
}
.banner_img{
	max-width: 150px;
	margin-left: 10px;
	margin-right: 10px;

}
.banner_txt{
align-items: center;
margin-left: 10px;
	margin-right: 10px;
justify-content: center;
    margin: 0 auto;
  

	}
@media screen and (max-width: 768px) {
	.txt_l{ word-wrap: break-word;
	white-space: normal!important;  
	overflow-wrap: break-word!important;
		word-break: break-all!important;word-break: break-all!important;
    } 
	
	.brake_w{
overflow-wrap: break-word!important;
		white-space: normal!important;  
		word-break: break-all!important;
	}
.flex_banner{

display:block;
}}
.attention{
	background-color: #fff;
padding: 50px;

}
.attention h3{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	max-width: 577px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.attention p{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	max-width: 577px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 640px) {
    .br-sp { display:none; }
	.attention{
	  margin-top: 40px;
}
}