@charset "utf-8";@charset "utf-8" ;
.background{
  background-color: ffffe0;
  padding: 2px;
width: 100px;
  text-align: center;
  font-size: 1px;
}

.backcolor {
  /*background-image:url("/photo/page/20250630/backcolor-ivr.jpg");*/
  background-image:url("/photo/page/20250630/backcolor-ivr.jpg");	
}
#Area {
  margin: 0 auto 100px;
  display: block;
}
#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}


a {
    color: inherit;
    text-decoration: none;
}

a.anchor {
    display: block;

}



.pc_only {
    display: block;
}
  

.pc-br {
    display: inline-block;
}
.sp-br {
    display: none;
}
.flex00 {
    display: flex;
    margin-bottom: 0;
    width: 645px;
    margin: 0 auto;
}

.flex00 img {
    width: 345px;
    height: auto;
}

.flex00 .text01 {
    margin: 0 0 0 20px;
    padding: 0;
    width: 300px;
    font-size: 15px;
    text-align: justify;
font-family: "Arial", "游ゴシック", sans-serif;
}
.flex2 {
    display: flex;
    margin-bottom: 0;
    width: 640px;
    margin: 0 auto;
    gap: 5px;
}

.flex2 img {
    width: 50%;
    height: auto;
}
.flex2 .text01 {
    padding: 0;
    width: 50%;
    font-size: 15px;
    text-align: left;
font-family: "Arial", "游ゴシック", sans-serif;
}
.pic3 {
    display: flex;
    flex-wrap: wrap;
    width: 685px;
    gap: 5px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
}
.pic3 img {
    width: 212px;
}
.pic3 p {
    width: 212px;
    text-align: left;
}
.text-brand {
    width: 650px;
    margin: 0 auto;
    text-align: left;
    font-size: 40px;
    font-weight: 800;
    margin-top: 100px;
font-family: "termina", "Arial", sans-serif;
}

.text02 {
    width: 645px;
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;    
font-family: "Arial", "游ゴシック", sans-serif;
margin-bottom: 30px;
}

.text03 {
    width: 645px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;    
font-family: "Arial", "游ゴシック", sans-serif;
}
.pic2 {
    display: flex;
    width: 645px;
    gap: 5px;
    margin: 0 auto;
}

.pic2 img {
    width: 50%;
}
.ttl-area {
	text-align: left;
	max-width: 1020px;
margin: 0 auto;
}
.ttl-area h2.nm{
    font-size: 158px;
    text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
              -1px 1px 0 #333, 1px -1px 0 #333,
              0px 1px 0 #333,  0-1px 0 #333,
              -1px 0 0 #333, 1px 0 0 #333;
    color: #fff;
	font-family: "Helvetica", "Arial" ;
    font-weight: bold;
    line-height: 125px;
}
.ttl-area span.date {
    font-size: 30px;
    font-family: Futura, 'Century Gothic';
    color: #333;
    padding: 10px 0 0 0;
    display: block;
	font-weight: bold;
}
.ttl-area p.sub {
    font-size: 20px;
    font-family: 'Helvetica', sans-serif;
    color: #333;
	padding: 10px 0 0 0;
	font-weight: normal;
text-align: center;
margin-bottom: 60px;
}

.ttl-area p{
    font-size: 20px;
    font-family:"Helvetica", sans-serif;
    color: #333;
	font-weight: 400;
text-align: center;
margin-bottom: 50px;
margin-top: 0;
}

.ttl-area img{
margin-bottom: 0px;
}

.itemlist--area {
	width: 100%;
	max-width: 900px;
	min-width: 900px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	clear: both;
}
.itemlist--area .modal-swiper {
    width: 250px;
    float: left;
    box-sizing: border-box;
    margin-right: 5px;	
}
.inner-wrap .modal-swiper:last-child {
    margin-right: 0px;	
}
.itemlist--area .modal-swiper .swiper-slide__body img {
	width: 100%;
	height: auto;
}

