@charset "utf-8";
/*
Theme Name: DAISEI WORLD CORPORATION 2021
*/
@import url('https://fonts.googleapis.com/css?family=Libre+Caslon+Text|Poppins:400,600,700,900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i{font-style:normal}
a { color: #222; transition: all .2s ease-out; text-decoration: none;}
a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}
*:focus { outline: none;}
@media(min-width: 769px){a[href^="tel:"] { cursor: default; pointer-events: none;}}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; height: 100%; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; font-size: 1.5rem; font-weight: 400; line-height: 1.4; font-feature-settings: 'palt'; color: #222;}
#container { width: 100%; overflow: hidden;}
i, address { font-family: 'Poppins', sans-serif; font-weight: 700;}
.serif { font-family: 'Libre Caslon Text', serif; font-weight: 400;}


/*HEADER*/
/*******************************************************************/
#header { position: fixed; top: 0; left: 0; width: 100%; background: #FFF; z-index: 100;}
#headercontent { display: flex; justify-content: space-between; align-items: center; max-width: calc(1200px + 6.4vw); height: 70px; margin: 0 auto; padding: 0 3.2vw;}


/*FOOTER*/
/*******************************************************************/
#member { position: fixed; top: 20vh; right: 0; z-index: 50;}
#member a { display: inline-block; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; padding: 56px 16px 32px; background: #004A8F url("img/common/mail.svg") center 32px no-repeat; font-weight: 700; color: #FFF;}
#pagetop a { display: block; padding: 24px; text-align: center; background: #004A8F;}
#footer { position: relative; background: #222;}
#footercontent { display: flex; justify-content: space-between; max-width: calc(1200px + 6.4vw); margin: 0 auto; padding: 64px 3.2vw; color: #FFF;}
#footercontent a { color: #FFF;}
#info { width: 46%; font-size: 1.4rem;}
#info ul { display: flex; flex-wrap: wrap;}
#info li { width: 22%; margin-bottom: 32px;}
#info li.long { width: 34%;}
#info dl { margin: 32px 0; padding: 32px 0; border-top: 1px solid #333; border-bottom: 1px solid #333;}
#info dt { margin-bottom: 16px;}
#contact { display: flex; justify-content: space-between;}
#contact .tel i { font-weight: 400;}
#contact .tel a i { font-size: 3rem; font-weight: 700;}
#contact .btn img { width: 17px;}
#facebook { width: 42%;}
#facebook h4 { margin-bottom: 24px; font-size: 1.6rem;}
#footer address { padding: 24px; text-align: center; background: #000; font-size: 1.1rem; font-style: normal; font-weight: 400; color: #FFF;}


/*CONTENTS*/
/*******************************************************************/
#main { margin-top: 70px;}
article { position: relative;}
section { max-width: calc(1200px + 6.4vw); margin: 0 auto; padding: 0 3.2vw 96px;}
section p { line-height: 2.4;}
section p:not(:last-child) { margin-bottom: 32px;}
figure > img { width: 100%; max-width: initial;}
.center { text-align: center;}
.right { text-align: right;}
.ul { margin: 0 0 32px 24px; list-style: disc;}
.ul li:not(:last-child) { padding-bottom: 8px;}
.table { width: calc(100% + 32px); border-collapse: separate; border-spacing: 16px 24px; margin: -24px -16px 0;}
.table th, .table td { padding-bottom: 24px;}
.table th { width: 16%; text-align: left; border-bottom: 1px solid #8B8B8B; white-space: nowrap;}
.table td { border-bottom: 1px solid #DDDDDD;}
.fl { float: left; padding: 0 24px 24px 0;}
.fr { float: right; padding: 0 0 24px 24px;}
.fr img { max-width: 365px;}
.btn a { display: inline-block; padding: 16px 40px; text-align: center; background: #004A8F; border-radius: 32px; font-size: 1.4rem; color: #FFF;}
.btn a img { margin-left: 16px;}
.sp { display: none;}
@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);} to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);} }
@keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);} to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);} }
.animated { opacity: 0;}
.object-fit { object-fit: cover; font-family: 'object-fit: cover;'}


