{% extends 'default_frame.twig' %}{% set totalQuantity = get_carts_total_quantity() %}{% block main %} <section class="scrollify" style="position: relative;"> <!--div id="print" class="scroll-in box box-01" style="display: block;"--> <div id="" class="about" style="overflow: hidden;"> <div class="about_move about_back"> <h2><img src="/html/template/daido/assets/img/about_tit.png" alt="about"></h2> <div class="about_cont"> <video playsinline autoplay muted loop width="500" height="auto" src="/html/template/daido/assets/mov/top_movie.mp4"></video> <style> .about_cont video{ max-width: 40vw; margin-top: 2.125rem; width: 45%; } </style> <div class="about_txt_wrap"> <div class="about_txt"> <span><img src="/html/template/daido/assets/img/about_txt.svg" alt="コンセプトは「個性」"></span> </div> <div> <p>「もっと暮らしの中に<br>あそびゴコロがあってもいい」<br>そんな想いから生まれた、<br>印刷会社の文具ブランド「DAIDO Stationeries」。<br>印刷とあそびゴコロのあるデザインの魅力を<br>「文具」や「雑貨」というカタチで<br>定期的に発信していきます。</p> </div> </div> </div> </div> </div> <div style="width: 100%; max-width: 1860px;position: relative;margin: 0 auto"> <img class="about_move_hand" src="/html/template/daido/assets/img/about_hand_l.png" alt="" style="position: absolute;bottom:0;left:6.55%; width: 10vw;max-width: 180px; opacity: 0;overflow: hidden;"> <img class="about_move_hand" src="/html/template/daido/assets/img/about_hand_r.png" alt="" style="position: absolute;bottom:0;right:6.5%; width: 10vw;max-width: 180px; opacity: 0;"> </div> </section> <section id="allitems" class="scrollify allitems"> <div style="width: 100vw; max-width: 1000px; margin: 0 auto;text-align: center;"> <h2><img src="/html/template/daido/assets/img/allitems_tit.png" alt="" style="margin-top:8rem; margin-bottom: 4rem;"></h2> <div class="allitems_gridcont">{% set Category = repository("Eccube\\Entity\\Category").find(2) %}{%set products = repository("Eccube\\Entity\\Product").getQueryBuilderBySearchData({'category_id':Category}).setMaxResults(30).getQuery().getResult()%}{% if products %} {% for p in products %} {% if p.id == 10 %} <div class="allitems_gridcont_item allitems_new"> {% else %} <div class="allitems_gridcont_item"> {% endif %} {% if p.ProductImage|slice(0,1) %} {% for ProductImage in p.ProductImage|slice(1,1) %} <img src="{{ asset(ProductImage, 'save_image') }}" loading="lazy" alt="{{ p.name }}"> {% endfor %} {% else %} <img src="{{ asset('assets/img/stationariery_logo.png') }}" loading="lazy" alt="{{ p.name }}"> {% endif %} <div class="allitems_itemwrap"> <p>{{ p.name }}</p> <div>¥{{ p.getPrice02IncTaxMin ? p.getPrice02IncTaxMin : 0}}<span>(税込)</span></div> <a href="{{ url('product_detail', {'id': p.id}) }}"><div class="allitems_linkbtn">詳細はコチラ</div></a> </div> </div> {% endfor %}{% endif %} </div> </div> </section> <section class="making"> <div class="dino_cont"> <img src="/html/template/daido/assets/img/making.png" alt="" style=""> <div class="move_pute" style="position: absolute; top: -5%;left:40%;"> <div class="pute" style="padding-top: 1rem;"><img src="/html/template/daido/assets/img/making_pute.png" alt=""></div> </div> <div class=""> <div class="move_supi"> <div class="supi" style="position: absolute;bottom: 40px;left: 18%;"><img src="/html/template/daido/assets/img/making_supi.png" alt=""></div> </div> <div class="move_dhime"> <div class="dhime" style="position: absolute;bottom:20%; right: 9%;"><img src="/html/template/daido/assets/img/making_dhime.png" alt=""></div> </div> </div> </div> <!--仮配置--> <div style="display: flex;padding: 2rem;margin: 2rem auto 3rem;justify-content: center;"> <input type="checkbox" id="popup_1"> <div style="text-align: center;"> <label class="popup-open_1" for="popup_1" style="font-size: 18px; font-weight: 600;color:#fff; background-color:#9C8A78; padding:1rem 2rem;margin: 2rem;">MAKINGムービー_印刷</label> </div> <div class="popup-overlay_1"> <div class="popup-window"> <!--p class="popup-text">ポップアップの中身のテキスト</p--> <video playsinline autoplay muted loop width="500" height="auto" src="/html/template/daido/assets/mov/making_printing.mp4"></video> <label class="popup-close" for="popup_1"> <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"> <line x1="0" y1="0" x2="18" y2="18" stroke="white" stroke-width="3"></line> <line x1="0" y1="18" x2="18" y2="0" stroke="white" stroke-width="3"></line> </svg> </label> </div> </div> <input type="checkbox" id="popup_2"> <div style="text-align: center;"> <label class="popup-open_2" for="popup_2" style="font-size: 18px; font-weight: 600;color:#fff; background-color:#9C8A78; padding:1rem 2rem;margin: 2rem;">MAKINGムービー_製本</label> </div> <div class="popup-overlay_2"> <div class="popup-window"> <!--p class="popup-text">ポップアップの中身のテキスト</p--> <video playsinline autoplay muted loop width="500" height="auto" src="/html/template/daido/assets/mov/making_binding.mp4"></video> <label class="popup-close" for="popup_2"> <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"> <line x1="0" y1="0" x2="18" y2="18" stroke="white" stroke-width="3"></line> <line x1="0" y1="18" x2="18" y2="0" stroke="white" stroke-width="3"></line> </svg> </label> </div> </div> </div> <style> .popup-window video{width: 100%;} #popup_1,#popup_2 { display: none; /* label でコントロールするので input は非表示に */ } .popup-open_1,.popup-open_2 { cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */ } .popup-overlay_1,.popup-overlay_2 { display: none; /* input にチェックが入るまでは非表示に */ } #popup_1:checked ~ .popup-overlay_1 { display: block; z-index: 99999; background-color: #00000070; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; } #popup_2:checked ~ .popup-overlay_2 { display: block; z-index: 99999; background-color: #00000070; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; } .popup-window { width: 90vw; max-width: 800px; padding: 20px; background-color: #ffffff; border-radius: 6px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .popup-text { margin: 0; } .popup-text:not(:last-of-type) { margin-bottom: 1em } .popup-close { cursor: pointer; position: absolute; top: -26px; right: 0; } </style> <!--------> </section> <section id="gallaly" class="gallary" style="background-color: #f5f5eb;position: relative;z-index:0; padding: 3.125rem 0 ;"> <div style="width: 100vw;max-width: 1000px; margin: 0 auto;text-align: center;"> <h2><img src="/html/template/daido/assets/img/gallary_tit.png" alt=""></h2> <div class="gallary_gridcont"> <div class="gallary_item_1 gallary_gridcont_item" style="padding:20px;text-align: center;"> <a href="https://www.instagram.com/sapporodaido/" target="_blank" style="z-index: 1"> <img src="/html/template/daido/assets/img/gallary_photo1.png" alt="" style="width: 100%;"> </a> </div> <div class="gallary_item_2 gallary_gridcont_item" style="padding:20px;text-align: center;"> <a href="https://www.instagram.com/sapporodaido/" target="_blank" style="z-index: 1"> <img src="/html/template/daido/assets/img/gallary_photo2.png" alt="" style="width: 100%;"> </a> </div> <div class="gallary_item_3 gallary_gridcont_item" style="padding:20px;text-align: center;"> <a href="https://www.instagram.com/sapporodaido/" target="_blank" style="z-index: 1"> <img src="/html/template/daido/assets/img/gallary_photo3.png" alt="" style="width: 100%;"> </a> </div> </div> <div style="margin:50px 0;"> <a href="https://www.instagram.com/sapporodaido/" target="_blank" style="z-index: 1"> <img src="/html/template/daido/assets/img/gallary_btn.png" alt="大同印刷Instagram"> </a> </div> </div> </section> <section class="re-top_cont"> <div class="tako"><span></span></div> <a class="re-top" href="#top"> <img style="width: 100px;" src="/html/template/daido/assets/img/return_top.png" alt="トップに戻る"> </a> </section>{% endblock %}