{% extends 'default_frame.twig' %}
{% block main %}
<section>
<h1 class="o-secTtl">About</h1>
<div class="o-aboutCont1">
<picture>
<source media="(max-width:767px)" srcset="/html/user_data/img/about_cont1_sp@2x.png" width="375" height="2394">
<img src="/html/user_data/img/about_cont1_pc@2x.png" alt="" loading="lazy" width="1280" height="1995">
</picture>
</div>
<div class="o-aboutBtnBox">
<a href="/products/list">
<img src="/html/user_data/img/btn_search.svg" alt="アクティビティを探す" loading="lazy" width="335" height="96">
</a>
<a href="/user_data/feature">
<img src="/html/user_data/img/btn_feture.svg" alt="Shima-asoboの3つの特徴" loading="lazy" width="335" height="96">
</a>
</div>
</section>
<style>
.ec-layoutRole .ec-layoutRole__contents {
max-width: 100%;
}
</style>
{% endblock %}