* {
    box-sizing: border-box;
}
#wrapper {
    max-width: 1537px;
    width: 100%;
    margin: 0 auto;
}

section {
    
}

.image_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.image_wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.link_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    
}
.link_wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

#section_01,
#section_05,
#section_06,
#section_02 {
    position: relative;
}
#section_01 .link_wrapper {
    height: 3%;
    width: 8%;
    top: 2.8%;
}
#link_section_02 {
    left: 53.5%;
}
#section_01 #link_section_03 {
    left: 63%;
    width: 8.8%;
}
#section_01 #link_section_06 {
    left: 73.5%;
    width: 8.8%;
}
#section_01 #link_shoppingsite_01 {
    left: 84.8%;
    width: 11.0%;
    top: 2.3%;
    height: 4%;
}

#section_02 #link_shoppingsite_02 {
    margin: auto;
    left: 0;
    right: 0;
    top: 72.5%;
    width: 49%;
    height: 13.6%;
}
#section_05 #link_shoppingsite_05 {
    margin: auto;
    left: 0;
    right: 0;
    top: 84.2%;
    width: 49%;
    height: 7.6%;
}
#section_06 #link_shoppingsite_06 {
    margin: auto;
    left: 0;
    right: 0;
    top: 81.5%;
    width: 49%;
    height: 9%;
}

#section_03 .image_wrapper:nth-of-type(2) img {
    display: none;
}
#menu_box,
header,
#link_shoppingsite_03 {
    display: none;
}
#menu_box {
    transition: .5s;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    position: fixed;
    width: 100%;
    right: -100%;
    height: 100%;
    z-index: 11;
    margin: 0;
}
.menu_wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
}
.menu_wrapper ul {
    margin: 0;
    padding: 0;
}
.menu_wrapper ul li {
    margin: 0 auto 30px;
    text-align: center;
    list-style: none;
    
}
.menu_wrapper ul li a {
    color: #68888f;
    text-decoration: none;
    font-size: 20px;
}
.material-symbols-outlined {
    transition: .3s;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  
}
header {
    width: 100%;
    height: 80px;
}
header .toggle_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
#menu_box .material-symbols-outlined,
header .material-symbols-outlined {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    
    
    
    color: #68888f;
    cursor: pointer;
}
#menu_box .material-symbols-outlined {
    top: 10px;
    bottom: auto;
}

#menu_box p {
    text-align: right;
}

#menu_box_inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
}

.online_shop_link a {
    width: 200px;
    display: inline-block;
}

#youtube_section {
    width: 100%;
    margin: 0 auto 3vw;
}
#youtube_section_inner {
    max-width: 650px;
    width: 80%;
    margin: 0 auto;
    
}
.youtube_wrapper {
    width: 100%;
    height: 0;
    margin: 0;
    position: relative;
    padding-top: 56.25%;
}
.youtube_wrapper iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#online_banner_section {
    width: 100%;
    margin: 0 auto 5vw;
}
#online_banner_inner {
    width: 75%;
    max-width: 750px;
    margin: 0 auto;
}
#online_banner_section .image_wrapper {
    width: 100%;
    padding-top: 18.66666%;
    position: relative;
}
#online_banner_section .image_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}