/*TOP*/
#mv { position: relative;}
#mv .swiper-slide > img { width: 100%; min-height: 420px;}
#mv .swiper-container-horizontal>.swiper-pagination-bullets { left: 50%; transform: translateX(-50%); max-width: 1200px; margin: 0 auto; text-align: right;}
#mv .swiper-pagination-bullet { width: 9px; height: 9px; margin-right: 16px; background: #FFF; opacity: 1;}
#mv .swiper-pagination-bullet-active { background: #004A8F;}
#mv .caption { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; text-align: center; z-index: 10; pointer-events: none; color: #FFF;}
#mv .caption h2 { font-size: 1.7rem;}
#mv .caption h2 span { display: block; padding: 24px 0 16px; font-size: 4.5rem;}
#mv .caption p { padding-top: 30px; font-weight: 700; line-height: 1.8;}
#contents::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 51%; background: #004A8F; z-index: -1;}
#contents header { text-align: center;}
#contents header h2 { display: inline-block; padding: 56px 0 50px; border-top: 3px solid #FFF; font-size: 2.2rem; color: #FFF;}
#contents ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
#contents li { width: calc(25% - 14px); background: #FFF; border: 1px solid #E5E5E5; box-shadow: 0 0 10px rgba(0,0,0,.1);}
#contents li a { display: block;}
#contents li figure { margin: -1px;}
#contents li div { padding: 24px; text-align: center;}
#contents li h3 { font-size: 1.8rem; font-weight: 700;}
#contents li span { display: inline-block; margin: 8px 0 16px; font-size: 1.2rem; color: #004A8F;}
#contents li p { text-align: left;font-size: 1.4rem;}
#topics { display: flex; justify-content: space-between; max-width: calc(1200px + 6.4vw); margin: 0 auto; padding: 0 3.2vw 96px;}
#topics header span { display: block; margin-bottom: 16px; font-size: 3.7rem; color: #004A8F;}
#topics header h2 { font-size: 1.3rem;}
#topics section { width: 80%; margin: 0; padding: 0;}
.topnewslist dt { clear: left; float: left; padding: 16px; font-weight: 700; color: #004A8F;}
.topnewslist dd { margin-bottom: 20px; padding: 0 16px 0 134px; background: #F6F8FB;}
.topnewslist dd a { display: block; padding: 16px 32px 16px 0; background: url("img/common/arr.svg") right center no-repeat; background-size: 18px 18px;}

/*PAGE*/
#title img { width: 100%; min-height: 280px;}
#title .mark { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding-top: 96px; text-align: center; background: url("img/common/mark.svg") center top no-repeat; font-size: 3rem; font-weight: 900; color: #FFF;}
#title .search { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding-top: 32px; text-align: center; background: url("img/products/search.svg") center top no-repeat; font-size: 1.7rem; font-weight: 700; color: #FFF;}
#title .search i { font-size: 4.1rem; font-weight: 900;}
#bread { display: flex; justify-content: flex-end; align-items: center; padding: 16px 0 96px; font-size: 1.1rem; font-weight: 700;}
#bread li:not(:first-child)::before { content: '>'; display: inline-block; margin: 0 8px; vertical-align: middle;}
#bread li a { color: #004A8F;}
#heading { position: absolute; top: 0; left: 7.2vw; padding-left: 2em; display: inline-block; z-index: 10;}
#heading::before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 83px; height: 6px; background: #004A8F;}
#heading h1 { display: inline-block; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; padding-top: 120px; font-size: 3.5rem; letter-spacing: 0.5em; font-weight: 700; white-space: nowrap;}
#heading i { position: absolute; top: 120px; left: calc(50% - 2em); display: block; transform-origin: left top; transform: rotate(90deg); font-size: 1.4rem; font-weight: 700; color: #004A8F; white-space: nowrap;}
.row { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -40px;}
.row > * { width: calc(50% - 35px); margin-bottom: 40px;}
.link { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -56px;}
.link li { width: calc(100% / 3 - 20px); margin-bottom: 56px; background: #FFF; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.link.two li { width: calc(50% - 30px);}
.link:not(.two) { margin-top: 96px;}
.link li a { display: block;}
.link li figure img { width: 100%; min-height: 150px;}
.link li div { padding: 24px 72px 24px 40px; background: url("img/common/arr.svg") right 32px center no-repeat;}
.link h3 { margin-bottom: 4px; font-size: 2.2rem;}
.link i { font-size: 1.2rem; color: #004A8F;}

#message { display: flex; justify-content: space-between;}
#message > figure { width: 22%; text-align: center;}
#message figcaption { margin: 16px;}
#message > div { width: 73%;}
#message h2 { margin-bottom: 32px; font-size: 3.5rem;}
#map { margin-bottom: 24px;}
#philosophy { position: relative; margin: 160px 4vw 0; padding: 6vw 8vw; background: #FFF;}
#philosophy::before { content: ''; display: block; position: absolute; top: -160px; left: -70px; width: calc(100% + 100vw - 100% / 2); height: 100%; background: url("img/company/happy.jpg") 0 0 no-repeat; z-index: -1;}
#philosophy h2 { margin-bottom: 56px; text-align: center; font-size: 5.4rem; color: #004A8F;}
#philosophy h3 { margin: 56px 0 32px; font-size: 1.5rem;}
#philosophy li { display: flex; align-items: center; padding-bottom: 8px; border-bottom: 1px solid #D0D0D0; font-size: 1.6rem; font-weight: 700;}
#philosophy li i { margin-right: 16px; font-size: 3rem; color: #004A8F;}
.crossbox { position: relative; margin-bottom: 200px; padding-top: 200px;}
.crossbox figure { position: absolute; top: 0; left: 0; margin-left: 11vw; margin-right: calc((100vw - 100%) / 2 * -1);}
.crossbox .char { position: absolute; top: 0; left: -144px;}
.crossbox .box { position: relative; max-width: 750px; padding: 114px 100px; background: #FFF; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.crossbox.alt figure { left: auto; right: 0; margin-right: 11vw; margin-left: calc((100vw - 100%) / 2 * -1);}
.crossbox.alt .char { top: -196px; left: auto; right: -240px;}
.crossbox.alt .box { margin-left: auto; margin-right: -8vw;}
.crossbox.alt2 { margin-bottom: 0;}
.crossbox.alt2 .char { top: -124px;}
.heading { margin-left: -100px; margin-bottom: 64px; padding-left: 90px; border-left: 10px solid #004A8F;}
.heading h2 { font-size: 5.5rem;}
.heading i { font-size: 2.8rem; color: #004A8F;}

.searchbox { display: flex; flex-wrap: wrap;}
.searchbox dt { width: 22%; padding: 40px 0; border-bottom: 1px solid #CECECE; font-weight: 700; white-space: nowrap;}
.searchbox dd { display: flex; flex-wrap: wrap; justify-content: space-between; width: 78%; padding: 40px 0; border-bottom: 1px solid #CECECE; font-weight: 700;}
.searchbox dd::before, .searchbox dd::after { content: ''; display: block; width: calc(25% - 15px); order: 1;}
.searchbox label { display: block; width: calc(25% - 15px); margin-bottom: 20px;}
.searchbox input[type="text"]{ display: inline-block; width: 50%; padding: 12px 16px; background: #EFEFEF; border: none; vertical-align: middle;}
.searchbox input[type="checkbox"] { display: none;}
.searchbox input[type="checkbox"] + span { position: relative; display: block; padding: 12px 24px 12px 48px; background: #EFEFEF url("img/products/check.svg") 16px center no-repeat; border-radius: 5px; line-height: 1;}
.searchbox input[type="checkbox"]:checked + span { background-color: #004A8F; background-image: url("img/products/check_on.svg"); color: #FFF;}
.searchbtn { clear: both; display: inline-block; padding: 16px 120px; text-align: center; background: #004A8F url("img/products/search.svg") right 40px center no-repeat; border-radius: 32px; font-size: 2rem; font-weight: 700; letter-spacing: 0.1em; color: #FFF;}

.list { display: flex; flex-wrap: wrap; justify-content: space-between;}
.list .fill { display: block; width: calc(20% - 20px);}
.list li { position: relative; width: calc(20% - 20px); margin-bottom: 24px;}
.list li a { display: flex; flex-direction: column; height: 100%;}
.list li figure { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 300px; border: 1px solid #D9D9D9; overflow: hidden;}
.list li figure img { width: auto; height: 260px; object-fit: cover; font-family: 'object-fit: cover;';}
.cat { padding: 4px 8px; background: #808080; font-size: 1.3rem; font-weight: 700; color: #FFF;}
.red-wine { background-color: #8F0000;}
.white-wine { background-color: #FFF; color: #004A8F;}
.rose-wine { background-color: #BF9292;}
.sparkling-wine { background-color: #BFAF8C;}
.other-than-wine { background-color: #808080;}
.category { background-color: #004A8F;}
.list li .cat { position: absolute; bottom: 0; left: 0;}
.list li h3 { margin-bottom: 8px; font-size: 1.5rem; font-weight: 900;}
.list li .country { padding: 16px 0 8px; font-size: 1.3rem; font-weight: 700; color: #004A8F;}
.list li .series { margin-top: auto; padding: 8px 0; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; font-size: 1.3rem; color: #818181;}
.list li .price { margin-top: auto; text-align: right; color: #89290C;}
.list li .price i { font-weight: 600;}
.list li .price span { font-weight: 700;}
.list li .series + .price { margin-top: 8px;}
.modaal-close:after, .modaal-close:before { left: 0!important; height: 56px!important; background: #004A8F!important;}

#product { display: flex; justify-content: space-between;}
#img { width: 36%;}
#img p { padding-top: 16px; font-size: 1.3rem; font-weight: 700;}
#detail { width: 60%;}
#detail h2 { padding: 24px 0; font-size: 4rem;}
#detail h2 + i { display: block; margin-bottom: 24px; font-size: 2rem; font-weight: 600; color: #004A8F;}
#detail h3 { margin-bottom: 12px; font-size: 1.5rem; color: #004A8F;}
#detail .price { text-align: right; font-weight: 700; line-height: 1;}
#detail .price i, #detail .price span { display: inline-block; margin-left: 24px; vertical-align: bottom; font-size: 3.7rem; font-weight: 600; color: #89290C;}
#detail table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; border-top: 1px solid #D1D1D1;}
#detail tr { border-bottom: 1px solid #D1D1D1;}
#detail th { width: 160px; padding: 12px 0; text-align: left;}
#detail td { padding: 12px 0;}
#detail .remarks { padding: 20px; background: #F6F8FB;}

#colmun { display: flex; justify-content: space-between;}
#aside { width: 28%;}
#aside .sbox { margin-bottom: 48px;}
#aside .sbox h4 { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 2px solid #D0D0D0; font-size: 1.9rem;}
#aside .sbox li a { position: relative; display: block; padding: 16px 40px 16px 0; background: url("img/common/arr.svg") right center no-repeat; background-size: 21px 21px; border-bottom: 1px solid #D0D0D0; font-size: 1.5rem; text-decoration: underline; color: #004A8F;}

#body { width: 66%; font-size: 1.5rem;}
#body h2 { position: relative; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 2px solid #D0D0D0; font-size: 3rem; font-weight: 700;}
#body h2::after { content: ''; position: absolute; bottom: -2px; left: 0; display: block; width: 150px; height: 2px; background: #004A8F;}
#body h3 { position: relative; margin-bottom: 32px; padding: 0 0 16px 24px; border-bottom: 2px solid #D0D0D0; font-size: 2.2rem; font-weight: 700;}
#body h3::after { content: ''; position: absolute; top: 13px; left: 0; display: block; width: 13px; height: 5px; background: #004A8F;}
#body h4 { position: relative; margin-bottom: 32px; padding: 0 0 16px 24px; border-bottom: 1px solid #D0D0D0; font-size: 1.8rem; font-weight: 700;}
#body h4::after { content: ''; position: absolute; top: 13px; left: 0; display: block; width: 13px; height: 2px; background: #004A8F;}
#body h5 { margin-bottom: 24px; font-size: 1.8rem; font-weight: 700;}
#body * + h3, #body * + h4, #body * + h5, #body * + ul, #body * + table { margin-top: 64px;}
#body .date { margin: 24px 0; font-size: 1.4rem; font-weight: 700; color: #004A8F;}
#body ul li { padding-left: 24px; background: url("img/common/checked.svg") 0 center no-repeat; font-weight: 700;}
#body ul li:not(:first-child) { margin-top: 8px;}
#body ol { list-style: outside decimal; margin-left: 2em; margin-bottom: 48px; list-style: decimal;}
#body table { width: calc(100% + 32px); border-collapse: separate; border-spacing: 16px; margin-left: -16px; margin-right: -16px;}
#body th, #body td { padding: 16px 0;}
#body th { width: 25%; text-align: left; border-bottom: 2px solid #004A8F; font-weight: 400;}
#body td { border-bottom: 2px solid #D1D1D1;}
#body p:not(:last-child) { padding-bottom: 0;}
#body a { text-decoration: underline; color: #004A8F;}
.alignright { float: right; margin-left: 3em;}
.alignleft { float: left; margin-right: 3em;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center;}
.size-thumbnail { max-width: 250px;}
.paging { display: flex; justify-content: center; align-items: center; margin-top: 64px; font-size: 1.6rem; font-weight: 700;}
.nav-numbers { padding: 16px;}
.pagination a { display: inline-block; margin: 2px; padding: 0 14px; text-decoration: none!important;}
.pagination a:not(.prev):not(.next):not(.top) { padding: 8px 14px; background-color: #F4F4F4; font-size: 1.6rem; font-weight: 700;}
.pagination a.top { border-left: 1px solid #222; border-right: 1px solid #222;}
.pagination a.prev, .pagination a.next { font-weight: 400;}
.pagination a.prev + a.next { padding-left: 18px; border-left: 1px solid #222;}
.pagination a strong { display: inline-block; width: 21px; height: 21px; text-align: center; vertical-align: middle; background: #004A8F; border-radius: 50%; color: #FFF; font-weight: 700!important;}
.pagination span { display: inline-block; margin: 2px; padding: 8px 14px;}
.pagination span.current { background-color: #004A8F; color: #FFF;}

#contactform h2 { margin-bottom: 32px; font-size: 2rem;}
#tel { margin-bottom: 96px; padding: 32px; text-align: center; background: #F6F8FB; font-weight: 700;}
#tel a i { font-size: 3.7rem; color: #004A8F;}
.form dt { text-align: left; font-size: 1.6rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.1em;}
.form dd { display: flex; flex-wrap: wrap; padding: 16px 0 32px; font-weight: 700;}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="date"] { display: inline-block; width: 100%; padding: 16px; background: #EFEFEF; border: none; vertical-align: middle;}
.form select { min-height: 46px; padding: 10px 48px 10px 16px; background: #EFEFEF url("img/contact/select.svg") right 16px center no-repeat; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form textarea { width: 100%; min-height: 320px; padding: 16px; background: #EFEFEF; border: none;}
.form label { display: flex; margin: 8px 32px 8px 0; align-items: center;}
.form label input { margin-right: 8px;}
.form .short { width: 20%;}
.form .vshort { width: 10%;}
.form input[type="checkbox"] { display: none;}
.form input[type="checkbox"] + span { position: relative; display: block; padding: 4px 0 4px 32px; background: url("img/contact/check.svg") left center no-repeat; line-height: 1;}
.form input[type="checkbox"]:checked + span { background-image: url("img/contact/check_on.svg");}
.form input[type="radio"] { display: none;}
.form input[type="radio"] + span { position: relative; display: block; padding: 4px 0 4px 32px; background: url("img/contact/check.svg") left center no-repeat; line-height: 1;}
.form input[type="radio"]:checked + span { background-image: url("img/contact/check_on.svg");}
.submit { margin: 40px 0; text-align: center;}
.submit input[type="submit"] { display: inline-block; margin: 0 16px; padding: 16px 120px; background: #004A8F; border-radius: 32px; font-size: 2rem; font-weight: 700; color: #FFF;}
.submit input[type="submit"].disabled { background: #999;}
.submit input[type="submit"]:not(.disabled):hover { opacity: 0.7;}
.submit input[type="button"] { display: inline-block; margin: 0 16px; padding: 16px 80px; background: #999; border-radius: 32px; font-size: 2rem; font-weight: 700; color: #FFF;}
.must { float: right; padding: 2px 4px; background: #ED85A0; font-size: 1.1rem; font-weight: 700; color: #FFF;}
.form ::-webkit-input-placeholder { font-weight: 400; color: #9DA1AA;}
.form ::-moz-placeholder { font-weight: 400; color: #9DA1AA;}
.form :-ms-input-placeholder { font-weight: 400; color: #9DA1AA;}
form + p { padding: 56px 0; text-align: center; font-weight: 700;}
.qr { padding: 10% 15%; background: #FFF; border: 1px solid #CCCCCC; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.qr a { font-size: 2.7rem; font-weight: 700; text-decoration: underline; color: #004A8F;}
.min { font-size: 1.2rem;}



@media only screen and (min-width: 1025px){
#nav > ul { display: flex; align-items: center;}
#nav > ul > li { padding-left: 1.6vw;}
#nav > ul > li > a { font-size: 1.4rem; font-weight: 700; white-space: nowrap;}
#open { display: none;}
#page section { max-width: calc(1200px + 32vw); min-height: 400px; padding: 0 16vw 96px;}
}



@media only screen and (max-width: 1024px){
#headercontent { height: 60px;}
#logo { width: 60%;}
#nav { pointer-events: none; position: fixed; top: -20vh; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; margin: 0; background: rgba(255,255,255,.97); opacity: 0; overflow: auto; z-index: 50; transition: .3s ease-in-out;}
#nav > ul { display: block; padding: 32px;}
#nav > ul > li { display: block; padding: 12px 0; text-align: center;}
#nav > ul > li > a { width: auto; height: auto; font-weight: 700;}
#nav > ul > li ul li { padding: 16px 0 0 24px;}
#open { display: block; position: absolute; top: 0; right: 0; width: 60px; height: 60px; text-align: center; background: #004A8F; font-size: 1rem; color: #004A8F; color: #FFF; cursor: pointer; z-index: 1000; transition: .2s ease-in-out;}
#open div { position: relative; display: block; width: 24px; height: 24px; margin: 6px auto;}
#open span { position: absolute; left: 0; display: block; width: 24px; height: 2px; background: #FFF; border-radius: 2px; transition: .2s ease-in-out;}
#open span:nth-child(1) { top: 8px;}
#open span:nth-child(2) { top: 16px;}
#open span:nth-child(3) { top: 24px; left: 7px; width: 17px;}
.open #open span:nth-child(1) { top: 16px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
.open #open span:nth-child(2) { width: 0; left: -24px;}
.open #open span:nth-child(3) { top: 16px; left: 0; width: 24px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.open #nav { pointer-events: auto; top: 0; opacity: 1;}

#footercontent { display: block;}
#info { width: 100%; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid #333;}
#info ul { display: flex; flex-wrap: wrap; justify-content: center;}
#info li { width: auto; margin: 0 16px 16px;}
#info li.long { width: auto;}
#info dl { text-align: center;}
#contact { justify-content: center;}
#contact .tel { margin-right: 32px;}
#facebook { width: 100%; max-width: 500px; margin: 0 auto;}

#main { margin-top: 60px;}
#bread { padding: 16px 0 56px;}
#page #bread { margin-top: -32px;}
#heading { position: relative; top: 0; left: 0; max-width: calc(1200px + 6.4vw); margin: 0 auto; padding: 0 3.2vw;}
#heading::before { left: 3.2vw;}
#heading h1 { -webkit-writing-mode: horizontal-tb; -moz-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; padding: 56px 0 8px; font-size: 3rem; letter-spacing: 0.2em; white-space: normal;}
#heading i { position: relative; top: auto; left: auto; transform: rotate(0);}

#contents section { padding-bottom: 32px; margin-bottom: 64px;}
#contents::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#contents li { width: calc(50% - 12px); margin-bottom: 24px;}
.link li { width: calc(50% - 30px);}
.list li, .list .fill { width: calc(100% / 3 - 20px);}
}



@media only screen and (max-width: 768px){
#member { top: auto; bottom: 16px;}
#member a { -webkit-writing-mode: horizontal-tb; -moz-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; padding: 12px 24px 12px 48px; background-position: 16px center;}
#contact { display: block; text-align: center;}
#contact .tel { margin: 0 0 32px;}
#footer address { padding-bottom: 80px;}

section { padding: 0 3.2vw 56px;}
.table th { display: block; width: 100%; padding-bottom: 16px; border-bottom: none;}
.table td { display: block; width: 100%;}
.fl, .fr { float: none; padding: 0 0 32px; text-align: center;}
.btn a { display: block;}
.sp { display: block;}
.pc { display: none;}

#mv .caption { width: 90%;}
#mv .caption h2 { font-size: 1.7rem;}
#mv .caption h2 span { font-size: 3rem;}
#mv .caption p { text-align: left;}
#contents section { padding-bottom: 0; margin-bottom: 56px;}
#contents li { width: 100%; margin-bottom: 24px;}
#topics { display: block; padding: 0 3.2vw 56px;}
#topics header { margin-bottom: 24px; text-align: center;}
#topics header span { font-size: 3rem;}
#topics section { width: 100%; margin: 0; padding: 0;}
.topnewslist dt { float: none; padding: 16px 16px 0; background: #F6F8FB;}
.topnewslist dd { padding: 0 16px;}

.row { display: block; margin-bottom: -32px;}
.row > * { width: 100%; margin-bottom: 32px;}
.link { display: block; margin-bottom: -40px;}
.link li { width: 100%!important; margin-bottom: 40px;}
.link li div { padding: 24px 56px 24px 24px; background-position: right 24px center;}
.link h3 { font-size: 2rem;}
.list li, .list .fill { width: calc(50% - 10px);}

#message { display: block;}
#message > figure { width: 100%; max-width: 255px; margin: 0 auto 32px;}
#message > div { width: 100%;}
#message h2 { text-align: center;}
#philosophy { margin: 160px 0 0; padding: 40px 0 0; background: #FFF;}
#philosophy::before { left: -3.2vw; width: calc(100% + 6.4vw); height: 160px; background-size: cover;}
#philosophy h2 { margin-bottom: 40px; font-size: 10vw;}
.crossbox { position: relative; margin-bottom: 64px; padding-top: 0;}
.crossbox figure { position: relative; margin: 0!important;}
.crossbox .char { display: none;}
.crossbox .box { margin: 0!important; padding: 32px; background: #FFF; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.heading { margin-left: -32px; margin-bottom: 32px; padding-left: 26px; border-left: 6px solid #004A8F;}
.heading h2 { font-size: 3rem;}
.heading i { font-size: 2rem;}

.searchbox { display: block;}
.searchbox dt { width: 100%; padding: 24px 0 0; border-bottom: none;}
.searchbox dd { width: 100%; padding: 24px 0;}
.searchbox label { width: 48%; margin-bottom: 10px;}

#product { display: block;}
#img { width: 100%; max-width: 430px; margin: 0 auto 32px;}
#detail { width: 100%;}
#detail h2 { font-size: 2.6rem;}
#detail h2 + i { font-size: 1.8rem;}
#detail .price { font-size: 1.3rem;}
#detail .price i, #detail .price span { font-size: 3.2rem;}
#detail th { display: block; width: 100%; padding: 12px 0 0;}
#detail td { display: block;}

#colmun { display: block;}
#body { width: 100%; margin-bottom: 64px;}
#aside { width: 100%;}
#body h2 { font-size: 2.2rem;}
#body h3 { font-size: 2rem;}
#body h4 { font-size: 1.8rem;}
#body h5 { font-size: 1.6rem;}
#body * + h3, #body * + h4, #body * + h5, #body * + ul, #body * + table { margin-top: 48px;}
#body th, #body td { display: block;}
#body th { width: 100%; padding-bottom: 0; border-bottom: none; font-weight: 700;}
.alignright { float: none; margin: 0 auto;}
.alignleft { float: none; margin: 0 auto;}
.size-thumbnail { max-width: 100%;}
.paging { display: block; text-align: center;}

#tel { margin-bottom: 64px; padding: 24px 16px;}
#tel a i { font-size: 2.8rem;}
.form dt { float: none; width: auto;}
.form dd { display: block;}
.form .row { margin-bottom: 0;}
.form .row > * { margin-bottom: 0;}
.qr { padding: 24px;}
}



@media print {
#container { width: 1024px;}
}


/* add 2021 3/9 */
a.navi_eng {
	color: #004a8f;
}

a.navi_eng::before {
	content: "| ";
}

a.navi_eng::after {
	content: " |";
}


.section_greetings {
	border-top: 1px solid #dddddd;
	margin-bottom: 300px;
}


.section_greetings p {
	padding: 50px 0 0 0;
}


#heading_2 {
	position: absolute;
	top: 0;
	left: 7.2vw;
	padding-left: 2em;
	display: inline-block;
	z-index: 10;
}


#heading_2 h1 {
	margin: 0 0 0 -1em;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 50px;
	font-size: 3.5rem;
	letter-spacing: 0.5em;
	font-weight: 700;
	white-space: nowrap;
}


#heading_2 i {
	position: absolute;
	top: 50px;
	left: calc(50% - 4.5em);
	display: block;
	transform-origin: left top;
	transform: rotate(90deg);
	font-size: 1.4rem;
	font-weight: 700;
	color: #004A8F;
	white-space: nowrap;
}


@media only screen and (max-width: 1024px){
	#heading_2 { position: relative; top: 0; left: 0; max-width: calc(1200px + 6.4vw); margin: 0 auto; padding: 0 3.2vw;}
	#heading_2::before { left: 0;}
	#heading_2 h1 { -webkit-writing-mode: horizontal-tb; -moz-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; padding: 56px 0 8px; font-size: 3rem; letter-spacing: 0.2em; white-space: normal;}
	#heading_2 i { position: relative; top: auto; left: -30px; transform: rotate(0);}
}