/* モーダル */
.modal-front__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around;
    padding: 0 0 0 0;
}
.modal-front__content {
    margin: 0 0 5px;
    position: relative;
}
.inner-wrap{
    padding: 0% 4% 0 4%;	
}
.plus {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 30px;
    z-index: 99;
    color: #fff;
    font-family: "Century Gothic";
    line-height: 1;
font-weight: 400;
}
.modal-front__content:hover {
    cursor: pointer;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
}
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}
.modal__background {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.modal__contents {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 20px;
}
.swiper-slide__body .img--area {
    width: 48%;
    float: left;
}
.iteminfo {
    text-align: left;
    width: 50%;
    padding: 0% 2%;
}
.ttl {
    position: absolute;
    top: 65px;
}
.ttl .main-ttl {
	font-size: 30px;
	color: #333;
    font-family: Futura, 'Century Gothic';
    padding: 0% 0;
	font-weight: 400;
}
.itemtxt{
    position: absolute;
    bottom: 15%;
    width: 45%;
}
.itemtxt .inner {
    width: 100%;
    display: inline-block;
    position: relative;
}
.itemtxt .inner .detail {
    display: inline-block;
	padding: 0 0 0 0;
    float: left;
    width: 100%;
}
.itemtxt .inner .detail p.name{
    font-family: "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	color: #333;
	border-bottom: dotted 1px #707070;
	margin-bottom: 0px;
	font-weight: 400;
}
.itemtxt .inner .detail p.name span{
    font-family: "Helvetica", "Arial";
	font-size: 13px;
	color: #333;
    font-weight: normal;
}
.itemtxt .inner .btn {
    float: right;
    font-family: "Helvetica", "Arial";
	font-size: 13px;
	text-align: center;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.itemtxt .inner .btn a {
	color: #333;
	display: block;
	padding: 0px 5px;
}
.modal__inner {
    filter: drop-shadow(0px 0px 4px #ddd);
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 6% 6%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.swiper-pagination {
    position: static !important;
    margin: 10px 0 0 0;
}
.modal__close-btn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}
.modal__cross-line {
    display: inline-block;
    vertical-align: middle;
    color: #a9a9a9;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.modal__cross-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.slider1 {
    position: relative;
}
.slider1 .swiper-slide__body {
    text-align: center;
}
.slider2,
.slider3,
.slider4,
.slider5,
.slider6,
.slider7,
.slider8,
.slider9,
.slider10,
.slider11,
.slider12,
.slider13,
.slider14,
.slider15{
    position: relative;
}
.slider2.swiper-container,
.slider3.swiper-container,
.slider4.swiper-container,
.slider5.swiper-container,
.slider6.swiper-container,
.slider7.swiper-container,
.slider8.swiper-container,
.slider9.swiper-container,
.slider10.swiper-container,
.slider11.swiper-container,
.slider12.swiper-container,
.slider13.swiper-container,
.slider14.swiper-container,
.slider15.swiper-container,
.slider16.swiper-container,
.slider17.swiper-container,
.slider18.swiper-container{
}
.slider2 .swiper-slide__body,
.slider3 .swiper-slide__body,
.slider4 .swiper-slide__body,
.slider5 .swiper-slide__body,
.slider6 .swiper-slide__body,
.slider7 .swiper-slide__body,
.slider8 .swiper-slide__body,
.slider9 .swiper-slide__body,
.slider10 .swiper-slide__body,
.slider11 .swiper-slide__body,
.slider12 .swiper-slide__body,
.slider13 .swiper-slide__body,
.slider14 .swiper-slide__body,
.slider15 .swiper-slide__body,
.slider16 .swiper-slide__body,
.slider17 .swiper-slide__body,
.slider18 .swiper-slide__body{
    text-align: center;
}
.swiper-button-prev:after{
	background: url("/photo/page/20240120/prev.png") no-repeat;
	width: 27px;
    height: 45px;
	display: none;
}
.swiper-button-next:after{
	background: url("/photo/page/20240120/next.png") no-repeat;
	width: 27px;
    height: 45px;	
	display: none;
}
.swiper-container{
    width: 45%;
    float: left;
}

.brandtop {
    background: #a9a9a9;
    width: 150px;
    margin: 100px auto;
    display: block;
    border-radius: 3px;
}
.brandtop a {
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    padding: 2px 5px;
    display: block;
    font-family: Futura, 'Century Gothic';
    font-weight: bold;	
}
.brandtop a span {
    font-size: 6px;
    display: inline-block;
    padding: 0px 0 0px 10px;
    vertical-align: middle;
}
.swiper-pagination-bullet {
    background: none;
    width: 13px;
    height: 13px;
    border: 1px solid #333;
}
.swiper-pagination-bullet-active {
    background: #333;
    width: 13px;
    height: 13px;
    border: none;
}
.swiper-pagination-bullet {
    background: none !important;
    width: 13px !important;
    height: 13px !important;
    border: 1px solid #333 !important;
}
.swiper-pagination-bullet-active {
    background: #333 !important;
    width: 13px !important;
    height: 13px !important;
    border: none !important;
}

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: blanc;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.inst img{
	width: 60px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inst p {
	text-align: center;
	font-size: 15px;
	margin: 0;
}

@media screen and (max-width:767px) {

.background{
  background-color: #88654e;
  padding: 2px;
width: 100%;
margin: 50px 0;
  text-align: center;
  font-size: 17px;
}

.pc-br {
    display: none;
}
.sp-br {
    display: inline-block;
}	

.ttl-area {
	text-align: left;
width:100%;
margin: 0 auto;
}
.ttl-area span.date {
    font-size: 14px;
    padding: 0 0 0 0;
font-weight:500;
}
.ttl-area p.sub {
    font-size: 20px;
    padding: 10px 0 0 10px;
font-weight:400;
text-align: center;
}	

.ttl-area p {
    font-size: 15px;
font-weight:400;
text-align: center;
font-family: "Helvetica", sans-serif;
margin: 0 auto;
margin-bottom: 30px;
}	
.modal__contents {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 2%;
}	
.modal__inner{
    width: 100%;
    padding: 0 0 2% 0;
    display: inline-block;
    overflow: scroll;
    position: absolute;
    left: 0;
    top: -290px;
}
.itemtxt {
    position: inherit;
    width: 97%;
    margin: 0 0 40px 0;
}
.swiper-container {
    width: 100%;
    float: none;
    display: block;
}
.itemlist--area {
	width: 100%;
	max-width: auto;
	min-width: auto;
}	
.itemlist--area .modal-swiper .swiper-slide__body img {
    width: 100%;
    height: auto;
    padding: 0 0 10% 0;
}	
.iteminfo{
    text-align: left;
    width: 90%;
    padding: 0% 0%;
    margin: 0 auto;
}
.ttl {
    position: inherit;
    top: 80px;
}	
.itemtxt .inner .detail p.name {
    font-size: 12px;
}
.itemtxt .inner .detail p.name span {
    font-size: 12px;
}	
.itemtxt .inner .detail {
    width: 100%;
    padding: 0 0 0 0;
}	
.itemtxt .inner .btn {
    font-size: 11px;
    width: 13%;
    margin: 0 0 0 0;
    line-height: 8px;
    padding: 0;
    position: absolute;
    right: -5px;
    bottom: 0px;
    z-index: 999;	
}
.itemtxt .inner .btn a{
    padding: 5px 5px;
    display: block;
}
.ttl .main-ttl {
    font-size: 20px;
    padding: 5px 0 10px 0;
    font-weight: 500;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 100px !important;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 85px !important;
    left: auto;
}	
.modal.is-active {
	overflow: scroll;
}
.itemlist--area .modal-swiper {
    width: 32.66%;
    float: left;
    box-sizing: border-box;
    margin-right: 1%;
}
.inner-wrap {
    padding: 0% 1%;
}
.modal-front__content {
    margin: 0 0 3%;
}
.plus {
    font-size: 15px;
}
.itemtxt .inner {
    width: 100%;
    display: inline-block;
    position: relative;
}
.swiper-pagination {
    position: absolute !important;
    margin: 0px 0 0 0;
}

section {
  max-width: 200px;
  margin: 0 auto;
}	

.box2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.itemtxt{
margin-top: 50px;
}
}

.inst {
	margin: 50px auto;
}	

.inst img{
	width: 50px;
}	

.inst p {
	text-align: center;
	font-size: 13px;
	margin: 0 0 20px 0;
line-height: 22px;
}
.swiper-disabled .swiper-slide  {
  opacity: 1 !important;
}

