@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url(reset.css);
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .imgs img {
		width: 100%
	}
	*::-ms-backdrop, #pagetit {
		height: 150px
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	line-height: 1.8;
	font-size: 1.4rem;
    background-color: #F9D1D1;
}
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#container{
  margin: 0 auto;
  background: #FFF;
  position: relative;
}
@media screen and (min-width: 769px){
  #wrap {
    min-width: 1552px;
  }
  #container{
    width: 1280px;
  }
}
img {
	max-width: 100%;
	height: auto
}
li{
	list-style: none;
}
.serif {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', HG明朝B, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.gothic{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.tCenter {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tRight {
	text-align: right;
}
.bold{
	font-weight: bold;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.sp {
		display: none
	}
	a,
	button{
		transition: all .3s;
	}
	a:hover,
	button:hover{
		opacity: .7;
	}
	a[href^="tel:"] {
		cursor: text;
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none
	}
	input[type="submit"],
	input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		outline: none;
		background: transparent;
	}
	input:not[type="radio"],
	textarea{
	-webkit-appearance: none;
	}
	button,
	input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 0;
		border: none;
		outline: none;
		background: transparent;
	}
}
a {
	color: #444;
}
a:hover {
	color: #444;
}
/* common */
.red{
	color: #AE272D;
}
.green{
	color: #32B200;
}
.large{
	font-size: 133%;
}
.xlarge{
	font-size: 166%;
}
.en{
  font-family: 'Lato', sans-serif;
}
.line{
  background: linear-gradient(transparent 70%,#FFFF00 70%);
}
.btn{
  text-align: center;
  font-weight: bold;
}
.btn a{
  display: inline-block;
  background: #89c23b;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn a:hover{
  text-decoration: underline;
}
.btn a:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 100%;
  left: 0;
  top: 0;
  background: url("../../img/bwjw2021/btn_highlight.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.btn a:after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../img/bwjw2021/btn_arrow.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}
@media screen and (min-width: 769px) {
  .btn{
    font-size: 1.8rem;
    margin-top: 60px;
  }
  .btn a{
    width: 345px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn{
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .btn a{
    width: 300px;
    max-width: 100%;
    padding: 15px;
  }
}
/* header */
#gNav{
  z-index: 10000;
}
#gNav #btnNav:before,
#gNav #btnNav:after,
#gNav #btnNav span{
  content: "";
  display: block;
  background: #1A1A1A;
  position: absolute;
  left: 0;
  transition: all .3s;
}
#gNav #btnNav:before{
  top: 0;
}
#gNav #btnNav:after{
  bottom: 0;
}
#gNav #btnNav span{
  top: 50%;
  transform: translateY(-50%);
}
body.navOpen #gNav #btnNav span{
  opacity: 0;
}
body.navOpen #gNav #btnNav:before{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.navOpen #gNav #btnNav:after{
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
#popupNav{
  background: #F8F8F8;
  display: none;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 27px;
  }
  #header .booth{
    display: flex;
    align-items: center;
  }
  #header .booth .txt1{
    display: block;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  #header .booth .txt2{
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
  #header .booth .num{
    font-size: 4.3rem;
    line-height: 1;
    font-weight: 900;
    margin-left: 10px;
  }
  #gNav{
    position: fixed;
    left: calc(50% + 672px);
    top: 26px;
    width: 67px;
    height: 100%;
  }
  #gNav #btnNav{
    position: relative;
    height: 47px;
    margin-bottom: 200px;
    z-index: 10;
  }
  #gNav #btnNav:before,
  #gNav #btnNav:after,
  #gNav #btnNav span{
    width: 67px;
    height: 9px;
  }
  #gNav > .sns{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gNav > .sns dt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 23px;
    font-weight: 900;
  }
  #gNav > .sns dd{
    margin-top: 20px;
  }
  #gNav > .sns dd img{
    width: 40px;
  }
  #popupNav{
    right: -20px;
    top: -20px;
    width: 436px;
    padding: 40px;
  }
}
@media screen and (max-width: 1570px){
  #gNav{
    left: 1447px;
  }
}
@media screen and (max-width: 768px) {
  #header{
    padding: 13px 10px;
    height: 58px;
  }
  #header #logo{
    max-width: 70%;
    width: 230px;
  }
  #gNav #btnNav{
    position: absolute;
    right: 20px;
    top: 15px;
    width: 25px;
    height: 26px;
    z-index: 10;
  }
  #gNav #btnNav:before,
  #gNav #btnNav:after,
  #gNav #btnNav span{
    width: 100%;
    height: 3px;
  }
  #popupNav{
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    min-height: 100vh;
  }
}
#popupNav .logo{
  width: 280px;
}
#popupNav a{
  text-decoration: none;
}
#popupNav a:hover{
  text-decoration: underline;
}
#popupNav ul{
  text-align: right;
  margin: 36px 0 45px 0;
}
#popupNav ul li{
  margin-bottom: 10px;
}
#popupNav .btn a{
  width: 263px;
  font-size: 1.4rem;
  padding: 15px;
}
#popupNav .bcara{
  font-size: 10px;
  margin: 60px 0 30px;
}
#popupNav .sns{
  display: flex;
}
#popupNav .sns dt{
  font-size: 10px;
  margin-right: 40px;
}
#popupNav .sns dd{
  width: 20px;
  margin-right: 20px;
}

