@charset "UTF-8";

/*=====================================================================
　PC
=====================================================================*/
.fv_title img{
    width:100%;
}
.fv_title {
    background: #f5f1e5;
}
/*=====================================================================
　ナビ
=====================================================================*/
.nav {
    width:100%;
    background: #000;
    padding:20px 0 25px; 
}
.nav ul {
    max-width:1100px;
    width:100%;
    display:flex;
    justify-content: center;
    margin:0 auto;
}
.nav li {
    width:25%;
    height: 78px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    border-right:1px solid #fff;
    position: relative;
    cursor: pointer;
}
.nav li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.nav li:last-child {
    border-right:none;
}
.nav li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #FABE00;
  border-right: solid 2px #FABE00;
  transform: rotate(134deg);
  margin: auto;
  position: absolute;
  bottom:0;
}
.nav li a:hover{
    color: #ED6632;
}

/*=====================================================================
　メイン
=====================================================================*/
.main {
    max-width:1100px;
    width:100%;
    margin:0 auto;
    background: #f5f1e5;
}
.info1_box {
    background: #f5f1e5;
}
.info1 {
    max-width:1100px;
    width:100%;
    padding:110px 0 150px;
    text-align: center;
    margin:0 auto;
    position: relative;
    z-index: 10;
}
.info1 p img {
    max-width:700px;
    display:block;
    margin:0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.info1_img {
    position: absolute;
    bottom:0;
}
.info1_left {
    left:0;
    bottom:20px;
}
.info1_right {
    right:-50px;
    bottom:30px;
    z-index: 1;
}
.info1_img {
    text-align: center;
    margin: auto;
}


.info2 {
    max-width:1100px;
    width:95%;
    background: #fff;
    border: solid 3px #9a5a24;
    border-radius: 10px;
    padding:62px 0;
    margin: 0 auto;
}
.title {
    max-width:555px;
    width:100%;
    text-align: center;
    margin: 0 auto;
}
.title img {
    width:100%;
}
.title_info3 {
  max-width:750px;
    width:100%;
    text-align: center;
    margin: 0 auto;  
}
.text_flex {
    width: 90%;
    display:flex;
    align-content: center;
    justify-content: center;
    gap:10px;
    margin: 30px auto;
    align-items: center;
}
.text_flex p {
    font-size: 24px;
}
.text_flex p span{
    font-size: 18px;
    display:block;
}
.text_flex img {
    width:250px;
    height: 250px;
}
.info_button {
    width:60%;
    height: 90px;
    background: #fabe00;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    display:block;
    text-align: center;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    position: relative;
}
.info2_button {
    background: #9a5a24;
    color: #fff;
}
.arrow-icon {
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 54px; 
  height: 54px; 
  background-color: #FFFFFF; 
  border-radius: 50%; 
  margin-left: 10px; 
  position: relative; 
  flex-shrink: 0;
  position: absolute;
  right:30px;
}
.arrow-icon::after {
  content: ''; 
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #794433; 
  border-right: 3px solid #794433;
  transform: rotate(45deg) translateY(2.5px);
}
.arrow-icon_y::after {
  border-top: 3px solid #FABE00; 
  border-right: 3px solid #FABE00;
}
.info_button:hover {
    opacity: 0.5;
}



.info3 {
    max-width:1100px;
    width:95%;
    background: #fff;
    border: solid 3px #fabe00;
    border-radius: 10px;
    padding:62px 40px;
    margin:100px auto;
}


.item_box {
    max-width:1100px;
    width:100%;
    display:flex;
    gap:20px;
    justify-content: center;
    flex-wrap: wrap;
    margin:50px auto;
}
.item {
    width:31%;
    background: #fff;
    padding:20px;
    margin-bottom:10px;
    box-sizing: border-box;
    display: flex; /* Flexboxを有効にする */
    flex-direction: column; /* 要素を縦に並べる */
}
.item_img {
    margin:0 auto 10px;
}
.item_img img {
    width:100%;
}
.item_name p {
    font-size: 24px;
    font-weight: bold;
}
.item_price  {
    display:flex;
    gap:5px;
}
.item_info_group {
    margin-top: auto;
}
.item_price_title {
    background: #000;
    font-size: 18px;
    color: #fff!important;
    padding:5px 10px;
}
.item_price p {
    font-size: 24px;
    font-weight: bold;
    color: #ed6632;
}
.item_price span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.item_link {
    font-size: 16px;
    font-weight: bold;
}

.item_button {
    margin-top:20px;
}
.item_button a {
    width:100%;
    height: 70px;
    background: #9a5a24;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    margin-bottom:10px;
}
a.info4_button {
    background: #53c3f0!important;
}
.item_button a:hover {
    opacity: 0.5;
}



.info5 {
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    margin: 100px auto 0;
    max-width: 1100px;
    width: 95%;
}
.info5_text {
    font-size: 24px;
    color: #000;
    margin-top:20px;
}
.info5_text p span{
    font-size: 18px;
    color: #000;
    display:block;
}
.info5_info {
    width:80%;
    margin:0 auto;
    font-size: 24px;
}
.title2 {
    max-width:100%;
    width:100%;
    margin:50px 0 30px;
}
.title2 img {
    width:100%;
}
.info5_img {
    margin:30px 0 0;
}
.info5_attention {
    background: #fff;
    border:2px solid #fabe00;
    font-size: 16px;
    border-radius: 10px;
    margin:30px 0;
    padding:20px 40px;
    box-sizing: border-box;
}



.info6 {
    max-width:1100px;
    width:95%;
    margin:60px auto;
}
.info6 img {
    width:100%;
}



footer {
    background: #000;
    color: #fff;
    padding:30px;
    text-align: center;
}


/*=====================================================================
　768px以下
=====================================================================*/
@media only screen and (max-width: 768px) {
    .nav {
    width: 100%;
    background: #f5f1e5;
    padding: 0;
}
    .nav ul {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    gap:10px;
}
    .nav li {
    width: 45%;
    height: 78px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
    .nav li:before {
    bottom: 7px;
}
    .nav li a {
    color: #fff;
    font-size: 16px;
}
      
    
    .info1 {
    padding: 64px 0 40px;
}
    .info1 p img {
    width:85%;
    display:block;
    margin:0 auto;
}
    .info1_left {
    display:none;
}
    .info1_right {
   width: 108%;
    right: -22px;
    bottom: 13%;
}
    
    .info2 {
    max-width:90%;
    width:100%;
    border: solid 2px #9a5a24;
    padding: 30px 0;
    margin: 0 auto;
}
    .title {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
    .title img {
    width: 100%;
}
    .text_flex {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    margin: 15px auto;
}
    .text_flex p {
    font-size: 18px;
}
    .text_flex img {
    width: 55%;
    height: 100%;
}
    .info_button {
    width: 90%;
    height: 69px;
    font-size: 20px;
}
    .arrow-icon {
    width: 40px;
    height: 40px;
    right: 15px;
}
    .arrow-icon::after {
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(1.5px);
}
    
    
    .info3 {
    max-width:90%;
    width:100%;
    border-radius: 10px;
    padding: 30px 5px;
    margin:0 auto;
    margin: 25px auto 50px;
}
  
    
    .item_box {
    max-width: 95%;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px auto;
    }
    .item {
    width: 95%;
    background: #fff;
    padding: 20px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    display: block;
}
    
    
    .info5 {
    max-width:90%;
    width:100%;
    padding: 31px 0 20px;
    margin: 80px auto 0;
}
    .info5_text {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.8;
}
    .info5_text p span {
    font-size: 16px;
}
    .info5_info {
    width: 88%;
    margin: 0 auto;
    font-size: 20px;
}
    .info5_attention {
    font-size: 16px;
    border-radius: 10px;
    margin: 30px 0;
    padding: 20px 15px;
    box-sizing: border-box;
}
    
    .info6 {
    max-width:90%;
    width:100%;
    margin: 60px auto 0;
    padding-bottom:30px;
}
    .info6 img {
    width:100%;
}
}


.link_3 {
    display:flex;
}
a.link3  {
    background: #9a5a24;
    padding:2px 5px;
    display:block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 5px;
}


.button-container {
    position: relative;
}
.button-container::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    z-index: 10;
    pointer-events: none;
    border-radius: 99px;
}