/* footer */
#footer #copyright{
  background: #1A1A1A;
  text-align: center;
  color: #FFF;
  padding: 20px 0;
}

/* contents */

#mv{
  position: relative;
}
#mv .eventInfo{
  display: flex;
}
#mv .eventInfo .content{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex: 1;
}
@media screen and (min-width: 769px) {
  #mv .tit{
    position: absolute;
    right: 33px;
    top: 50px;
    background: rgba(255,255,255,.7);
    padding: 45px;
  }
  #mv .tit img{
    width: 800px;
  }
  #mv .tit p{
    font-size: 2.1rem;
    line-height: 2em;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    text-align: right;
  }
  #mv .photo{
    position: absolute;
    right: 27px;
    bottom: 0;
    display: flex;
  }
  #mv .photo li{
    margin-left: 12px;
  }
  #mv .eventInfo{
    margin-top: 2px;
    width: 710px;
  }
  #mv .eventInfo h2{
    padding: 20px;
    font-size: 27px;
    background-color: black;
    color: #fff;      
  }
  #mv .eventInfo .content{
    padding: 10px 30px;
  }
  #mv .eventInfo .content .date{
    font-size: 21px;
    line-height: 1.5;
  }
  #mv .eventInfo .content .date .day{
    font-size: 30px;
  }
  #mv .eventInfo .content .timePlace{
    font-size: 17px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #mv{
    position: relative;
  }
  #mv .tit{
    position: absolute;
    left: 0;
    top: 15%;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255,255,255,.8);
    padding: 20px;
  }
  #mv .tit h1 img{
    width: calc(100vh - 60px);
  }
  #mv .tit p{
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 15px;
  }
  #mv .eventInfo h2{
    padding: 20px;
    background-color: black;
    color: #fff;         
  }
  #mv .eventInfo .content .date .day{
    font-size: 20px;
  }
  #mv .eventInfo .content{
    padding: 10px 20px;
  }
  #mv .photo{
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  #mv .photo li{
    width: calc(50% - 5px);
    text-align: center;
  }
}
#eventContents{
  background: url("../../img/bwj2025/triangle_bg_l.png");
}
#eventContents .scroll{
  display: flex;
  align-items: flex-start;
}
@keyframes loop-slide-pc {
  from {
    transform: translateX(-30%);
  }
  to {
    transform: translateX(-144.5%);
  }
}
@keyframes loop-slide-sp {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-207.2%);
  }
}
#eventContents .scroll img{
  max-width: none;
}
#eventContents .demo .content .instructor{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#eventContents .demo .content .instructor .img img{
  border-radius: 50%;
}
#eventContents .demo .content .instructor .txt{
  flex: 1;
  margin-left: 20px;
}
#eventContents .demo .content .instructor .txt h3{
  margin-bottom: 10px;
}
#eventContents .demo .schedule{
  border: 1px solid #707070;
  background: #FCFC7A;
  border-radius: 20px;
}
#eventContents .demo .schedule dl dt{
  margin-top: 20px;
}
#topics .topicsList > section .img{
  position: relative;
}
#topics .topicsList > section .img figcaption{
  border: 1px solid #000;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: #FEFE7C;
  position: absolute;
  left: 0;
  top: -20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#topics .topicsList > section .img figcaption .num{
  font-size: 32px;
  display: block;
}
#topics .topicsList > section h3{
  color: #666;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .sec .in{
    width: 960px;
    margin: 0 auto;
  }
  #topics{
    padding: 100px 0;
  }
  #topics h2{
    text-align: center;
    font-size:6.0em;
    font-weight: bold;
    color: #CF316D;

  }
  #topics h2 .chumoku{
    width: 104px;
    transform: rotate(45deg);
  }
  #topics .topicsList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #topics .topicsList > section{
    width: 460px;
    margin-top: 30px;
  }
  #topics .topicsList h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #topics .topicsList .img{
    margin-bottom: 10px;
  }
  #topics #hatsu{
    margin: 0 -160px;
    padding-bottom: 100px;
  }
  #topics #hatsu .topicsList{
    padding: 50px 0 0;
  }
  #topics #hatsu .topicsList > section:first-child{
    width: 100%;
  }
  #topics #hatsu .topicsList > section:first-child .inner{
    width: 665px;
    margin: 0 auto;
  }
  #topics #hatsu .topicsList > section:first-child .inner .img img{
    width: 665px;
  }
  #topics #hatsu .topicsList > section:first-child .img img{
    margin-right: -185px;
    max-width: none;
  }  
  #topics #hatsu .topicsList > section:nth-child(3){
    margin-left: 100px;
  }
  #topics #hatsu .topicsList > section:nth-child(3) .img img{
    max-width: none;
    width: 490px;
    margin-left: -30px;
  }    
    
  #topics #hatsu .topicsList > section:nth-child(5){
    margin-left: 100px;
  }
  #topics #hatsu .topicsList > section:nth-child(5) .img img{
    max-width: none;
    width: 490px;
    margin-left: -30px;
  }     
  #topics #hatsu .topicsList > section h3{
    position: relative;
    text-align: left;
    padding-left: 100px;
    padding-top: 20px;
  }
  #topics #hatsu .topicsList > section h3 .icon{
    position: absolute;
    left: -80px;
    bottom: -60px;
    z-index: 2;
  }
  #topics #hatsu .topicsList > section h3 .icon img{
    width: 160px;
  }
  #topics #ninki{
    margin: 0 -160px;
  }
  #topics #ninki .topicsList{
    padding: 60px 0 100px;
  }
  #topics #ninki .topicsList > section:nth-child(2n){
    margin-left: 78px;
  }
  #topics #ninki .topicsList > section h3{
    position: relative;
    font-size: 1.8rem;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #topics #ninki .topicsList > section:first-child h3{
    text-align: right;
    justify-content: flex-end;
  }
  #topics #ninki .topicsList > section h3 .icon{
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 2;
  }
 
  #eventContents{
    padding: 150px 0 100px;
    margin-top: -50px;
  }
  #eventContents h2{
    text-align: center;
    margin-bottom: 50px;
  }
  #eventContents h2 .jp{
    margin-top: 50px;
  }
  #eventContents .scroll img{
    margin-right: 30px;
  }
  #eventContents .photo{
    display: flex;
    margin-bottom: 10px;
    margin-top: -20px;
  }
  #eventContents .photo li{
    margin-right: 17px;
    position: relative;
  }
  #eventContents .photo li .txt{
    background: rgba(0,0,0,.6);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
  }
  #eventContents .photo li a:hover,
  #eventContents .photo li a:hover .txt{
    opacity: 1;
  }
  #eventContents .scroll{
    animation: loop-slide-pc 30s infinite linear 1s both;
    transform: translateX(-30%);
  }
  #eventContents .demo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
  #eventContents .demo .content{
    flex: 1;
    margin-right: 50px;
  }
  #eventContents .demo .content .instructor .img{
    width: 190px;
  }
  #eventContents .demo .content .instructor .txt h3{
    font-size: 18px;
  }
  #eventContents .demo .schedule{
    width: 470px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #eventContents .demo .schedule h4{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec h2{
    margin-bottom: 20px;
  }
  .sec h2 .jp{
    font-size: 20px;
    display: block;
    margin-top: 20px;
  }
  #topics{
    padding: 50px 20px;
  }
  #topics h2{
    margin-bottom: 30px;
    font-size: 3em;
    font-weight: bold;
    color: #CF316D;
    text-align: center;      
  }
  #topics h2 img{
    width: 269px;
  }
  #topics h2 .chumoku{
    width: 80px;
    transform: rotate(45deg);
  }
  #topics #hatsu,
  #topics #ninki{
    margin: 0 -20px;
    padding-bottom: 40px;
  }
  #topics #hatsu .redBg{
    margin: 0;
  }
  .topicsList{
    margin: 0 20px;
  }
  .topicsList > section h3{
    text-align: center;
    font-size: 16px;
    position: relative;
  }
  .topicsList > section{
    margin-top: 30px;
  }
  .topicsList > section .img{
    margin: 10px 0;
  }
  #topics #hatsu .topicsList > section h3 .icon{
    position: absolute;
    left: -15px;
    bottom: -70px;
    z-index: 2;
  }
  #topics #hatsu .topicsList > section h3 .icon img{
    width: 70px;
  }
  #topics #ninki .topicsList > section h3 .icon{
    position: absolute;
    left: -15px;
    bottom: -60px;
    z-index: 2;
  }
  #topics #ninki .topicsList > section h3 .icon img{
    width: 60px;
  }
  
  #eventContents{
    padding: 50px 20px;
  }
  #eventContents h2 .jp{
    text-align: center;
  }
  #eventContents .scroll img{
    margin-right: 20px;
    width: 716px;
  }
  #eventContents .photo{
    margin: 20px 0;
  }
  #eventContents .photo li{
    margin-top: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
  }
  #eventContents .photo li a{
    background: #4D4D4D;
    padding: 10px;
    border-radius: 10px;
    display: block;
    color: #FFF;
    text-decoration: none;
  }
  #eventContents .photo li img{
    display: none;
  }
  #eventContents .scroll{
    animation: loop-slide-sp 30s infinite linear 1s both;
    transform: translateX(0);
  }
  #eventContents .demo{
    margin-top: 40px;
  }
  #eventContents .demo .content{
    margin-bottom: 30px;
  }
  #eventContents .demo .content .instructor .img{
    width: 135px;
  }
  #eventContents .demo .content .instructor .txt h3{
    font-size: 14px;
  }
  #eventContents .demo .schedule{
    padding: 20px;
  }
  #eventContents .demo .schedule h4{
    font-size: 14px;
  }
}

#specialPrice .machine{
  display: flex;
  justify-content: center;
}
#specialPrice .lead{
  text-align: center;
  font-weight: bold;
}
.redBg{
  background: #4C4C4C;
  color: #FFF;
}
.redBg span{
  display: block;
}
#specialPrice h2 strong{
  color: #d81c24;
  background: #ffff66;
}
#specialPrice .couponSec h3{
  text-align: center;
}
#specialPrice .couponSec h3 img{
  box-shadow: 7px 7px 10px rgba(0,0,0,.2);
}
#specialPrice .couponSec .target{
  color: #FFF;
  background: linear-gradient(to right, #e7504d, #e58476);
  width: 265px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#specialPrice .couponSec .couponItemList{
  display: flex;
  flex-wrap: wrap;
}
#specialPrice .couponSec .couponItemList .couponItem{
  text-align: center;
}
#specialPrice .couponSec .couponItemList .couponItem h4{
  margin: 10px 0;
}

#specialPrice .sarani{
  font-weight: bold;
  text-align: center;
}
#specialPrice .img{
  text-align: center;
}
#hatsu{
  background: url("../../img/bwj2025/triangle_bg_l.png");
}
@media screen and (min-width: 769px) {
  
  .pointList .point{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 150px;
    position: relative;
  }
  .pointList .point#point01{
    margin-top: 80px;
  }
  .pointList .point:nth-child(2n){
    flex-direction: row-reverse;
  }
  .pointList .point:nth-child(2n) .img{
    margin-left: 40px;
  }
  .pointList .point:nth-child(2n+1) .img{
    margin-right: 40px;
  }
  .pointList .point .content{
    flex: 1;
  }
  .pointList .point .content .num img,
  #specialPrice .num img{
    width: 140px;
  }
  .pointList .point .content  h3{
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 10px 0 20px;
  }
  #specialPrice{
    padding: 0 0 80px;
  }
  #specialPrice .lead{
    font-size: 2rem;
    margin: 50px 0;
  }
  #specialPrice h2{
    text-align: center;
    margin: 0 -160px;
  }
  #specialPrice .couponSec{
    margin-bottom: 80px;
  }
  #specialPrice .couponSec h3{
    margin-bottom: 50px;
  }
  #specialPrice .couponSec .target{
    font-size: 20px;
  }
  #specialPrice .couponSec .couponItemList{
    justify-content: center;
  }
  #specialPrice .couponSec .couponItemList .couponItem{
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-top: 60px;
  }
  #specialPrice .couponSec .couponItemList .couponItem:nth-child(3n),
  #specialPrice .couponSec .couponItemList .couponItem:last-child{
    margin-right: 0;
  }
  #specialPrice .couponSec .couponItemList .couponItem h4{
    font-size: 1.8rem;
  }
  #specialPrice .machine{
    margin: 60px 0;
  }
  #specialPrice .machine li{
    margin: 0 20px;
  }
  #specialPrice .sarani{
    margin: 50px 0 30px;
    font-size: 2.8rem;
  }
  .redBg{
    font-size: 2.6rem;
    line-height: 1.6;
    padding: 40px;
    text-align: center;
    font-weight: bold;
  }
  .redBg span:not(:first-child){
    margin-top: 10px;
  }
  .redBg.lTxt{
    font-size: 4.4rem;
    line-height: 1.3;
  }
  .redBg.lTxt .midashi{
    font-size: 4.6rem;
  }
  #specialPrice .txt{
    width: 460px;
    margin: 0 auto;
  }
  .point.imgFix:nth-child(2n) > .img{
    position: fixed;
    top: 0;
    left: calc( (100% / 2) - 640px + 500px + 160px);
    right: auto
  }
  .point.imgFix:nth-child(2n+1) > .img{
    position: fixed;
    top: 0;
    right: calc( (100% / 2) - 640px + 500px + 160px);
    left: auto;
  }
  @media screen and (max-width: 1570px){
    /*
    .point.imgFix:nth-child(2n+1) > .img{
      left: 796px;
    }
    .point.imgFix:nth-child(2n) > .img{
      right: auto;
      left: 296px;
    }
    */
  }
  .point.imgFixEnd > .img{
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .point.imgFixEnd:nth-child(2n) > .img{
    left: auto !important;
    right: 0;
  }
  .point.imgFixEnd:nth-child(2n+1) > .img{
    right: auto !important;
    left: 0 !important;
  }
  /*
  .point.aaa{
    padding-right: 50%;
  }
  .point.aaa > .img{
    position: fixed;
    width: 640px;
    height: 100vh;
    top: 0;
    left: calc(50% );
  }
  .point.aaa > .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  */
}
@media screen and (max-width: 768px) {
  .pointList .point{
    margin-top: 40px;
  }
  .pointList .point:not(#point01) > .img{
    position: relative;
    height: 0;
    left: 0 !important;
    top: 0 !important;
    padding-top: 80%;
    width: 100%;
    overflow: hidden;
  }
  .pointList .point:not(#point01) > .img img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .pointList .point .num{
    text-align: center;
    margin-top: -80px;
    position: relative;
  }
  .pointList .point .content .num img,
  #specialPrice .num img{
    width: 145px;
  }
  .pointList .point .content  h3{
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 10px 0 20px;
  }
 
  #specialPrice{
    padding: 50px 20px;
  }
  #specialPrice .num{
    text-align: center;
  }
  #specialPrice h2{
    font-size: 1.8rem;
  }
  #specialPrice .machine{
    margin: 20px 0;
  }
  #specialPrice .couponSec{
    margin: 40px 20px;
  }
  #specialPrice .couponSec .target{
    margin: 40px auto 30px;
    width: 180px;
    font-size: 1.6rem;
  }
  #specialPrice .couponSec .couponItemList{
    display: block;
  }
  #specialPrice .couponSec .couponItemList .couponItem{
    margin: 30px auto 0;
    max-width: 75%;
  }
  #specialPrice .sarani{
    margin: 30px 0;
    font-size: 1.6rem;
  }
  .redBg{
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 -20px;
  }
  #specialPrice .redBg:first-child{
    margin-top: -50px;
  }
}

#access{
  background: url("../../img/bwj2025/triangle_bg_l.png");
}
#access .tab{
  display: flex;
}
#access .accessMap .areaMap p{
  margin-top: 5px;
}
@media screen and (min-width: 769px){
  #access{
    padding: 50px 0 80px;
  }
  #access h2{
    text-align: center;
    font-size:6.0em;
    font-weight: bold;
    color: #CF316D;
  }
  #access h2 img{
    width: 565px;
  }
  #access .tab{
    justify-content: space-between;
    margin: -80px 0 60px;
  }
  #access .tab li{
    font-size: 34px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF;
  }
  #access .accessMap{
    display: flex;
    justify-content: space-between;
  }
  #access .accessMap .gMap{
    width: 460px;
  }
  #access .accessMap .areaMap{
    width: 460px;
  }
}
@media screen and (max-width: 768px){
  #access{
    padding: 50px 20px;
  }
  #access h2{
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: #CF316D;
    text-align: center;      
  }
  #access .tab{
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  #access .tab li{
    font-weight: bold;
    font-size: 1.6rem;
    color: #E4007F;
    padding: 15px 0;
    text-align: center;
    width: 50%;
    background: #FFF;
  }
  #access .tab li.active{
    background: #E4007F;
    color: #FFF;
  }
  #access h2 img{
    width: 302px;
  }
  #access .accessMap .gMap iframe{
    width: 100%;
  }
  #access .accessMap > div{
    display: none;
  }
  #access .accessMap > div.show{
    display: block;
  }
}
#message{
  background: url("../../img/bwj2025/triangle_bg_l.png");
}
#message .in .content .corona p{
  font-weight: bold;
  color: #DA1E79;
}
#message .in .content .corona ul{
  display: flex;
}
#message .in .content .corona ul li{
  width: 100px;
  margin-right: 10px;
}
#message .in .content .corona ul li:last-child{
  margin-right: 0;
}
#message .in .img{
  overflow: hidden;
}
#message .in .img .scroll{
  display: flex;
  align-items: flex-start;
}
@keyframes loop-slide-img-pc {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-165.3%);
  }
}
@keyframes loop-slide-img-sp {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-115.7%);
  }
}
@media screen and (min-width: 769px){
  #message{
    padding: 78px 0 164px;
  }
  #message h2{
    text-align: center;
    font-size:6.0em;
    font-weight: bold;
    color: #CF316D;
  }
  #message h2 img{
    width: 707px;
    margin-right: -40px;
  }
  #message .in{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
  #message .in .img{
    margin-right: -248px;
    width: 762px;
  }
  #message .in .content{
    width: 430px;
  }
  #message .in .content .txt{
    line-height: 2.2;
    font-size: 1.6rem;
  }
  #message .in .content .corona{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #message .in .content .corona p{
    font-size: 1.5rem;
  }
  #message .in .scroll{
    animation: loop-slide-img-pc 30s infinite linear 1s both;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px){
  #message{
    padding: 50px 20px;
  }
  #message h2{
    font-size: 3em;
    font-weight: bold;
    color: #CF316D;
    text-align: center;
  }
  #message h2 img{
    width: 340px;
  }
  #message .in .content{
    margin-top: 20px;
  }
  #message .in .content .corona{
    margin-top: 20px;
  }
  #message .in .scroll{
    animation: loop-slide-img-sp 30s infinite linear 1s both;
    transform: translateX(0);
  }
}
#contact{
  background: #F8F8F8;
}
#contact h2{
  text-align: center;
  font-size: 22px;
}
.contactTable th .required{
  color: #FFF;
  float: right;
  font-size: 1.2rem;
  background: #AE272D;
  padding: 2px 15px;
}
.contactTable td input[type="text"],
.contactTable td input[type="email"]{
  border: 1px solid #AAA;

}
.contactTable td label{
  display: inline-block;
  margin-right: 20px;
}
.contactTable td select{
  border: 1px solid #AAA;
  padding: 3px;
  background: #FFF;
}
.contactTable td label input[type="radio"]{
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.contactTable td .address div{
  display: flex;
  margin-top: 5px;
}
.contactTable td .address div:first-child{
  margin-top: 0;
}
.contactTable td .address div dt{
  width: 8em;
}
.contactTable td .address div dd{
  flex: 1;
}
.contactTable td textarea{
  border: 1px solid #AAA;
  padding: 5px;
}
.btnSubmit{
  text-align: center;
}
.btnSubmit button{
  display: inline-block;
  background: #AE272D;
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px){
  #contact{
    padding: 80px 0;
  }
  #contact h2{
    margin-bottom: 30px;
  }
  .contactTable{
    margin: 40px 0;
    width: 100%;
  }
  .contactTable th{
    border-bottom: 1px solid #999;
    padding: 20px 0;
    font-weight: normal;
    width: 220px;
    vertical-align: top;
  }
  .contactTable td{
    border-bottom: 1px solid #999;
    padding: 20px 0 20px 50px;
  }
  .contactTable td input[type="text"],
  .contactTable td input[type="email"]{
    height: 30px;
    width: 400px;
  }
  .contactTable td input.name{
    width: 200px;
  }
  .contactTable td input.zip1{
    width: 60px;
  }
  .contactTable td input.zip2{
    width: 80px;
  }
  .contactTable td textarea{
    width: 600px;
    height: 160px;
  }
  .btnSubmit{
    margin-top: 40px;
  }
  .btnSubmit button{
    font-size: 1.8rem;
    width: 320px;
  }
}
@media screen and (max-width: 768px){
  #contact{
    padding: 50px 20px;
  }
  #contact h2{
    margin-bottom: 20px;
  }
  .contactTable{
    margin: 20px 0;
    border-top: 1px solid #999;
  }
  .contactTable,
  .contactTable tbody,
  .contactTable tr,
  .contactTable th,
  .contactTable td{
    display: block;
  }
  .contactTable tr{
    border-bottom: 1px solid #999;
    padding: 15px 0;
  }
  .contactTable th{
    margin-bottom: 10px;
  }
  .btnSubmit{
    margin-top: 20px;
  }
  .btnSubmit button{
    font-size: 1.6rem;
    width: 260px;
  }
  .contactTable td input[type="text"],
  .contactTable td input[type="email"]{
    font-size: 1.6rem;
    width: 100%;
  }
  .contactTable td input.name{
    width: 120px;
  }
  .contactTable td input.zip1{
    width: 60px;
  }
  .contactTable td input.zip2{
    width: 80px;
  }
  .contactTable td textarea{
    width: 100%;
    height: 160px;
  }
}
#brand{
  background: url("../../img/bwjw2021/voice_bg.png");
}
#brand ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px){
  #brand{
    padding: 80px;
  }
  #brand ul li:nth-child(1) img{
    width: 236px;
  }
  #brand ul li:nth-child(2) img{
    width: 210px;
  }
  #brand ul li:nth-child(3) img{
    width: 154px;
  }
  #brand ul li:nth-child(4) img{
    width: 178px;
  }
}
@media screen and (max-width: 768px){
  #brand{
    padding: 50px 10px;
  }
  #brand ul{
    flex-wrap: wrap;
    margin-top: -20px;
  }
  #brand ul li{
    width: 50%;
    text-align: center;
    margin-top: 20px;
  }
  #brand ul li:nth-child(1) img{
    width: 147px;
  }
  #brand ul li:nth-child(2) img{
    width: 130px;
  }
  #brand ul li:nth-child(3) img{
    width: 96px;
  }
  #brand ul li:nth-child(4) img{
    width: 111px;
  }
}

#thanks {
    background: #FFEFEF;
    padding: 20px;
    font-size: 16px;
}
.screen-reader-response{
  text-align: center;
  margin-top: 30px;
  color: #AE272D;
}
.wpcf7-not-valid-tip{
  color: #AE272D;
  display: block;
}
.wpcf7-response-output{
  text-align: center;
  margin-top: 20px;
}